/*------------------------------------*\
    NEVER, EVER, EVER EDIT THIS COMPILED
    FILE DIRECTLY!!!!
\*------------------------------------*/
/*------------------------------------*\
    APPLICATION
\*------------------------------------*/
/**
  BOURBON & NEAT CORE
  @link http://bourbon.io
*/
/* line 4, node_modules/bourbon-neat/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, node_modules/bourbon-neat/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, node_modules/node-refills/assets/stylesheets/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, node_modules/node-refills/assets/stylesheets/_normalize.scss */
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.
 */
/* line 32, node_modules/node-refills/assets/stylesheets/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
/* line 52, node_modules/node-refills/assets/stylesheets/_normalize.scss */
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.
 */
/* line 65, node_modules/node-refills/assets/stylesheets/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 75, node_modules/node-refills/assets/stylesheets/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, node_modules/node-refills/assets/stylesheets/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, node_modules/node-refills/assets/stylesheets/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, node_modules/node-refills/assets/stylesheets/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, node_modules/node-refills/assets/stylesheets/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, node_modules/node-refills/assets/stylesheets/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, node_modules/node-refills/assets/stylesheets/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, node_modules/node-refills/assets/stylesheets/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, node_modules/node-refills/assets/stylesheets/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, node_modules/node-refills/assets/stylesheets/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, node_modules/node-refills/assets/stylesheets/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, node_modules/node-refills/assets/stylesheets/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, node_modules/node-refills/assets/stylesheets/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, node_modules/node-refills/assets/stylesheets/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, node_modules/node-refills/assets/stylesheets/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, node_modules/node-refills/assets/stylesheets/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, node_modules/node-refills/assets/stylesheets/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, node_modules/node-refills/assets/stylesheets/_normalize.scss */
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.
 */
/* line 250, node_modules/node-refills/assets/stylesheets/_normalize.scss */
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.
 */
/* line 264, node_modules/node-refills/assets/stylesheets/_normalize.scss */
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.
 */
/* line 275, node_modules/node-refills/assets/stylesheets/_normalize.scss */
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.
 */
/* line 288, node_modules/node-refills/assets/stylesheets/_normalize.scss */
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.
 */
/* line 300, node_modules/node-refills/assets/stylesheets/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, node_modules/node-refills/assets/stylesheets/_normalize.scss */
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.
 */
/* line 320, node_modules/node-refills/assets/stylesheets/_normalize.scss */
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.
 */
/* line 332, node_modules/node-refills/assets/stylesheets/_normalize.scss */
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`.
 */
/* line 344, node_modules/node-refills/assets/stylesheets/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, node_modules/node-refills/assets/stylesheets/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, node_modules/node-refills/assets/stylesheets/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, node_modules/node-refills/assets/stylesheets/_normalize.scss */
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.
 */
/* line 388, node_modules/node-refills/assets/stylesheets/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, node_modules/node-refills/assets/stylesheets/_normalize.scss */
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.
 */
/* line 406, node_modules/node-refills/assets/stylesheets/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, node_modules/node-refills/assets/stylesheets/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, node_modules/node-refills/assets/stylesheets/_normalize.scss */
td,
th {
  padding: 0;
}

/* Typography */
/* Font Sizes */
/* Line height */
/* Other Sizes */
/* Brand Colors */
/* Colors */
/* Font Colors */
/* Border */
/* Background Colors */
/* Forms */
/* Animations */
/* line 1, content/themes/maritime/assets/styles/base/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  background-color: #365473;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham A", "Gotham B";
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 20, content/themes/maritime/assets/styles/base/_buttons.scss */
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #365473;
  color: #fff;
}

/* line 26, content/themes/maritime/assets/styles/base/_buttons.scss */
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 30, content/themes/maritime/assets/styles/base/_buttons.scss */
button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
  background-color: blue;
}

/* line 36, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn {
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: 1px solid #bfc0bf;
  color: white;
  cursor: pointer;
  min-height: 40px;
  margin: 0;
  overflow: visible;
  padding: 1em 1.5em;
  text-align: center;
  text-transform: uppercase;
}

/* line 53, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn:hover, .btn:focus {
  background-color: #bd493e;
}

/* line 58, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn.btn--default {
  margin: 10px 0;
  background-color: #c4564b;
  border: 0;
  color: #fff;
  border-radius: 0;
}

/* line 67, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn.btn--success {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 40px;
}

/* line 78, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn.active {
  background-color: #00a6b6;
  color: #ffffff;
}

/* line 83, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn.success {
  background-color: #00a6b6;
  color: #ffffff;
  font-weight: 600;
}

/* line 89, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn.btn--wide {
  padding: 0.75em 3.236em;
}

/* line 93, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn.btn--small {
  font-size: 0.6875em;
}

/* line 98, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn.hollow {
  background-color: transparent;
}

/* line 100, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn.hollow.active {
  background-color: #00a6b6;
  border-color: #00a6b6;
  color: #ffffff;
}

/* line 105, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn.hollow.success {
  border-color: #00a6b6;
  color: #00a6b6;
}

/* line 111, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn.dark {
  color: #000000;
}

/* line 115, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn.narrow {
  min-width: 126px;
}

/* line 119, content/themes/maritime/assets/styles/base/_buttons.scss */
.btn.wide {
  min-width: 250px;
}

/* line 1, content/themes/maritime/assets/styles/base/_forms.scss */
fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

/* line 8, content/themes/maritime/assets/styles/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Gotham A", "Gotham B";
  font-size: 1.2em;
}

/* line 16, content/themes/maritime/assets/styles/base/_forms.scss */
label {
  font-weight: 600;
  margin-bottom: 0.375em;
}

/* line 19, content/themes/maritime/assets/styles/base/_forms.scss */
label.required::after {
  content: "*";
}

/* line 22, content/themes/maritime/assets/styles/base/_forms.scss */
label abbr {
  display: none;
}

/* line 27, content/themes/maritime/assets/styles/base/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Gotham A", "Gotham B";
  font-size: 1.2em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}

/* line 40, content/themes/maritime/assets/styles/base/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #b1b1b1;
}

/* line 43, content/themes/maritime/assets/styles/base/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: blue;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 230, 0.7);
  outline: none;
}

/* line 48, content/themes/maritime/assets/styles/base/_forms.scss */
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

/* line 51, content/themes/maritime/assets/styles/base/_forms.scss */
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #ddd;
}

/* line 57, content/themes/maritime/assets/styles/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 61, content/themes/maritime/assets/styles/base/_forms.scss */
input[type="search"] {
  appearance: none;
}

/* line 65, content/themes/maritime/assets/styles/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 69, content/themes/maritime/assets/styles/base/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}

/* line 74, content/themes/maritime/assets/styles/base/_forms.scss */
input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

/* line 79, content/themes/maritime/assets/styles/base/_forms.scss */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

/*------------------------------------*\
  ANIMATIONS
\*------------------------------------*/
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes boxshadowFadeOut {
  0% {
    box-shadow: inset 1px 1px 60px rgba(22, 22, 23, 0.8);
  }
  100% {
    box-shadow: inset 1px 1px 60px rgba(22, 22, 23, 0.2);
  }
}

@keyframes boxshadowFadeOut {
  0% {
    box-shadow: inset 1px 1px 60px rgba(22, 22, 23, 0.8);
  }
  100% {
    box-shadow: inset 1px 1px 60px rgba(22, 22, 23, 0.2);
  }
}

@-webkit-keyframes boxshadowFadeIn {
  0% {
    box-shadow: inset 1px 1px 60px rgba(22, 22, 23, 0.2);
  }
  100% {
    box-shadow: inset 1px 1px 60px rgba(22, 22, 23, 0.8);
  }
}

@keyframes boxshadowFadeIn {
  0% {
    box-shadow: inset 1px 1px 60px rgba(22, 22, 23, 0.2);
  }
  100% {
    box-shadow: inset 1px 1px 60px rgba(22, 22, 23, 0.8);
  }
}

@-webkit-keyframes fadeOutIn {
  0% {
    opacity: 1;
    -webkit-transform-style: preserve-3d;
  }
  50% {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -webkit-transform-style: preserve-3d;
  }
}

@keyframes fadeOutIn {
  0% {
    opacity: 1;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  50% {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(112px);
    -webkit-transform-style: preserve-3d;
  }
  to {
    -webkit-transform: translateY(0px);
    -webkit-transform-style: preserve-3d;
  }
}

@keyframes slideUp {
  from {
    -webkit-transform: translateY(112px);
    transform: translateY(112px);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes slideDown {
  from {
    visibility: hidden;
    -webkit-transform: translateY(-112px);
    -webkit-transform-style: preserve-3d;
  }
  to {
    -webkit-transform: translateY(0px);
    -webkit-transform-style: preserve-3d;
    visibility: visible;
  }
}

@keyframes slideDown {
  from {
    visibility: hidden;
    -webkit-transform: translateY(-112px);
    transform: translateY(-112px);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    visibility: visible;
  }
}

@-webkit-keyframes navslideDown {
  from {
    top: -1200px;
  }
  to {
    top: 35px;
  }
}

@keyframes navslideDown {
  from {
    top: -1200px;
  }
  to {
    top: 35px;
  }
}

/* line 1, content/themes/maritime/assets/styles/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 18, content/themes/maritime/assets/styles/base/_lists.scss */
dl {
  margin-bottom: 0.75em;
}

/* line 20, content/themes/maritime/assets/styles/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

/* line 24, content/themes/maritime/assets/styles/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 1, content/themes/maritime/assets/styles/base/_tables.scss */
table {
  border-collapse: collapse;
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 9, content/themes/maritime/assets/styles/base/_tables.scss */
th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

/* line 16, content/themes/maritime/assets/styles/base/_tables.scss */
td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

/* line 21, content/themes/maritime/assets/styles/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, content/themes/maritime/assets/styles/base/_typography.scss */
body {
  color: #fff;
  font-family: "Gotham A", "Gotham B" !important;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 62.5%;
  line-height: 1.5;
  font-weight: 300;
}

/* line 8, content/themes/maritime/assets/styles/base/_typography.scss */
body ::selection {
  background: #365473;
}

/* line 11, content/themes/maritime/assets/styles/base/_typography.scss */
body ::-moz-selection {
  background: #365473;
}

/* line 20, content/themes/maritime/assets/styles/base/_typography.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Gotham A", "Gotham B";
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
  font-weight: normal;
  letter-spacing: 0.20em;
}

/* line 33, content/themes/maritime/assets/styles/base/_typography.scss */
h6 {
  font-family: "adobe-garamond-pro";
}

/* line 37, content/themes/maritime/assets/styles/base/_typography.scss */
p {
  margin: 0 0 0.75em;
}

/* line 41, content/themes/maritime/assets/styles/base/_typography.scss */
a {
  color: blue;
  text-decoration: none;
  transition: color 150ms ease;
}

/* line 45, content/themes/maritime/assets/styles/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #0000bf;
}

/* line 52, content/themes/maritime/assets/styles/base/_typography.scss */
hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

/* line 60, content/themes/maritime/assets/styles/base/_typography.scss */
img {
  margin: 0;
  max-width: 100%;
}

/*-----------------------------------------*\
    UTILITIES, USEFUL CLASSES & WHATHAVEYOU
\*-----------------------------------------*/
/* line 6, content/themes/maritime/assets/styles/base/_utilities.scss */
.no-scroll--body {
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  /* line 17, content/themes/maritime/assets/styles/base/_utilities.scss */
  .mobile--hidden {
    visibility: collapse;
    text-indent: -99999px;
    display: none !important;
  }
}

@media (min-width: 1025px) {
  /* line 25, content/themes/maritime/assets/styles/base/_utilities.scss */
  .u-is-mobile {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  /* line 31, content/themes/maritime/assets/styles/base/_utilities.scss */
  .u-not-mobile {
    display: none !important;
  }
}

/* line 38, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-text-shadow {
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}

/*
  Font Sizes
*/
/* line 51, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-fz--alpha {
  font-size: 4em;
}

/* line 55, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-fz--beta {
  font-size: 3.375em;
}

/* line 59, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-fz--gamma {
  font-size: 2.75em;
}

/* line 63, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-fz--delta {
  font-size: 2.125em;
}

/* line 67, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-fz--epsilon {
  font-size: 1.5em;
}

/* line 71, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-fz--zeta {
  font-size: 0.875em;
}

/*
  Font Styles
*/
/* line 83, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-fs--upper {
  text-transform: uppercase;
}

/* line 87, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-fs--lower {
  text-transform: lowercase;
}

/* line 91, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-fs--italic {
  font-style: italic;
}

/* line 95, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-fs--bold {
  font-weight: bold;
}

/*
 Color Classes
*/
/* line 107, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-color--brand-primary {
  color: #365473 !important;
}

/* line 111, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-color--white {
  color: white;
}

/* line 115, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-color--black {
  color: #365473;
}

/*
 Background Colors
*/
/* line 127, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-bgc--brand-primary {
  background-color: #365473 !important;
}

/* line 131, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-bgc--white {
  color: white !important;
}

/* line 135, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-bgc--black {
  color: #365473 !important;
}

/* line 139, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-bgc--gray {
  color: #ddd !important;
}

/**
 * Text alignment
 */
/* line 151, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-ta--left {
  text-align: left !important;
}

/* line 155, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-ta--center {
  text-align: center !important;
}

/* line 159, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-ta--right {
  text-align: right !important;
}

/* line 164, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-fell-english {
  font-family: 'IM Fell English', serif;
}

/* line 167, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-fell-english-i {
  font-family: 'IM Fell English', serif;
  font-style: italic;
}

/* line 171, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-fell-english-i-c {
  font-family: 'IM Fell English', serif;
  font-style: italic;
  text-transform: capitalize !important;
}

/* line 179, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-column-reverse {
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}

/**
 * Add/remove MARGIN
 */
/*****************************************************************************\
                                    PUSH
\*****************************************************************************/
/* line 193, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push {
  margin: 1.5em !important;
}

/* line 197, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push--bottom {
  margin-bottom: 1.5em !important;
}

/* line 201, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push--ends {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

/* line 206, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push--left {
  margin-left: 1.5em !important;
}

/* line 210, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push--right {
  margin-right: 1.5em !important;
}

/* line 214, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push--sides {
  margin-right: 1.5em !important;
  margin-left: 1.5em !important;
}

/* line 219, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push--top {
  margin-top: 1.5em !important;
}

/*\---------------------------------DOUBLE----------------------------------\*/
/* line 225, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-dbl {
  margin: 3em !important;
}

/* line 229, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-dbl--bottom {
  margin-bottom: 3em !important;
}

/* line 233, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-dbl--ends {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

/* line 238, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-dbl--left {
  margin-left: 3em !important;
}

/* line 242, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-dbl--right {
  margin-right: 3em !important;
}

/* line 246, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-dbl--sides {
  margin-right: 3em !important;
  margin-left: 3em !important;
}

/* line 251, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-dbl--top {
  margin-top: 3em !important;
}

/*\-------------------------------QUADRUPLE---------------------------------\*/
/* line 257, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-quad {
  margin: 3em !important;
}

/* line 261, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-quad--bottom {
  margin-bottom: 3em !important;
}

/* line 265, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-quad--ends {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

/* line 270, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-quad--left {
  margin-left: 3em !important;
}

/* line 274, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-quad--right {
  margin-right: 3em !important;
}

/* line 278, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-quad--sides {
  margin-right: 3em !important;
  margin-left: 3em !important;
}

/* line 283, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-quad--top {
  margin-top: 3em !important;
}

/*\----------------------------------HALF-----------------------------------\*/
/* line 289, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-half {
  margin: 0.75em !important;
}

/* line 293, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-half--bottom {
  margin-bottom: 0.75em !important;
}

/* line 297, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-half--ends {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}

/* line 302, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-half--left {
  margin-left: 0.75em !important;
}

/* line 306, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-half--right {
  margin-right: 0.75em !important;
}

/* line 310, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-half--sides {
  margin-right: 0.75em !important;
  margin-left: 0.75em !important;
}

/* line 315, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-push-half--top {
  margin-top: 0.75em !important;
}

/*****************************************************************************\
                                ~FLUSH - remove padding (make it flush with)
\*****************************************************************************/
/* line 323, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-flush {
  margin: 0 !important;
}

/* line 327, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-flush--bottom {
  margin-bottom: 0 !important;
}

/* line 331, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 336, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-flush--left {
  margin-left: 0 !important;
}

/* line 340, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-flush--right {
  margin-right: 0 !important;
}

/* line 344, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 349, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-flush--top {
  margin-top: 0 !important;
}

/*****************************************************************************\
                                 ~PAD - remove padding (make it flush with)
\*****************************************************************************/
/* line 357, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad {
  padding: 1.5em !important;
}

/* line 361, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad--bottom {
  padding-bottom: 1.5em !important;
}

/* line 365, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad--double {
  padding: 3em !important;
}

/* line 369, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad--ends {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

/* line 374, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad--left {
  padding-left: 1.5em !important;
}

/* line 378, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad--right {
  padding-right: 1.5em !important;
}

/* line 382, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad--sides {
  padding-right: 1.5em !important;
  padding-left: 1.5em !important;
}

/* line 387, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad--top {
  padding-top: 1.5em !important;
}

/* line 391, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad-half {
  padding: 0.75em !important;
}

/* line 395, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad-half--bottom {
  padding-bottom: 0.75em !important;
}

/* line 399, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad-half--ends {
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;
}

/* line 404, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad-half--left {
  padding-left: 0.75em !important;
}

/* line 408, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad-half--right {
  padding-right: 0.75em !important;
}

/* line 412, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad-half--sides {
  padding-right: 0.75em !important;
  padding-left: 0.75em !important;
}

/* line 417, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-pad-half--top {
  padding-top: 0.75em !important;
}

/*****************************************************************************\
                                    ~SLIDE
\*****************************************************************************/
/* line 425, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-slide--down {
  position: relative;
  top: 1.5em !important;
}

/* line 430, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-slide--left {
  position: relative;
  left: -1.5em !important;
}

/* line 435, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-slide--right {
  left: 1.5em !important;
  position: relative;
}

/* line 440, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-slide--up {
  position: relative;
  top: -1.5em !important;
}

/*****************************************************************************\
                                  ~MISCELLANEOUS
\*****************************************************************************/
/* line 449, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-relative {
  position: relative;
}

/* line 453, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-absolute {
  position: absolute;
}

/* line 457, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-full-width {
  width: 100% !important;
}

/* line 461, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-flex-column-center {
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

/* line 470, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-center--abs {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 477, content/themes/maritime/assets/styles/base/_utilities.scss */
.u-center--flex-col-abs {
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*------------------------------------*\
          ~LAYOUT / ~STRUCTURE
\*------------------------------------*/
/* line 6, content/themes/maritime/assets/styles/base/_structure.scss */
html,
body {
  background: #365473;
  width: 100%;
  height: 100%;
}

/* line 2, content/themes/maritime/assets/styles/base/_wp-styles.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
}

/* line 6, content/themes/maritime/assets/styles/base/_wp-styles.scss */
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

/* line 13, content/themes/maritime/assets/styles/base/_wp-styles.scss */
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

/* line 20, content/themes/maritime/assets/styles/base/_wp-styles.scss */
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

/* line 28, content/themes/maritime/assets/styles/base/_wp-styles.scss */
.alignnone,
img.alignnone {
  /* not sure about this one */
}

/* line 33, content/themes/maritime/assets/styles/base/_wp-styles.scss */
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

/* line 39, content/themes/maritime/assets/styles/base/_wp-styles.scss */
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

/* line 45, content/themes/maritime/assets/styles/base/_wp-styles.scss */
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

/* line 51, content/themes/maritime/assets/styles/base/_wp-styles.scss */
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

/* line 56, content/themes/maritime/assets/styles/base/_wp-styles.scss */
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

/* line 64, content/themes/maritime/assets/styles/base/_wp-styles.scss */
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* line 12, content/themes/maritime/assets/styles/base/mixins/_vertical-align.scss */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 7, content/themes/maritime/assets/styles/base/mixins/_heading-sizer.scss */
h1 {
  font-size: 40px;
  font-weight: bold;
}

/* line 11, content/themes/maritime/assets/styles/base/mixins/_heading-sizer.scss */
h2 {
  font-size: 30px;
  font-weight: bold;
}

/* line 15, content/themes/maritime/assets/styles/base/mixins/_heading-sizer.scss */
h3 {
  font-size: 16px;
  font-weight: 300;
}

/* line 19, content/themes/maritime/assets/styles/base/mixins/_heading-sizer.scss */
h4 {
  font-size: 14px;
  font-weight: 300;
}

/* line 23, content/themes/maritime/assets/styles/base/mixins/_heading-sizer.scss */
h5 {
  font-size: 12px;
  font-weight: 300;
}

/* line 27, content/themes/maritime/assets/styles/base/mixins/_heading-sizer.scss */
h6 {
  font-size: 0.4444em;
}

/**
  MODULES
  Use Modules for large, reusable items like sliders
*/
/*------------------------------------*\
    @module: Primary Header
    @uses: Used Globally
\*------------------------------------*/
/* line 8, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  -webkit-animation: fadeIn ease 0.8s;
  animation: fadeIn ease 0.8s;
  float: none;
  height: 13vh;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.module-header--primary:last-child {
  margin-right: 0;
}

/* line 16, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .menu-stack {
  width: 66px;
  height: 88px;
  position: absolute;
  top: 12px;
  left: 0;
  text-align: center;
}

/* line 23, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .menu-stack i {
  width: 48px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  display: block;
  margin: 6px auto 6px;
}

/* line 31, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .menu-stack:hover {
  cursor: pointer;
}

/* line 33, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .menu-stack:hover i {
  transition: all, 0.8s;
  background: #d6d6d6;
}

/* line 38, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .menu-stack.menu-open {
  background: #ffffff;
  transition: all, 1s;
}

/* line 41, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .menu-stack.menu-open i {
  background: #0a5683;
}

/* line 45, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .menu-stack:after {
  content: "menu";
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

/* line 53, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary nav.primary-nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  -webkit-animation: fadeIn ease 1s;
  animation: fadeIn ease 1s;
  display: none;
  visibility: hidden;
  min-height: 400px;
  background: #ffffff;
  position: absolute;
  top: 100px;
  z-index: 100;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.module-header--primary nav.primary-nav:last-child {
  margin-right: 0;
}

/* line 64, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary nav.primary-nav ul {
  padding: 24px 0;
}

/* line 67, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary nav.primary-nav .partner-wrap {
  display: none;
}

@media (max-width: 1024px) {
  /* line 67, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
  .module-header--primary nav.primary-nav .partner-wrap {
    display: block;
  }
}

/* line 73, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary nav.primary-nav li {
  margin-left: 62px;
  width: 75%;
  padding-left: 1.618em;
  border-bottom: 1px solid #365473;
}

/* line 78, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary nav.primary-nav li:last-child {
  border-bottom: none;
}

/* line 81, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary nav.primary-nav li a {
  display: block;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #365473;
  font-size: 4.25em;
}

/* line 87, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary nav.primary-nav li a:hover {
  color: #294057;
}

/* line 92, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary nav.primary-nav.menu-shown {
  display: block;
  visibility: visible;
}

/* line 98, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .logo {
  float: left;
  display: inline-block;
  margin: 18px 108px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
}

/* line 107, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .logo span:first-child {
  color: #ffffff;
  font-size: 1.9em;
  display: block;
  line-height: 1em;
}

/* line 113, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .logo span:nth-child(2) {
  color: #ffffff;
  font-size: 2.6em;
  display: block;
  line-height: 1em;
}

@media screen and (max-width: 480px) {
  /* line 98, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
  .module-header--primary .logo {
    margin-left: 76px;
  }
  /* line 121, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
  .module-header--primary .logo a {
    position: relative;
    top: -7px;
  }
  /* line 125, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
  .module-header--primary .logo span:first-child {
    font-size: 1.5em;
  }
  /* line 128, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
  .module-header--primary .logo span:nth-child(2) {
    font-size: 2.1em;
  }
}

/* line 134, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .address {
  margin-left: 108px;
  margin-top: 9px;
  float: left;
  clear: left;
  display: block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 1.125em;
  color: #d4d5d6;
}

/* line 145, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .address a {
  color: #d4d5d6;
}

/* line 147, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .address a:hover {
  color: #c4564b;
}

@media screen and (max-width: 480px) {
  /* line 134, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
  .module-header--primary .address {
    display: none;
  }
}

/* line 158, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .partner-logos {
  float: left;
  height: 124.27px;
  right: calc(14.70196% + 60px);
  position: absolute;
  width: auto;
}

/* line 165, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .partner-logos .divider {
  float: left;
  height: 35px;
  width: 1px;
  margin: 45px 40px;
  background-color: #a0a0a0;
}

@media (max-width: 1024px) {
  /* line 158, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
  .module-header--primary .partner-logos {
    display: none;
  }
}

/* line 176, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .header-logo {
  width: 100px;
  position: relative;
  float: left;
  height: 100%;
}

/* line 181, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .header-logo img {
  display: block;
  width: 100%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 189, content/themes/maritime/assets/styles/ui/modules/_primary-header.scss */
.module-header--primary .iprefer-logo img {
  width: 85%;
}

/*------------------------------------*\
    @module: Aside
    @uses: Used Globally
\*------------------------------------*/
/* line 8, content/themes/maritime/assets/styles/ui/modules/_aside.scss */
.module-aside--primary {
  float: left;
  display: block;
  width: 17.05961%;
  margin-right: 0;
  min-height: 600px;
}

/* line 81, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.module-aside--primary:last-child {
  width: 14.70196%;
}

/*------------------------------------*\
    @module: Primary Footer
    @uses: Used Globally
\*------------------------------------*/
/* line 8, content/themes/maritime/assets/styles/ui/modules/_primary-footer.scss */
.module-footer--primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 20px;
  min-height: 64px;
  /*--- Responsive ---*/
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.module-footer--primary:last-child {
  margin-right: 0;
}

/* line 13, content/themes/maritime/assets/styles/ui/modules/_primary-footer.scss */
.module-footer--primary .social {
  float: right;
  display: inline-block;
  margin-right: 1.618em;
}

/* line 18, content/themes/maritime/assets/styles/ui/modules/_primary-footer.scss */
.module-footer--primary .social a {
  color: #ffffff;
}

/* line 21, content/themes/maritime/assets/styles/ui/modules/_primary-footer.scss */
.module-footer--primary .social i {
  margin-left: 6px;
  transition: all, 0.8s;
}

/* line 24, content/themes/maritime/assets/styles/ui/modules/_primary-footer.scss */
.module-footer--primary .social i:hover {
  color: #c4564b;
}

@media screen and (max-width: 480px) {
  /* line 8, content/themes/maritime/assets/styles/ui/modules/_primary-footer.scss */
  .module-footer--primary {
    padding: 0;
  }
  /* line 35, content/themes/maritime/assets/styles/ui/modules/_primary-footer.scss */
  .module-footer--primary .address {
    margin-left: 1.4em;
    font-size: 1em;
  }
  /* line 40, content/themes/maritime/assets/styles/ui/modules/_primary-footer.scss */
  .module-footer--primary .social {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-top: 1.618em;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  /* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  .module-footer--primary .social:last-child {
    margin-right: 0;
  }
}

/*------------------------------------*\
    @module: Reserve
    @uses: Used Globally
\*------------------------------------*/
/* line 10, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
.module-reserve.button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  margin-right: 0;
  transition: all, 0.8s;
  position: absolute;
  top: 0;
  right: 0;
  height: 13vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #c4564b;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 100px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.module-reserve.button:last-child {
  margin-right: 0;
}

/* line 30, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
.module-reserve.button:hover {
  background: #bd493e;
}

@media screen and (max-width: 480px) {
  /* line 10, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
  .module-reserve.button {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
    font-size: 14px;
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  .module-reserve.button:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  /* line 10, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
  .module-reserve.button {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  /* line 10, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
  .module-reserve.button {
    font-size: 14px;
  }
}

/* line 52, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
.module-reserve.widget {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  -webkit-animation: fadeIn ease 1s;
  animation: fadeIn ease 1s;
  display: none;
  visibility: hidden;
  float: right;
  background: #ffffff;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 100;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.module-reserve.widget:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  /* line 52, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
  .module-reserve.widget {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  /* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  .module-reserve.widget:last-child {
    margin-right: 0;
  }
}

/* line 67, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
.module-reserve.widget .picker__button--today,
.module-reserve.widget .picker__button--clear,
.module-reserve.widget .picker__button--close {
  color: #365473;
}

/* line 73, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
.module-reserve.widget.widget-opened {
  display: block;
  visibility: visible;
}

/* line 78, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
.module-reserve.widget form.reserve {
  margin-top: 1.618em;
}

/* line 80, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
.module-reserve.widget form.reserve li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  padding-left: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.module-reserve.widget form.reserve li:last-child {
  margin-right: 0;
}

/* line 87, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
.module-reserve.widget form.reserve input[type="text"],
.module-reserve.widget form.reserve input[type="select"] {
  width: 50%;
  display: inline-block;
  float: right;
  border: 1px solid #ccc;
  color: #c4564b;
}

/* line 95, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
.module-reserve.widget form.reserve label {
  float: left;
  display: inline-block;
  color: #0a5683;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 400;
}

/* line 104, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
.module-reserve.widget form.reserve select {
  float: right;
  width: 50%;
  color: #000;
}

/* line 109, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
.module-reserve.widget form.reserve button.btn-reserve {
  transition: all 1s;
  background: transparent;
  margin: 0 auto;
  display: block;
  width: 188px;
  height: 188px;
  border: none;
}

/* line 117, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
.module-reserve.widget form.reserve button.btn-reserve img {
  width: 100%;
}

/* line 120, content/themes/maritime/assets/styles/ui/modules/_reserve.scss */
.module-reserve.widget form.reserve button.btn-reserve:hover, .module-reserve.widget form.reserve button.btn-reserve:focus {
  background-color: transparent;
  border: none;
  outline: none;
}

/*------------------------------------*\
    @module: Location Map
    @uses: any where you need a map
\*------------------------------------*/
/* line 8, content/themes/maritime/assets/styles/ui/modules/_map.scss */
.module-map {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  min-height: 768px;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.module-map:last-child {
  margin-right: 0;
}

/*------------------------------------*\
    @module: 
    @uses: 
\*------------------------------------*/
/* line 8, content/themes/maritime/assets/styles/ui/modules/_hero.scss */
.module--hero {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  overflow: hidden;
  height: 87vh;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.module--hero:last-child {
  margin-right: 0;
}

/* line 14, content/themes/maritime/assets/styles/ui/modules/_hero.scss */
.module--hero section {
  position: relative;
  height: 100%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  min-height: 400px;
  /*--- Responsive ---*/
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.module--hero section:last-child {
  margin-right: 0;
}

/* line 20, content/themes/maritime/assets/styles/ui/modules/_hero.scss */
.module--hero section .hero--image {
  height: 100%;
}

/* line 22, content/themes/maritime/assets/styles/ui/modules/_hero.scss */
.module--hero section .hero--image img {
  object-fit: cover;
  height: 100%;
}

/* line 27, content/themes/maritime/assets/styles/ui/modules/_hero.scss */
.module--hero section img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 480px) {
  /* line 14, content/themes/maritime/assets/styles/ui/modules/_hero.scss */
  .module--hero section {
    min-height: 0;
  }
}

/*------------------------------------*\
    @module: 
    @uses: 
\*------------------------------------*/
/* line 9, content/themes/maritime/assets/styles/ui/modules/_content.scss */
.module--content .container {
  padding: 1.618em;
}

/* line 10, content/themes/maritime/assets/styles/ui/modules/_content.scss */
.module--content .container ul {
  list-style-type: disc;
  padding-left: 40px;
}

/* line 13, content/themes/maritime/assets/styles/ui/modules/_content.scss */
.module--content .container ul li {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 20, content/themes/maritime/assets/styles/ui/modules/_content.scss */
.module--content .container p {
  font-size: 1.2em;
  font-family: "PT Sans", sans-serif;
}

@media screen and (max-width: 480px) {
  /* line 25, content/themes/maritime/assets/styles/ui/modules/_content.scss */
  .module--content .container p {
    font-size: 1.1em;
  }
}

/* line 31, content/themes/maritime/assets/styles/ui/modules/_content.scss */
.mobile-content {
  float: left;
}

/* line 33, content/themes/maritime/assets/styles/ui/modules/_content.scss */
.mobile-content .module--content {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* line 33, content/themes/maritime/assets/styles/ui/modules/_content.scss */
  .mobile-content .module--content {
    display: block;
  }
}

/**
  COMPONENTS
  Use Components for smaller, reusable items like patterns, animations, buttons, etc.
*/
/* line 1, content/themes/maritime/assets/styles/ui/components/_pace.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

/* line 23, content/themes/maritime/assets/styles/ui/components/_pace.scss */
.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 29, content/themes/maritime/assets/styles/ui/components/_pace.scss */
.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
  background: #c4564b;
  pointer-events: none;
}

/**
  VIEWS
  Use Views for view/template specific styles
*/
/* line 1, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
.rooms-page-left {
  float: left;
  display: block;
  width: 85.29804%;
  margin-right: 0;
  float: right;
}

/* line 81, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.rooms-page-left:last-child {
  width: 82.94039%;
}

@media screen and (max-width: 480px) {
  /* line 1, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
  .rooms-page-left {
    float: left;
    display: block;
    width: 102.35765%;
    margin-right: 0;
  }
  /* line 81, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  .rooms-page-left:last-child {
    width: 100%;
  }
}

/* line 10, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
.rooms-nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  margin-right: 0;
  margin-top: 60px;
  float: right;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.rooms-nav:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  /* line 16, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
  .rooms-nav .module--content {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  /* line 10, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
  .rooms-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  /* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  .rooms-nav:last-child {
    margin-right: 0;
  }
}

/* line 25, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
.rooms-nav .current-menu-item {
  background-color: white;
}

/* line 27, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
.rooms-nav .current-menu-item a {
  color: #365473;
}

/* line 31, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
.rooms-nav li {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 36, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
.rooms-nav a {
  font-family: "Oswald", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  /* line 43, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
  .rooms-nav li {
    padding-left: 18px;
  }
  /* line 45, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
  .rooms-nav li a {
    font-size: 1.2em;
  }
}

/* line 56, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
.page-template-rooms .module--content .container ul {
  padding: 0 0 0 15px;
}

@media screen and (max-width: 480px) {
  /* line 65, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
  .page-template-rooms .module--hero {
    height: 55vh;
  }
  /* line 69, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
  .page-template-rooms .glide .glide__slide {
    background-size: cover;
  }
  /* line 76, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
  .page-template-rooms .module--content .container {
    padding-top: 0px;
  }
  /* line 79, content/themes/maritime/assets/styles/ui/views/_rooms.scss */
  .page-template-rooms .module--content .container ul {
    padding: 0 0 0 15px;
  }
}

/* line 5, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-template-gallery .glide--slider .glide__slide {
  background-size: cover;
}

/* line 11, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant {
  height: 87vh;
  font-family: "Oswald", sans-serif;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 13, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant p, .page-restaurant h3 {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
}

/* line 17, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant h3 {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #355471;
}

/* line 25, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .restaurant-page-left,
.page-restaurant .restaurant-page-right {
  -ms-flex: 1;
  flex: 1;
}

/* line 29, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .restaurant-page-left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 34, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .restaurant-page-right {
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

/* line 37, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .restaurant-page-right .row {
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

/* line 42, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .content,
.page-restaurant .image {
  height: 445px;
  -ms-flex: 1;
  flex: 1;
}

/* line 46, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .content p,
.page-restaurant .image p {
  padding: 5px 10px;
}

/* line 50, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .content {
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  background-color: white;
  color: #000;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: auto;
}

@media screen and (max-width: 480px) {
  /* line 50, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
  .page-restaurant .content {
    padding: 2em 1em;
  }
}

/* line 61, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .content.has-btn {
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  /* line 61, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
  .page-restaurant .content.has-btn {
    padding-bottom: 5em;
  }
}

/* line 66, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .content.has-btn .restaurant-logo {
  padding-bottom: 2em;
}

/* line 70, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .content a {
  font-family: Times;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #c4564b;
}

/* line 81, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .content .btn-restaurant {
  display: block;
  margin: 0 auto;
  max-width: 266px;
  text-transform: uppercase;
  background-color: #c5564b;
  color: #fff;
  font-size: 15px;
  height: auto;
  transition: all, 0.8s;
}

/* line 91, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .content .btn-restaurant:hover {
  background: #bd493e;
}

/* line 95, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .content.restaurant-description {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* line 99, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .content.restaurant-description p {
  padding: 5px 10px;
  max-width: 400px;
  font-family: "Gotham A", "Gotham B" !important;
  color: #355471;
  line-height: 1.2;
  font-size: 1.3em;
}

/* line 107, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .content.restaurant-description h3 {
  margin-bottom: 0.5em;
}

/* line 112, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
.page-restaurant .image {
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 48.125em) {
  /* line 118, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
  .restaurant-page-right {
    box-orient: vertical;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  /* line 120, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
  .restaurant-page-right .row {
    overflow: hidden;
    box-orient: horizontal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  /* line 123, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
  .restaurant-page-right .row.row-rtl {
    box-orient: horizontal;
    box-direction: reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1024px) {
  /* line 131, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
  .page-restaurant {
    display: block;
  }
  /* line 134, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
  .restaurant-page-left {
    height: 100vh;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 141, content/themes/maritime/assets/styles/ui/views/_restaurant.scss */
  .restaurant-page-right .row {
    box-orient: vertical;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    display: block !important;
  }
}

/*------------------------------------*\
    @view: Default
    @uses: Used Globally
\*------------------------------------*/
/* line 8, content/themes/maritime/assets/styles/ui/views/_general.scss */
.view--default {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.view--default:last-child {
  margin-right: 0;
}

/*------------------------------------*\
    @view: Contact
    @uses: 
\*------------------------------------*/
/* line 8, content/themes/maritime/assets/styles/ui/views/_contact.scss */
.view--contact {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  min-height: 900px;
  background-image: url("../../../assets/images/temp/homepage.jpg");
  background-size: cover;
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.view--contact:last-child {
  margin-right: 0;
}

/* line 16, content/themes/maritime/assets/styles/ui/views/_contact.scss */
.view--contact .privacy-policy-link a {
  color: white;
  text-decoration: underline;
  font-size: 10px;
  font-family: "Oswald", sans-serif;
}

/* line 24, content/themes/maritime/assets/styles/ui/views/_contact.scss */
.view--contact .form-area {
  width: 60%;
  min-height: 610px;
  margin: 4% auto;
  background: rgba(54, 84, 115, 0.8);
  padding: 1.618em;
}

/* line 33, content/themes/maritime/assets/styles/ui/views/_contact.scss */
.view--contact form.form--contact input[type="color"], .view--contact form.form--contact input[type="date"], .view--contact form.form--contact input[type="datetime"], .view--contact form.form--contact input[type="datetime-local"], .view--contact form.form--contact input[type="email"], .view--contact form.form--contact input[type="month"], .view--contact form.form--contact input[type="number"], .view--contact form.form--contact input[type="password"], .view--contact form.form--contact input[type="search"], .view--contact form.form--contact input[type="tel"], .view--contact form.form--contact input[type="text"], .view--contact form.form--contact input[type="time"], .view--contact form.form--contact input[type="url"], .view--contact form.form--contact input[type="week"], .view--contact form.form--contact input:not([type]), .view--contact form.form--contact textarea {
  font-family: "Oswald", sans-serif;
  color: #333;
  margin-bottom: 0;
}

/* line 38, content/themes/maritime/assets/styles/ui/views/_contact.scss */
.view--contact form.form--contact ul.gfield_radio {
  margin-bottom: 1.618em;
}

/* line 40, content/themes/maritime/assets/styles/ui/views/_contact.scss */
.view--contact form.form--contact ul.gfield_radio li {
  display: inline-block;
  margin-right: 1.618em;
}

/* line 43, content/themes/maritime/assets/styles/ui/views/_contact.scss */
.view--contact form.form--contact ul.gfield_radio li:last-child {
  margin-right: 0;
}

/* line 48, content/themes/maritime/assets/styles/ui/views/_contact.scss */
.view--contact form.form--contact label {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 54, content/themes/maritime/assets/styles/ui/views/_contact.scss */
.view--contact form.form--contact span.gfield_required {
  color: red;
}

/* line 57, content/themes/maritime/assets/styles/ui/views/_contact.scss */
.view--contact form.form--contact .validation_message {
  color: #c4564b;
  font-size: 1em;
}

/* line 61, content/themes/maritime/assets/styles/ui/views/_contact.scss */
.view--contact form.form--contact input[type="text"],
.view--contact form.form--contact input[type="email"],
.view--contact form.form--contact textarea {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.8);
}

/* line 89, node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
.view--contact form.form--contact input[type="text"]:last-child,
.view--contact form.form--contact input[type="email"]:last-child,
.view--contact form.form--contact textarea:last-child {
  margin-right: 0;
}

/* line 69, content/themes/maritime/assets/styles/ui/views/_contact.scss */
.view--contact form.form--contact .btn {
  background-color: #c4564b;
  margin-top: 1.618em;
}

/* line 73, content/themes/maritime/assets/styles/ui/views/_contact.scss */
.view--contact form.form--contact .gform_footer {
  height: auto;
  max-height: 235px;
}

@font-face {
  font-family: 'Lora-Regular';
  src: url("/content/themes/maritime/assets/fonts/Lora-Regular.ttf");
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url("/content/themes/maritime/assets/fonts/Oswald-Regular.ttf");
}

/* line 12, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .gallery-heading {
  font-family: 'Oswald-Regular', 'sans-serif';
  font-size: 16px;
  padding: 10px 100px;
  padding-bottom: 20px;
  height: 54px;
}

@media (max-width: 1024px) {
  /* line 12, content/themes/maritime/assets/styles/ui/views/_social.scss */
  .view--social .gallery-heading {
    display: none;
  }
}

/* line 23, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide .glide__wrapper {
  position: relative;
  height: 100% !important;
}

/* line 27, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide.glide--horizontal .glide__arrows {
  margin-left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: top;
}

/* line 33, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide.glide--horizontal .glide__arrows .gallery-heading {
  padding: 0px;
  display: none;
  font-size: 14px;
}

@media (max-width: 1024px) {
  /* line 27, content/themes/maritime/assets/styles/ui/views/_social.scss */
  .view--social .glide.glide--horizontal .glide__arrows {
    position: fixed;
    top: calc(100% - 45px);
    height: 90px;
    background: #365473;
    box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.5);
  }
  /* line 44, content/themes/maritime/assets/styles/ui/views/_social.scss */
  .view--social .glide.glide--horizontal .glide__arrows .gallery-heading {
    padding: 0px;
    padding-top: 35px;
    padding-left: 20px;
    vertical-align: top;
    width: calc(100% - 145px);
    display: inline-block;
  }
}

/* line 54, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide .slider-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 80px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: center;
  align-content: center;
  max-height: calc(100vh - 214px);
}

@media (max-width: 1024px) {
  /* line 54, content/themes/maritime/assets/styles/ui/views/_social.scss */
  .view--social .glide .slider-container {
    max-height: none;
    padding-top: 30px;
  }
}

@media (max-width: 900px) {
  /* line 54, content/themes/maritime/assets/styles/ui/views/_social.scss */
  .view--social .glide .slider-container {
    padding: 0px 0px;
    padding-bottom: 100px;
    padding-top: 30px;
  }
}

/* line 74, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide .grid-element {
  width: 33.3333%;
  height: 100%;
  display: block;
  padding: 2px;
  position: relative;
  max-height: calc((100vh - 214px) / 2);
}

/* line 83, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide .grid-element .mobile-handle {
  display: none;
}

/* line 86, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide .grid-element img {
  display: block;
  max-height: calc((100vh - 222px) / 2);
  width: 100%;
}

@media (max-width: 1024px) {
  /* line 86, content/themes/maritime/assets/styles/ui/views/_social.scss */
  .view--social .glide .grid-element img {
    max-height: none;
  }
}

/* line 95, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide .grid-element .grid-content {
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  transition: all 0.5s ease-in;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 112, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide .grid-element .grid-content:hover {
  opacity: 1;
}

/* line 115, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide .grid-element .grid-content * {
  text-align: center;
  width: 100%;
  display: block;
}

/* line 120, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide .grid-element .grid-content .handle {
  font-family: 'Oswald-Regular', 'sans-serif';
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  /* line 120, content/themes/maritime/assets/styles/ui/views/_social.scss */
  .view--social .glide .grid-element .grid-content .handle {
    display: none;
  }
}

/* line 128, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide .grid-element .grid-content .image-caption {
  font-family: 'Lora-Regular', 'sans-serif';
  font-size: 14px;
}

@media (max-width: 1024px) {
  /* line 95, content/themes/maritime/assets/styles/ui/views/_social.scss */
  .view--social .glide .grid-element .grid-content {
    position: relative;
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 20px;
    background: none;
  }
}

@media (max-width: 1024px) {
  /* line 74, content/themes/maritime/assets/styles/ui/views/_social.scss */
  .view--social .glide .grid-element {
    width: 100%;
    max-height: none;
  }
  /* line 144, content/themes/maritime/assets/styles/ui/views/_social.scss */
  .view--social .glide .grid-element .mobile-handle {
    font-family: 'Oswald-Regular', 'sans-serif';
    display: block;
    margin-bottom: 15px;
    margin-left: 15px;
  }
}

/* line 153, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide .glide__arrow {
  text-transform: uppercase;
  white-space: normal;
  font-size: 10px;
  width: 65px;
  border-radius: 800px;
  height: 65px;
  word-wrap: normal;
  padding: 0px;
}

/* line 163, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide .glide__arrow.next {
  right: 7px;
}

/* line 166, content/themes/maritime/assets/styles/ui/views/_social.scss */
.view--social .glide .glide__arrow.prev {
  left: 7px;
}

@media (max-width: 1024px) {
  /* line 153, content/themes/maritime/assets/styles/ui/views/_social.scss */
  .view--social .glide .glide__arrow {
    top: 45px;
    display: inline-block;
    position: relative;
  }
  /* line 174, content/themes/maritime/assets/styles/ui/views/_social.scss */
  .view--social .glide .glide__arrow.next {
    right: 0px;
  }
  /* line 177, content/themes/maritime/assets/styles/ui/views/_social.scss */
  .view--social .glide .glide__arrow.prev {
    left: 0px;
  }
}

@font-face {
  font-family: 'Lora-Regular';
  src: url("/content/themes/maritime/assets/fonts/Lora-Regular.ttf");
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url("/content/themes/maritime/assets/fonts/Oswald-Regular.ttf");
}

/* line 9, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package {
  background-size: cover;
  height: 87vh;
  background-repeat: no-repeat;
  padding-top: 4%;
}

/* line 16, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .gallery-heading {
  font-family: 'Oswald-Regular', 'sans-serif';
  font-size: 16px;
  padding: 10px 100px;
  padding-bottom: 20px;
  height: 54px;
}

@media (max-width: 1024px) {
  /* line 16, content/themes/maritime/assets/styles/ui/views/_package.scss */
  .view--package .gallery-heading {
    display: none;
  }
}

/* line 27, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .glide__wrapper {
  position: relative;
  height: 100% !important;
}

/* line 32, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .glide__wrapper ul li.glide__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 36, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .glide__wrapper ul li.glide__slide .slider-container {
  margin: 0 25px;
  text-align: center;
}

/* line 44, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide.glide--horizontal .glide__arrows {
  margin-left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: top;
}

/* line 50, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide.glide--horizontal .glide__arrows .gallery-heading {
  padding: 0px;
  display: none;
  font-size: 14px;
}

@media (max-width: 1024px) {
  /* line 44, content/themes/maritime/assets/styles/ui/views/_package.scss */
  .view--package .glide.glide--horizontal .glide__arrows {
    position: fixed;
    top: calc(100% - 45px);
    height: 90px;
    background: #365473;
    box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.5);
  }
  /* line 61, content/themes/maritime/assets/styles/ui/views/_package.scss */
  .view--package .glide.glide--horizontal .glide__arrows .gallery-heading {
    padding: 0px;
    padding-top: 35px;
    padding-left: 20px;
    vertical-align: top;
    width: calc(100% - 145px);
    display: inline-block;
  }
}

/* line 71, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .slider-container {
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

/* line 74, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .slider-container img {
  height: auto;
  max-width: 100%;
}

/* line 78, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .slider-container .inner-content {
  padding: 20px;
  position: relative;
  height: 260px;
  min-height: 200px;
  max-width: 338px;
}

/* line 84, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .slider-container .inner-content span {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #365473;
  font-family: 'Oswald-Regular';
}

/* line 95, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .slider-container .inner-content p {
  margin-top: 12px;
  font-family: Times-Roman;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: center;
  color: #365473;
}

/* line 107, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .slider-container .inner-content .btn-package {
  font-family: Times-Roman;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: block;
  margin: auto;
  max-width: 266px;
  text-transform: uppercase;
  background-color: #c5564b;
  height: auto;
  transition: all, 0.8s;
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  right: 0;
}

/* line 133, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .grid-element {
  width: 33.3333%;
  height: 100%;
  display: block;
  padding: 2px;
  position: relative;
  max-height: calc((100vh - 214px) / 2);
}

/* line 142, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .grid-element .mobile-handle {
  display: none;
}

/* line 145, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .grid-element img {
  display: block;
  max-height: calc((100vh - 222px) / 2);
  width: 100%;
}

@media (max-width: 1024px) {
  /* line 145, content/themes/maritime/assets/styles/ui/views/_package.scss */
  .view--package .glide .grid-element img {
    max-height: none;
  }
}

/* line 154, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .grid-element .grid-content {
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  transition: all 0.5s ease-in;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 171, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .grid-element .grid-content:hover {
  opacity: 1;
}

/* line 174, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .grid-element .grid-content * {
  text-align: center;
  width: 100%;
  display: block;
}

/* line 179, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .grid-element .grid-content .handle {
  font-family: 'Oswald-Regular', 'sans-serif';
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  /* line 179, content/themes/maritime/assets/styles/ui/views/_package.scss */
  .view--package .glide .grid-element .grid-content .handle {
    display: none;
  }
}

/* line 187, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .grid-element .grid-content .image-caption {
  font-family: 'Lora-Regular', 'sans-serif';
  font-size: 14px;
}

@media (max-width: 1024px) {
  /* line 154, content/themes/maritime/assets/styles/ui/views/_package.scss */
  .view--package .glide .grid-element .grid-content {
    position: relative;
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 20px;
    background: none;
  }
}

@media (max-width: 1024px) {
  /* line 133, content/themes/maritime/assets/styles/ui/views/_package.scss */
  .view--package .glide .grid-element {
    width: 100%;
    max-height: none;
  }
  /* line 203, content/themes/maritime/assets/styles/ui/views/_package.scss */
  .view--package .glide .grid-element .mobile-handle {
    font-family: 'Oswald-Regular', 'sans-serif';
    display: block;
    margin-bottom: 15px;
    margin-left: 15px;
  }
}

/* line 212, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .glide__arrow {
  text-transform: uppercase;
  white-space: normal;
  font-size: 10px;
  width: 65px;
  border-radius: 800px;
  height: 65px;
  word-wrap: normal;
  padding: 0px;
}

/* line 222, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .glide__arrow.next {
  right: 7px;
}

/* line 225, content/themes/maritime/assets/styles/ui/views/_package.scss */
.view--package .glide .glide__arrow.prev {
  left: 7px;
}

@media (max-width: 1024px) {
  /* line 212, content/themes/maritime/assets/styles/ui/views/_package.scss */
  .view--package .glide .glide__arrow {
    top: 45px;
    display: inline-block;
    position: relative;
  }
  /* line 233, content/themes/maritime/assets/styles/ui/views/_package.scss */
  .view--package .glide .glide__arrow.next {
    right: 0px;
  }
  /* line 236, content/themes/maritime/assets/styles/ui/views/_package.scss */
  .view--package .glide .glide__arrow.prev {
    left: 0px;
  }
}
