/* Type */
.sans {
  font-family: "Roboto", sans-serif;
}
.serif {
  font-family: "NewAthenaUnicode", serif;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
/* z-index */
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInDown {
  animation: fadeInDown 300ms forwards;
  animation-fill-mode: both;
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInLeft {
  animation: fadeInLeft 300ms forwards;
  animation-fill-mode: both;
}
.d0 {
  animation-delay: 0ms;
  transition-delay: 0ms;
}
.d1 {
  animation-delay: 60ms;
  transition-delay: 60ms;
}
.d2 {
  animation-delay: 120ms;
  transition-delay: 120ms;
}
.d3 {
  animation-delay: 180ms;
  transition-delay: 180ms;
}
.d4 {
  animation-delay: 240ms;
  transition-delay: 240ms;
}
.d5 {
  animation-delay: 300ms;
  transition-delay: 300ms;
}
.d6 {
  animation-delay: 360ms;
  transition-delay: 360ms;
}
.d7 {
  animation-delay: 420ms;
  transition-delay: 420ms;
}
.d8 {
  animation-delay: 480ms;
  transition-delay: 480ms;
}
.d9 {
  animation-delay: 540ms;
  transition-delay: 540ms;
}
.d10 {
  animation-delay: 600ms;
  transition-delay: 600ms;
}
.d11 {
  animation-delay: 660ms;
  transition-delay: 660ms;
}
.d12 {
  animation-delay: 720ms;
  transition-delay: 720ms;
}
.d13 {
  animation-delay: 780ms;
  transition-delay: 780ms;
}
.d14 {
  animation-delay: 840ms;
  transition-delay: 840ms;
}
.d15 {
  animation-delay: 900ms;
  transition-delay: 900ms;
}
.d16 {
  animation-delay: 960ms;
  transition-delay: 960ms;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0 0 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * NMC Idioms
 *
 * These are common patterns we use in all of our
 * projects. They are consolidated here to keep code DRY.
 *
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*  Hides text when using image replacement */
/*  Removes bullets, margin, and padding from list */
/*  Removes webkit styling from form element */
/* Removes various browser styling for select boxes */
/* Fixed Aspect Ratio Sized Box */
/*  Set width and height of element to that of its parent */
/*  Position element absolutely to 0,0 */
/*  Position element absolutely and set its width and height to that of its parent (useful for slideshows) */
/*  Default for pseudoelements */
/*  The micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/ */
/* Add placeholder rules for multiple browsers. Useage:
    .placeholder({
        color: #fff;
        font-weight: bold;
    });
*/
/* Requires newer less
.keyframes(@name; @args) {
    @-webkit-keyframes @name { @args(); }
    @keyframes @name { @args(); }
}
*/
.grid {
  overflow: hidden;
}
.grid-item-5 {
  float: left;
  width: calc(99.9% / 5  -  24px);
}
.grid-item-5:nth-child(n) {
  margin: 0 30px 30px 0;
  clear: none;
}
.grid-item-5:nth-child(5n) {
  margin-right: 0;
}
.grid-item-5:nth-child(5n + 1) {
  clear: both;
}
.grid-item-4 {
  float: left;
  width: calc(99.9% / 4  -  22.5px);
}
.grid-item-4:nth-child(n) {
  margin: 0 30px 30px 0;
  clear: none;
}
.grid-item-4:nth-child(4n) {
  margin-right: 0;
}
.grid-item-4:nth-child(4n + 1) {
  clear: both;
}
.grid-item-3 {
  float: left;
  width: calc(99.9% / 3  -  20px);
}
.grid-item-3:nth-child(n) {
  margin: 0 30px 30px 0;
  clear: none;
}
.grid-item-3:nth-child(3n) {
  margin-right: 0;
}
.grid-item-3:nth-child(3n + 1) {
  clear: both;
}
.grid-item-2 {
  float: left;
  width: calc(99.9% / 2  -  15px);
}
.grid-item-2:nth-child(n) {
  margin: 0 30px 30px 0;
  clear: none;
}
.grid-item-2:nth-child(2n) {
  margin-right: 0;
}
.grid-item-2:nth-child(2n + 1) {
  clear: both;
}
@media (max-width: 900px) {
  .grid-item-5 {
    float: left;
    width: calc(99.9% / 5  -  16px);
  }
  .grid-item-5:nth-child(n) {
    margin: 0 20px 20px 0;
    clear: none;
  }
  .grid-item-5:nth-child(5n) {
    margin-right: 0;
  }
  .grid-item-5:nth-child(5n + 1) {
    clear: both;
  }
  .grid-item-4 {
    float: left;
    width: calc(99.9% / 4  -  15px);
  }
  .grid-item-4:nth-child(n) {
    margin: 0 20px 20px 0;
    clear: none;
  }
  .grid-item-4:nth-child(4n) {
    margin-right: 0;
  }
  .grid-item-4:nth-child(4n + 1) {
    clear: both;
  }
  .grid-item-3 {
    float: left;
    width: calc(99.9% / 3  -  13.33333333px);
  }
  .grid-item-3:nth-child(n) {
    margin: 0 20px 20px 0;
    clear: none;
  }
  .grid-item-3:nth-child(3n) {
    margin-right: 0;
  }
  .grid-item-3:nth-child(3n + 1) {
    clear: both;
  }
  .grid-item-2 {
    float: left;
    width: calc(99.9% / 2  -  10px);
  }
  .grid-item-2:nth-child(n) {
    margin: 0 20px 20px 0;
    clear: none;
  }
  .grid-item-2:nth-child(2n) {
    margin-right: 0;
  }
  .grid-item-2:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 760px) {
  .grid-item-5 {
    float: left;
    width: calc(99.9% / 3  -  13.33333333px);
  }
  .grid-item-5:nth-child(n) {
    margin: 0 20px 20px 0;
    clear: none;
  }
  .grid-item-5:nth-child(3n) {
    margin-right: 0;
  }
  .grid-item-5:nth-child(3n + 1) {
    clear: both;
  }
  .grid-item-4 {
    float: left;
    width: calc(99.9% / 2  -  10px);
  }
  .grid-item-4:nth-child(n) {
    margin: 0 20px 20px 0;
    clear: none;
  }
  .grid-item-4:nth-child(2n) {
    margin-right: 0;
  }
  .grid-item-4:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 479px) {
  .grid-item-5,
  .grid-item-4,
  .grid-item-3,
  .grid-item-2 {
    float: left;
    width: calc(99.9% / 2  -  7.5px);
  }
  .grid-item-5:nth-child(n),
  .grid-item-4:nth-child(n),
  .grid-item-3:nth-child(n),
  .grid-item-2:nth-child(n) {
    margin: 0 15px 15px 0;
    clear: none;
  }
  .grid-item-5:nth-child(2n),
  .grid-item-4:nth-child(2n),
  .grid-item-3:nth-child(2n),
  .grid-item-2:nth-child(2n) {
    margin-right: 0;
  }
  .grid-item-5:nth-child(2n + 1),
  .grid-item-4:nth-child(2n + 1),
  .grid-item-3:nth-child(2n + 1),
  .grid-item-2:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 350px) {
  .grid-item-5,
  .grid-item-4,
  .grid-item-3,
  .grid-item-2 {
    float: left;
    width: calc(99.9% / 1  -  0px);
  }
  .grid-item-5:nth-child(n),
  .grid-item-4:nth-child(n),
  .grid-item-3:nth-child(n),
  .grid-item-2:nth-child(n) {
    margin: 0 10px 10px 0;
    clear: none;
  }
  .grid-item-5:nth-child(1n),
  .grid-item-4:nth-child(1n),
  .grid-item-3:nth-child(1n),
  .grid-item-2:nth-child(1n) {
    margin-right: 0;
  }
  .grid-item-5:nth-child(1n + 1),
  .grid-item-4:nth-child(1n + 1),
  .grid-item-3:nth-child(1n + 1),
  .grid-item-2:nth-child(1n + 1) {
    clear: both;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.skip-link {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9999;
  padding: 10px 20px;
  background: white;
  color: black;
  font-size: 18px;
  border: 2px solid black;
}
.skip-link:not(:focus) {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #2F2F2F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Make links normal by default */
a {
  text-decoration: none;
  color: inherit;
}
/* Block Element Spacing */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
blockquote,
hr {
  margin: 0 0 25px 0;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center,
p.center,
ul.center,
ol.center,
li.center,
blockquote.center,
hr.center {
  text-align: center;
}
/* Screen reader Text */
.sr-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2F2F2F;
  font-weight: 400;
  line-height: 1.2;
}
h1 {
  font-weight: 300;
  font-size: 62px;
  color: #003478;
}
h2,
.fc .fc-toolbar-title {
  font-weight: 300;
  font-size: 42px;
}
h3 {
  font-size: 32px;
  color: #2F2F2F;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
h1.jumbo {
  font-size: 65px;
}
@media (max-width: 768px) {
  h1.jumbo {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  h1.jumbo {
    font-size: 36px;
  }
}
/* Misc Block */
hr {
  width: 100%;
  height: 1px;
  display: block;
  border: none;
  background: #ddd;
}
hr.sep {
  margin: 60px 0;
}
.block-spacer {
  margin: 30px 0;
}
blockquote {
  border-left: 5px solid #2F2F2F;
  padding: 12px 0 12px 25px;
  overflow: hidden;
}
blockquote p {
  font-size: 28px;
  font-style: italic;
  color: #003478;
}
blockquote cite {
  font-weight: bold;
  display: block;
  text-align: center;
}
blockquote * {
  margin-bottom: 15px;
}
blockquote *:last-child {
  margin-bottom: 0;
}
/* Content Specific */
.content strong,
.content b {
  color: #4D4D4D;
}
.content a {
  color: #003478;
  text-decoration: none;
  border-bottom: 1px solid #003478;
}
.content ul {
  padding-left: 40px;
  list-style-type: none;
}
.content ul li {
  position: relative;
  margin-bottom: 1em;
}
.content ul li:before {
  content: '';
  position: absolute;
  display: block;
  left: -25px;
  top: 13px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: #003478;
}
.content ol {
  padding-left: 40px;
  list-style: none;
  counter-reset: custom-counter;
}
.content ol li {
  position: relative;
  margin-bottom: 1em;
  counter-increment: custom-counter;
}
.content ol li:before {
  content: counter(custom-counter) ". ";
  position: absolute;
  left: -25px;
  top: 0;
}
.bound-narrow.content img {
  max-width: 100%;
  height: auto;
}
time.postTime {
  color: #2F2F2F;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  html,
  body {
    font-size: 14px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  blockquote,
  hr {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 36px;
  }
  h2,
  .fc .fc-toolbar-title {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  blockquote {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 479px) {
  html,
  body {
    font-size: 13px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  blockquote,
  hr {
    margin-bottom: 15px;
  }
  h1 {
    font-size: 28px;
  }
  h2,
  .fc .fc-toolbar-title {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  h6 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  blockquote {
    padding: 10px 0 10px 15px;
  }
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
  background-color: #003478 !important;
  border-color: #003478;
  color: #fff;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  color: #fff !important;
  background-color: #2F2F2F !important;
  border-color: #2F2F2F;
}
.bound-none {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.bound-maximum {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1600px;
}
@media (max-width: 900px) {
  .bound-maximum {
    width: calc(100% - 40px);
  }
}
@media (max-width: 479px) {
  .bound-maximum {
    width: calc(100% - 30px);
  }
}
@media (max-width: 349px) {
  .bound-maximum {
    width: calc(100% - 20px);
  }
}
.bound-layout {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1600px;
  max-width: 1080px;
}
@media (max-width: 900px) {
  .bound-layout {
    width: calc(100% - 40px);
  }
}
@media (max-width: 479px) {
  .bound-layout {
    width: calc(100% - 30px);
  }
}
@media (max-width: 349px) {
  .bound-layout {
    width: calc(100% - 20px);
  }
}
.bound-narrow {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1600px;
  max-width: 770px;
}
@media (max-width: 900px) {
  .bound-narrow {
    width: calc(100% - 40px);
  }
}
@media (max-width: 479px) {
  .bound-narrow {
    width: calc(100% - 30px);
  }
}
@media (max-width: 349px) {
  .bound-narrow {
    width: calc(100% - 20px);
  }
}
#footer {
  background: #F2F2F2;
  margin-top: 80px;
}
#footer .footer-top {
  padding: 60px 0;
}
#footer .footer-top #footer-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#footer .footer-search {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#footer .footer-search input[type="text"] {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
}
#footer .group {
  width: 100%/3;
  font-size: 13px;
  line-height: 26px;
}
#footer .group .group_h2 {
  color: #2F2F2F;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
#footer .group a:not(.button) {
  text-decoration: none;
  color: #555;
}
#footer .group a:not(.button):hover {
  text-decoration: underline;
}
#footer .group nav:not(.social) {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 0;
}
#footer .group nav:not(.social) a {
  display: block;
  padding-right: 15px;
  line-height: 1.4;
  margin-bottom: 8px;
}
#footer .group .social a {
  background: #58595B;
  display: inline-block;
  width: 42px;
  height: 42px;
  padding: 5px;
  margin-right: 3px;
  fill: white;
  border-radius: 50%;
  transition: 200ms;
}
#footer .group .social a:hover {
  background: #003478;
}
#footer .footer-bottom {
  overflow: hidden;
  background: #003478;
  padding: 35px 0 0 0;
}
#footer .footer-bottom .bound-maximum {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#footer .footer-bottom .university-logo {
  display: inline-block;
  margin-bottom: 35px;
}
#footer .footer-bottom .university-logo svg,
#footer .footer-bottom .university-logo img {
  display: block;
  height: 40px;
}
#footer .footer-bottom .copy {
  display: inline-block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  text-align: right;
  height: 40px;
}
#footer .footer-bottom .copy a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
#footer .footer-bottom .copy a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 900px) {
  #footer {
    margin-top: 60px;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
  #footer .footer-top #footer-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .group {
    width: 50%;
  }
  #footer .group:last-child {
    margin-top: 30px;
    width: 100%;
  }
}
@media (max-width: 599px) {
  #footer {
    margin-top: 30px;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
  #footer .group {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .group:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  #footer .footer-bottom {
    padding: 35px 0 25px 0;
  }
  #footer .footer-bottom .copy {
    height: auto;
  }
  #footer .footer-bottom .copy a {
    display: inline-block;
  }
}
#header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 8;
}
#header-primary {
  position: relative;
  left: 0;
  width: 100%;
  height: 100px;
  transition: 200ms background;
}
.scrolled #header-primary {
  background: #003478;
}
#header-primary .logo {
  z-index: 3;
  position: absolute;
  display: block;
  top: 17px;
  left: 0;
  height: 66px;
  width: 200px;
  fill: white;
  transition: 250ms;
}
.navopen #header-primary .logo path,
.navopen #header-primary .logo g {
  fill: #003478 !important;
}
#header-primary .logo svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#header-primary .buttons {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 3;
}
@media (min-width: 760px) {
  #header-primary .buttons .button.menu + #navtoggle {
    margin-left: 6px;
  }
}
@media (min-width: 1600px) {
  #header-primary .bound-maximum {
    max-width: 100%;
  }
}
#header-secondary {
  height: 60px;
  background: white;
  overflow: hidden;
}
#header-secondary .back {
  float: left;
  line-height: 18px;
  padding: 20px 0 22px;
  font-weight: bold;
  color: #003478;
  fill: #003478;
  text-decoration: none;
  font-size: 14px;
}
#header-secondary .back .icon {
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
}
@media (max-width: 760px) {
  #header-secondary .back {
    padding: 16px 0 17px;
  }
}
#header-secondary .social {
  float: right;
  padding: 14px 0;
}
#header-secondary .social .icon {
  fill: #58595B;
  transition: 150ms;
}
#header-secondary .social a {
  margin-left: 4px;
}
#header-secondary .social a:hover .icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 760px) {
  #header-secondary .social {
    padding: 9px 0 0 0;
  }
}
@media (max-width: 760px) {
  #header-secondary {
    height: 50px;
  }
}
.hoop-message {
  text-align: center;
  background: #2F2F2F;
  color: #fff;
  padding: 6px 20px;
  position: relative;
}
.hoop-message a {
  display: block;
  width: 100%;
  height: 100%;
}
.hm-theme-info {
  background: #2778CF;
}
.hm-theme-warning {
  background: #800000;
}
.hm-theme-danger {
  background: #000;
}
@media (max-width: 760px) {
  #header {
    height: 60px;
  }
  #header #header-secondary {
    display: none;
  }
  #header #header-primary {
    background: #003478;
    top: 0;
    height: 60px;
  }
  #header #header-primary .logo {
    height: 35px;
    top: 14px;
  }
  .navopen #header #header-primary .logo path,
  .navopen #header #header-primary .logo g {
    fill: white !important;
  }
  #header #header-primary .buttons {
    top: 10px;
  }
  #header #header-primary .buttons .button {
    width: 60px;
  }
  #header #header-primary .buttons .button.nav {
    width: 40px;
  }
  #header #header-primary .buttons .button:nth-child(2) {
    width: 75px;
  }
}
.navopen {
  overflow: hidden;
}
#nav-wrapper {
  z-index: 2;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  width: 300%;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: 400ms;
}
.navopen #nav-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 760px) {
  #nav-wrapper {
    top: 110px;
  }
}
#navtoggle {
  background: transparent;
}
#navtoggle:focus {
  outline: 2px solid -webkit-focus-ring-color;
}
@media (max-width: 760px) {
  #navtoggle {
    background: #fff;
  }
}
/* Adjustments for when there is a hours of operation
message in the header */
.hoop-mode #nav-wrapper {
  top: 40px;
}
.hoop-mode #nav {
  padding-top: 70px;
}
#nav-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(65% rgba(255, 255, 255, 0.85)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 65%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 65%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 65%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 65%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 65%);
  cursor: pointer;
}
#nav-box {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 33.34%;
  max-width: 490px;
  height: 100%;
  background: #003478;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: 200ms 200ms;
  padding: 20px 44px 10px 44px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.navopen #nav-box {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .menu-notch #nav-box {
    padding-top: 80px!important;
  }
}
#nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#nav > ul > li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  -webkit-transform: translate3d(0px, -3px, 0);
  -ms-transform: translate3d(0px, -3px, 0);
  transform: translate3d(0px, -3px, 0);
  opacity: 0;
  transition-duration: 0;
  transition-delay: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
#nav > ul > li:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.navopen #nav > ul > li {
  transition-duration: 250ms;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#nav > ul > li > a {
  display: block;
  color: white;
  font-weight: bold;
  line-height: 24px;
  padding: 15px 0;
  text-decoration: none;
}
#nav button.subnav-toggle {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  padding: 15px 0;
}
#nav .subnav-toggle-icon {
  position: absolute;
  right: 0;
  top: 0;
  fill: white;
  width: 30px;
  height: 54px;
}
#nav .subnav-toggle-icon svg {
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  transition: 200ms;
}
#nav .open .subnav-toggle-icon svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#nav .menu-item-has-children ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  display: none;
}
#nav .menu-item-has-children ul a {
  display: block;
  text-decoration: none;
  color: #ccd6e4;
  line-height: 20px;
  padding: 5px 0 5px 30px;
}
#nav .menu-item-has-children ul a:hover {
  color: white;
}
#nav .menu-item-has-children.open ul {
  display: block;
}
@media (max-width: 760px) {
  #nav-box {
    background: #002d69;
    padding: 10px 20px;
  }
}
@media (max-width: 479px) {
  #nav-box {
    padding: 10px 15px;
  }
}
/**
 * Style For Wordpress Generated Classes
 */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.hidden {
  display: none;
}
.right-text {
  text-align: right;
}
.vcenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.null-data {
  background: #F2F2F2;
  color: #2F2F2F;
  padding: 20px;
}
.null-data p {
  margin-bottom: 0;
}
.anchor {
  display: block;
  height: 170px;
  margin-top: -170px;
  visibility: hidden;
}
.pagination .pages {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.pagination .pages li {
  margin-right: 3px;
  display: inline-block;
}
.pagination .pages li a {
  padding: 3px 6px;
  background: #fafafa;
}
@media (max-width: 600px) {
  .post-image,
  .post img {
    width: 100%;
    height: auto;
  }
}
/* Hidden for accessibility */
.acc-hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}
.image-auto {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.image-auto img,
.image-auto picture {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.video-auto {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.video-auto iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.button {
  display: inline-block;
  height: 40px;
  text-align: center;
  border: 2px solid white;
  border-radius: 20px;
  line-height: 38px;
  text-decoration: none;
  padding: 0 20px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 12px;
  transition: 200ms;
}
.button .icon {
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  fill: white;
}
.button.large {
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
  border-radius: 25px;
}
.button.secondary {
  color: white;
  background: #2F2F2F;
  border-color: #2F2F2F;
  transition: all 0.25s ease-in-out;
}
.button.secondary:hover,
.button.secondary:focus {
  background: #003478;
  border-color: #003478;
}
.button.accent {
  color: white;
  background: #58595B;
  border-color: #58595B;
}
.button.accent:hover,
.button.accent:focus {
  background: #3f4041;
  border-color: #3f4041;
}
.button.menu {
  background: #fff;
  color: #003478;
}
@media (max-width: 760px) {
  .button.menu {
    border: none;
    background: none;
    color: white;
    width: 120px!important;
    padding: 15px 0;
    line-height: 12px;
    float: left;
    margin-right: 4px;
  }
}
@media (max-width: 479px) {
  .button.menu {
    width: 80px!important;
    padding: 8px 0;
  }
}
.button.nav {
  width: 90px;
  cursor: pointer;
}
.button.nav .icon {
  vertical-align: top;
  position: relative;
  top: 11px;
  width: 15px;
  height: 15px;
  fill: white;
  transition: 200ms;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.button.nav g {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.button.nav rect {
  transition: 125ms;
}
.button.nav .h {
  transition: 125ms;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.button.nav .x {
  transition: 125ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.button.nav:hover .icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.navopen .button.nav .h {
  transition-delay: 125ms;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.navopen .button.nav .h rect:first-child {
  -webkit-transform: translate3d(0, 270%, 0);
  -ms-transform: translate3d(0, 270%, 0);
  transform: translate3d(0, 270%, 0);
}
.navopen .button.nav .h rect:last-child {
  -webkit-transform: translate3d(0, -270%, 0);
  -ms-transform: translate3d(0, -270%, 0);
  transform: translate3d(0, -270%, 0);
}
.navopen .button.nav .x {
  transition-delay: 250ms;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 760px) {
  .button.nav {
    background: white;
    width: 40px;
    padding: 0;
  }
  .button.nav .icon {
    fill: #003478;
  }
}
.button2,
.content .button2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 15px 45px;
  max-width: 100%;
  line-height: 1;
  font-size: 17px;
  font-weight: 700;
  font-family: "NewAthenaUnicode", serif;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  background: #003478;
  border: 2px solid #003478;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  cursor: pointer;
  vertical-align: middle;
  overflow: hidden;
  transition: 200ms;
}
.button2 .right-arrow,
.content .button2 .right-arrow {
  margin-left: 10px;
}
.button2 .right-arrow svg path,
.content .button2 .right-arrow svg path {
  transition: 200ms;
}
.button2:hover,
.content .button2:hover,
.button2:focus,
.content .button2:focus {
  color: #003478;
  background: transparent;
}
.button2:hover .right-arrow svg path,
.content .button2:hover .right-arrow svg path,
.button2:focus .right-arrow svg path,
.content .button2:focus .right-arrow svg path {
  fill: #003478;
}
.button2.big,
.content .button2.big {
  padding: 35px 65px;
}
@media (max-width: 760px) {
  .button2.big,
  .content .button2.big {
    padding: 35px;
  }
}
@media (max-width: 400px) {
  .button2.big,
  .content .button2.big {
    padding: 35px 15px;
  }
}
.button2.secondary,
.content .button2.secondary {
  background: #2F2F2F;
  border-color: #2F2F2F;
}
.button2.secondary:hover,
.content .button2.secondary:hover,
.button2.secondary:focus,
.content .button2.secondary:focus {
  color: #2F2F2F;
  background: transparent;
}
.button2.secondary:hover .right-arrow svg path,
.content .button2.secondary:hover .right-arrow svg path,
.button2.secondary:focus .right-arrow svg path,
.content .button2.secondary:focus .right-arrow svg path {
  fill: #2F2F2F;
}
.button2.secondary-accent,
.content .button2.secondary-accent {
  color: #2F2F2F;
  background: #58595B;
  border-color: #58595B;
}
.button2.secondary-accent:hover,
.content .button2.secondary-accent:hover,
.button2.secondary-accent:focus,
.content .button2.secondary-accent:focus {
  color: #58595B;
  background: transparent;
}
.button2.secondary-accent:hover .right-arrow svg path,
.content .button2.secondary-accent:hover .right-arrow svg path,
.button2.secondary-accent:focus .right-arrow svg path,
.content .button2.secondary-accent:focus .right-arrow svg path {
  fill: #58595B;
}
.button2.outline,
.content .button2.outline {
  color: #003478;
  background: transparent;
}
.button2.outline .right-arrow svg path,
.content .button2.outline .right-arrow svg path {
  fill: #003478;
}
.button2.outline:hover,
.content .button2.outline:hover,
.button2.outline:focus,
.content .button2.outline:focus {
  color: #fff;
  background: #003478;
}
.button2.outline:hover .right-arrow svg path,
.content .button2.outline:hover .right-arrow svg path,
.button2.outline:focus .right-arrow svg path,
.content .button2.outline:focus .right-arrow svg path {
  fill: #fff;
}
.button2.outline.secondary,
.content .button2.outline.secondary {
  color: #2F2F2F;
  background: transparent;
}
.button2.outline.secondary .right-arrow svg path,
.content .button2.outline.secondary .right-arrow svg path {
  fill: #2F2F2F;
}
.button2.outline.secondary:hover,
.content .button2.outline.secondary:hover,
.button2.outline.secondary:focus,
.content .button2.outline.secondary:focus {
  color: #fff;
  background: #2F2F2F;
}
.button2.outline.secondary:hover .right-arrow svg path,
.content .button2.outline.secondary:hover .right-arrow svg path,
.button2.outline.secondary:focus .right-arrow svg path,
.content .button2.outline.secondary:focus .right-arrow svg path {
  fill: #fff;
}
.button2.outline.secondary-accent,
.content .button2.outline.secondary-accent {
  color: #58595B;
  background: transparent;
}
.button2.outline.secondary-accent .right-arrow svg path,
.content .button2.outline.secondary-accent .right-arrow svg path {
  fill: #58595B;
}
.button2.outline.secondary-accent:hover,
.content .button2.outline.secondary-accent:hover,
.button2.outline.secondary-accent:focus,
.content .button2.outline.secondary-accent:focus {
  color: #2F2F2F;
  background: #58595B;
}
.button2.outline.secondary-accent:hover .right-arrow svg path,
.content .button2.outline.secondary-accent:hover .right-arrow svg path,
.button2.outline.secondary-accent:focus .right-arrow svg path,
.content .button2.outline.secondary-accent:focus .right-arrow svg path {
  fill: #2F2F2F;
}
.button2.outline.white,
.content .button2.outline.white {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.button2.outline.white .right-arrow svg path,
.content .button2.outline.white .right-arrow svg path {
  fill: #fff;
}
.button2.outline.white:hover,
.content .button2.outline.white:hover,
.button2.outline.white:focus,
.content .button2.outline.white:focus {
  color: #003478;
  background: #fff;
}
.button2.outline.white:hover .right-arrow svg path,
.content .button2.outline.white:hover .right-arrow svg path,
.button2.outline.white:focus .right-arrow svg path,
.content .button2.outline.white:focus .right-arrow svg path {
  fill: #003478;
}
@media (max-width: 400px) {
  .button2,
  .content .button2 {
    font-size: 14px;
  }
}
.icon {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}
.icon svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.custom-svg .primary {
  fill: #003478;
  stroke: none;
}
.custom-svg .secondary {
  fill: #2F2F2F;
}
.table {
  width: 100%;
  border-top: 1px solid #ddd;
}
.table td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
.date-sticker {
  background: #2F2F2F;
  text-align: center;
  color: white;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
#location-list h5 {
  color: #2F2F2F;
  font-weight: bold;
  margin-bottom: 2px;
}
.location-list-location {
  margin-bottom: 14px;
}
#page-wrap-layout {
  margin-top: -100px;
}
@media (max-width: 760px) {
  #page-wrap-layout {
    margin-top: 0;
  }
}
.block-layout-split .component-image {
  background: white;
  height: 100%;
}
.component-image .image-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
}
.component-image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cta-text {
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-text .sub {
  color: #58595B;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.cta-background {
  color: #fff;
  position: relative;
}
.cta-background .sub,
.cta-background h2 {
  color: #fff;
}
.cta-background .cta-content {
  z-index: 6;
  padding: 20px;
  position: relative;
}
.cta-shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 4;
}
.event-tile {
  position: relative;
}
.split-box .event-tile {
  padding: 30px;
}
.event-tile time {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  padding: 16px 0;
  background: #2F2F2F;
  text-align: center;
  color: white;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.event-tile time span {
  display: block;
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
  font-style: italic;
}
.event-tile .img {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1;
  margin-bottom: 15px;
  background: #fafafa;
}
.event-tile .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.event-tile h6 {
  line-height: 1.4;
  margin-bottom: 10px;
}
.event-tile p {
  font-size: 13px;
  line-height: 18px;
}
.split-box .news-tile,
.split-box .news-tile-mini {
  padding: 30px;
}
.news-tile time,
.news-tile-mini time {
  display: block;
  margin-bottom: 10px;
  width: 100px;
  padding: 16px 0;
  background: #2F2F2F;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.news-tile h3,
.news-tile-mini h3 {
  margin-bottom: 10px;
}
.news-tile p,
.news-tile-mini p {
  margin-bottom: 15px;
  font-size: 14px;
}
.news-tile.hasImage,
.news-tile-mini.hasImage {
  position: relative;
}
.news-tile.hasImage time,
.news-tile-mini.hasImage time {
  position: absolute;
  top: 0;
  left: 0;
}
.news-tile .news-tile-content,
.news-tile-mini .news-tile-content {
  margin-left: 30px;
  margin-right: 30px;
}
.news-tile .image,
.news-tile-mini .image {
  margin-bottom: 15px;
}
.news-tile .image img,
.news-tile-mini .image img {
  width: 100%;
  height: auto;
}
.news-tile .readmore,
.news-tile-mini .readmore {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #2F2F2F;
}
.news-tile .readmore:hover,
.news-tile-mini .readmore:hover {
  text-decoration: underline;
}
.news-tile-mini {
  padding-bottom: 30px;
}
.news-tile-mini time {
  margin-bottom: 20px;
}
.news-tile-mini .readmore {
  color: #003478;
}
.news-tile-mini h3,
.news-tile-mini p,
.news-tile-mini .readmore {
  padding: 0 30px;
}
.tweet-quote {
  position: relative;
  background-color: #F2F2F2;
}
.tweet-quote .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0.1;
}
.tweet-quote:before {
  z-index: 2;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(242, 242, 242, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(100% rgba(242, 242, 242, 0)));
  background-image: -webkit-linear-gradient(top, #F2F2F2 0, rgba(242, 242, 242, 0) 100%);
  background-image: -moz-linear-gradient(top, #F2F2F2 0, rgba(242, 242, 242, 0) 100%);
  background-image: -ms-linear-gradient(top, #F2F2F2 0, rgba(242, 242, 242, 0) 100%);
  background-image: -o-linear-gradient(top, #F2F2F2 0, rgba(242, 242, 242, 0) 100%);
  background-image: linear-gradient(top, #F2F2F2 0, rgba(242, 242, 242, 0) 100%);
}
.tweet-quote .wrapper {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 60px;
}
.tweet-quote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #003478;
}
@media (max-width: 1080px) {
  .tweet-quote .wrapper {
    padding: 40px;
  }
}
@media (max-width: 900px) {
  .tweet-quote .wrapper {
    padding: 30px;
  }
  .tweet-quote blockquote {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .tweet-quote .wrapper {
    padding: 20px;
  }
  .tweet-quote blockquote {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .tweet-quote .wrapper {
    padding: 15px;
  }
  .tweet-quote blockquote {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
#map {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1440/542;
  margin-top: -30px;
  margin-bottom: 30px;
}
@media (max-width: 760px) {
  #map {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1440/742;
  }
}
#map-bottom-container #map {
  margin-top: 30px;
  margin-bottom: -80px;
}
.map-marker {
  fill: #003478;
}
.map-marker-element {
  height: 40px;
  width: 40px;
  display: block;
}
.map-marker-element svg {
  fill: #003478;
}
.mapboxgl-popup-content {
  padding: 15px 25px 15px 25px!important;
}
#newsletter-signup {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  /* To override Formidable setting this to grid */
}
#newsletter-signup .frm_fields_container {
  display: block;
}
#newsletter-signup .frm_forms {
  margin-bottom: 20px;
}
#newsletter-signup .frm_style_formidable-style .form-field {
  margin-bottom: 0!important;
}
#newsletter-signup .frm_form_fields {
  margin-left: -10px;
  margin-right: -10px;
}
#newsletter-signup .frm_primary_label {
  position: absolute;
  top: -24px;
  left: 21px;
  font-size: 12px;
}
#newsletter-signup .frm_form_field {
  position: relative;
}
#newsletter-signup .frm_form_field,
#newsletter-signup .frm_submit {
  width: 25%;
  float: left;
  clear: none;
  padding: 0 10px;
}
@media (max-width: 599px) {
  #newsletter-signup .frm_form_field,
  #newsletter-signup .frm_submit {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #newsletter-signup .frm_form_field,
  #newsletter-signup .frm_submit {
    width: 100%;
  }
}
#newsletter-signup form input[type="text"],
#newsletter-signup form input[type="email"] {
  padding: 20px 20px 20px 14px;
  font-size: 12px;
}
#newsletter-signup form input[type="text"]:focus,
#newsletter-signup form input[type="email"]:focus {
  border: 1px solid #003478;
  box-shadow: none;
}
#newsletter-signup .frm_button_submit {
  font-family: "Roboto", sans-serif;
  border: none;
  display: inline-block;
  background: #003478;
  height: 42px;
  text-align: center;
  border-radius: 4px;
  line-height: 38px;
  text-decoration: none;
  padding: 0 20px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 12px;
  transition: 200ms;
  width: 100%;
  margin: 0;
  transition: all 0.25s ease-in-out;
}
#newsletter-signup .frm_button_submit:hover {
  background: #2F2F2F;
}
#newsletter-signup-header {
  text-align: center;
}
#newsletter-signup-header h2 {
  margin-bottom: 10px;
}
#newsletter-signup-header p {
  font-size: 14px;
  margin-bottom: 35px;
}
.frm_error_style p {
  margin-bottom: 0;
}
.icon-col {
  text-align: center;
}
.icon-col .fas i {
  font-size: 70px;
  margin: 0 0 30px;
  color: #58595B;
}
.icon-col h4 {
  font-weight: 600;
  margin: 0 0 10px;
}
.block-masthead {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 21/9;
  margin-bottom: 30px;
  background-color: #000;
}
.block-masthead:before,
.block-masthead:after {
  z-index: 2;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.block-masthead:before {
  height: 100px;
  background-color: rgba(0, 30, 69, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 30, 69, 0.4)), color-stop(100% rgba(0, 30, 69, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 30, 69, 0.4) 0, rgba(0, 30, 69, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 30, 69, 0.4) 0, rgba(0, 30, 69, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 30, 69, 0.4) 0, rgba(0, 30, 69, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 30, 69, 0.4) 0, rgba(0, 30, 69, 0) 100%);
  background-image: linear-gradient(top, rgba(0, 30, 69, 0.4) 0, rgba(0, 30, 69, 0) 100%);
}
.block-masthead:after {
  background: rgba(0, 30, 69, 0.15);
}
.block-masthead img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.block-masthead .text {
  z-index: 3;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.block-masthead h1,
.block-masthead h2 {
  color: white;
}
.block-masthead h1:last-child,
.block-masthead h2:last-child {
  margin-bottom: 0;
}
.block-masthead h1 {
  font-size: 65px;
  margin-bottom: 15px;
}
@media (max-width: 760px) {
  .block-masthead h1 {
    margin-bottom: 5px;
  }
}
.block-masthead h2 {
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  line-height: 1;
}
@media (min-width: 1600px) {
  .block-masthead {
    height: 685px;
    padding-bottom: 0;
  }
  .block-masthead img {
    position: relative;
  }
}
@media (max-width: 1200px) {
  .block-masthead h1 {
    font-size: 55px;
  }
}
@media (max-width: 900px) {
  .block-masthead {
    margin-bottom: 20px;
  }
  .block-masthead h1 {
    font-size: 48px;
  }
  .block-masthead h2 {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .block-masthead:before {
    display: none;
  }
  .block-masthead .text {
    margin-top: 0;
  }
  .block-masthead h1 {
    font-size: 36px;
  }
  .block-masthead h2 {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .block-masthead {
    margin-bottom: 15px;
  }
  .block-masthead h1 {
    font-size: 26px;
  }
  .block-masthead h2 {
    font-size: 13px;
  }
}
@media (max-width: 349px) {
  .block-masthead {
    margin-bottom: 10px;
  }
  .block-masthead h1 {
    font-size: 22px;
  }
}
.block-masthead-inner .image {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.masthead-blank {
  background: #003478;
  height: 100px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .masthead-blank {
    margin-bottom: 20px;
  }
}
@media (max-width: 760px) {
  .masthead-blank {
    height: 0;
  }
}
@media (max-width: 479px) {
  .masthead-blank {
    margin-bottom: 15px;
  }
}
@media (max-width: 349px) {
  .masthead-blank {
    margin-bottom: 10px;
  }
}
.news-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-grid .item-1 {
  width: calc(55% - 15px);
  padding-bottom: 30px;
  background: #2F2F2F;
}
.news-grid .item-1 h3,
.news-grid .item-1 p,
.news-grid .item-1 .readmore {
  color: #fff;
}
.news-grid .small-items {
  width: calc(45% - 15px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-grid .small-items > * {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.news-grid .small-items > *:first-child {
  margin-bottom: 30px;
}
.news-grid .item-2,
.news-grid .item-3 {
  background: #F2F2F2;
}
.news-grid .item-3 {
  background: #F2F2F2;
  padding-bottom: 15px;
}
.bound-none .news-grid .item-1 {
  width: 55%;
}
.bound-none .news-grid .small-items {
  width: 45%;
}
.bound-none .news-grid .small-items > *:first-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .news-grid .item-1 {
    width: calc(55% - 10px);
    padding-bottom: 20px;
  }
  .news-grid .small-items {
    width: calc(45% - 10px);
  }
  .news-grid .small-items > *:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 760px) {
  .news-grid {
    display: block;
  }
  .news-grid .item-1,
  .news-grid .small-items,
  .news-grid .small-items > * {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .bound-none .news-grid .item-1,
  .bound-none .news-grid .small-items,
  .bound-none .news-grid .small-items > *:nth-child(n) {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .news-grid .item-1,
  .news-grid .small-items,
  .news-grid .small-items > * {
    margin-bottom: 15px;
  }
  .bound-none .news-grid .item-1,
  .bound-none .news-grid .small-items,
  .bound-none .news-grid .small-items > *:nth-child(n) {
    margin-bottom: 15px;
  }
}
@media (max-width: 350px) {
  .news-grid .item-1,
  .news-grid .small-items,
  .news-grid .small-items > * {
    margin-bottom: 10px;
  }
  .bound-none .news-grid .item-1,
  .bound-none .news-grid .small-items,
  .bound-none .news-grid .small-items > *:nth-child(n) {
    margin-bottom: 10px;
  }
}
.news-multi-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-multi-column .news-col {
  width: calc(33.333% - 20px);
}
.news-multi-column .news-col .image {
  margin: 0 0 15px;
}
.news-multi-column .news-col .image img {
  width: 100%;
  height: auto;
  display: block;
}
.news-multi-column .news-col h4 {
  font-weight: 600;
  margin: 0;
}
.news-multi-column .news-col time {
  color: #2F2F2F;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .news-multi-column {
    justify-content: flex-start;
  }
  .news-multi-column .news-col {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .news-multi-column .news-col:nth-child(2n),
  .news-multi-column .news-col:last-child {
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  .news-multi-column .news-col {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
.block-video .video {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: whitesmoke;
}
.block-video .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.whats-open {
  position: relative;
  background: #003478;
  padding: 60px 0 40px;
  min-height: 300px;
}
.whats-open .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0.05;
}
.whats-open .bound-layout {
  max-width: 960px;
}
.whats-open .button2 {
  border-color: #ffffff;
  z-index: 7;
}
.whats-open .button2:hover {
  background-color: #ffffff;
}
.whats-open hgroup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.whats-open hgroup * {
  color: white;
}
.whats-open hgroup h2 {
  margin: 0;
}
.whats-open hgroup small {
  font-size: 50%;
}
.whats-open .openings {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.whats-open .openings h4 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.whats-open .halls {
  padding-right: 40px;
  width: 40%;
}
.whats-open .halls ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.whats-open .halls li {
  color: white;
  font-weight: bold;
  line-height: 30px;
}
.whats-open .halls li span {
  display: inline-block;
  background: #2F2F2F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}
.whats-open .locations {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.whats-open .locations ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.whats-open .locations li {
  position: relative;
  display: block;
  width: calc((100% / 6) - (5/6 * 40px));
  margin: 0 40px 40px 0;
}
.whats-open .locations li:nth-child(6n) {
  margin-right: 0;
}
.whats-open .locations li a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #fff;
  border-radius: 50%;
}
.whats-open .locations li a:before {
  content: '';
  position: absolute;
  left: -8px;
  top: -8px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: 200ms;
}
.whats-open .locations li a:hover:before {
  opacity: 1;
}
.whats-open .locations li a span {
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #003478;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  width: 100%;
}
.whats-open .locations li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: auto;
}
.whats-open .locations .withHalls li {
  width: calc((100% / 4) - (3/4 * 30px));
}
.whats-open .locations .withHalls li:nth-child(6n) {
  margin-right: 30px;
}
.whats-open .locations .withHalls li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 955px) {
  .whats-open .locations li {
    width: calc((100% / 6) - (5/6 * 30px));
    margin: 0 30px 30px 0;
  }
}
@media (max-width: 900px) {
  .whats-open {
    padding: 40px 0 25px;
  }
  .whats-open .locations li img {
    width: calc(100% - 20px);
  }
}
@media (max-width: 760px) {
  .whats-open {
    padding: 30px 0 15px;
  }
  .whats-open hgroup {
    display: block;
    margin-bottom: 50px;
  }
  .whats-open hgroup h2 {
    margin-bottom: 25px;
  }
  .whats-open .openings {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .whats-open .halls {
    width: 100%;
    margin-bottom: 20px;
  }
  .whats-open .locations {
    width: 100%;
  }
  .whats-open .locations li:nth-child(n),
  .whats-open .locations .withHalls li:nth-child(n) {
    width: calc((100% / 4) - (3/4 * 20px));
    margin: 0 20px 20px 0;
  }
  .whats-open .locations li:nth-child(4n),
  .whats-open .locations .withHalls li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .whats-open {
    padding: 20px 0 10px;
  }
  .whats-open .locations li:nth-child(n),
  .whats-open .locations .withHalls li:nth-child(n) {
    width: calc((100% / 3) - (2/3 * 15px));
    margin: 0 15px 15px 0;
  }
  .whats-open .locations li:nth-child(3n),
  .whats-open .locations .withHalls li:nth-child(3n) {
    margin-right: 0;
  }
}
.cards {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 480px) {
  .card {
    display: block;
    width: 100%;
  }
}
.card-text {
  flex: 1 1 auto;
}
.card-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.menu-card {
  flex: 0 1 32%;
  min-height: 300px;
  margin-bottom: 25px;
}
@media (max-width: 760px) {
  .menu-card {
    flex: 0 1 49%;
  }
}
@media (max-width: 480px) {
  .menu-card {
    -moz-flex: none;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
  }
}
.menu-card-title {
  padding: 0 15px;
  text-align: center;
  background: #003478;
  border-bottom: 10px solid #2F2F2F;
}
.menu-card-title h3 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .menu-card-title h3 {
    font-size: 26px;
  }
}
.menu-card-title .menu-card-title-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4/1.6;
}
@media (max-width: 1024px) {
  .menu-card-title .menu-card-title-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4/3;
  }
}
.menu-card-title .menu-card-title-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-card-content {
  flex: 1 1 auto;
  padding: 25px 40px 0 40px;
  background: #F2F2F2;
}
.menu-card-content h4,
.menu-card-content h6 {
  text-align: center;
}
.menu-card-content h4 {
  font-weight: 600;
  font-size: 28px;
}
.menu-card-content h6 {
  color: #58595B;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .menu-card-content {
    font-size: 14px;
    padding: 20px;
  }
}
.menu-card-button {
  background: #F2F2F2;
  text-align: center;
  padding-bottom: 40px;
}
.menu-card-button .button {
  width: calc(100% - 120px);
  margin-left: 60px;
  margin-right: 60px;
}
@media (max-width: 1024px) {
  .menu-card-button .button {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
#staff-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
#staff-list .partial-staff {
  flex-basis: 27.5%;
  margin-left: 8.75%;
  margin-bottom: 50px;
}
#staff-list .partial-staff:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 768px) {
  #staff-list {
    padding: 0 20px;
  }
  #staff-list .partial-staff {
    flex-basis: 45%;
    margin-left: 10%;
  }
  #staff-list .partial-staff:nth-child(3n+1) {
    margin-left: 10%;
  }
  #staff-list .partial-staff:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  #staff-list {
    padding: 0 20px;
  }
  #staff-list .partial-staff {
    flex-basis: 100%;
    margin: 0 auto 50px !important;
    max-width: 300px;
  }
}
.faqs-wrap .faq-container {
  padding: 28px 30px;
  border-bottom: 1px solid #c6c6c6;
}
.faqs-wrap .faq-container:first-child {
  border-top: 1px solid #c6c6c6;
}
.faqs-wrap .faq-container .question {
  display: block;
  position: relative;
  cursor: pointer;
}
.faqs-wrap .faq-container .question .question-h4 {
  color: #003478;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.faqs-wrap .faq-container .question:before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #2F2F2F;
  left: -30px;
  top: 11px;
}
.faqs-wrap .faq-container .question:after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #2F2F2F;
  left: -23px;
  top: 4px;
  transition: 250ms;
}
.faqs-wrap .faq-container .answer {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 250ms;
}
.faqs-wrap .faq-container.open .answer {
  margin: 25px 0 0;
  height: auto;
  visibility: visible;
}
.faqs-wrap .faq-container.open .answer p:last-child {
  margin: 0;
}
.faqs-wrap .faq-container.open .question:after {
  transform: rotate(90deg);
}
@media (max-width: 960px) {
  .faqs-wrap .faq-container {
    padding: 30px 20px;
  }
}
@media (max-width: 760px) {
  .faqs-wrap .faq-container .question:before {
    width: 18px;
    height: 4px;
    top: 8px;
  }
  .faqs-wrap .faq-container .question:after {
    width: 4px;
    height: 18px;
    right: 7px;
    top: 1px;
  }
}
.three-button-group {
  text-align: center;
  display: table;
  width: 100%;
  height: 300px;
}
.three-button-group .intro-block:nth-child(1),
.three-button-group .intro-block:nth-child(3) {
  overflow: hidden;
}
.three-button-group .intro-block:nth-child(2) {
  padding-top: 0;
}
.three-button-group .intro-block:nth-child(2) .intro-block-inner {
  top: -30px;
  border-top: solid 1px #dadada;
  border-left: solid 1px #dadada;
  border-right: solid 1px #dadada;
}
.three-button-group .intro-block {
  display: table-cell;
  width: 33%;
  padding-top: 40px;
  position: relative;
}
.three-button-group .intro-block .intro-block-inner-grow {
  transition: all 0.3s ease;
}
.three-button-group .intro-block:hover .intro-block-inner-grow {
  transform: scale(1.05);
}
.three-button-group .intro-block-inner {
  padding-top: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: calc(100% + 30px);
}
.three-button-group .intro-block-inner .h3 {
  color: #2F2F2F;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 480px) {
  .three-button-group .intro-block-inner .h3 {
    font-size: 16px;
  }
}
@media (max-width: 1098px) {
  .three-button-group {
    height: 200px;
  }
  .three-button-group .intro-block-inner {
    padding-top: 0;
  }
  .three-button-group .intro-block-inner-grow {
    transform: scale(0.8);
  }
}
@media (max-width: 760px) {
  .three-button-group {
    display: block;
    height: auto;
  }
  .three-button-group .intro-block-inner-grow {
    padding-top: 40px;
  }
  .three-button-group .intro-block {
    height: 100px;
    display: block;
    width: 100%;
    padding-top: 0!important;
    position: relative;
  }
  .three-button-group .intro-block .intro-block-inner {
    position: relative;
    border: solid 1px #dadada;
    top: 0!important;
    padding-top: 0;
  }
  .three-button-group .intro-block svg {
    position: relative;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    left: 15px!important;
    top: 2px;
  }
  .three-button-group .intro-block .home-block-svg-container {
    margin-top: -40px;
    position: absolute;
    height: 100%;
  }
}
.three-button-group .three-button-group-item-menus-svg svg {
  width: 88px;
  height: 110px;
}
.three-button-group .three-button-group-item-mealplans-svg svg {
  width: 99.8px;
  height: 77.5px;
}
.three-button-group .three-button-group-item-locations-svg svg {
  width: 80px;
  height: 95.1px;
}
.block .buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
.block .buttons .button2 {
  margin: 0 10px 10px 0;
}
.block .buttons.centered {
  justify-content: center;
}
.block .buttons.centered .button2 {
  margin: 0 5px 10px;
}
.image-cta .cta-item {
  display: flex;
  align-items: center;
  padding: 25px;
  min-height: 550px;
}
.image-cta .cta-item.align-center {
  justify-content: center;
}
.image-cta .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.image-cta .cta-content {
  padding: 90px 25px;
  flex-basis: 960px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
.image-cta .cta-content-wrap {
  margin: 0 auto;
  max-width: 664px;
}
.image-cta .cta-item.align-left .cta-content,
.image-cta .cta-item.align-right .cta-content {
  flex-basis: 640px;
  text-align: left;
}
.image-cta .cta-item.align-left .cta-content-wrap,
.image-cta .cta-item.align-right .cta-content-wrap {
  max-width: 450px;
}
.image-cta .cta-item.align-right .cta-content {
  margin-left: auto;
}
.image-cta .cta-icon {
  display: inline-block;
  margin: 0 0 15px;
}
.image-cta .cta-icon.twitter {
  display: inline-block;
}
.image-cta .cta-icon .fas {
  font-size: 72px;
  color: #003478;
}
.image-cta .article-date {
  display: inline-block;
  margin: 0 0 25px;
  padding: 10px 20px;
  font-weight: 700;
  color: #003478;
  text-transform: uppercase;
  background: #fff;
}
.image-cta .article-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.image-cta .article-preview {
  margin-bottom: 25px;
}
.image-cta .article-link {
  font-family: "NewAthenaUnicode", serif;
  font-size: 17px;
  text-transform: uppercase;
}
.image-cta .article-link a {
  color: #003478;
}
.image-cta .article-link a:hover {
  color: #2F2F2F;
}
.image-cta .tweet-text {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 32/22;
}
.image-cta.columns-2 {
  display: flex;
  justify-content: space-between;
}
.image-cta.columns-2 .cta-item {
  flex-basis: 48%;
}
.image-cta.columns-3 {
  display: flex;
  justify-content: space-between;
}
.image-cta.columns-3 .cta-item {
  flex-basis: 31.5%;
}
.image-cta.columns-2 .cta-item,
.image-cta.columns-3 .cta-item {
  display: block;
  padding: 0;
  min-height: 0;
  background: #003478;
}
.image-cta.columns-2 .cta-item-wrap-link,
.image-cta.columns-3 .cta-item-wrap-link {
  display: block;
  height: 100%;
  background: #003478;
  transition: 200ms;
}
.image-cta.columns-2 .cta-image-image,
.image-cta.columns-3 .cta-image-image {
  display: block;
  width: 100%;
  height: auto;
}
.image-cta.columns-2 .cta-content,
.image-cta.columns-3 .cta-content {
  padding: 35px 50px;
  text-align: left;
  color: #fff;
  background: none;
}
.image-cta.columns-2 .cta-icon.twitter svg path,
.image-cta.columns-3 .cta-icon.twitter svg path {
  fill: #fff;
}
.image-cta.columns-2 .cta-icon .fas,
.image-cta.columns-3 .cta-icon .fas {
  font-size: 36px;
  color: #fff;
}
.image-cta.columns-2 .cta-title,
.image-cta.columns-3 .cta-title {
  font-size: 32px;
  color: #fff;
}
.image-cta.columns-2 .cta-item-wrap-link[href]:hover,
.image-cta.columns-3 .cta-item-wrap-link[href]:hover {
  background: #2F2F2F;
}
.image-cta.columns-2 .article-date,
.image-cta.columns-3 .article-date {
  background: rgba(255, 255, 255, 0.8);
}
.image-cta.columns-2 .article-title,
.image-cta.columns-3 .article-title {
  color: #fff;
}
.image-cta.columns-3 .cta-item {
  background: none;
}
.image-cta.columns-3 .cta-item-wrap-link {
  background: none;
}
.image-cta.columns-3 .cta-content {
  color: #2F2F2F;
  background: none;
}
.image-cta.columns-3 .cta-icon.twitter svg path {
  fill: #1DA1F2;
}
.image-cta.columns-3 .cta-icon .fas {
  color: #003478;
}
.image-cta.columns-3 .cta-title {
  color: #003478;
}
.image-cta.columns-3 .cta-item-wrap-link[href]:hover {
  background: rgba(0, 52, 120, 0.1);
}
.image-cta.columns-3 .article-date {
  padding: 0;
  background: none;
}
.image-cta.columns-3 .article-title {
  color: #003478;
}
@media (max-width: 1000px) {
  .image-cta.columns-2 .cta-content,
  .image-cta.columns-3 .cta-content {
    padding: 25px 10%;
  }
  .image-cta.columns-2 .cta-title,
  .image-cta.columns-3 .cta-title {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .image-cta .cta-item {
    min-height: 450px;
  }
  .image-cta .cta-content {
    padding: 45px 25px;
  }
  .image-cta .cta-item.align-left .cta-content,
  .image-cta .cta-item.align-right .cta-content {
    text-align: center;
  }
  .image-cta.columns-2,
  .image-cta.columns-3 {
    display: block;
  }
  .image-cta.columns-2 .cta-item,
  .image-cta.columns-3 .cta-item {
    margin: 0 0 25px;
  }
}
.meal-plans {
  display: flex;
  flex-wrap: wrap;
}
.meal-plans .meal-plan {
  width: 31.5%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 2.75%;
  margin-bottom: 45px;
}
.meal-plans .meal-plan:nth-child(3n+1) {
  margin-left: 0;
}
.meal-plans .meal-plan_card {
  position: relative;
  padding: 30px;
  text-align: center;
  background: #F2F2F2;
  border-bottom: 10px solid #F2F2F2;
}
.meal-plans .meal-plan_title {
  margin: 0 0 20px;
  font-size: 42px;
  font-weight: 300;
}
.meal-plans .meal-plan_for {
  margin: 0 0 15px;
  font-style: italic;
}
.meal-plans .meal-plan_price-subtext {
  font-weight: 700;
  text-transform: uppercase;
  color: #2F2F2F;
}
.meal-plans .meal-plan_price {
  font-size: 32px;
  line-height: 1.2;
  color: #003478;
}
.meal-plans .meal-plan_plan-summary {
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: left;
}
.meal-plans .meal-plan_plan-summary blockquote,
.meal-plans .meal-plan_plan-summary h1,
.meal-plans .meal-plan_plan-summary h2,
.meal-plans .meal-plan_plan-summary h3,
.meal-plans .meal-plan_plan-summary h4,
.meal-plans .meal-plan_plan-summary h5,
.meal-plans .meal-plan_plan-summary h6,
.meal-plans .meal-plan_plan-summary hr,
.meal-plans .meal-plan_plan-summary li,
.meal-plans .meal-plan_plan-summary ol,
.meal-plans .meal-plan_plan-summary p,
.meal-plans .meal-plan_plan-summary ul {
  margin: 0 0 0.75em;
  line-height: 1.5;
}
.meal-plans .meal-plan_plan-summary blockquote:last-child,
.meal-plans .meal-plan_plan-summary h1:last-child,
.meal-plans .meal-plan_plan-summary h2:last-child,
.meal-plans .meal-plan_plan-summary h3:last-child,
.meal-plans .meal-plan_plan-summary h4:last-child,
.meal-plans .meal-plan_plan-summary h5:last-child,
.meal-plans .meal-plan_plan-summary h6:last-child,
.meal-plans .meal-plan_plan-summary hr:last-child,
.meal-plans .meal-plan_plan-summary li:last-child,
.meal-plans .meal-plan_plan-summary ol:last-child,
.meal-plans .meal-plan_plan-summary p:last-child,
.meal-plans .meal-plan_plan-summary ul:last-child {
  margin-bottom: 0;
}
.meal-plans .toggle-details-wrap {
  margin-bottom: 25px;
  text-align: left;
}
.meal-plans .toggle-details {
  position: relative;
  padding: 0 0 0 20px;
  font-family: "NewAthenaUnicode", serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: none;
}
.meal-plans .toggle-details_icon {
  position: absolute;
  left: 0;
  top: 0;
}
.meal-plans .toggle-details_icon.minus {
  display: none;
}
.meal-plans .meal-plan_button .button2 {
  display: block;
}
.meal-plans .meal-plan_more-details {
  display: none;
  position: relative;
  padding: 60px 35px 35px;
}
.meal-plans .meal-plan.show-details .meal-plan_card {
  border-color: #003478;
}
.meal-plans .meal-plan.show-details .meal-plan_card:after {
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  bottom: -30px;
  width: 0;
  height: 0;
  border-top: 20px solid #003478;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.meal-plans .meal-plan.show-details .toggle-details_icon.plus {
  display: none;
}
.meal-plans .meal-plan.show-details .toggle-details_icon.minus {
  display: inline;
}
.meal-plans .meal-plan.show-details .meal-plan_more-details {
  display: block;
}
@media (min-width: 1140px) {
  .meal-plans .meal-plan_more-details {
    width: 1080px;
  }
  .meal-plans .meal-plan:nth-child(3n+2) .meal-plan_more-details {
    left: -370px;
  }
  .meal-plans .meal-plan:nth-child(3n+3) .meal-plan_more-details {
    left: -740px;
  }
}
@media (max-width: 1139px) and (min-width: 769px) {
  .meal-plans .meal-plan_more-details {
    width: calc(100vw - 60px);
  }
  .meal-plans .meal-plan:nth-child(3n+2) .meal-plan_more-details {
    left: -108.6%;
  }
  .meal-plans .meal-plan:nth-child(3n+3) .meal-plan_more-details {
    left: -217.3%;
  }
}
@media (max-width: 900px) and (min-width: 601px) {
  .meal-plans .meal-plan_more-details {
    width: calc(100vw - 40px);
  }
}
@media (max-width: 768px) and (min-width: 601px) {
  .meal-plans .meal-plan {
    width: 48%;
    margin-left: 4%;
  }
  .meal-plans .meal-plan:nth-child(3n+1) {
    margin-left: 4%;
  }
  .meal-plans .meal-plan:nth-child(2n+1) {
    margin-left: 0;
  }
  .meal-plans .meal-plan:nth-child(2n+2) .meal-plan_more-details {
    left: -108.6%;
  }
}
@media (max-width: 600px) {
  .meal-plans .meal-plan {
    width: 100%;
    margin: 0 0 45px !important;
  }
}
.split-2-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.split-2-columns.align-top {
  align-items: top;
}
.split-2-columns .column {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 46.3%;
}
.split-2-columns .text-align-center {
  text-align: center;
}
.split-2-columns .text-align-right {
  text-align: right;
}
.split-2-columns .default-icon {
  display: inline-block;
  margin: 0 0 15px;
}
.split-2-columns .default-icon.twitter {
  display: inline-block;
}
.split-2-columns .default-icon .fas {
  font-size: 72px;
  color: #003478;
}
.split-2-columns .default-title {
  font-weight: 700;
  font-size: 20px;
}
.split-2-columns .article {
  position: relative;
}
.split-2-columns .article-link {
  display: block;
  padding: 70px 35px 15px;
  background: #F2F2F2;
  transition: 200ms;
}
.split-2-columns .article-date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  font-weight: 700;
  line-height: 1.2;
  background: #fff;
}
.split-2-columns .article-title {
  margin: 0 0 15px;
  font-size: 32px;
  line-height: 34/32;
  color: #003478;
}
.split-2-columns .article-more {
  font-family: "NewAthenaUnicode", serif;
  text-transform: uppercase;
  font-size: 17px;
  color: #003478;
}
.split-2-columns .article-link:hover {
  background: #d9d9d9;
}
.split-2-columns .article-link:hover .article-title,
.split-2-columns .article-link:hover .article-more {
  color: #2F2F2F;
}
@media (max-width: 900px) {
  .split-2-columns {
    display: block;
  }
  .split-2-columns .column {
    margin: 0 0 60px;
  }
}
.block-title + .tabs {
  margin-top: 40px;
}
.tabs .tabs-list {
  display: flex;
}
.tabs .tab {
  position: relative;
  padding: 15px 10px;
  flex-basis: 100%;
  flex-shrink: 1;
  margin: 0 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #003478;
  background: #F2F2F2;
  border: none;
}
.tabs .tab:first-child {
  margin-left: 0;
}
.tabs .tab:last-child {
  margin-right: 0;
}
.tabs .tab.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 10px;
  background: #003478;
}
.tabs .tab.active:after {
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  top: calc(100% + 10px);
  width: 0;
  height: 0;
  border-top: 20px solid #003478;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.tabs .tab-icon {
  font-size: 48px;
}
.tabs .tab-icon i {
  display: block;
}
.tabs .tab-image {
  margin: 0 auto;
  max-width: 150px;
}
.tabs .tab-image img {
  display: block;
  width: 100%;
  height: auto;
}
.tabs .tab-panel {
  margin-top: 60px;
}
@media (max-width: 900px) {
  .tabs .tab-icon {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .tabs .tabs-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tabs .tab {
    flex-basis: auto;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #fff;
  }
  .tabs .tab:before,
  .tabs .tab:after {
    display: none;
  }
  .tabs .tab.active {
    background: #d9d9d9;
  }
  .tabs .tab-image {
    width: 50px;
  }
  .tabs .tab-panel {
    margin-top: 30px;
  }
  .tabs .tab-panel .bound-narrow {
    width: 100%;
  }
}
.icon-listing {
  display: flex;
  flex-wrap: wrap;
}
.block-title + .icon-listing {
  margin-top: 60px;
}
.icon-listing .item {
  position: relative;
  flex-basis: 31.5%;
  margin-left: 2.75%;
  margin-bottom: 50px;
  padding-left: 50px;
}
.icon-listing .item:nth-child(3n+1) {
  margin-left: 0;
}
.icon-listing .item-icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  line-height: 1;
  color: #2F2F2F;
}
.icon-listing .item-title {
  font-size: 20px;
  color: #003478;
  font-weight: 700;
}
@media (max-width: 760px) {
  .icon-listing .item {
    flex-basis: 48%;
    margin-left: 4%;
  }
  .icon-listing .item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .icon-listing .item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  .icon-listing {
    display: block;
  }
  .icon-listing .item {
    margin: 0 0 50px !important;
  }
}
.cta-slider .cta-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: 450px;
  background: #F2F2F2;
}
.cta-slider .cta-content {
  max-width: 740px;
  text-align: center;
}
.cta-slider .image {
  display: block;
  position: relative;
  min-height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cta-slider .image .cta-content {
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 15px 70px 15px 120px;
  min-width: 0;
  max-width: calc(100% - 40px);
  width: 640px;
  height: calc(100% - 40px);
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
}
.cta-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  padding: 0;
  width: 60px;
  height: 60px;
  background: #003478;
  border: none;
}
.cta-slider .slick-prev {
  left: 0;
}
.cta-slider .slick-prev svg {
  transform: rotate(180deg) scale(1.7);
}
.cta-slider .slick-next {
  right: 0;
}
.cta-slider .slick-next svg {
  transform: scale(1.7);
}
.cta-slider .slick-disabled {
  display: none!important;
}
.cta-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, 0);
}
.cta-slider .slick-dots li {
  margin: 0 5px;
  height: 12px;
}
.cta-slider .slick-dots button {
  padding: 0;
  text-indent: -9999em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #003478;
  background: none;
}
.cta-slider .slick-dots .slick-active button {
  background: #003478;
}
@media (max-width: 680px) {
  .cta-slider .image .cta-contet {
    padding: 15px 70px;
  }
}
.block-layout {
  margin-bottom: 60px;
}
.block-layout .block-title {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1600px;
  max-width: 770px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 900px) {
  .block-layout .block-title {
    width: calc(100% - 40px);
  }
}
@media (max-width: 479px) {
  .block-layout .block-title {
    width: calc(100% - 30px);
  }
}
@media (max-width: 349px) {
  .block-layout .block-title {
    width: calc(100% - 20px);
  }
}
.block-layout .block-title h2 {
  margin: 0;
}
.block-layout .block-title .block-intro {
  margin: 25px 0 0;
}
.block-layout .button-container {
  margin-top: 30px;
  text-align: center;
}
.block-layout-columns .button-container {
  margin-top: 0;
}
.block-layout-cta-background {
  overflow: hidden;
}
.block-layout-cta-background .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.block-layout-cta-background .image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.block-layout-cta-background .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.block-layout-cta-background .component-wrapper {
  padding: 100px 0;
  z-index: 3;
  position: relative;
  text-align: center;
}
.block-layout-cta-background .component-wrapper h5 {
  color: white;
}
.block-layout-cta-background .component-wrapper h2 {
  font-weight: 600;
  color: white;
}
.block-layout-cta-background .component-wrapper .button {
  display: inline-block;
}
@media (max-width: 760px) {
  .block-layout-cta-background .component-wrapper {
    padding: 40px 0;
  }
  .block-layout-cta-background .component-wrapper h2 {
    margin: 0 0 20px;
  }
}
.block-layout-image-background {
  overflow: hidden;
}
.block-layout-image-background .component-left .component-wrapper {
  float: left;
}
.block-layout-image-background .component-right .component-wrapper {
  float: right;
}
.block-layout-image-background [class^='bound'] {
  padding-top: 30px;
}
.block-layout-image-background .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.block-layout-image-background .image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.block-layout-image-background .component-wrapper {
  z-index: 2;
  position: relative;
  width: 480px;
  padding: 30px;
  background: rgba(242, 242, 242, 0.9);
}
.block-layout-image-background .component-wrapper .button {
  float: right;
}
@media (max-width: 1150px) {
  .block-layout-image-background .component-wrapper {
    width: 640px;
    padding: 20px;
  }
}
@media (max-width: 760px) {
  .block-layout-image-background [class^='bound'] {
    padding-top: 0px;
  }
  .block-layout-image-background .component-wrapper {
    width: 100%;
  }
}
.block-layout-split .split-box {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #F2F2F2;
}
.block-layout-split .split-box .split-left {
  width: calc(50% - 15px);
}
.block-layout-split .split-box .split-right {
  width: calc(50% - 15px);
}
@media (min-width: 701px) {
  .block-layout-split .split-box .split-left,
  .block-layout-split .split-box .split-right {
    position: relative;
  }
  .block-layout-split .split-box .split-left .cta-text,
  .block-layout-split .split-box .split-right .cta-text {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .block-layout-split .split-box .split-left .cta-text h2,
  .block-layout-split .split-box .split-right .cta-text h2 {
    font-size: 40px;
  }
}
.block-layout-split .split-box .cta-text {
  padding: 30px;
}
/* When a split block is Maximum width, the content should be centered */
.bound-maximum .split-left .cta-text,
.bound-maximum .split-right .cta-text {
  text-align: center;
}
@media (max-width: 700px) {
  .split-box {
    display: block!important;
  }
  .split-box .split-left,
  .split-box .split-right {
    width: 100%!important;
  }
}
.split-content-text {
  padding: 20px;
}
.partial-post {
  overflow: hidden;
}
.partial-post .partial-content {
  width: 66%;
  padding-left: 40px;
  float: right;
}
.partial-post .partial-content h2 {
  color: #2F2F2F;
  margin-top: 0;
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .partial-post .partial-content {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .partial-post .partial-content h2 {
    font-size: 26px;
  }
}
.partial-post h2 a {
  color: #003478;
}
.partial-post h2 a:hover {
  text-decoration: underline;
}
.partial-post .partial-image {
  position: relative;
  width: 34%;
  float: left;
  margin-top: 6px;
}
.partial-post .partial-image .date-sticker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 110px;
  padding: 16px 0;
  display: block;
}
.partial-post .partial-image .img {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1;
  margin-bottom: 20px;
}
.partial-post .partial-image .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 480px) {
  .partial-post .partial-image {
    float: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .partial-post .image-empty .date-sticker {
    position: relative;
  }
}
.partial-post .partial-date {
  width: 110px;
  float: left;
  padding-right: 30px;
}
.partial-post time.partial-time {
  display: block;
  width: 100%;
  line-height: 50px;
  height: 50px;
}
.partial-post .newsCats {
  line-height: 1.2;
  margin-bottom: 5px;
}
.partial-post .newsCats a {
  color: #2F2F2F;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
}
.partial-event {
  overflow: hidden;
}
.partial-event h3 {
  margin-bottom: 5px;
}
.partial-event .partial-event-image {
  position: relative;
  width: 34%;
  float: left;
}
.partial-event .partial-event-image .date-sticker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 110px;
  padding: 16px 0;
  display: block;
}
.partial-event .partial-event-image .img {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1;
  margin-bottom: 20px;
}
.partial-event .partial-event-image .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.partial-event .partial-event-content {
  width: 66%;
  padding-left: 40px;
  float: right;
}
.partial-event .event-partial-time {
  font-style: italic;
  margin: 0;
  font-weight: normal;
}
.home .block-masthead-inner:after {
  z-index: 10;
  height: 178px;
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(rgba(247, 246, 243, 0), #F2F2F2);
  background-image: -o-linear-gradient(rgba(247, 246, 243, 0), #F2F2F2);
  background-image: linear-gradient(rgba(247, 246, 243, 0), #F2F2F2);
}
@media (max-width: 480px) {
  .home .block-masthead-inner:after {
    display: none;
  }
}
.home #content {
  margin-top: -500px;
  z-index: 50;
}
@media (max-width: 1098px) {
  .home #content {
    margin-top: -430px;
  }
}
.home #content.truncated-home-content {
  margin-top: -250px;
}
@media (max-width: 760px) {
  .home #content {
    margin-top: -430px;
  }
}
@media (max-width: 560px) {
  .home #content {
    margin-top: -390px;
  }
}
@media (max-width: 480px) {
  .home #content {
    margin-top: -280px;
  }
}
#home-header {
  z-index: 0;
  padding-bottom: 383px;
  background: #F2F2F2;
  position: relative;
}
@media (max-width: 480px) {
  #home-header .block-masthead {
    overflow: visible;
  }
  #home-header .block-masthead .text {
    top: calc(100% + 60px);
  }
  #home-header .block-masthead h1 {
    color: #003478;
  }
  #home-header .block-masthead h5 {
    color: #2F2F2F;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 12px;
    line-height: 1.67;
  }
}
#home-header.truncated-home-header {
  padding-bottom: 133px;
}
@media (max-width: 760px) {
  #home-header.truncated-home-header {
    padding-bottom: 383px;
  }
}
#intro-blocks {
  text-align: center;
  display: table;
  width: 100%;
  height: 300px;
}
#intro-blocks .intro-block:nth-child(1),
#intro-blocks .intro-block:nth-child(3) {
  overflow: hidden;
}
#intro-blocks .intro-block:nth-child(2) {
  padding-top: 0;
}
#intro-blocks .intro-block:nth-child(2) .intro-block-inner {
  top: -30px;
  border-top: solid 1px #dadada;
  border-left: solid 1px #dadada;
  border-right: solid 1px #dadada;
}
#intro-blocks .intro-block {
  display: table-cell;
  width: 33%;
  padding-top: 40px;
  position: relative;
}
#intro-blocks .intro-block .intro-block-inner-grow {
  transition: all 0.3s ease;
}
#intro-blocks .intro-block:hover .intro-block-inner-grow {
  transform: scale(1.05);
}
#intro-blocks .intro-block-inner {
  padding-top: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: calc(100% + 30px);
}
#intro-blocks .intro-block-inner .h3 {
  color: #2F2F2F;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 480px) {
  #intro-blocks .intro-block-inner .h3 {
    font-size: 16px;
  }
}
@media (max-width: 1098px) {
  #intro-blocks {
    height: 200px;
  }
  #intro-blocks .intro-block-inner {
    padding-top: 0;
  }
  #intro-blocks .intro-block-inner-grow {
    transform: scale(0.8);
  }
}
@media (max-width: 760px) {
  #intro-blocks {
    display: block;
    height: auto;
  }
  #intro-blocks .intro-block-inner-grow {
    padding-top: 40px;
  }
  #intro-blocks .intro-block {
    height: 100px;
    display: block;
    width: 100%;
    padding-top: 0!important;
    position: relative;
  }
  #intro-blocks .intro-block .intro-block-inner {
    position: relative;
    border: solid 1px #dadada;
    top: 0!important;
    padding-top: 0;
  }
  #intro-blocks .intro-block svg {
    position: relative;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    left: 15px!important;
    top: 2px;
  }
  #intro-blocks .intro-block .home-block-svg-container {
    margin-top: -40px;
    position: absolute;
    height: 100%;
  }
}
.home-block-svg-container {
  height: 150px;
  position: relative;
}
.home-block-svg-container svg {
  position: absolute;
  bottom: 20px;
  left: 38%;
}
#home-locations-svg-block svg {
  width: 80px;
  height: 95.1px;
}
#home-menus-svg-block svg {
  width: 88px;
  height: 110px;
}
#home-mealplans-svg-block svg {
  width: 99.8px;
  height: 77.5px;
}
body.page-template-template-landing-page #content {
  margin-top: -500px;
  z-index: 50;
}
@media (max-width: 1098px) {
  body.page-template-template-landing-page #content {
    margin-top: -430px;
  }
}
body.page-template-template-landing-page #content.truncated-home-content {
  margin-top: -250px;
}
@media (max-width: 760px) {
  body.page-template-template-landing-page #content {
    margin-top: -430px;
  }
}
@media (max-width: 560px) {
  body.page-template-template-landing-page #content {
    margin-top: -390px;
  }
}
@media (max-width: 480px) {
  body.page-template-template-landing-page #content {
    margin-top: -280px;
  }
}
#location-content {
  overflow: hidden;
}
#location-content .location-data {
  float: left;
  width: 20%;
}
#location-content .location-data img {
  width: 100%;
}
#location-content .location-description {
  float: right;
  width: 80%;
  padding-left: 20px;
}
.venue-location-listing {
  margin-bottom: 45px;
}
.venue-location-listing p {
  margin-bottom: 10px;
}
.venue-name {
  color: #2F2F2F;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
.location-type-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: italic;
}
.location-list-location {
  display: flex;
  margin-bottom: 18px;
}
@media (max-width: 380px) {
  .location-list-location {
    display: block;
  }
}
.location-list-location .location-list-image {
  width: 30%;
  padding-right: 30px;
}
.location-list-location .location-list-image img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 600px) {
  .location-list-location .location-list-image {
    width: 40%;
  }
}
@media (max-width: 380px) {
  .location-list-location .location-list-image {
    width: 100%;
  }
}
.location-list-location .location-list-excerpt {
  width: 70%;
}
.location-list-location .location-list-excerpt.no-logo {
  width: 100%;
}
@media (max-width: 600px) {
  .location-list-location .location-list-excerpt {
    width: 80%;
  }
}
@media (max-width: 380px) {
  .location-list-location .location-list-excerpt {
    width: 100%;
  }
}
.location-list-location .location-list-excerpt a {
  color: #003478;
}
.location-list-location .location-list-excerpt a:hover {
  text-decoration: underline;
}
.location-list-location h3 {
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.map-info-window h4 {
  padding-top: 3px;
  margin-bottom: 10px;
}
.map-info-window ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.map-info-window ul li {
  margin-bottom: 7px;
}
.map-info-window ul a {
  color: #2F2F2F;
  font-weight: bold;
}
.today-hours {
  margin-bottom: 25px;
}
#location-bar {
  background: #2F2F2F;
  color: #fff;
  margin-top: -30px;
  margin-bottom: 30px;
  height: 75px;
}
#location-bar #location-selected-date {
  float: right;
  background: transparent;
  border-left: none;
  border-top: none;
  border-right: none;
  min-width: 128px;
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: left;
  margin-top: 13px;
  font-weight: bold;
  padding-left: 0;
  border-left: 2px solid rgba(0, 0, 0, 0);
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-top: 2px solid rgba(0, 0, 0, 0);
}
#location-bar #location-selected-date span {
  position: absolute;
  left: -42px;
  top: 9px;
}
#location-bar #location-selected-date span svg {
  width: 32px;
  height: 26px;
}
#location-bar #location-selected-date:focus {
  border: 2px solid #fff;
}
#location-bar #location-selected-date:after {
  content: '>';
  display: block;
  position: absolute;
  right: 3px;
  top: 5px;
  font-size: 14px;
  color: #fff;
  -webkit-transform: rotate(90deg) scale(1, 1.6);
  -ms-transform: rotate(90deg) scale(1, 1.6);
  transform: rotate(90deg) scale(1, 1.6);
}
@media (max-width: 900px) {
  #location-bar {
    margin-top: -20px;
    height: 70px;
  }
}
@media (max-width: 658px) {
  #location-bar {
    height: 64px;
  }
  #location-bar #location-selected-date {
    float: left;
    margin-left: 42px;
    margin-top: 16px;
  }
  #location-bar #location-selected-date span {
    top: 6px;
  }
}
@media (max-width: 658px) {
  .locations-template-default #breadcrumbs {
    display: none;
  }
}
#breadcrumbs {
  padding-top: 20px;
  display: block;
  float: left;
}
#breadcrumbs ul {
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#breadcrumbs ul li {
  margin-bottom: 0;
}
#breadcrumbs #breadcrumbs-root {
  font-weight: bold;
  text-transform: uppercase;
  transition: border 0.25s ease-in-out;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
#breadcrumbs #breadcrumbs-root svg {
  margin-bottom: -1px;
  margin-right: 4px;
}
#breadcrumbs #breadcrumbs-root:hover {
  border-bottom: 1px solid;
}
#breadcrumbs .breadcrumbs-separator {
  padding-left: 15px;
  padding-right: 13px;
  opacity: 0.5;
  font-size: 12px;
  -webkit-transform: scale(1, 1.6);
  -ms-transform: scale(1, 1.6);
  transform: scale(1, 1.6);
  display: inline-block;
}
#location-date-calendar-picker {
  padding-bottom: 40px;
}
/*!
 * FullCalendar v3.3.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
.fc-day {
  cursor: pointer;
}
.fc-day:hover {
  background: #F2F2F2;
  color: #fff;
}
#calendar.fc .fc-button {
  line-height: normal;
}
#calendar.fc .fc-button:disabled {
  background: #2F2F2F;
  border-color: #2F2F2F;
  opacity: 1;
  cursor: default;
}
#calendar.fc .fc-day:hover {
  color: inherit;
}
#calendar.fc .fc-button-group > .fc-button {
  display: flex;
  align-items: center;
}
#calendar.fc button .fc-icon {
  top: auto;
}
#calendar.fc .fc-header-toolbar button {
  background: #003478;
  border-color: #003478;
  transition: all 0.25s ease-in-out;
}
#calendar.fc .fc-header-toolbar button:not(:disabled):hover {
  background: #2F2F2F;
  border-color: #2F2F2F;
}
@media (max-width: 500px) {
  #calendar.fc .fc-toolbar-title {
    font-size: 24px;
  }
}
.fc-daygrid-day.active {
  background-color: rgba(0, 52, 120, 0.1);
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-unthemed td.fc-today {
  background: #F2F2F2;
}
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
.ui-widget .fc-disabled-day {
  /* themed */
  background-image: none;
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}
/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}
/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}
/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}
/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}
/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}
/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}
/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}
/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}
/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}
/* title text */
.fc-toolbar h2 {
  margin: 0;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 1;
}
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}
.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}
/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: bold;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt {
  float: right;
}
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}
.fc-list-item:hover td {
  background-color: #f5f5f5;
}
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}
/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}
#calendar-wrap {
  margin-bottom: 20px;
}
#whats-open-now-listing {
  margin-bottom: 40px;
}
#whats-open-now-listing h1 {
  text-align: center;
  font-size: 65px;
}
@media (max-width: 940px) {
  #whats-open-now-listing h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
#whats-open-now-listing .hidden {
  display: none;
}
#whats-open-now-listing .closed {
  opacity: 0.6;
}
#whats-open-now-listing .hours-row {
  display: none;
}
#whats-open-now-listing .hours-row.relevant {
  display: block;
}
#whats-open-now-listing .hours-row.closed {
  text-decoration: line-through;
}
.open-now-table {
  margin-bottom: 20px;
  width: 100%;
}
.open-now-table td {
  vertical-align: top;
}
.open-now-table td a {
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 600;
}
.open-now-table td a:hover {
  color: #003478;
}
@media (max-width: 940px) {
  .open-now-table td a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .open-now-table td a {
    font-size: 14px;
  }
}
.open-now-table tr:nth-child(even) {
  background: #fafafa;
}
#timepicker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline;
  width: 110px;
  font-size: 24px;
  padding-bottom: 8px;
  padding-left: 0;
  border: none;
  border-radius: 0;
  outline: none;
  text-transform: lowercase;
}
@media (max-width: 768px) {
  #timepicker {
    width: 120px;
  }
}
#timepicker-stage .location-venue-name {
  color: #003478;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#timepicker-stage .location-group-wrap {
  margin-bottom: 25px;
}
#timepicker-stage .no-locations p {
  margin-bottom: 0;
}
#calendar-toggle {
  background: #fff;
  text-align: left;
  padding-bottom: 7px;
  font-size: 24px;
  width: 153px;
  border-bottom: solid 1px #e9e6df;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
}
#calendar-toggle:focus {
  outline: none;
  border-bottom-color: #2F2F2F;
}
#calendar-toggle:after {
  content: '>';
  display: block;
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 17px;
  color: #2F2F2F;
  -webkit-transform: rotate(90deg) scale(1, 1.8);
  -ms-transform: rotate(90deg) scale(1, 1.8);
  transform: rotate(90deg) scale(1, 1.8);
}
@media (max-width: 460px) {
  #calendar-toggle {
    width: auto;
    min-width: 120px;
  }
}
#whats-open-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  overflow: hidden;
}
#calendar-icon {
  width: 50px;
  height: 40px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
#calendar-icon svg {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 10px;
}
.list-page-header {
  position: relative;
  *zoom: 1;
  margin-bottom: 40px;
}
.list-page-header:before,
.list-page-header:after {
  content: "";
  display: table;
}
.list-page-header:after {
  clear: both;
}
.list-page-header h1 {
  float: left;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .list-page-header h1 {
    float: none;
    margin-bottom: 6px;
  }
}
.list-page-header .js-Select {
  float: right;
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media (max-width: 480px) {
  .list-page-header .js-Select {
    float: none;
    width: 100%;
    position: relative;
    bottom: 0;
  }
}
.close-nutrition {
  font-weight: bold;
  cursor: pointer;
  margin-top: 30px;
  margin-left: 30px;
  line-height: 30px;
  background: 0;
  border: 1px solid #333;
  padding: 0px;
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.25s ease-in-out;
}
.close-nutrition:hover {
  border-color: #003478;
  color: white;
  background-color: #003478;
}
#nutrition-info-header {
  margin-bottom: 25px;
}
#nutrition-info-header h6 {
  margin-bottom: 0;
}
#nutrition-info-header p {
  font-size: 14px;
}
#nutrition-info-header .recipe-icon-wrap {
  height: 36px;
}
.slide-reveal-overlay {
  background: none!important;
}
#nutrition-slider {
  box-shadow: -5px 0 4px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 600px) {
  #nutrition-slider {
    width: 100%!important;
    max-width: 100%!important;
  }
}
#nutrition-slider-stage {
  padding: 30px;
  height: 100%;
}
#nutrition-slider-stage h2 {
  font-size: 28px;
}
.nutrition-facts-table {
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
  font-size: 14px;
}
.nutrition-facts-table thead {
  font-weight: bold;
}
.nutrition-facts-table td,
.nutrition-facts-table th {
  padding: 6px 4px;
  font-weight: normal;
}
.nutrition-facts-table .main-line {
  border-bottom: solid 1px #ddd;
}
.nutrition-facts-table .main-line > td {
  font-weight: bold;
}
.nutrition-amount {
  text-align: right;
  font-weight: normal!important;
}
#menu-tabs {
  padding-top: 20px;
}
.station-menu-data-collapsed {
  display: none;
}
.menu-station h4,
.menu-station .toggle-menu-station-data {
  color: #58595B;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  display: block;
  padding-bottom: 15px;
  width: 100%;
  max-width: 336px;
  border-bottom: 1px solid #c2baac;
  transition: all 0.3s ease-in-out;
}
.menu-station h4:hover,
.menu-station .toggle-menu-station-data:hover {
  color: #003478;
  border-color: #003478;
}
.menu-station h4.station-collapsed:before,
.menu-station .toggle-menu-station-data.station-collapsed:before {
  content: '+';
  font-size: 20px;
}
.menu-station .toggle-menu-station-data {
  cursor: pointer;
  position: relative;
  background: 0;
  border-top: 0;
  border-left: 0;
  line-height: 1.2;
  border-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-bottom: 25px;
}
.menu-station .toggle-menu-station-data:before {
  content: '-';
  position: absolute;
  color: #58595b;
  right: 0;
  top: 0;
  font-size: 30px;
  line-height: 15px;
  text-align: right;
}
.menu-station .menu-station-description p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: -6px;
}
.menu-station ul {
  list-style-type: none;
  padding-left: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .menu-station ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 380px) {
  .menu-station ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.menu-station ul span {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
.menu-station ul a {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  text-decoration: underline;
}
.menu-station ul a:hover {
  color: #003478;
}
@media (max-width: 600px) {
  .menu-station ul a {
    font-size: 12px;
  }
}
.closes-early-message p {
  font-style: italic;
  font-size: 14px;
  margin-top: -12px;
  margin-bottom: 6px;
}
h3.location-hour-marker {
  border-bottom: 2px solid #003478;
  font-weight: bold;
}
.recipe-icon-wrap {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 20px;
}
.recipe-icon-wrap svg {
  position: absolute;
  width: 20px;
  top: 4px;
  left: 4px;
  height: auto;
}
.menu-item-li .recipe-icon-wrap {
  width: 21px;
}
#search-status {
  font-size: 14px;
  font-style: italic;
  margin-top: 4px;
}
#filter-search {
  width: 100%;
  margin-top: 15px;
}
#filter-search input {
  padding: 10px;
  width: 100%;
}
/* Menu Slider */
#nutrition-slider {
  background: #fff;
}
/* Menu Filters */
#menu-filters {
  display: none;
  overflow: hidden;
  padding: 20px 0 10px 0;
}
#menu-filters fieldset {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
#menu-filters fieldset ul li {
  margin-bottom: 15px;
}
#menu-filters legend {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #2F2F2F;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
#location-header {
  overflow: hidden;
}
#location-header-content {
  float: left;
}
.location-header-venue {
  color: #003478;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 25px;
}
#toggle-menu-filters {
  float: right;
  width: 215px;
  font-size: 24px;
  color: #003478;
  position: relative;
  cursor: pointer;
  background: 0;
  border: 0;
  padding: 0;
  text-align: left;
  padding-top: 6px;
  transition: all 0.25s ease-in-out;
}
#toggle-menu-filters:before {
  content: '>';
  display: block;
  position: absolute;
  right: 0;
  font-weight: bold;
  color: #2F2F2F;
  -webkit-transform: rotate(90deg) scale(1, 1.5);
  -ms-transform: rotate(90deg) scale(1, 1.5);
  transform: rotate(90deg) scale(1, 1.5);
}
#toggle-menu-filters:after {
  height: 1px;
  width: 100%;
  content: '';
  display: block;
  transition: background 0.25s ease-in-out;
  background: #e9e6df;
  bottom: 0;
}
#toggle-menu-filters:hover {
  color: #2F2F2F;
}
#toggle-menu-filters:hover:before {
  color: #2F2F2F;
}
#toggle-menu-filters:hover:after {
  background: #2F2F2F;
}
@media (max-width: 600px) {
  #toggle-menu-filters {
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
#filter-content {
  overflow: hidden;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#allergen-filters {
  float: left;
  width: 30%;
}
@media (max-width: 600px) {
  #allergen-filters {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  #dietary-filters {
    margin-bottom: 20px;
  }
}
.allergen-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.prop-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (max-width: 480px) {
  .prop-filter-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.removed {
  opacity: 0.4;
}
#clear-filters {
  font-weight: bold;
  text-transform: uppercase;
  color: #2F2F2F;
  display: inline-block;
  cursor: pointer;
  padding: 5px 0;
  transition: border 0.25s ease-in-out;
  line-height: normal;
  margin-top: 5px;
  border-bottom: 1px solid transparent;
}
#clear-filters:hover {
  border-bottom: 1px solid;
}
/* Menu Tabs */
.c-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-tabs-nav__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 4px;
  color: #6d6d6d;
  background-color: #f0f2f5;
  font-weight: 600;
  text-align: center;
  border: 0;
  min-height: 60px;
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
  transition: color 0.3s;
  position: relative;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .c-tabs-nav__link {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .c-tabs-nav__link {
    font-size: 10px;
  }
}
.c-tabs-nav__link-inner {
  width: 100%;
  padding: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-tabs-nav__link:last-child {
  margin-right: 0;
}
.c-tabs-nav__link:hover {
  color: #2f2f2f;
}
.c-tabs-nav__link.is-active {
  color: #fff;
  background-color: #5C7B3D;
}
.c-tabs-nav__link i,
.c-tabs-nav__link span {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.c-tabs-nav__link i {
  font-size: 18px;
}
.c-tabs-nav__link span {
  display: none;
  font-size: 18px;
}
@media all and (min-width: 720px) {
  .c-tabs-nav__link i {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .c-tabs-nav__link span {
    display: block;
  }
}
/**
 * Tab
 */
.c-tab {
  display: none;
  background-color: #fff;
}
.c-tab.is-active {
  display: block;
}
.c-tab__content {
  padding-top: 40px;
  padding-left: 0;
}
/**
 * Tabs no-js fallback
 */
.c-tabs.no-js .c-tabs-nav {
  display: none;
}
.c-tabs.no-js .c-tab {
  display: block;
  margin-bottom: 1.5rem;
}
.c-tabs.no-js .c-tab:last-child {
  margin-bottom: 0;
}
#dietary-filters-key {
  margin-top: 40px;
  background: #f0f2f5;
  padding: 30px;
}
#dietary-filters-key h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
#dietary-filters-key .allergen-disclaimer {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
}
#time-control-wrap {
  margin-top: 13px;
  float: right;
  width: 49%;
}
@media (max-width: 1200px) {
  #time-control-wrap {
    width: 59%;
  }
}
@media (max-width: 940px) {
  #time-control-wrap {
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }
}
#date-control {
  float: left;
  width: 50%;
}
@media (max-width: 1200px) {
  #date-control {
    width: 40%;
  }
}
@media (max-width: 940px) {
  #date-control {
    width: 100%;
    float: none;
  }
}
#date-control .h3 {
  font-size: 32px;
  color: #2F2F2F;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 25px;
}
#mh-datepick-ui {
  display: inline-block;
  position: relative;
}
#mh-datepick-ui .cal-label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: -8px;
  left: 73px;
}
#mh-timepinput-ui {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  border-bottom: 1px solid #e9e6df;
}
#mh-timepinput-ui label {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: -19px;
}
#time-slider-title {
  display: none;
}
.slider-selection,
.slider-track {
  box-shadow: none;
}
.slider-handle.hide {
  display: none!important;
}
.slider.slider-horizontal .slider-handle {
  width: 40px;
  height: 40px;
  z-index: 2;
  border-radius: 50%;
  margin-left: -25px;
  margin-top: -5px;
}
.slider-wrap {
  position: relative;
}
.slider-label {
  width: 30px;
  text-align: center;
  margin: 0 0 0 -10px;
  font-size: 10px;
  position: absolute;
  bottom: -4px;
  color: #4a4a4a;
  z-index: 1;
  pointer-events: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 480px) {
  .slider-label {
    bottom: -6px;
    left: -3px;
  }
}
.slider-track {
  background-image: none;
  background-color: #eee;
  border-radius: 100px;
}
.slider.slider-horizontal .slider-track {
  cursor: ew-resize;
  height: 20px;
}
/*! =======================================================
                      VERSION  9.8.0
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100%;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  background-color: #f0f2f5;
  width: 100%;
  height: 25px;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
}
.slider-selection {
  position: absolute;
  box-sizing: border-box;
  border-radius: 100px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #003478;
  border: 3px solid transparent;
}
.slider-handle:focus {
  border: 3px solid #fff;
  outline-width: 3px;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
.partial-staff .partial-staff_image {
  position: relative;
  margin-bottom: 15px;
}
.partial-staff .partial-staff_image:before {
  content: '';
  position: absolute;
  left: -20px;
  top: -20px;
  width: 150px;
  height: 150px;
  background: #003478;
}
.partial-staff .partial-staff_name {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #003478;
}
.partial-staff .partial-staff_title {
  margin: 0 0 6px;
  text-transform: uppercase;
  color: #003478;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #003478;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: 0.75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #003478;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #003478;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #003478;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}
/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
.js-Select {
  display: inline-block;
  font: 400 14px sans-serif;
  position: relative;
  width: 20em;
}
.js-Select li[data-index="0"] {
  display: none;
}
.js-Select-title {
  background: #ffffff;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  font: 400 14px sans-serif;
  height: 3em;
  padding: 5px 20px;
  position: relative;
  text-align: left;
  width: 100%;
  color: #003478;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-radius: 100px;
  border: solid 1px #d3d3d3;
}
.js-Select-title:after {
  background: url('data:image/svg+xml;utf8,<svg x="0px" y="0px" viewBox="0 0 100 125" width="20" enable-background="new 0 0 100 100" xml:space="preserve"><path fill="#000000" d="M74.363,56.363l-36,36C36.605,94.121,34.303,95,32,95s-4.605-0.879-6.363-2.637  c-3.516-3.513-3.516-9.214,0-12.727L55.273,50L25.637,20.363c-3.516-3.513-3.516-9.214,0-12.727c3.516-3.516,9.211-3.516,12.727,0  l36,36C77.879,47.149,77.879,52.851,74.363,56.363z"/></svg>') no-repeat;
  content: "";
  display: block;
  transform: rotate(90deg);
  height: 40px;
  width: 20px;
  position: absolute;
  right: 25px;
  top: 2px;
}
.js-Select-title:focus {
  outline: none;
}
.js-Select-list {
  background: #fff;
  border-top: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  box-sizing: border-box;
  display: none;
  height: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: 0.2s linear;
  width: 100%;
  z-index: 4;
}
.js-Select-list.is-open {
  display: block;
  height: auto;
  opacity: 1;
}
.js-Select-list li {
  border-bottom: 1px solid #a5a5a5;
  cursor: pointer;
  padding: 1em 0.5em;
  margin-bottom: 0;
}
.js-Select-list li:hover {
  background-color: #F2F2F2;
}
.js-Select-list li.is-selected {
  background-color: #F2F2F2;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #003478;
}
.modal-backdrop.fade {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
button[data-balloon] {
  overflow: visible;
}
[data-balloon] {
  position: relative;
}
[data-balloon]:before,
[data-balloon]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
}
[data-balloon]:after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 12px;
  padding: 0.5em 1em;
  white-space: nowrap;
  margin-bottom: 11px;
}
[data-balloon]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  content: "";
  margin-bottom: 5px;
}
[data-balloon]:hover:before,
[data-balloon][data-balloon-visible]:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon].font-awesome:after {
  font-family: FontAwesome;
}
[data-balloon][data-balloon-break]:after {
  white-space: pre;
}
[data-balloon-pos="down"]:before,
[data-balloon-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
[data-balloon-pos="down"]:after {
  margin-top: 11px;
}
[data-balloon-pos="down"]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}
[data-balloon-pos="down"]:hover:before,
[data-balloon-pos="down"][data-balloon-visible]:before,
[data-balloon-pos="down"]:hover:after,
[data-balloon-pos="down"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon-pos="left"]:before,
[data-balloon-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
[data-balloon-pos="left"]:after {
  margin-right: 11px;
}
[data-balloon-pos="left"]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}
[data-balloon-pos="left"]:hover:before,
[data-balloon-pos="left"][data-balloon-visible]:before,
[data-balloon-pos="left"]:hover:after,
[data-balloon-pos="left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon-pos="right"]:before,
[data-balloon-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}
[data-balloon-pos="right"]:after {
  margin-left: 11px;
}
[data-balloon-pos="right"]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}
[data-balloon-pos="right"]:hover:before,
[data-balloon-pos="right"][data-balloon-visible]:before,
[data-balloon-pos="right"]:hover:after,
[data-balloon-pos="right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon-length]:after {
  white-space: normal;
}
[data-balloon-length="small"]:after {
  width: 80px;
}
[data-balloon-length="medium"]:after {
  width: 150px;
}
[data-balloon-length="large"]:after {
  width: 260px;
}
[data-balloon-length="xlarge"]:after {
  width: 90vw;
}
@media screen and (min-width: 768px) {
  [data-balloon-length="xlarge"]:after {
    width: 380px;
  }
}
[data-balloon-length="fit"]:after {
  width: 100%;
}
/**
 * Colors
 */
.custom-svg .secondary {
  fill: #fff;
}
.image-cta.columns-3 .cta-title {
  color: #2F2F2F;
}
#footer .group .group_h3 {
  color: #2F2F2F;
}
h1 {
  color: #2F2F2F;
}
.button.secondary {
  background: #003478;
  border-color: #003478;
}
.block-masthead h1 {
  text-shadow: 0 0 3px #000;
}
.button.menu:hover {
  background: transparent;
  color: white;
}
.navopen #header {
  width: 100% !important;
}
#location-bar {
  background: #003478;
}
.whats-open .button2:focus {
  color: white;
}
#header-secondary .back {
  transition: all 0.3s ease-in-out;
}
#header-secondary .back:hover {
  color: #58595B;
  fill: #58595B;
}
body.scrolled.navopen #header-primary .logo g,
body.scrolled.navopen #header-primary .logo path {
  fill: white !important;
}
.news-tile-mini p a.read-more {
  display: none;
}
.cta-slider .slick-arrow,
footer .button.secondary {
  transition: all 0.3s ease-in-out;
}
.cta-slider .slick-arrow:hover,
footer .button.secondary:hover,
.cta-slider .slick-arrow:focus,
footer .button.secondary:focus {
  background: #58595B;
}
footer .button.secondary:focus,
footer .button.secondary:hover {
  border-color: #58595B;
}
.content .button2,
.button2 {
  font-family: "Roboto", sans-serif;
  /* Reverse core outline logic */
}
.content .button2.outline,
.button2.outline {
  color: #fff;
  background: #003478;
  border: 2px solid #003478;
}
.content .button2.outline:hover,
.button2.outline:hover,
.content .button2.outline:focus,
.button2.outline:focus {
  color: #003478;
  background: transparent;
}
.content .button2.outline.secondary,
.button2.outline.secondary {
  color: #fff;
  background: #2F2F2F;
}
.content .button2.outline.secondary:hover,
.button2.outline.secondary:hover,
.content .button2.outline.secondary:focus,
.button2.outline.secondary:focus {
  color: #2F2F2F;
  background: #fff;
}
.content .button2.outline.secondary-accent,
.button2.outline.secondary-accent {
  color: #fff;
  background: #58595B;
}
.content .button2.outline.secondary-accent:hover,
.button2.outline.secondary-accent:hover,
.content .button2.outline.secondary-accent:focus,
.button2.outline.secondary-accent:focus {
  color: #2F2F2F;
  background: #58595B;
}
.content .button2.outline.secondary-accent:hover .right-arrow svg path,
.button2.outline.secondary-accent:hover .right-arrow svg path,
.content .button2.outline.secondary-accent:focus .right-arrow svg path,
.button2.outline.secondary-accent:focus .right-arrow svg path {
  fill: #2F2F2F;
}
.content .button2.outline.white,
.button2.outline.white {
  color: #fff;
  background: #003478;
  border-color: #003478;
}
.content .button2.outline.white:hover,
.button2.outline.white:hover,
.content .button2.outline.white:focus,
.button2.outline.white:focus {
  color: #003478;
  background: #fff;
}
