@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./gohawaii/bootstrap/assets/stylesheets/_variables.scss
 */
/* Set the proper directory for the Bootstrap Glyphicon font */
/* Local Font Imports */
@font-face {
  font-family: 'Gill Sans';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/gillsans/33EA07_D_0.eot");
  src: url("../assets/fonts/gillsans/33EA07_D_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gillsans/33EA07_D_0.woff2") format("woff2"), url("../assets/fonts/gillsans/33EA07_D_0.woff") format("woff"), url("../assets/fonts/gillsans/33EA07_D_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Gill Sans';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/fonts/gillsans/33EA07_8_0.eot");
  src: url("../assets/fonts/gillsans/33EA07_8_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gillsans/33EA07_8_0.woff2") format("woff2"), url("../assets/fonts/gillsans/33EA07_8_0.woff") format("woff"), url("../assets/fonts/gillsans/33EA07_8_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Gill Sans';
  font-style: italic;
  font-weight: normal;
  src: url("../assets/fonts/gillsans/33EA07_A_0.eot");
  src: url("../assets/fonts/gillsans/33EA07_A_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gillsans/33EA07_A_0.woff2") format("woff2"), url("../assets/fonts/gillsans/33EA07_A_0.woff") format("woff"), url("../assets/fonts/gillsans/33EA07_A_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Gill Sans';
  font-style: italic;
  font-weight: bold;
  src: url("../assets/fonts/gillsans/33EA07_9_0.eot");
  src: url("../assets/fonts/gillsans/33EA07_9_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gillsans/33EA07_9_0.woff2") format("woff2"), url("../assets/fonts/gillsans/33EA07_9_0.woff") format("woff"), url("../assets/fonts/gillsans/33EA07_9_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Gill Sans';
  font-style: normal;
  font-weight: lighter;
  src: url("../assets/fonts/gillsans/33EA07_B_0.eot");
  src: url("../assets/fonts/gillsans/33EA07_B_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gillsans/33EA07_B_0.woff2") format("woff2"), url("../assets/fonts/gillsans/33EA07_B_0.woff") format("woff"), url("../assets/fonts/gillsans/33EA07_B_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Gill Sans';
  font-style: italic;
  font-weight: lighter;
  src: url("../assets/fonts/gillsans/monotype_gill_sans_light_italic.eot");
  src: url("../assets/fonts/gillsans/monotype_gill_sans_light_italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gillsans/monotype_gill_sans_light_italic.woff2") format("woff2"), url("../assets/fonts/gillsans/GillSansMT-LightItalic.woff") format("woff"), url("../assets/fonts/gillsans/monotype_gill_sans_light_italic.ttf") format("truetype");
}
@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/icomoon/icomoon.eot?pksume");
  src: url("../assets/fonts/icomoon/icomoon.eot?pksume#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon/icomoon.ttf?pksume") format("truetype"), url("../assets/fonts/icomoon/icomoon.woff?pksume") format("woff"), url("../assets/fonts/icomoon/icomoon.svg?pksume#icomoon") format("svg");
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/lato/Lato-Regular.ttf");
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/cabin/Cabin-Regular.ttf");
}
/* Colors */
/* Color Variables (Base) */
/* Color Variables (Island) */
/* Fonts */
/* Font Variables (Base) */
/* Breakpoints duplicated from Bootstrap for versioning update purposes. */
/* Extra small screen/phone */
/* Small screen/tablet */
/* Medium screen/desktop */
/* Large screen/wide desktop */
/* X-Large screen/wide desktop */
/* Additional modern larger screen/wide desktop */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ededed;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #ededed;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ededed;
}

/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #ededed;
}
/* line 265, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.row, .asset-weather .islands-list {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .asset-weather .islands-list:before, .row:after, .asset-weather .islands-list:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after, .asset-weather .islands-list:after {
  clear: both;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .asset-weather .islands-list li, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .asset-weather .islands-list li, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2, .asset-weather .islands-list li {
    width: 16.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ededed;
  text-align: left;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: white;
}

/* line 75, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
}
/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: whitesmoke;
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  /* line 183, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
/* line 107, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}
/* line 108, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}
/* line 136, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333333;
  text-decoration: none;
}
/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: white;
  border-color: #cccccc;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: white;
  background-color: #333333;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: white;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: white;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: white;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: white;
}

/* line 75, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: white;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: white;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: white;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: white;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: white;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: white;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: white;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: white;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #ededed;
  text-decoration: none;
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}

/* line 88, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #ededed;
}
/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #ededed;
  white-space: nowrap;
}

/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #ededed;
}
/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #ededed;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #337ab7;
}

/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  /* line 206, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

/* line 224, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777777;
}
/* line 403, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777777;
}
/* line 415, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
/* line 418, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
/* line 425, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
/* line 433, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
/* line 442, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
/* line 444, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
/* line 448, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
/* line 453, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  /* line 473, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 475, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  /* line 482, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  /* line 490, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 506, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777777;
}
/* line 508, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}
/* line 513, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777777;
}
/* line 515, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333333;
}
/* line 521, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 531, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
/* line 535, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: white;
}
/* line 537, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
/* line 544, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: white;
}
/* line 549, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
/* line 552, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
/* line 559, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
/* line 567, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
/* line 577, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
/* line 579, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
/* line 583, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 588, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}
@media (max-width: 767px) {
  /* line 607, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  /* line 615, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  /* line 622, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }
  /* line 630, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 641, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: white;
}
/* line 643, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}
/* line 648, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: white;
}
/* line 650, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
}
/* line 656, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
/* line 25, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #ededed;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
/* line 25, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ededed;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
/* line 23, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ededed;
  background-color: white;
  cursor: not-allowed;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #ededed;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: lightgray;
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #ededed;
  border-radius: 10px;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: white;
}
/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  /* line 17, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}
/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 1, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555555;
}
/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: whitesmoke;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #ededed;
  cursor: not-allowed;
}
/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #ededed;
}
/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
/* line 244, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 254, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #dddddd;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  background-color: #333333;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: white;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 4px;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
/* line 80, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* line 116, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control a.ext::after,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next, .carousel-control a.ext::after,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control a.ext::after {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 207, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

/* line 218, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control a.ext::after {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control a.ext::after {
    margin-right: -10px;
  }

  /* line 260, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .asset-content-grid .entity-asset:before, .asset-curated-content:before, .double-column-image:before, .asset-island-curated-content:before, .asset-welcome:before, .clearfix:after, .asset-content-grid .entity-asset:after, .asset-curated-content:after, .double-column-image:after, .asset-island-curated-content:after, .asset-welcome:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after, .asset-content-grid .entity-asset:after, .asset-curated-content:after, .double-column-image:after, .asset-island-curated-content:after, .asset-welcome:after {
  clear: both;
}

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 3, ../assets/scss/_animations.scss */
.sensory-controls:hover::after, .asset-discover-hawaii .traveler-types li.active span.thick-circle,
.asset-discover-hawaii .traveler-types li a:hover span.thick-circle {
  animation: thickpulsate 1s ease-out;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}

/**
 * All keyframe animations.
 */
@keyframes thickpulsate {
  /* line 14, ../assets/scss/_animations.scss */
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }

  /* line 19, ../assets/scss/_animations.scss */
  50% {
    opacity: 0.5;
  }

  /* line 23, ../assets/scss/_animations.scss */
  100% {
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}
@keyframes thinpulsate {
  /* line 30, ../assets/scss/_animations.scss */
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }

  /* line 35, ../assets/scss/_animations.scss */
  50% {
    opacity: 0.4;
  }

  /* line 39, ../assets/scss/_animations.scss */
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
@keyframes thinpulsatesecond {
  /* line 46, ../assets/scss/_animations.scss */
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }

  /* line 51, ../assets/scss/_animations.scss */
  50% {
    opacity: 0.4;
  }

  /* line 55, ../assets/scss/_animations.scss */
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/**
 * Set values and various styles to be used throughout site.
 */
/* line 6, ../assets/scss/_styleguide.scss */
html,
body {
  height: 100%;
}

/* Body */
/* line 12, ../assets/scss/_styleguide.scss */
body {
  background: white;
  color: #333333;
  counter-reset: ol-counter;
  font: normal 18px/32px "Lora", serif;
}

/* line 19, ../assets/scss/_styleguide.scss */
.field-name-body {
  /* Lists */
}
/* line 26, ../assets/scss/_styleguide.scss */
.field-name-body ul li::before,
.field-name-body ol li::before {
  color: #00688c;
}
/* line 32, ../assets/scss/_styleguide.scss */
.field-name-body ul {
  margin: 0 0 0 30px;
}
/* line 36, ../assets/scss/_styleguide.scss */
.field-name-body ul li::before {
  content: '\00bb';
  padding: 0 20px;
}
/* line 43, ../assets/scss/_styleguide.scss */
.field-name-body ol {
  margin: 0 0 0 70px;
}
/* line 46, ../assets/scss/_styleguide.scss */
.field-name-body ol li {
  counter-increment: ol-counter;
}
/* line 49, ../assets/scss/_styleguide.scss */
.field-name-body ol li::before {
  content: counter(ol-counter) ".";
  padding: 0 5px;
}

/* Asset Reset */
/* line 58, ../assets/scss/_styleguide.scss */
.asset {
  padding: 0;
  background: none;
}

/* Headings */
/* line 64, ../assets/scss/_styleguide.scss */
h1 {
  font: bold 26px/36px "Lora", serif;
}
@media (min-width: 992px) {
  /* line 64, ../assets/scss/_styleguide.scss */
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 992px) {
  /* line 64, ../assets/scss/_styleguide.scss */
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

/* line 78, ../assets/scss/_styleguide.scss */
h2 {
  font-size: 30px;
  line-height: 40px;
}

/* line 83, ../assets/scss/_styleguide.scss */
h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 31px;
}

/* Text */
/* line 90, ../assets/scss/_styleguide.scss */
strong {
  font-weight: bold;
}

/* line 94, ../assets/scss/_styleguide.scss */
em {
  font-style: italic;
}

/*sub {

}
sup {

}
*/
/* Links */
/* line 107, ../assets/scss/_styleguide.scss */
a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #00688c;
  font-weight: bold;
  text-decoration: none;
}
/* line 113, ../assets/scss/_styleguide.scss */
a:visited {
  color: #00688c;
}
/* line 117, ../assets/scss/_styleguide.scss */
a:hover, a:focus {
  color: #00adef;
  text-decoration: none;
}

/* Links (Paragraph) */
/* line 125, ../assets/scss/_styleguide.scss */
p a {
  border-bottom: 1px dashed #00688c;
}
/* line 128, ../assets/scss/_styleguide.scss */
p a:hover, p a:focus {
  border-bottom: 1px dashed #00adef;
}

/* Links (Extension) */
/* line 135, ../assets/scss/_styleguide.scss */
a.ext {
  color: #333333;
  font: 600 16px/20px "elza thin", sans-serif;
  text-transform: uppercase;
}
/* line 140, ../assets/scss/_styleguide.scss */
a.ext:hover {
  color: #00688c;
}
/* line 144, ../assets/scss/_styleguide.scss */
a.ext::after {
  margin: -3px 0 0;
}
/* line 149, ../assets/scss/_styleguide.scss */
a.ext span.ext {
  display: none;
}

/* Lists */
/* line 155, ../assets/scss/_styleguide.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 161, ../assets/scss/_styleguide.scss */
ul li,
ol li {
  margin: 0;
  padding: 0;
}

/* Buttons */
/* line 168, ../assets/scss/_styleguide.scss */
.button, .asset-content-carousel .content-carousel-sliders > a:last-of-type, .asset-content-grid .entity-asset > a, .asset-curated-content .read-more, .entity .call-to-action > a, .asset-product-grid .views-submit-button button,
.asset-product-grid .views-reset-button button, .asset-hero-unit .component-cta-wrapper.bottom-right-button a, .asset-image-gallery .field-collection-container + a, .asset-island-curated-content .entity .call-to-action > a, .asset-island-curated-content .section-read-more, .asset-navigation-bar .entity-asset li a, .asset-promo-unit-large a, .asset-promo-unit-single-band a, .asset-weather a.show-week-forecast, .asset-highlighted-events a, .node--profile--full .email--business-email,
.node--profile--full .website--link,
.node--profile--full .directions--link, .node--profile--full .group-details .mmg-listings-credit-cards a,
.node--profile--full .group-details .mmg-lfef-extra-info a, .node--profile--teaser .group-copy .email--business-email,
.node--profile--teaser .group-copy .website--link, .node--event--full .mmg-lfef-websites a,
.node--event--full .mmg-lfef-directions-link a, .node--event--full .mmg-listings-back-to-events a, .node--event--full .mmg-listings-newsletter-signup a {
  display: block;
  padding: 15px 25px;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  font: 600 16px/20px "elza thin", sans-serif;
  text-transform: uppercase;
}
/* line 177, ../assets/scss/_styleguide.scss */
.button:hover, .asset-content-carousel .content-carousel-sliders > a:hover:last-of-type, .asset-content-grid .entity-asset > a:hover, .asset-curated-content .read-more:hover, .entity .call-to-action > a:hover, .asset-product-grid .views-submit-button button:hover,
.asset-product-grid .views-reset-button button:hover, .asset-hero-unit .component-cta-wrapper.bottom-right-button a:hover, .asset-image-gallery .field-collection-container + a:hover, .asset-island-curated-content .section-read-more:hover, .asset-navigation-bar .entity-asset li a:hover, .asset-promo-unit-large a:hover, .asset-promo-unit-single-band a:hover, .asset-weather a.show-week-forecast:hover, .asset-highlighted-events a:hover, .node--profile--full .email--business-email:hover,
.node--profile--full .website--link:hover,
.node--profile--full .directions--link:hover, .node--profile--full .group-details .mmg-listings-credit-cards a:hover,
.node--profile--full .group-details .mmg-lfef-extra-info a:hover, .node--profile--teaser .group-copy .email--business-email:hover,
.node--profile--teaser .group-copy .website--link:hover, .node--event--full .mmg-lfef-websites a:hover,
.node--event--full .mmg-lfef-directions-link a:hover, .node--event--full .mmg-listings-back-to-events a:hover, .node--event--full .mmg-listings-newsletter-signup a:hover {
  border: 2px solid transparent;
  background: gray;
}

/* line 183, ../assets/scss/_styleguide.scss */
.button-default, .asset-content-carousel .content-carousel-sliders > a:last-of-type, .asset-content-grid .entity-asset > a, .entity .call-to-action > a, .asset-product-grid .views-submit-button button,
.asset-product-grid .views-reset-button button, .asset-hero-unit .component-cta-wrapper.bottom-right-button a, .asset-image-gallery .field-collection-container + a, .asset-island-curated-content .entity .call-to-action > a, .asset-island-curated-content .section-read-more, .asset-promo-unit-single-band a, .node--profile--full .email--business-email,
.node--profile--full .website--link,
.node--profile--full .directions--link, .node--profile--full .group-details .mmg-listings-credit-cards a,
.node--profile--full .group-details .mmg-lfef-extra-info a, .node--profile--teaser .group-copy .email--business-email,
.node--profile--teaser .group-copy .website--link, .node--event--full .mmg-lfef-websites a,
.node--event--full .mmg-lfef-directions-link a, .node--event--full .mmg-listings-back-to-events a, .node--event--full .mmg-listings-newsletter-signup a {
  border: 2px solid #333333;
  color: #333333;
}
/* line 187, ../assets/scss/_styleguide.scss */
.button-default:visited, .asset-content-carousel .content-carousel-sliders > a:visited:last-of-type, .asset-content-grid .entity-asset > a:visited, .entity .call-to-action > a:visited, .asset-product-grid .views-submit-button button:visited,
.asset-product-grid .views-reset-button button:visited, .asset-hero-unit .component-cta-wrapper.bottom-right-button a:visited, .asset-image-gallery .field-collection-container + a:visited, .asset-island-curated-content .section-read-more:visited, .asset-promo-unit-single-band a:visited, .node--profile--full .email--business-email:visited,
.node--profile--full .website--link:visited,
.node--profile--full .directions--link:visited, .node--profile--full .group-details .mmg-listings-credit-cards a:visited,
.node--profile--full .group-details .mmg-lfef-extra-info a:visited, .node--profile--teaser .group-copy .email--business-email:visited,
.node--profile--teaser .group-copy .website--link:visited, .node--event--full .mmg-lfef-websites a:visited,
.node--event--full .mmg-lfef-directions-link a:visited, .node--event--full .mmg-listings-back-to-events a:visited, .node--event--full .mmg-listings-newsletter-signup a:visited {
  color: #333333;
}

/* line 192, ../assets/scss/_styleguide.scss */
.button-alt, .asset-curated-content .read-more, .asset-navigation-bar .entity-asset li a, .asset-promo-unit-large a, .asset-weather a.show-week-forecast, .asset-highlighted-events a {
  border: 2px solid transparent;
  background-color: white;
  color: #00688c;
}
/* line 197, ../assets/scss/_styleguide.scss */
.button-alt:visited, .asset-curated-content .read-more:visited, .asset-navigation-bar .entity-asset li a:visited, .asset-promo-unit-large a:visited, .asset-weather a.show-week-forecast:visited, .asset-highlighted-events a:visited {
  color: #00688c;
}

/* line 202, ../assets/scss/_styleguide.scss */
.button-default:hover, .asset-content-carousel .content-carousel-sliders > a:hover:last-of-type, .asset-content-grid .entity-asset > a:hover, .entity .call-to-action > a:hover, .asset-product-grid .views-submit-button button:hover,
.asset-product-grid .views-reset-button button:hover, .asset-hero-unit .component-cta-wrapper.bottom-right-button a:hover, .asset-image-gallery .field-collection-container + a:hover, .asset-island-curated-content .section-read-more:hover, .asset-promo-unit-single-band a:hover, .node--profile--full .email--business-email:hover,
.node--profile--full .website--link:hover,
.node--profile--full .directions--link:hover, .node--profile--full .group-details .mmg-listings-credit-cards a:hover,
.node--profile--full .group-details .mmg-lfef-extra-info a:hover, .node--profile--teaser .group-copy .email--business-email:hover,
.node--profile--teaser .group-copy .website--link:hover, .node--event--full .mmg-lfef-websites a:hover,
.node--event--full .mmg-lfef-directions-link a:hover, .node--event--full .mmg-listings-back-to-events a:hover, .node--event--full .mmg-listings-newsletter-signup a:hover,
.button-alt:hover,
.asset-curated-content .read-more:hover,
.asset-navigation-bar .entity-asset li a:hover,
.asset-promo-unit-large a:hover,
.asset-weather a.show-week-forecast:hover,
.asset-highlighted-events a:hover {
  color: white;
}

/* Content */
/* line 208, ../assets/scss/_styleguide.scss */
.main-container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 215, ../assets/scss/_styleguide.scss */
.component-background {
  background-position: top;
  background-size: cover;
}

/* Forms */
/* line 224, ../assets/scss/_styleguide.scss */
form .form-type-textfield input::-webkit-input-placeholder {
  color: gray !important;
}
/* line 228, ../assets/scss/_styleguide.scss */
form .form-type-textfield input::-moz-placeholder {
  /* Firefox 18- */
  color: gray !important;
}
/* line 232, ../assets/scss/_styleguide.scss */
form .form-type-textfield input::-moz-placeholder {
  /* Firefox 19+ */
  color: gray !important;
}
/* line 236, ../assets/scss/_styleguide.scss */
form .form-type-textfield input:-ms-input-placeholder {
  color: gray !important;
}
/* line 240, ../assets/scss/_styleguide.scss */
form .form-type-textfield input {
  height: auto;
  border: 0;
  border-bottom: 3px solid #333333;
  border-radius: 0;
  box-shadow: none;
  color: gray;
  font: 600 18px "elza thin", sans-serif;
  text-transform: uppercase;
}

/* Icons */
/* line 254, ../assets/scss/_styleguide.scss */
.icon, a.ext::after, .close, .social-widget-box a, .back-link::before, .node--profile--full .mmg-listings-back-to-listings::before, .back-to-top::before, .slick-slider .slick-next,
.slick-slider .slick-prev, header.navbar.container .navbar-header .search, header.navbar.container .navbar-nav > li.search button, header.navbar.container .navbar-nav .languages > a::before, header.navbar.container .navbar-nav .languages > a::after, header.navbar.container .searchbar .input-group,
header.navbar.container nav.megamenu .search-form .input-group, header.navbar.container nav.megamenu li:not(.language).open.expanded > a::after,
header.navbar.container .navbar-collapse.in li:not(.language).open.expanded > a::after, header.navbar.container nav.megamenu li:not(.language).expanded > a::after,
header.navbar.container .navbar-collapse.in li:not(.language).expanded > a::after, header.navbar.container nav.megamenu span.description::after,
header.navbar.container .navbar-collapse.in span.description::after, header.navbar.container nav.megamenu .search-form input::before,
header.navbar.container .navbar-collapse.in .search-form input::before, footer.container .main .entitytype-signup_form-form .form-submit::after, footer.container .main .signup-button-only::after, footer.container .main div.languages a.languages::before, footer.container .main div.languages a.languages::after, .asset-blockquote-carousel a::after, .asset-content-carousel a.read-more::after, .asset-content-carousel .content-carousel-sliders > a:last-of-type::after, .asset-content-grid .entity-asset > a::after, .asset-content-grid .field-collection-view .group-fake-read-more::after, .asset-curated-content header::after, .asset-curated-content .curated-texts a::after, .asset-curated-content .read-more::after, .asset-discover-hawaii .explore-link::after, .entity .call-to-action > a::after, .double-column-content p + a::after, .asset-embedded-video a::after, .asset-form .form-submit::after, .asset-product-grid .services-container .services-link::after, .asset-product-grid .views-submit-button button::after,
.asset-product-grid .views-reset-button button::after, .asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] label::after, .asset-product-grid .form-item-search-api-views-fulltext::before, .asset-product-grid .view-event-grid-view .view-filters .submit-event-link::after,
.asset-product-grid .view-indexed-event-grid-view .view-filters .submit-event-link::after, .asset-hero-unit a::after, .asset-hero-unit .continue-scroll::after, .asset-image-gallery .learn-more-link::after, .asset-image-gallery .field-collection-container + a::after, .asset-island-curated-content .entity .call-to-action > a::after, .asset-island-curated-content .section-read-more::after,
.asset-island-curated-content .show-curated-items::after, .curated-island-content .item-read-more::after, .asset-map .island-map-wrapper a::after, .asset-map .read-more::after, .asset-map .island-lanai .island-content .read-more::after, .asset-map .island-oahu .island-content .read-more::after, .asset-map .learn-more::after, .asset-navigation-bar .entity-asset li a::after, .asset-promo-unit-large a::after, .asset-promo-unit-single-band a::after, .asset-single-column-text .field-cta a::after, .asset-social-media a::after, .asset-weather .islands-list .change-island a::after, .asset-weather a.show-week-forecast::after, .asset-related-content a:last-of-type::after, .asset-country-visitors .view.view-display-id-block_english_flags_countries .country-language-country::after, .asset-video-collection .btn-primary::after, .asset-island-maps .island-map-title::after, .asset-island-maps .island-map-popup-title h2 a::after, .asset-island-maps .mmg-lfef-directions-link span::after, .asset-island-maps .island-map-popup-learn-more::after, .asset-island-maps .island-map-popup-link a::after, .asset-highlighted-events a::after, .node--profile--full .email--business-email::after,
.node--profile--full .website--link::after,
.node--profile--full .directions--link::after, .node--profile--full .group-info .horizontal-tab-button::after, .node--profile--full .group-details .mmg-listings-credit-cards a::after,
.node--profile--full .group-details .mmg-lfef-extra-info a::after, .node--profile--teaser .more-link a::after, .node--profile--teaser .mmg-lfef-address::before, .node--profile--teaser .group-copy .email--business-email::after,
.node--profile--teaser .group-copy .website--link::after, .node--event--full .mmg-lfef-websites a::after,
.node--event--full .mmg-lfef-directions-link a::after, .node--event--full .mmg-listings-back-to-events a::before, .node--event--full .mmg-listings-newsletter-signup a::after, .node--event--teaser .more-link a::after {
  /* Use !important to prevent issues with browser extensions that change fonts. */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 269, ../assets/scss/_styleguide.scss */
.icon-sensory {
  height: 123px;
  width: 123px;
  border: 3px solid #b1b1b1;
  border-radius: 4em;
  background-size: 105px 105px;
}
/* line 276, ../assets/scss/_styleguide.scss */
.icon-sensory:hover {
  border: 3px solid #ededed;
}

/* line 281, ../assets/scss/_styleguide.scss */
.icon-menu::before {
  content: '\e900';
}

/* line 285, ../assets/scss/_styleguide.scss */
.icon-search::before, header.navbar.container .navbar-header .search::before, header.navbar.container .navbar-nav > li.search button::before, header.navbar.container .searchbar .input-group::before,
header.navbar.container nav.megamenu .search-form .input-group::before, header.navbar.container nav.megamenu .search-form input::before,
header.navbar.container .navbar-collapse.in .search-form input::before, .asset-product-grid .form-item-search-api-views-fulltext::before {
  content: '\e901';
}

/* line 289, ../assets/scss/_styleguide.scss */
.icon-globe::before, header.navbar.container .navbar-nav .languages > a::before, header.navbar.container nav.megamenu .languages > a::before,
header.navbar.container .navbar-collapse.in .languages > a::before, footer.container .main div.languages a.languages::before {
  content: '\e902';
  margin: 0 4px 0 0;
  position: relative;
  top: -1px;
}

/* line 296, ../assets/scss/_styleguide.scss */
.icon-location::before, .node--profile--teaser .mmg-lfef-address::before {
  content: '\e903';
}

/* line 300, ../assets/scss/_styleguide.scss */
.icon-arrow-link::before {
  content: '\e904';
}

/* line 304, ../assets/scss/_styleguide.scss */
.icon-plus::before {
  content: '\e905';
}

/* line 308, ../assets/scss/_styleguide.scss */
.icon-cross::before, .close::before {
  content: '\e906';
}

/* line 312, ../assets/scss/_styleguide.scss */
.icon-dash::before {
  content: '\e907';
}

/* line 316, ../assets/scss/_styleguide.scss */
.icon-arrow-down::after, header.navbar.container .navbar-nav .languages > a::after, header.navbar.container nav.megamenu li:not(.language).expanded > a::after,
header.navbar.container .navbar-collapse.in li:not(.language).expanded > a::after, header.navbar.container nav.megamenu .languages > a::after,
header.navbar.container .navbar-collapse.in .languages > a::after, footer.container .main div.languages a.languages::after, .asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] label::after, .asset-hero-unit .continue-scroll::after {
  content: '\e909';
  margin: 0 0 0 5px;
}

/* line 321, ../assets/scss/_styleguide.scss */
.icon-arrow-up::after, header.navbar.container .navbar-nav .languages > a.open::after, header.navbar.container nav.megamenu li:not(.language).open.expanded > a::after,
header.navbar.container .navbar-collapse.in li:not(.language).open.expanded > a::after {
  content: '\e909';
  margin: 0 0 0 5px;
  transform: rotateZ(180deg);
  display: inline-block;
}

/* line 328, ../assets/scss/_styleguide.scss */
.icon-arrow-next::after, .slick-slider .slick-next::after, header.navbar.container nav.megamenu span.description::after,
header.navbar.container .navbar-collapse.in span.description::after, footer.container .main .entitytype-signup_form-form .form-submit::after, footer.container .main .signup-button-only::after, .asset-blockquote-carousel a::after, .asset-content-carousel a.read-more::after, .asset-content-carousel .content-carousel-sliders > a:last-of-type::after, .asset-content-grid .entity-asset > a::after, .asset-content-grid .field-collection-view .group-fake-read-more::after, .asset-curated-content .curated-texts a::after, .asset-curated-content .read-more::after, .asset-discover-hawaii .explore-link::after, .entity .call-to-action > a::after, .double-column-content p + a::after, .asset-embedded-video a::after, .asset-form .form-submit::after, .asset-product-grid .services-container .services-link::after, .asset-product-grid .views-submit-button button::after,
.asset-product-grid .views-reset-button button::after, .asset-product-grid .view-event-grid-view .view-filters .submit-event-link::after,
.asset-product-grid .view-indexed-event-grid-view .view-filters .submit-event-link::after, .asset-hero-unit a::after, .asset-image-gallery .learn-more-link::after, .asset-image-gallery .field-collection-container + a::after, .asset-island-curated-content .entity .call-to-action > a::after, .asset-island-curated-content .section-read-more::after,
.asset-island-curated-content .show-curated-items::after, .curated-island-content .item-read-more::after, .asset-map .island-map-wrapper a::after, .asset-map .read-more::after, .asset-map .island-lanai .island-content .read-more::after, .asset-map .island-oahu .island-content .read-more::after, .asset-map .learn-more::after, .asset-navigation-bar .entity-asset li a::after, .asset-promo-unit-large a::after, .asset-promo-unit-single-band a::after, .asset-single-column-text .field-cta a::after, .asset-social-media a::after, .asset-weather .islands-list .change-island a::after, .asset-weather a.show-week-forecast::after, .asset-related-content a:last-of-type::after, .asset-country-visitors .view.view-display-id-block_english_flags_countries .country-language-country::after, .asset-video-collection .btn-primary::after, .asset-island-maps .island-map-title::after, .asset-island-maps .island-map-popup-title h2 a::after, .asset-island-maps .mmg-lfef-directions-link span::after, .asset-island-maps .island-map-popup-learn-more::after, .asset-island-maps .island-map-popup-link a::after, .asset-highlighted-events a::after, .node--profile--teaser .more-link a::after, .node--event--full .mmg-lfef-websites a::after,
.node--event--full .mmg-lfef-directions-link a::after, .node--event--full .mmg-listings-newsletter-signup a::after, .node--event--teaser .more-link a::after {
  content: '\e908';
  margin: 0 0 0 10px;
  font-size: 12px;
  font-weight: bold;
}

/* line 335, ../assets/scss/_styleguide.scss */
.icon-arrow-prev::before, .back-link::before, .node--profile--full .mmg-listings-back-to-listings::before, .slick-slider .slick-prev::before, .node--event--full .mmg-listings-back-to-events a::before {
  content: '\e908';
  margin: 0 0 0 10px;
  font-size: 12px;
  font-weight: bold;
}

/* line 343, ../assets/scss/_styleguide.scss */
.icon-arrow-scroll::after, .asset-curated-content header::after {
  content: '\e90a';
}

/* line 347, ../assets/scss/_styleguide.scss */
.icon-facebook::before {
  content: '\e90b';
}

/* line 351, ../assets/scss/_styleguide.scss */
.icon-twitter::before {
  background-image: url('../assets/images-min/icons/twitter-x-gray.svg?1718916822');
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}

/* line 360, ../assets/scss/_styleguide.scss */
.icon-twitter:hover::before {
  background-image: url('../assets/images-min/icons/twitter-x-blue.svg?1718916822');
}

/* line 364, ../assets/scss/_styleguide.scss */
.icon-instagram::before {
  content: '\e90d';
}

/* line 368, ../assets/scss/_styleguide.scss */
.icon-pinterest::before {
  content: '\e90e';
}

/* line 372, ../assets/scss/_styleguide.scss */
.icon-youtube::before {
  content: '\e90f';
}

/* line 376, ../assets/scss/_styleguide.scss */
.icon-email::before {
  content: '\e910';
}

/* line 380, ../assets/scss/_styleguide.scss */
.icon-share::before {
  content: '\e911';
}

/* line 384, ../assets/scss/_styleguide.scss */
.icon-play::before {
  content: '\e912';
}

/* line 388, ../assets/scss/_styleguide.scss */
.icon-sound::before {
  content: '\e913';
}

/* line 392, ../assets/scss/_styleguide.scss */
.icon-camera::before {
  content: '\e914';
}

/* line 396, ../assets/scss/_styleguide.scss */
.icon-360::before {
  content: '\e915';
}

/* line 400, ../assets/scss/_styleguide.scss */
.icon-line {
  width: 1em;
  height: 1em;
  background-image: url('../assets/images-min/icons/line.png?1718916822');
  background-size: 100%;
  display: inline-block;
}

/* line 408, ../assets/scss/_styleguide.scss */
.icon-weibo {
  width: 1em;
  height: 1em;
  background-image: url('../assets/images-min/icons/weibo.png?1718916822');
  background-size: 100%;
  display: inline-block;
}

/* line 416, ../assets/scss/_styleguide.scss */
.icon-wechat {
  width: 1em;
  height: 1em;
  background-image: url('../assets/images-min/icons/wechat.png?1718916822');
  background-size: 100%;
  display: inline-block;
}

/* line 426, ../assets/scss/_styleguide.scss */
.language a::before {
  -webkit-box-shadow: 0 0 1px 0 rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 0 1px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 1px 0 rgba(51, 51, 51, 0.5);
  content: '';
  display: inline-block;
  height: 20px;
  width: 30px;
  margin: 0 15px 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* line 438, ../assets/scss/_styleguide.scss */
.flag-usa a::before {
  background-image: url('../assets/images-min/icons/usa-flag.svg?1718916822');
}

/* line 442, ../assets/scss/_styleguide.scss */
.flag-spain a::before {
  background-image: url('../assets/images-min/icons/spain-flag.svg?1718916822');
}

/* line 446, ../assets/scss/_styleguide.scss */
.flag-germany a::before {
  background-image: url('../assets/images-min/icons/germany-flag.svg?1718916822');
}

/* line 450, ../assets/scss/_styleguide.scss */
.flag-japan a {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* line 453, ../assets/scss/_styleguide.scss */
.flag-japan a::before {
  background-image: url('../assets/images-min/icons/japan-flag.svg?1718916822');
}

/* line 458, ../assets/scss/_styleguide.scss */
.flag-china a {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* line 461, ../assets/scss/_styleguide.scss */
.flag-china a::before {
  background-image: url('../assets/images-min/icons/china-flag.svg?1718916822');
}

/* line 466, ../assets/scss/_styleguide.scss */
.flag-south-korea a {
  font-family: 'Apple SD Gothic Neo', 'NanumBarunGothic', 'Malgun Gothic', dotum, 'Lucida Grande', sans-serif;
}
/* line 469, ../assets/scss/_styleguide.scss */
.flag-south-korea a::before {
  background-image: url('../assets/images-min/icons/south-korea-flag.svg?1718916822');
}

/* line 474, ../assets/scss/_styleguide.scss */
.flag-taiwan a {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* line 477, ../assets/scss/_styleguide.scss */
.flag-taiwan a::before {
  background-image: url('../assets/images-min/icons/taiwan-flag.svg?1718916822');
}

/* line 482, ../assets/scss/_styleguide.scss */
.flag-france a::before {
  background-image: url('../assets/images-min/icons/france-flag.svg?1718916822');
}

/* Interface icons extensions. */
/* Social icon extensions. */
/* line 492, ../assets/scss/_styleguide.scss */
.social-widget-box a {
  color: gray;
  font-size: 25px;
}
/* line 497, ../assets/scss/_styleguide.scss */
.social-widget-box a span {
  display: none;
}

/*
.social-widget-box {

  &.facebook a {
    @extend .icon-facebook;
  }

  &.twitter a {
    @extend .icon-twitter;
  }

  &.instagram a {
    @extend .icon-instagram;
  }
}
*/
/* line 521, ../assets/scss/_styleguide.scss */
.back-link, .node--profile--full .mmg-listings-back-to-listings {
  font-family: "Gill Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 527, ../assets/scss/_styleguide.scss */
.back-link::before, .node--profile--full .mmg-listings-back-to-listings::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 10px 0 0;
}

/* line 535, ../assets/scss/_styleguide.scss */
.sensory-controls-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  height: 0;
  margin: 0 auto;
  padding-bottom: 50%;
}

/* line 546, ../assets/scss/_styleguide.scss */
.sensory-controls {
  cursor: pointer;
  display: none;
  background-size: 83.34%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 57px;
  height: 0;
  padding-bottom: 57px;
}
@media (min-width: 480px) {
  /* line 546, ../assets/scss/_styleguide.scss */
  .sensory-controls {
    width: 10%;
    padding-bottom: 10%;
  }
  /* line 561, ../assets/scss/_styleguide.scss */
  .asset-hero-unit .sensory-controls {
    padding-bottom: calc(10vw);
  }
}
/* line 566, ../assets/scss/_styleguide.scss */
.slick-slide:not(.embedded-video--content) .sensory-controls, .embedded-video--content .sensory-controls {
  display: block;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 1200px) {
  /* line 566, ../assets/scss/_styleguide.scss */
  .slick-slide:not(.embedded-video--content) .sensory-controls, .embedded-video--content .sensory-controls {
    bottom: auto;
    left: auto;
    right: 100px;
    top: 70px;
  }
}
/* line 584, ../assets/scss/_styleguide.scss */
.slick-slide:not(.embedded-video--content) .sensory-controls, .has-video .sensory-controls, .embedded-video--content .sensory-controls {
  background-image: url('../assets/images-min/icons/play-white-for-hover.svg?1718916822');
}
/* line 589, ../assets/scss/_styleguide.scss */
.slick-slide:not(.embedded-video--content) .sensory-controls.sensory-pause, .has-video .sensory-controls.sensory-pause, .embedded-video--content .sensory-controls.sensory-pause {
  background-image: url('../assets/images-min/icons/pause-white.svg?1718916822');
}
/* line 594, ../assets/scss/_styleguide.scss */
.sensory-controls.fullscreen-controls {
  background-image: url('../assets/images-min/icons/play-white-for-hover.svg?1718916822');
  bottom: auto;
  left: auto;
  top: 25px;
  right: 25px;
}
/* line 602, ../assets/scss/_styleguide.scss */
.has-audio:not(.has-video) .sensory-controls {
  background-image: url('../assets/images-min/icons/sound-white.svg?1718916822');
}
/* line 605, ../assets/scss/_styleguide.scss */
.has-audio:not(.has-video) .sensory-controls:hover {
  background-image: url('../assets/images-min/icons/sound-hover-white.svg?1718916822');
}
/* line 608, ../assets/scss/_styleguide.scss */
.has-audio:not(.has-video) .sensory-controls:hover::before {
  content: 'click for sound';
  position: absolute;
  left: 0;
  right: 0;
  text-transform: uppercase;
  color: #00688c;
  text-align: center;
  font-size: 7.2px;
  line-height: 1.3;
  width: 83.34%;
  max-height: 83.34%;
  margin: auto;
  display: inline;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10%;
}
@media (min-width: 480px) {
  /* line 608, ../assets/scss/_styleguide.scss */
  .has-audio:not(.has-video) .sensory-controls:hover::before {
    font-size: 1.5vw;
  }
}
/* line 632, ../assets/scss/_styleguide.scss */
.has-audio:not(.has-video) .sensory-controls.sensory-pause {
  background-image: url('../assets/images-min/icons/sound-mute-white.svg?1718916822');
}
/* line 635, ../assets/scss/_styleguide.scss */
.has-audio:not(.has-video) .sensory-controls.sensory-pause::before {
  content: '';
}
/* line 641, ../assets/scss/_styleguide.scss */
.sensory-controls::after {
  content: '';
  border: 2px solid white;
  border-width: 1.584px;
  border-radius: 50%;
  width: 100%;
  right: 0;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.3;
}
@media (min-width: 480px) {
  /* line 641, ../assets/scss/_styleguide.scss */
  .sensory-controls::after {
    border-width: calc(1vw * 0.33);
  }
}

/* line 672, ../assets/scss/_styleguide.scss */
.embedded-video--content:not(.ytPlayerReady) .sensory-controls {
  display: none;
}

/* line 677, ../assets/scss/_styleguide.scss */
.embedded-video--content .inner {
  position: relative;
}
/* line 681, ../assets/scss/_styleguide.scss */
.embedded-video--content .youtube-container--responsive {
  position: relative;
  z-index: 2;
}

/* line 689, ../assets/scss/_styleguide.scss */
.ja-footer-drawer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -10em;
  height: 10em;
  transition: bottom 1s;
  background-color: #00adef;
  z-index: 1;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 703, ../assets/scss/_styleguide.scss */
.ja-footer-drawer.open {
  bottom: 0;
}

/* line 709, ../assets/scss/_styleguide.scss */
.ja-footer-drawer-copy {
  text-align: center;
  font-weight: bold;
  color: white;
  line-height: 1.25;
}

/* line 716, ../assets/scss/_styleguide.scss */
.ja-footer-drawer-cta-button {
  color: black;
  display: block;
  margin: 1em auto 0;
  font-weight: normal;
  border: 2px solid #333333;
  padding: 0.5em 1.5em;
  transition: background-color 0.3s;
}
/* line 725, ../assets/scss/_styleguide.scss */
.ja-footer-drawer-cta-button:hover {
  border: 2px solid transparent;
  background-color: gray;
}

/* line 731, ../assets/scss/_styleguide.scss */
.ja-footer-drawer-cta-button-arrow {
  padding-left: 0.25em;
}

/* line 735, ../assets/scss/_styleguide.scss */
.ja-footer-drawer-close-button {
  position: absolute;
  top: 1em;
  right: 2em;
  opacity: 0.5em;
}
/* line 741, ../assets/scss/_styleguide.scss */
.ja-footer-drawer-close-button:hover {
  opacity: 1em;
}
/* line 745, ../assets/scss/_styleguide.scss */
.ja-footer-drawer-close-button::before {
  font-weight: bold;
}

/* line 750, ../assets/scss/_styleguide.scss */
.back-to-top {
  position: fixed;
  right: 3%;
  bottom: 75px;
  z-index: 1;
  display: none;
  width: 50px;
  padding: 10px 5px 62px !important;
  background-color: white;
  text-align: center;
  opacity: 0.8;
}
/* line 762, ../assets/scss/_styleguide.scss */
.back-to-top p {
  margin: 0 0 10px;
  color: #00688c;
  font: 600 10px/14px "elza thin", sans-serif;
  text-shadow: none;
  text-transform: uppercase;
}
/* line 770, ../assets/scss/_styleguide.scss */
.back-to-top::before {
  content: '\e909';
  margin: 0 0 0 5px;
  transform: rotateZ(180deg);
  display: inline-block;
  color: #00adef;
  font-size: 18px;
  font-weight: bold;
}
/* line 782, ../assets/scss/_styleguide.scss */
.back-to-top.island::after {
  color: white;
}
/* line 787, ../assets/scss/_styleguide.scss */
.back-to-top.kauai {
  background-color: #785983;
}
/* line 791, ../assets/scss/_styleguide.scss */
.back-to-top.oahu {
  background-color: #f3be37;
}
/* line 795, ../assets/scss/_styleguide.scss */
.back-to-top.molokai {
  background-color: #115a2e;
}
/* line 799, ../assets/scss/_styleguide.scss */
.back-to-top.lanai {
  background-color: #f69343;
}
/* line 803, ../assets/scss/_styleguide.scss */
.back-to-top.maui {
  background-color: #ac0772;
}
/* line 807, ../assets/scss/_styleguide.scss */
.back-to-top.hawaii {
  background-color: #c22635;
}

/* line 2, ../assets/scss/_slick_custom.scss */
.slick-slider.field-collection-container,
.slick-slider .field-collection-container,
.slick-slider .field-collection-view {
  border: 0;
}
/* line 8, ../assets/scss/_slick_custom.scss */
.slick-slider .slick-arrow {
  outline: none;
  padding: 1px 7px 2px;
}
/* line 17, ../assets/scss/_slick_custom.scss */
.slick-slider .slick-next,
.slick-slider .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border: 0;
  background: transparent;
  font-size: 75px;
  text-shadow: 0 0 10px rgba(51, 51, 51, 0.75);
  text-indent: -9999px;
}
/* line 32, ../assets/scss/_slick_custom.scss */
.slick-slider .slick-next::after, .slick-slider .slick-next::before,
.slick-slider .slick-prev::after,
.slick-slider .slick-prev::before {
  font-size: 75px;
  position: absolute;
  left: 5000px;
}
/* line 40, ../assets/scss/_slick_custom.scss */
.slick-slider .slick-next span,
.slick-slider .slick-prev span {
  display: none;
}
/* line 45, ../assets/scss/_slick_custom.scss */
.slick-slider .slick-next {
  right: 100px;
}
/* line 50, ../assets/scss/_slick_custom.scss */
.slick-slider .slick-prev {
  transform: translateY(-50%) scaleX(-1);
  left: 100px;
}
/* line 56, ../assets/scss/_slick_custom.scss */
.slick-slider .slick-dots {
  margin: 0.75em;
  text-align: center;
}
/* line 60, ../assets/scss/_slick_custom.scss */
.slick-slider .slick-dots li {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0.25em;
  border: 1px solid #f69343;
  border-radius: 10px;
  cursor: pointer;
  text-indent: -9999px;
}
/* line 70, ../assets/scss/_slick_custom.scss */
.slick-slider .slick-dots li.slick-active {
  background-color: #f69343;
}

/* line 78, ../assets/scss/_slick_custom.scss */
.node--profile--full .slick-dots li:nth-child(n+10) {
  display: none;
}

 /**
* Specific overrides and a few mixin's to aid with site development.
* This file probably does not need to be modified or added to very often.
* Place overrides in feature specific files.
*/
/* line 24, ../assets/scss/_overrides.scss */
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
/* line 30, ../assets/scss/_overrides.scss */
html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto;
}
/* line 37, ../assets/scss/_overrides.scss */
html.js input.form-autocomplete {
  background-image: none;
}
/* line 42, ../assets/scss/_overrides.scss */
html.js input.form-autocomplete {
  background-image: none;
}
/* line 47, ../assets/scss/_overrides.scss */
html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px;
}
/* line 56, ../assets/scss/_overrides.scss */
html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px;
}

/* line 62, ../assets/scss/_overrides.scss */
body {
  position: relative;
}
/* line 67, ../assets/scss/_overrides.scss */
body.admin-expanded.admin-vertical.admin-nw .navbar, body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
/* line 73, ../assets/scss/_overrides.scss */
body.navbar-is-fixed-top {
  padding-top: 64px;
}
/* line 77, ../assets/scss/_overrides.scss */
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
/* line 81, ../assets/scss/_overrides.scss */
body.toolbar {
  padding-top: 30px !important;
}
/* line 84, ../assets/scss/_overrides.scss */
body.toolbar .navbar-fixed-top {
  top: 30px;
}
/* line 88, ../assets/scss/_overrides.scss */
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
/* line 93, ../assets/scss/_overrides.scss */
body.toolbar-drawer {
  padding-top: 64px !important;
}
/* line 96, ../assets/scss/_overrides.scss */
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
/* line 100, ../assets/scss/_overrides.scss */
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
/* line 107, ../assets/scss/_overrides.scss */
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
/* line 111, ../assets/scss/_overrides.scss */
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
/* line 116, ../assets/scss/_overrides.scss */
body #admin-toolbar {
  z-index: 1600;
}
/* line 121, ../assets/scss/_overrides.scss */
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 128, ../assets/scss/_overrides.scss */
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
/* line 134, ../assets/scss/_overrides.scss */
body #admin-menu .dropdown li {
  line-height: normal;
}

@media screen and (min-width: 768px) {
  /* line 143, ../assets/scss/_overrides.scss */
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  /* line 143, ../assets/scss/_overrides.scss */
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 143, ../assets/scss/_overrides.scss */
  .navbar.container {
    max-width: 1140px;
  }
}
/* line 158, ../assets/scss/_overrides.scss */
.navbar.container, .navbar.container-fluid {
  margin-top: 20px;
}
/* line 163, ../assets/scss/_overrides.scss */
.navbar.container > .container, .navbar.container-fluid > .container-fluid {
  margin: 0;
  padding: 0;
  width: auto;
}

/* line 172, ../assets/scss/_overrides.scss */
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}

/* line 178, ../assets/scss/_overrides.scss */
#toolbar {
  z-index: 1600;
}

/* line 183, ../assets/scss/_overrides.scss */
.modal {
  z-index: 1620;
}

/* line 187, ../assets/scss/_overrides.scss */
.modal-dialog {
  z-index: 1630;
}

/* line 191, ../assets/scss/_overrides.scss */
.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto;
}

/* line 196, ../assets/scss/_overrides.scss */
.modal-backdrop {
  z-index: 1610;
}

/* line 200, ../assets/scss/_overrides.scss */
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
}

/* line 207, ../assets/scss/_overrides.scss */
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}

/* line 214, ../assets/scss/_overrides.scss */
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  /* line 214, ../assets/scss/_overrides.scss */
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/* line 226, ../assets/scss/_overrides.scss */
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  /* line 226, ../assets/scss/_overrides.scss */
  ul.secondary {
    float: right;
  }
}

/* line 235, ../assets/scss/_overrides.scss */
.page-header {
  margin-top: 0;
}

/* line 243, ../assets/scss/_overrides.scss */
.region-sidebar-first .block:first-child h2.block-title,
.region-sidebar-second .block:first-child h2.block-title {
  margin-top: 0;
}

/* line 249, ../assets/scss/_overrides.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 256, ../assets/scss/_overrides.scss */
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
/* line 262, ../assets/scss/_overrides.scss */
.region-help .block {
  overflow: hidden;
}

/* line 268, ../assets/scss/_overrides.scss */
#search-block-form {
  margin: 0;
}

/* line 272, ../assets/scss/_overrides.scss */
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  /* line 272, ../assets/scss/_overrides.scss */
  .navbar #block-search-form {
    float: right;
  }
}
/* line 280, ../assets/scss/_overrides.scss */
.navbar #block-search-form .input-group-btn {
  width: auto;
}

/* line 285, ../assets/scss/_overrides.scss */
.navbar-search .control-group {
  margin-bottom: 0;
}

/* line 290, ../assets/scss/_overrides.scss */
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
/* line 294, ../assets/scss/_overrides.scss */
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
/* line 300, ../assets/scss/_overrides.scss */
ul.action-links .glyphicon {
  padding-right: 0.5em;
}

/* line 306, ../assets/scss/_overrides.scss */
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}

/* line 314, ../assets/scss/_overrides.scss */
input.error {
  color: #a94442;
  border-color: #ebccd1;
}

/* line 319, ../assets/scss/_overrides.scss */
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}

/* line 325, ../assets/scss/_overrides.scss */
fieldset .panel-body {
  clear: both;
  display: inherit;
}

/* line 330, ../assets/scss/_overrides.scss */
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
/* line 336, ../assets/scss/_overrides.scss */
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}

/* line 341, ../assets/scss/_overrides.scss */
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

/* line 346, ../assets/scss/_overrides.scss */
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

/* line 351, ../assets/scss/_overrides.scss */
.form-actions {
  clear: both;
}

/* line 357, ../assets/scss/_overrides.scss */
.managed-files.table td:first-child {
  width: 100%;
}

/* line 362, ../assets/scss/_overrides.scss */
div.image-widget-data {
  float: none;
  overflow: hidden;
}

/* line 367, ../assets/scss/_overrides.scss */
table.sticky-header {
  z-index: 1;
}

/* line 371, ../assets/scss/_overrides.scss */
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}

/* line 375, ../assets/scss/_overrides.scss */
.text-format-wrapper {
  margin-bottom: 15px;
}
/* line 379, ../assets/scss/_overrides.scss */
.text-format-wrapper > .form-type-textarea,
.text-format-wrapper .filter-wrapper {
  margin-bottom: 0;
}

/* line 385, ../assets/scss/_overrides.scss */
.filter-wrapper {
  border-radius: 0 0 4px 4px;
}
/* line 388, ../assets/scss/_overrides.scss */
.filter-wrapper .panel-body {
  padding: 7px;
}
/* line 392, ../assets/scss/_overrides.scss */
.filter-wrapper .form-type-select {
  min-width: 30%;
}
/* line 395, ../assets/scss/_overrides.scss */
.filter-wrapper .form-type-select .filter-list {
  width: 100%;
}

/* line 401, ../assets/scss/_overrides.scss */
.filter-help {
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 401, ../assets/scss/_overrides.scss */
  .filter-help {
    float: right;
  }
}
/* line 409, ../assets/scss/_overrides.scss */
.filter-help .glyphicon {
  margin: 0 5px 0 0;
  vertical-align: text-top;
}

/* line 418, ../assets/scss/_overrides.scss */
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
/* line 422, ../assets/scss/_overrides.scss */
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}

/* line 427, ../assets/scss/_overrides.scss */
.help-block,
.control-group .help-inline {
  color: #ededed;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}

/* line 435, ../assets/scss/_overrides.scss */
.panel-heading {
  display: block;
}

/* line 439, ../assets/scss/_overrides.scss */
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}

/* line 445, ../assets/scss/_overrides.scss */
.error {
  color: #a94442;
}

/* line 449, ../assets/scss/_overrides.scss */
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}

/* line 455, ../assets/scss/_overrides.scss */
.form-group.error,
.form-group.has-error {
  background: none;
}
/* line 459, ../assets/scss/_overrides.scss */
.form-group.error label,
.form-group.error .control-label,
.form-group.has-error label,
.form-group.has-error .control-label {
  color: #a94442;
  font-weight: 600;
}
/* line 465, ../assets/scss/_overrides.scss */
.form-group.error input,
.form-group.error textarea,
.form-group.error select,
.form-group.error .uneditable-input,
.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select,
.form-group.has-error .uneditable-input {
  color: #555555;
}
/* line 472, ../assets/scss/_overrides.scss */
.form-group.error .help-block,
.form-group.error .help-inline,
.form-group.has-error .help-block,
.form-group.has-error .help-inline {
  color: #ededed;
}

/* line 479, ../assets/scss/_overrides.scss */
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}

/* line 486, ../assets/scss/_overrides.scss */
.tabs--secondary {
  margin: 0 0 10px;
}

/* line 491, ../assets/scss/_overrides.scss */
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777777;
}

/* line 499, ../assets/scss/_overrides.scss */
.form-type-password-confirm {
  position: relative;
}
/* line 502, ../assets/scss/_overrides.scss */
.form-type-password-confirm label {
  display: block;
}
/* line 505, ../assets/scss/_overrides.scss */
.form-type-password-confirm label .label {
  float: right;
}
/* line 510, ../assets/scss/_overrides.scss */
.form-type-password-confirm .password-help {
  padding-left: 2em;
}
@media (min-width: 768px) {
  /* line 510, ../assets/scss/_overrides.scss */
  .form-type-password-confirm .password-help {
    border-left: 1px solid #dddddd;
    left: 50%;
    margin-left: 15px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  /* line 510, ../assets/scss/_overrides.scss */
  .form-type-password-confirm .password-help {
    left: 33.33333%;
  }
}
/* line 525, ../assets/scss/_overrides.scss */
.form-type-password-confirm .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  height: 4px;
  margin: -5px 0 0;
}
/* line 535, ../assets/scss/_overrides.scss */
.form-type-password-confirm .form-type-password {
  clear: left;
}
/* line 539, ../assets/scss/_overrides.scss */
.form-type-password-confirm .form-control-feedback {
  right: 15px;
}
/* line 543, ../assets/scss/_overrides.scss */
.form-type-password-confirm .help-block {
  clear: both;
}

/* line 551, ../assets/scss/_overrides.scss */
ul.pagination li > a.progress-disabled {
  float: left;
}

/* line 559, ../assets/scss/_overrides.scss */
.form-autocomplete .glyphicon {
  color: #ededed;
  font-size: 120%;
}
/* line 563, ../assets/scss/_overrides.scss */
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #337ab7;
}
/* line 568, ../assets/scss/_overrides.scss */
.form-autocomplete .input-group-addon {
  background-color: white;
}

/* line 574, ../assets/scss/_overrides.scss */
.ajax-progress-bar {
  border-radius: 0 0 4px 4px;
  border: 1px solid #cccccc;
  margin: -1px 0 0;
  padding: 6px 12px;
  width: 100%;
}
/* line 581, ../assets/scss/_overrides.scss */
.ajax-progress-bar .progress {
  height: 8px;
  margin: 0;
}
/* line 586, ../assets/scss/_overrides.scss */
.ajax-progress-bar .percentage,
.ajax-progress-bar .message {
  color: #ededed;
  font-size: 12px;
  line-height: 1em;
  margin: 5px 0 0;
  padding: 0;
}

/* line 596, ../assets/scss/_overrides.scss */
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

/* line 604, ../assets/scss/_overrides.scss */
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  /* line 611, ../assets/scss/_overrides.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 615, ../assets/scss/_overrides.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  /* line 622, ../assets/scss/_overrides.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 626, ../assets/scss/_overrides.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  /* line 633, ../assets/scss/_overrides.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 637, ../assets/scss/_overrides.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  /* line 644, ../assets/scss/_overrides.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 648, ../assets/scss/_overrides.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  /* line 655, ../assets/scss/_overrides.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 659, ../assets/scss/_overrides.scss */
  100% {
    transform: rotate(359deg);
  }
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
/* line 669, ../assets/scss/_overrides.scss */
.tabbable {
  margin-bottom: 20px;
}

/* line 677, ../assets/scss/_overrides.scss */
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
/* line 680, ../assets/scss/_overrides.scss */
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #ededed;
  font-size: 12px;
}

/* line 687, ../assets/scss/_overrides.scss */
.tab-pane > .panel-heading {
  display: none;
}

/* line 691, ../assets/scss/_overrides.scss */
.tab-content > .active {
  display: block;
}

/* line 698, ../assets/scss/_overrides.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
/* line 701, ../assets/scss/_overrides.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
/* line 705, ../assets/scss/_overrides.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
/* line 708, ../assets/scss/_overrides.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent;
}
/* line 717, ../assets/scss/_overrides.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd;
}

/* line 730, ../assets/scss/_overrides.scss */
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
/* line 734, ../assets/scss/_overrides.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
/* line 737, ../assets/scss/_overrides.scss */
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
/* line 741, ../assets/scss/_overrides.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
/* line 745, ../assets/scss/_overrides.scss */
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
/* line 752, ../assets/scss/_overrides.scss */
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0 4px 4px;
  border: 1px solid #dddddd;
  overflow: hidden;
  padding: 10px 15px;
}

/* line 764, ../assets/scss/_overrides.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
/* line 768, ../assets/scss/_overrides.scss */
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
/* line 771, ../assets/scss/_overrides.scss */
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
/* line 777, ../assets/scss/_overrides.scss */
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dddddd transparent #dddddd #dddddd;
}

/* line 788, ../assets/scss/_overrides.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
/* line 792, ../assets/scss/_overrides.scss */
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
/* line 795, ../assets/scss/_overrides.scss */
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
/* line 802, ../assets/scss/_overrides.scss */
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
}

/* line 811, ../assets/scss/_overrides.scss */
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}

/* line 821, ../assets/scss/_overrides.scss */
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
/* line 826, ../assets/scss/_overrides.scss */
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0;
}

/* line 832, ../assets/scss/_overrides.scss */
.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em;
}

/* line 839, ../assets/scss/_overrides.scss */
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}

/* line 846, ../assets/scss/_overrides.scss */
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  /* line 846, ../assets/scss/_overrides.scss */
  .form-horizontal .form-group label {
    float: left;
    width: 16.66667%;
  }
}

/* line 863, ../assets/scss/_overrides.scss */
.alert a {
  font-weight: bold;
}

/* line 869, ../assets/scss/_overrides.scss */
.alert-success a,
.alert-success a:hover,
.alert-success a:focus {
  color: #2b542c;
}

/* line 878, ../assets/scss/_overrides.scss */
.alert-info a,
.alert-info a:hover,
.alert-info a:focus {
  color: #245269;
}

/* line 887, ../assets/scss/_overrides.scss */
.alert-warning a,
.alert-warning a:hover,
.alert-warning a:focus {
  color: #66512c;
}

/* line 896, ../assets/scss/_overrides.scss */
.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus {
  color: #843534;
}

/* line 904, ../assets/scss/_overrides.scss */
div.image-style-new,
div.image-style-new div {
  display: block;
}

/* line 909, ../assets/scss/_overrides.scss */
div.image-style-new div.input-group {
  display: table;
}

/* line 913, ../assets/scss/_overrides.scss */
td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
  background: #dddddd;
  font-weight: 700;
}

/* line 921, ../assets/scss/_overrides.scss */
.book-toc > .dropdown-menu {
  overflow: hidden;
}
/* line 924, ../assets/scss/_overrides.scss */
.book-toc > .dropdown-menu > .dropdown-header {
  white-space: nowrap;
}
/* line 928, ../assets/scss/_overrides.scss */
.book-toc > .dropdown-menu > li:nth-child(1) > a {
  font-weight: bold;
}
/* line 932, ../assets/scss/_overrides.scss */
.book-toc > .dropdown-menu .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
/* line 942, ../assets/scss/_overrides.scss */
.book-toc > .dropdown-menu .dropdown-menu > li {
  padding-left: 20px;
}
/* line 945, ../assets/scss/_overrides.scss */
.book-toc > .dropdown-menu .dropdown-menu > li > a {
  margin-left: -40px;
  padding-left: 60px;
}

/* line 954, ../assets/scss/_overrides.scss */
#features-filter .form-item.form-type-checkbox {
  padding-left: 20px;
}

/* line 958, ../assets/scss/_overrides.scss */
fieldset.features-export-component {
  font-size: 12px;
}
/* line 961, ../assets/scss/_overrides.scss */
html.js #features-export-form fieldset.features-export-component, fieldset.features-export-component {
  margin: 0 0 10px;
}
/* line 966, ../assets/scss/_overrides.scss */
fieldset.features-export-component .panel-heading {
  padding: 5px 10px;
}
/* line 969, ../assets/scss/_overrides.scss */
fieldset.features-export-component .panel-heading a.panel-title {
  font-size: 12px;
  font-weight: 500;
  margin: -5px -10px;
  padding: 5px 10px;
}
/* line 977, ../assets/scss/_overrides.scss */
fieldset.features-export-component .panel-body {
  padding: 0 10px;
}

/* line 982, ../assets/scss/_overrides.scss */
div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px;
}

/* line 990, ../assets/scss/_overrides.scss */
fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px !important;
}
/* line 996, ../assets/scss/_overrides.scss */
fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
div.features-export-list .form-type-checkbox input[type=checkbox] {
  margin-top: 0;
}

/* line 1003, ../assets/scss/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
  top: 79px;
}

/* line 1007, ../assets/scss/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
  top: 39px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* line 1013, ../assets/scss/_overrides.scss */
  body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
    left: 240px;
    left: 24rem;
  }
}
/* line 1019, ../assets/scss/_overrides.scss */
.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
  z-index: 1032;
}

/* line 1023, ../assets/scss/_overrides.scss */
.navbar-administration #navbar-administration .navbar-tray {
  z-index: 1031;
}

/* line 1027, ../assets/scss/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration {
  padding-top: 103px !important;
}

/* line 1031, ../assets/scss/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
  padding-top: 143px !important;
}

/* line 1035, ../assets/scss/_overrides.scss */
body.navbar-tray-open.navbar-vertical.navbar-fixed {
  margin-left: 240px;
  margin-left: 24rem;
}

/* line 1040, ../assets/scss/_overrides.scss */
#navbar-administration.navbar-oriented .navbar-tray-vertical {
  width: 24rem;
}

@media (min-width: 992px) {
  /* line 75, ../assets/scss/_shared-overrides.scss */
  body.i18n-ja .asset-content-carousel.component-narrow .text-slides, body.i18n-zh-hans .asset-content-carousel.component-narrow .text-slides, body.i18n-ko .asset-content-carousel.component-narrow .text-slides {
    width: 400px;
    top: 12%;
  }
}
@media (min-width: 992px) {
  /* line 84, ../assets/scss/_shared-overrides.scss */
  body.i18n-ja .asset-content-carousel.component-narrow .content-text p, body.i18n-zh-hans .asset-content-carousel.component-narrow .content-text p, body.i18n-ko .asset-content-carousel.component-narrow .content-text p,
  body.i18n-ja .asset-content-carousel.component-narrow .content-text .read-more,
  body.i18n-zh-hans .asset-content-carousel.component-narrow .content-text .read-more,
  body.i18n-ko .asset-content-carousel.component-narrow .content-text .read-more {
    margin: 0 15px 30px;
  }
}
/* line 90, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-content-carousel.component-narrow .content-text h2, body.i18n-zh-hans .asset-content-carousel.component-narrow .content-text h2, body.i18n-ko .asset-content-carousel.component-narrow .content-text h2 {
  font-size: 28px;
  line-height: 38px;
}

/* line 101, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-curated-content header h2, body.i18n-zh-hans .asset-curated-content header h2, body.i18n-ko .asset-curated-content header h2 {
  font-size: 32px;
  line-height: 33px;
}
@media (min-width: 768px) {
  /* line 101, ../assets/scss/_shared-overrides.scss */
  body.i18n-ja .asset-curated-content header h2, body.i18n-zh-hans .asset-curated-content header h2, body.i18n-ko .asset-curated-content header h2 {
    font-size: 74px;
    line-height: 84px;
  }
  /* line 109, ../assets/scss/_shared-overrides.scss */
  body.i18n-ja .asset-curated-content header h2::first-line, body.i18n-zh-hans .asset-curated-content header h2::first-line, body.i18n-ko .asset-curated-content header h2::first-line {
    font-size: 56px;
  }
}
/* line 114, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-curated-content header h2::first-line, body.i18n-zh-hans .asset-curated-content header h2::first-line, body.i18n-ko .asset-curated-content header h2::first-line {
  font-size: 24px;
}
/* line 121, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-curated-content .curated-item-description h2, body.i18n-zh-hans .asset-curated-content .curated-item-description h2, body.i18n-ko .asset-curated-content .curated-item-description h2 {
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 768px) {
  /* line 121, ../assets/scss/_shared-overrides.scss */
  body.i18n-ja .asset-curated-content .curated-item-description h2, body.i18n-zh-hans .asset-curated-content .curated-item-description h2, body.i18n-ko .asset-curated-content .curated-item-description h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

/* line 136, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-image-gallery h3, body.i18n-zh-hans .asset-image-gallery h3, body.i18n-ko .asset-image-gallery h3 {
  font-size: 20px;
  line-height: 29px;
}

/* line 145, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .curated-island-content h3, body.i18n-zh-hans .curated-island-content h3, body.i18n-ko .curated-island-content h3 {
  font-size: 28px;
}

/* line 154, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-content-grid .field-collection-view h2, body.i18n-zh-hans .asset-content-grid .field-collection-view h2, body.i18n-ko .asset-content-grid .field-collection-view h2 {
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 768px) {
  /* line 154, ../assets/scss/_shared-overrides.scss */
  body.i18n-ja .asset-content-grid .field-collection-view h2, body.i18n-zh-hans .asset-content-grid .field-collection-view h2, body.i18n-ko .asset-content-grid .field-collection-view h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

/* line 169, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-hero-unit h1, body.i18n-ko .asset-hero-unit h1 {
  font-size: 27px;
}
@media (min-width: 480px) {
  /* line 169, ../assets/scss/_shared-overrides.scss */
  body.i18n-zh-hans .asset-hero-unit h1, body.i18n-ko .asset-hero-unit h1 {
    font-size: 41px;
  }
}
@media (min-width: 768px) {
  /* line 169, ../assets/scss/_shared-overrides.scss */
  body.i18n-zh-hans .asset-hero-unit h1, body.i18n-ko .asset-hero-unit h1 {
    font-size: 58px;
  }
}
@media (min-width: 992px) {
  /* line 169, ../assets/scss/_shared-overrides.scss */
  body.i18n-zh-hans .asset-hero-unit h1, body.i18n-ko .asset-hero-unit h1 {
    font-size: 74px;
  }
}
@media (min-width: 1200px) {
  /* line 169, ../assets/scss/_shared-overrides.scss */
  body.i18n-zh-hans .asset-hero-unit h1, body.i18n-ko .asset-hero-unit h1 {
    font-size: 94px;
  }
}

/*
 * use this mixin like
 *  $ja-font: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
 *  body.i18n-ja { @include i18n-font-override($ja-font); }
 */
@media (min-width: 992px) {
  /* line 303, ../assets/scss/_shared-overrides.scss */
  body.i18n-fr .asset-curated-content .curated-item-description, body.i18n-es .asset-curated-content .curated-item-description {
    width: 65%;
  }
}

@media (min-width: 768px) {
  /* line 314, ../assets/scss/_shared-overrides.scss */
  body.i18n-de .asset-curated-content .entity {
    width: 85%;
  }
}
@media (min-width: 992px) {
  /* line 314, ../assets/scss/_shared-overrides.scss */
  body.i18n-de .asset-curated-content .entity {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 324, ../assets/scss/_shared-overrides.scss */
  body.i18n-de .asset-curated-content header {
    width: 95%;
  }
}
@media (min-width: 992px) {
  /* line 324, ../assets/scss/_shared-overrides.scss */
  body.i18n-de .asset-curated-content header {
    padding-left: 14%;
  }
}
@media (min-width: 1200px) {
  /* line 324, ../assets/scss/_shared-overrides.scss */
  body.i18n-de .asset-curated-content header {
    padding-left: 14%;
    width: 90%;
  }
}
@media (min-width: 768px) {
  /* line 338, ../assets/scss/_shared-overrides.scss */
  body.i18n-de .asset-curated-content header h2 {
    font-size: 68px;
    line-height: 76px;
  }
  /* line 343, ../assets/scss/_shared-overrides.scss */
  body.i18n-de .asset-curated-content header h2::first-line {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  /* line 338, ../assets/scss/_shared-overrides.scss */
  body.i18n-de .asset-curated-content header h2 {
    font-size: 80px;
    line-height: 90px;
  }
  /* line 352, ../assets/scss/_shared-overrides.scss */
  body.i18n-de .asset-curated-content header h2::first-line {
    font-size: 60px;
  }
}

/* line 363, ../assets/scss/_shared-overrides.scss */
body.i18n-de .asset-hero-unit h1:only-child {
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

@media (min-width: 768px) {
  /* line 378, ../assets/scss/_shared-overrides.scss */
  body.i18n-de footer.container .main > .menu.nav li:nth-child(3) {
    padding: 0 0 15px;
  }
  /* line 382, ../assets/scss/_shared-overrides.scss */
  body.i18n-de footer.container .main > .menu.nav li:nth-child(4) {
    padding: 0;
  }
}

/**
 * Set styles to be used for sitewide header.
 */
@media (max-width: 992px) {
  /* line 8, ../assets/scss/_header.scss */
  header.navbar #special-alerts-accordion {
    padding-bottom: 0;
  }
  /* line 13, ../assets/scss/_header.scss */
  header.navbar #special-alerts-accordion .panel {
    padding-bottom: 20px;
  }
}

/* line 19, ../assets/scss/_header.scss */
body.menu-open {
  overflow: hidden;
}
/* line 22, ../assets/scss/_header.scss */
body.menu-open .searchbar {
  display: none !important;
}

/* line 27, ../assets/scss/_header.scss */
header.navbar.container {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: 0 7px 30px 0 rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0 7px 30px 0 rgba(51, 51, 51, 0.1);
  box-shadow: 0 7px 30px 0 rgba(51, 51, 51, 0.1);
  background-color: white;
  border: 0;
  font-family: "Gill Sans", sans-serif;
  left: 0;
  padding: 0;
  margin: auto;
  max-width: 1920px;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  width: 100%;
  z-index: 100;
  /* Mobile and tablet header styles. */
  /* First level navigation bar items. */
  /* Languages selection menu. */
  /* Search form styles. */
  /* Megamenu overlay. */
  /* Hide these elements as default display. */
}
@media (min-width: 992px) {
  /* line 27, ../assets/scss/_header.scss */
  header.navbar.container {
    -webkit-box-shadow: 10px 7px 30px -10px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 10px 7px 30px -10px rgba(51, 51, 51, 0.5);
    box-shadow: 10px 7px 30px -10px rgba(51, 51, 51, 0.5);
    height: auto;
    padding: 0;
    position: fixed;
    top: 0;
  }
}
/* line 51, ../assets/scss/_header.scss */
header.navbar.container .primary-nav {
  margin-left: auto;
}
/* line 55, ../assets/scss/_header.scss */
header.navbar.container .primary-nav li#logo {
  display: none;
}
/* line 60, ../assets/scss/_header.scss */
header.navbar.container .navbar-header {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 16px;
}
@media (min-width: 992px) {
  /* line 60, ../assets/scss/_header.scss */
  header.navbar.container .navbar-header {
    display: none;
  }
}
/* line 71, ../assets/scss/_header.scss */
header.navbar.container .navbar-header .navbar-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 15px 0 0 0;
  border: 0;
  color: #00688c;
  z-index: 99;
}
/* line 81, ../assets/scss/_header.scss */
header.navbar.container .navbar-header .navbar-toggle .menu-label {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  margin-top: 10px;
}
@media (min-width: 992px) {
  /* line 71, ../assets/scss/_header.scss */
  header.navbar.container .navbar-header .navbar-toggle {
    display: none;
  }
}
/* line 92, ../assets/scss/_header.scss */
header.navbar.container .navbar-header .navbar-toggle:hover, header.navbar.container .navbar-header .navbar-toggle:focus {
  background-color: transparent;
}
/* line 97, ../assets/scss/_header.scss */
header.navbar.container .navbar-header .navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
  background-color: #00688c;
  border-radius: 10px;
  transition: all 100ms ease-in-out;
}
/* line 106, ../assets/scss/_header.scss */
header.navbar.container .navbar-header .navbar-toggle.open .icon-bar_top {
  transition: all 100ms ease-in-out;
  transform: rotate(45deg);
  transform-origin: top left;
  width: 30px;
}
/* line 113, ../assets/scss/_header.scss */
header.navbar.container .navbar-header .navbar-toggle.open .icon-bar_middle {
  transition: all 100ms ease-in-out;
  transform-origin: center;
  width: 0;
}
/* line 119, ../assets/scss/_header.scss */
header.navbar.container .navbar-header .navbar-toggle.open .icon-bar_bottom {
  transition: all 100ms ease-in-out;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  width: 30px;
}
/* line 127, ../assets/scss/_header.scss */
header.navbar.container .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
/* line 132, ../assets/scss/_header.scss */
header.navbar.container .navbar-header .logo {
  left: auto;
  z-index: 1;
  margin: 0 auto;
  transform: none;
}
@media (min-width: 992px) {
  /* line 132, ../assets/scss/_header.scss */
  header.navbar.container .navbar-header .logo {
    display: none;
  }
}
/* line 142, ../assets/scss/_header.scss */
header.navbar.container .navbar-header .logo img {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  max-height: 60px;
  max-width: 100%;
  padding: 0 15px;
}
/* line 150, ../assets/scss/_header.scss */
header.navbar.container .navbar-header .search {
  z-index: 1;
}
/* line 154, ../assets/scss/_header.scss */
header.navbar.container .navbar-header .search:before {
  font-size: 30px;
}
@media (min-width: 992px) {
  /* line 150, ../assets/scss/_header.scss */
  header.navbar.container .navbar-header .search {
    display: none;
  }
}
/* line 162, ../assets/scss/_header.scss */
header.navbar.container .navbar-header .search span {
  display: none;
}
/* line 168, ../assets/scss/_header.scss */
header.navbar.container .navbar {
  border: 0;
  min-height: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  /* line 168, ../assets/scss/_header.scss */
  header.navbar.container .navbar {
    padding: 0 20px;
  }
}
/* line 184, ../assets/scss/_header.scss */
header.navbar.container .logo {
  position: relative;
  left: 50%;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  /* line 184, ../assets/scss/_header.scss */
  header.navbar.container .logo {
    display: none;
  }
}
/* line 195, ../assets/scss/_header.scss */
header.navbar.container .logo img {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 200, ../assets/scss/_header.scss */
header.navbar.container nav > .menu {
  display: none;
}
@media (min-width: 992px) {
  /* line 200, ../assets/scss/_header.scss */
  header.navbar.container nav > .menu {
    display: flex;
    align-items: stretch;
    height: 90px;
    width: 100%;
    justify-content: space-between;
  }
}
/* line 213, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0;
  float: none;
}
/* line 219, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav > li {
  display: -webkit-flex;
  -webkit-align-items: stretch;
  -webkit-justify-content: center;
  display: flex;
  align-items: stretch;
  justify-content: center;
  float: none;
  font-size: 16px;
}
@media (min-width: 1200px) {
  /* line 219, ../assets/scss/_header.scss */
  header.navbar.container .navbar-nav > li {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  /* line 233, ../assets/scss/_header.scss */
  header.navbar.container .navbar-nav > li.languages {
    padding: 0 75px 0 40px;
  }
}
/* line 239, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav > li > a,
header.navbar.container .navbar-nav > li > button {
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  -ms-transition: border 0.5s;
  transition: border 0.5s;
  color: white;
  border-bottom: 10px solid transparent;
  background-color: transparent;
}
@media (min-width: 768px) {
  /* line 239, ../assets/scss/_header.scss */
  header.navbar.container .navbar-nav > li > a,
  header.navbar.container .navbar-nav > li > button {
    color: #00688c;
  }
}
@media (min-width: 992px) {
  /* line 239, ../assets/scss/_header.scss */
  header.navbar.container .navbar-nav > li > a,
  header.navbar.container .navbar-nav > li > button {
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* line 258, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav > li > a:hover, header.navbar.container .navbar-nav > li > a:focus,
header.navbar.container .navbar-nav > li > button:hover,
header.navbar.container .navbar-nav > li > button:focus {
  color: gray;
  background-color: transparent;
}
@media (min-width: 992px) {
  /* line 258, ../assets/scss/_header.scss */
  header.navbar.container .navbar-nav > li > a:hover, header.navbar.container .navbar-nav > li > a:focus,
  header.navbar.container .navbar-nav > li > button:hover,
  header.navbar.container .navbar-nav > li > button:focus {
    color: #00688c;
  }
}
@media (min-width: 992px) {
  /* line 269, ../assets/scss/_header.scss */
  header.navbar.container .navbar-nav > li > a:hover,
  header.navbar.container .navbar-nav > li > button:hover {
    border-bottom: 10px solid #00adef;
  }
}
/* line 275, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav > li a {
  color: #00688c;
  letter-spacing: 1px;
  padding-bottom: 2px;
}
@media (min-width: 992px) {
  /* line 275, ../assets/scss/_header.scss */
  header.navbar.container .navbar-nav > li a {
    text-align: center;
  }
}
/* line 294, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav > li.search button {
  padding: 10px 25px 0 25px;
  font-size: 30px;
  border-width: 0 0 10px;
  background-color: transparent;
}
/* line 301, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav > li.search button:focus {
  outline: none;
}
/* line 306, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav > li.search span {
  display: none;
}
/* line 311, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav > li#logo a, header.navbar.container .navbar-nav > li#logo:hover {
  padding: 0;
  border: 0;
}
/* line 320, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav .languages > a {
  display: inline-flex;
  padding: 0;
  font-size: 16px;
  padding-top: 10px;
}
/* line 327, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav .languages > a:focus {
  border-bottom: 10px solid transparent;
}
/* line 351, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav .languages .menu {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  min-width: 10em;
  padding: 0;
  z-index: 99;
}
@media (min-width: 992px) {
  /* line 351, ../assets/scss/_header.scss */
  header.navbar.container .navbar-nav .languages .menu {
    top: 90px;
    padding: 0;
  }
}
/* line 366, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav .languages .menu li:not(.language) a {
  padding: 10px 20px;
  background-color: white;
}
/* line 370, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav .languages .menu li:not(.language) a:hover {
  background-color: #00688c;
  color: white;
}
/* line 376, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav .languages .menu li.language {
  background-color: white;
}
/* line 379, ../assets/scss/_header.scss */
header.navbar.container .navbar-nav .languages .menu li.language a {
  text-align: left;
}
@media (min-width: 992px) {
  /* line 386, ../assets/scss/_header.scss */
  header.navbar.container .searchbar,
  header.navbar.container nav.megamenu .search-form {
    display: block;
  }
}
/* line 397, ../assets/scss/_header.scss */
header.navbar.container .searchbar .input-group::before,
header.navbar.container nav.megamenu .search-form .input-group::before {
  padding: 0;
  font-size: 30px;
  position: absolute;
  left: 18px;
}
/* line 405, ../assets/scss/_header.scss */
header.navbar.container .searchbar input.form-text,
header.navbar.container nav.megamenu .search-form input.form-text {
  height: auto;
  padding: 0 0 15px;
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid white;
  box-shadow: none;
  font: lighter 26px "elza thin", sans-serif;
  text-transform: uppercase;
  color: white;
  background-color: transparent;
  text-indent: 2em;
  text-shadow: 0 0 1px black;
  margin-left: 18px;
}
/* line 421, ../assets/scss/_header.scss */
header.navbar.container .searchbar input::-webkit-input-placeholder,
header.navbar.container nav.megamenu .search-form input::-webkit-input-placeholder {
  color: white !important;
}
/* line 425, ../assets/scss/_header.scss */
header.navbar.container .searchbar input::-moz-placeholder,
header.navbar.container nav.megamenu .search-form input::-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
}
/* line 429, ../assets/scss/_header.scss */
header.navbar.container .searchbar input::-moz-placeholder,
header.navbar.container nav.megamenu .search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important;
}
/* line 433, ../assets/scss/_header.scss */
header.navbar.container .searchbar input:-ms-input-placeholder,
header.navbar.container nav.megamenu .search-form input:-ms-input-placeholder {
  color: white !important;
}
/* line 439, ../assets/scss/_header.scss */
header.navbar.container .searchbar {
  position: absolute;
  top: 160px;
  display: flex;
  width: 100%;
  background-color: #00688c;
}
/* line 446, ../assets/scss/_header.scss */
header.navbar.container .searchbar .close {
  position: absolute;
  top: 35%;
  left: 75px;
  transform: translateY(-35%);
  color: white;
  font-size: 30px;
  opacity: 0.5;
  left: 10%;
  text-indent: -0.5em;
}
/* line 457, ../assets/scss/_header.scss */
header.navbar.container .searchbar .close span {
  display: none;
}
/* line 462, ../assets/scss/_header.scss */
header.navbar.container .searchbar form {
  display: flex;
  align-items: center;
  height: 150px;
  width: 80%;
  margin: 0 auto;
}
/* line 470, ../assets/scss/_header.scss */
header.navbar.container .searchbar span.input-group-btn {
  visibility: hidden;
}
@media (min-width: 992px) {
  /* line 474, ../assets/scss/_header.scss */
  header.navbar.container .searchbar.open-menu-search {
    display: flex !important;
    top: auto !important;
    bottom: 0;
    background-color: transparent;
    width: auto;
  }
  /* line 483, ../assets/scss/_header.scss */
  header.navbar.container .searchbar.open-menu-search .search-form {
    left: 75px;
  }
}
/* line 491, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu,
header.navbar.container .navbar-collapse.in {
  position: absolute;
  top: 0;
  z-index: 1;
  height: calc(100vh - 90px);
  width: 100vw;
  background-color: #00688c;
  color: white;
  text-align: left;
  overflow-y: auto;
}
@media (min-width: 992px) {
  /* line 491, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu,
  header.navbar.container .navbar-collapse.in {
    top: 90px;
  }
  /* line 507, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu .island-hawaii:hover,
  header.navbar.container .navbar-collapse.in .island-hawaii:hover {
    background: #c22635;
    /* The Fallback */
    background: rgba(194, 38, 53, 0.6);
  }
  /* line 511, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu .island-maui:hover,
  header.navbar.container .navbar-collapse.in .island-maui:hover {
    background: #ac0772;
    /* The Fallback */
    background: rgba(172, 7, 114, 0.6);
  }
  /* line 515, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu .island-lanai:hover,
  header.navbar.container .navbar-collapse.in .island-lanai:hover {
    background: #f69343;
    /* The Fallback */
    background: rgba(246, 147, 67, 0.6);
  }
  /* line 517, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu .island-lanai:hover span.link-title,
  header.navbar.container .navbar-collapse.in .island-lanai:hover span.link-title {
    color: black !important;
  }
  /* line 520, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu .island-lanai:hover span.description,
  header.navbar.container .navbar-collapse.in .island-lanai:hover span.description {
    color: black;
  }
  /* line 525, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu .island-molokai:hover,
  header.navbar.container .navbar-collapse.in .island-molokai:hover {
    background: #115a2e;
    /* The Fallback */
    background: rgba(17, 90, 46, 0.6);
  }
  /* line 529, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu .island-oahu:hover,
  header.navbar.container .navbar-collapse.in .island-oahu:hover {
    background: #f3be37;
    /* The Fallback */
    background: rgba(243, 190, 55, 0.6);
  }
  /* line 531, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu .island-oahu:hover span.link-title,
  header.navbar.container .navbar-collapse.in .island-oahu:hover span.link-title {
    color: black !important;
  }
  /* line 534, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu .island-oahu:hover span.description,
  header.navbar.container .navbar-collapse.in .island-oahu:hover span.description {
    color: black;
  }
  /* line 540, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu .island-kauai:hover,
  header.navbar.container .navbar-collapse.in .island-kauai:hover {
    background: #785983;
    /* The Fallback */
    background: rgba(120, 89, 131, 0.6);
  }
}
/* line 545, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .close,
header.navbar.container .navbar-collapse.in .close {
  display: none;
  width: 100%;
  margin: 30px auto;
  color: white;
  font-size: 50px;
  opacity: 1;
  text-align: center;
  text-shadow: 0;
}
@media (min-width: 992px) {
  /* line 545, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu .close,
  header.navbar.container .navbar-collapse.in .close {
    display: block;
    position: relative;
    z-index: 99;
  }
}
/* line 560, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .close span,
header.navbar.container .navbar-collapse.in .close span {
  display: none;
}
/* line 565, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .content,
header.navbar.container .navbar-collapse.in .content {
  padding-top: 7%;
}
@media (min-width: 992px) {
  /* line 565, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu .content,
  header.navbar.container .navbar-collapse.in .content {
    background-color: rgba(0, 104, 140, 0.8);
    min-height: 100%;
    padding: 100px 75px;
  }
}
/* line 576, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu #logo,
header.navbar.container .navbar-collapse.in #logo {
  display: none;
}
/* line 580, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li:not(.language),
header.navbar.container .navbar-collapse.in li:not(.language) {
  display: block;
  height: 80px;
  margin: 0 0 0 -25px;
  cursor: pointer;
}
/* line 586, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li:not(.language).open,
header.navbar.container .navbar-collapse.in li:not(.language).open {
  height: auto;
}
/* line 597, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li:not(.language):hover span,
header.navbar.container .navbar-collapse.in li:not(.language):hover span {
  color: white;
}
/* line 602, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li:not(.language).expanded > a::after,
header.navbar.container .navbar-collapse.in li:not(.language).expanded > a::after {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  /* line 602, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu li:not(.language).expanded > a::after,
  header.navbar.container .navbar-collapse.in li:not(.language).expanded > a::after {
    content: '';
  }
}
/* line 613, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li:not(.language) > a,
header.navbar.container .navbar-collapse.in li:not(.language) > a {
  padding: 0 25px;
  background-color: transparent;
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  /* line 613, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu li:not(.language) > a,
  header.navbar.container .navbar-collapse.in li:not(.language) > a {
    font-weight: normal;
  }
}
/* line 625, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li:not(.language) li,
header.navbar.container .navbar-collapse.in li:not(.language) li {
  padding: 16px 0;
}
/* line 628, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li:not(.language) li:not(.language),
header.navbar.container .navbar-collapse.in li:not(.language) li:not(.language) {
  height: 0;
}
/* line 632, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li:not(.language) li a,
header.navbar.container .navbar-collapse.in li:not(.language) li a {
  font-size: 19.2px;
}
/* line 639, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .languages > a,
header.navbar.container .navbar-collapse.in .languages > a {
  padding: 0 0 0 23px;
  font-size: 16px;
}
/* line 652, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .languages ul,
header.navbar.container .navbar-collapse.in .languages ul {
  background-color: white;
  margin-top: 30px;
  padding-top: 20px !important;
  z-index: 1;
}
/* line 658, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .languages ul a:hover,
header.navbar.container .navbar-collapse.in .languages ul a:hover {
  background-color: #00688c;
  color: white;
}
/* line 665, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu span.link-title,
header.navbar.container .navbar-collapse.in span.link-title {
  color: white;
}
/* line 669, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu span.description,
header.navbar.container .navbar-collapse.in span.description {
  display: none !important;
}
/* line 677, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu span.description::after,
header.navbar.container .navbar-collapse.in span.description::after {
  margin: 0 0 0 30px;
}
/* line 685, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li.island-kauai span.description,
header.navbar.container .navbar-collapse.in li.island-kauai span.description {
  color: white;
}
/* line 685, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li.island-oahu span.description,
header.navbar.container .navbar-collapse.in li.island-oahu span.description {
  color: black;
}
/* line 685, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li.island-molokai span.description,
header.navbar.container .navbar-collapse.in li.island-molokai span.description {
  color: white;
}
/* line 685, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li.island-lanai span.description,
header.navbar.container .navbar-collapse.in li.island-lanai span.description {
  color: black;
}
/* line 685, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li.island-maui span.description,
header.navbar.container .navbar-collapse.in li.island-maui span.description {
  color: white;
}
/* line 685, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li.island-hawaii span.description,
header.navbar.container .navbar-collapse.in li.island-hawaii span.description {
  color: white;
}
/* line 685, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li.island-island-of-hawaii span.description,
header.navbar.container .navbar-collapse.in li.island-island-of-hawaii span.description {
  color: white;
}
/* line 685, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu li.island-multiple span.description,
header.navbar.container .navbar-collapse.in li.island-multiple span.description {
  color: white;
}
/* line 695, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .search-form,
header.navbar.container .navbar-collapse.in .search-form {
  position: relative;
  left: 15%;
  margin: 40px 0 0;
  /* Temporary, pseudo does not work on input. */
}
/* line 701, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .search-form input::before,
header.navbar.container .navbar-collapse.in .search-form input::before {
  font-size: 35px;
}
/* line 706, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .search-form span.input-group-btn,
header.navbar.container .navbar-collapse.in .search-form span.input-group-btn {
  display: none;
}
/* line 711, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .social-widget,
header.navbar.container .navbar-collapse.in .social-widget {
  margin: 0 13%;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  /* line 711, ../assets/scss/_header.scss */
  header.navbar.container nav.megamenu .social-widget,
  header.navbar.container .navbar-collapse.in .social-widget {
    float: right;
    margin: 40px 75px 0;
    left: auto;
  }
}
/* line 725, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .social-widget::after,
header.navbar.container .navbar-collapse.in .social-widget::after {
  content: '';
  clear: both;
}
/* line 731, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .social-widget-box,
header.navbar.container .navbar-collapse.in .social-widget-box {
  display: flex;
  background-color: white;
  color: gray;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: space-around;
}
/* line 740, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .social-widget-box .icon, header.navbar.container nav.megamenu .social-widget-box a.ext::after, header.navbar.container nav.megamenu .social-widget-box .close, header.navbar.container nav.megamenu .social-widget-box a, header.navbar.container nav.megamenu .social-widget-box .back-link::before, header.navbar.container nav.megamenu .social-widget-box .node--profile--full .mmg-listings-back-to-listings::before, .node--profile--full header.navbar.container nav.megamenu .social-widget-box .mmg-listings-back-to-listings::before, header.navbar.container nav.megamenu .social-widget-box .back-to-top::before, header.navbar.container nav.megamenu .social-widget-box .slick-slider .slick-next, .slick-slider header.navbar.container nav.megamenu .social-widget-box .slick-next,
header.navbar.container nav.megamenu .social-widget-box .slick-slider .slick-prev,
.slick-slider header.navbar.container nav.megamenu .social-widget-box .slick-prev, header.navbar.container nav.megamenu .social-widget-box .navbar-header .search, header.navbar.container .navbar-header nav.megamenu .social-widget-box .search, header.navbar.container nav.megamenu .social-widget-box .navbar-nav > li.search button, header.navbar.container .navbar-nav > li.search nav.megamenu .social-widget-box button, header.navbar.container nav.megamenu .social-widget-box .navbar-nav .languages > a::before, header.navbar.container .navbar-nav nav.megamenu .social-widget-box .languages > a::before, header.navbar.container nav.megamenu .social-widget-box .navbar-nav .languages > a::after, header.navbar.container .navbar-nav nav.megamenu .social-widget-box .languages > a::after, header.navbar.container nav.megamenu .social-widget-box .searchbar .input-group, header.navbar.container .searchbar nav.megamenu .social-widget-box .input-group,
header.navbar.container nav.megamenu .social-widget-box .search-form .input-group,
header.navbar.container nav.megamenu .search-form .social-widget-box .input-group, header.navbar.container nav.megamenu .social-widget-box li:not(.language).expanded > a::after, header.navbar.container nav.megamenu .social-widget-box span.description::after, header.navbar.container nav.megamenu .social-widget-box .search-form input::before, header.navbar.container nav.megamenu .search-form .social-widget-box input::before,
header.navbar.container .navbar-collapse.in .search-form nav.megamenu .social-widget-box input::before, header.navbar.container nav.megamenu .social-widget-box footer.container .main .entitytype-signup_form-form .form-submit::after, footer.container .main .entitytype-signup_form-form header.navbar.container nav.megamenu .social-widget-box .form-submit::after, header.navbar.container nav.megamenu .social-widget-box footer.container .main .signup-button-only::after, footer.container .main header.navbar.container nav.megamenu .social-widget-box .signup-button-only::after, header.navbar.container nav.megamenu .social-widget-box footer.container .main div.languages a.languages::before, footer.container .main div.languages header.navbar.container nav.megamenu .social-widget-box a.languages::before, header.navbar.container nav.megamenu .social-widget-box footer.container .main div.languages a.languages::after, footer.container .main div.languages header.navbar.container nav.megamenu .social-widget-box a.languages::after, header.navbar.container nav.megamenu .social-widget-box .asset-blockquote-carousel a::after, .asset-blockquote-carousel header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .asset-content-carousel a.read-more::after, .asset-content-carousel header.navbar.container nav.megamenu .social-widget-box a.read-more::after, header.navbar.container nav.megamenu .social-widget-box .asset-content-carousel .content-carousel-sliders > a:last-of-type::after, .asset-content-carousel header.navbar.container nav.megamenu .social-widget-box .content-carousel-sliders > a:last-of-type::after, header.navbar.container nav.megamenu .social-widget-box .asset-content-grid .entity-asset > a::after, .asset-content-grid header.navbar.container nav.megamenu .social-widget-box .entity-asset > a::after, header.navbar.container nav.megamenu .social-widget-box .asset-content-grid .field-collection-view .group-fake-read-more::after, .asset-content-grid .field-collection-view header.navbar.container nav.megamenu .social-widget-box .group-fake-read-more::after, header.navbar.container nav.megamenu .social-widget-box .asset-curated-content header::after, .asset-curated-content header.navbar.container nav.megamenu .social-widget-box header::after, header.navbar.container nav.megamenu .social-widget-box .asset-curated-content .curated-texts a::after, .asset-curated-content .curated-texts header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .asset-curated-content .read-more::after, .asset-curated-content header.navbar.container nav.megamenu .social-widget-box .read-more::after, header.navbar.container nav.megamenu .social-widget-box .asset-discover-hawaii .explore-link::after, .asset-discover-hawaii header.navbar.container nav.megamenu .social-widget-box .explore-link::after, header.navbar.container nav.megamenu .social-widget-box .entity .call-to-action > a::after, .entity header.navbar.container nav.megamenu .social-widget-box .call-to-action > a::after, header.navbar.container nav.megamenu .social-widget-box .double-column-content p + a::after, .double-column-content header.navbar.container nav.megamenu .social-widget-box p + a::after, header.navbar.container nav.megamenu .social-widget-box .asset-embedded-video a::after, .asset-embedded-video header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .asset-form .form-submit::after, .asset-form header.navbar.container nav.megamenu .social-widget-box .form-submit::after, header.navbar.container nav.megamenu .social-widget-box .asset-product-grid .services-container .services-link::after, .asset-product-grid .services-container header.navbar.container nav.megamenu .social-widget-box .services-link::after, header.navbar.container nav.megamenu .social-widget-box .asset-product-grid .views-submit-button button::after, .asset-product-grid .views-submit-button header.navbar.container nav.megamenu .social-widget-box button::after,
header.navbar.container nav.megamenu .social-widget-box .asset-product-grid .views-reset-button button::after,
.asset-product-grid .views-reset-button header.navbar.container nav.megamenu .social-widget-box button::after, header.navbar.container nav.megamenu .social-widget-box .asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] label::after, .asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] header.navbar.container nav.megamenu .social-widget-box label::after, header.navbar.container nav.megamenu .social-widget-box .asset-product-grid .form-item-search-api-views-fulltext::before, .asset-product-grid header.navbar.container nav.megamenu .social-widget-box .form-item-search-api-views-fulltext::before, header.navbar.container nav.megamenu .social-widget-box .asset-product-grid .view-event-grid-view .view-filters .submit-event-link::after, .asset-product-grid .view-event-grid-view .view-filters header.navbar.container nav.megamenu .social-widget-box .submit-event-link::after,
header.navbar.container nav.megamenu .social-widget-box .asset-product-grid .view-indexed-event-grid-view .view-filters .submit-event-link::after,
.asset-product-grid .view-indexed-event-grid-view .view-filters header.navbar.container nav.megamenu .social-widget-box .submit-event-link::after, header.navbar.container nav.megamenu .social-widget-box .asset-hero-unit a::after, .asset-hero-unit header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .asset-hero-unit .continue-scroll::after, .asset-hero-unit header.navbar.container nav.megamenu .social-widget-box .continue-scroll::after, header.navbar.container nav.megamenu .social-widget-box .asset-image-gallery .learn-more-link::after, .asset-image-gallery header.navbar.container nav.megamenu .social-widget-box .learn-more-link::after, header.navbar.container nav.megamenu .social-widget-box .asset-image-gallery .field-collection-container + a::after, .asset-image-gallery header.navbar.container nav.megamenu .social-widget-box .field-collection-container + a::after, header.navbar.container nav.megamenu .social-widget-box .asset-island-curated-content .section-read-more::after, .asset-island-curated-content header.navbar.container nav.megamenu .social-widget-box .section-read-more::after,
header.navbar.container nav.megamenu .social-widget-box .asset-island-curated-content .show-curated-items::after,
.asset-island-curated-content header.navbar.container nav.megamenu .social-widget-box .show-curated-items::after, header.navbar.container nav.megamenu .social-widget-box .curated-island-content .item-read-more::after, .curated-island-content header.navbar.container nav.megamenu .social-widget-box .item-read-more::after, header.navbar.container nav.megamenu .social-widget-box .asset-map .island-map-wrapper a::after, .asset-map .island-map-wrapper header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .asset-map .read-more::after, .asset-map header.navbar.container nav.megamenu .social-widget-box .read-more::after, header.navbar.container nav.megamenu .social-widget-box .asset-map .learn-more::after, .asset-map header.navbar.container nav.megamenu .social-widget-box .learn-more::after, header.navbar.container nav.megamenu .social-widget-box .asset-navigation-bar .entity-asset li a::after, .asset-navigation-bar .entity-asset li header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .asset-promo-unit-large a::after, .asset-promo-unit-large header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .asset-promo-unit-single-band a::after, .asset-promo-unit-single-band header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .asset-single-column-text .field-cta a::after, .asset-single-column-text .field-cta header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .asset-social-media a::after, .asset-social-media header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .asset-weather .islands-list .change-island a::after, .asset-weather .islands-list .change-island header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .asset-weather a.show-week-forecast::after, .asset-weather header.navbar.container nav.megamenu .social-widget-box a.show-week-forecast::after, header.navbar.container nav.megamenu .social-widget-box .asset-related-content a:last-of-type::after, .asset-related-content header.navbar.container nav.megamenu .social-widget-box a:last-of-type::after, header.navbar.container nav.megamenu .social-widget-box .asset-country-visitors .view.view-display-id-block_english_flags_countries .country-language-country::after, .asset-country-visitors .view.view-display-id-block_english_flags_countries header.navbar.container nav.megamenu .social-widget-box .country-language-country::after, header.navbar.container nav.megamenu .social-widget-box .asset-video-collection .btn-primary::after, .asset-video-collection header.navbar.container nav.megamenu .social-widget-box .btn-primary::after, header.navbar.container nav.megamenu .social-widget-box .asset-island-maps .island-map-title::after, .asset-island-maps header.navbar.container nav.megamenu .social-widget-box .island-map-title::after, header.navbar.container nav.megamenu .social-widget-box .asset-island-maps .island-map-popup-title h2 a::after, .asset-island-maps .island-map-popup-title h2 header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .asset-island-maps .mmg-lfef-directions-link span::after, .asset-island-maps .mmg-lfef-directions-link header.navbar.container nav.megamenu .social-widget-box span::after, header.navbar.container nav.megamenu .social-widget-box .asset-island-maps .island-map-popup-learn-more::after, .asset-island-maps header.navbar.container nav.megamenu .social-widget-box .island-map-popup-learn-more::after, header.navbar.container nav.megamenu .social-widget-box .asset-island-maps .island-map-popup-link a::after, .asset-island-maps .island-map-popup-link header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .asset-highlighted-events a::after, .asset-highlighted-events header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .node--profile--full .email--business-email::after, .node--profile--full header.navbar.container nav.megamenu .social-widget-box .email--business-email::after,
header.navbar.container nav.megamenu .social-widget-box .node--profile--full .website--link::after,
.node--profile--full header.navbar.container nav.megamenu .social-widget-box .website--link::after,
header.navbar.container nav.megamenu .social-widget-box .node--profile--full .directions--link::after,
.node--profile--full header.navbar.container nav.megamenu .social-widget-box .directions--link::after, header.navbar.container nav.megamenu .social-widget-box .node--profile--full .group-info .horizontal-tab-button::after, .node--profile--full .group-info header.navbar.container nav.megamenu .social-widget-box .horizontal-tab-button::after, header.navbar.container nav.megamenu .social-widget-box .node--profile--full .group-details .mmg-listings-credit-cards a::after, .node--profile--full .group-details .mmg-listings-credit-cards header.navbar.container nav.megamenu .social-widget-box a::after,
header.navbar.container nav.megamenu .social-widget-box .node--profile--full .group-details .mmg-lfef-extra-info a::after,
.node--profile--full .group-details .mmg-lfef-extra-info header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .node--profile--teaser .more-link a::after, .node--profile--teaser .more-link header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .node--profile--teaser .mmg-lfef-address::before, .node--profile--teaser header.navbar.container nav.megamenu .social-widget-box .mmg-lfef-address::before, header.navbar.container nav.megamenu .social-widget-box .node--profile--teaser .group-copy .email--business-email::after, .node--profile--teaser .group-copy header.navbar.container nav.megamenu .social-widget-box .email--business-email::after,
header.navbar.container nav.megamenu .social-widget-box .node--profile--teaser .group-copy .website--link::after,
.node--profile--teaser .group-copy header.navbar.container nav.megamenu .social-widget-box .website--link::after, header.navbar.container nav.megamenu .social-widget-box .node--event--full .mmg-lfef-websites a::after, .node--event--full .mmg-lfef-websites header.navbar.container nav.megamenu .social-widget-box a::after,
header.navbar.container nav.megamenu .social-widget-box .node--event--full .mmg-lfef-directions-link a::after,
.node--event--full .mmg-lfef-directions-link header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .node--event--full .mmg-listings-back-to-events a::before, .node--event--full .mmg-listings-back-to-events header.navbar.container nav.megamenu .social-widget-box a::before, header.navbar.container nav.megamenu .social-widget-box .node--event--full .mmg-listings-newsletter-signup a::after, .node--event--full .mmg-listings-newsletter-signup header.navbar.container nav.megamenu .social-widget-box a::after, header.navbar.container nav.megamenu .social-widget-box .node--event--teaser .more-link a::after, .node--event--teaser .more-link header.navbar.container nav.megamenu .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .icon,
header.navbar.container .navbar-collapse.in .social-widget-box a.ext::after,
header.navbar.container .navbar-collapse.in .social-widget-box .close,
header.navbar.container .navbar-collapse.in .social-widget-box a,
header.navbar.container .navbar-collapse.in .social-widget-box .back-link::before,
header.navbar.container .navbar-collapse.in .social-widget-box .node--profile--full .mmg-listings-back-to-listings::before,
.node--profile--full header.navbar.container .navbar-collapse.in .social-widget-box .mmg-listings-back-to-listings::before,
header.navbar.container .navbar-collapse.in .social-widget-box .back-to-top::before,
header.navbar.container .navbar-collapse.in .social-widget-box .slick-slider .slick-next,
.slick-slider header.navbar.container .navbar-collapse.in .social-widget-box .slick-next,
header.navbar.container .navbar-collapse.in .social-widget-box .slick-slider .slick-prev,
.slick-slider header.navbar.container .navbar-collapse.in .social-widget-box .slick-prev,
header.navbar.container .navbar-collapse.in .social-widget-box .navbar-header .search,
header.navbar.container .navbar-header .navbar-collapse.in .social-widget-box .search,
header.navbar.container .navbar-collapse.in .social-widget-box .navbar-nav > li.search button,
header.navbar.container .navbar-nav > li.search .navbar-collapse.in .social-widget-box button,
header.navbar.container .navbar-collapse.in .social-widget-box .navbar-nav .languages > a::before,
header.navbar.container .navbar-nav .navbar-collapse.in .social-widget-box .languages > a::before,
header.navbar.container .navbar-collapse.in .social-widget-box .navbar-nav .languages > a::after,
header.navbar.container .navbar-nav .navbar-collapse.in .social-widget-box .languages > a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .searchbar .input-group,
header.navbar.container .searchbar .navbar-collapse.in .social-widget-box .input-group,
header.navbar.container .navbar-collapse.in .social-widget-box nav.megamenu .search-form .input-group,
header.navbar.container nav.megamenu .search-form .navbar-collapse.in .social-widget-box .input-group,
header.navbar.container .navbar-collapse.in .social-widget-box li:not(.language).expanded > a::after,
header.navbar.container .navbar-collapse.in .social-widget-box span.description::after,
header.navbar.container nav.megamenu .search-form .navbar-collapse.in .social-widget-box input::before,
header.navbar.container .navbar-collapse.in .social-widget-box .search-form input::before,
header.navbar.container .navbar-collapse.in .search-form .social-widget-box input::before,
header.navbar.container .navbar-collapse.in .social-widget-box footer.container .main .entitytype-signup_form-form .form-submit::after,
footer.container .main .entitytype-signup_form-form header.navbar.container .navbar-collapse.in .social-widget-box .form-submit::after,
header.navbar.container .navbar-collapse.in .social-widget-box footer.container .main .signup-button-only::after,
footer.container .main header.navbar.container .navbar-collapse.in .social-widget-box .signup-button-only::after,
header.navbar.container .navbar-collapse.in .social-widget-box footer.container .main div.languages a.languages::before,
footer.container .main div.languages header.navbar.container .navbar-collapse.in .social-widget-box a.languages::before,
header.navbar.container .navbar-collapse.in .social-widget-box footer.container .main div.languages a.languages::after,
footer.container .main div.languages header.navbar.container .navbar-collapse.in .social-widget-box a.languages::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-blockquote-carousel a::after,
.asset-blockquote-carousel header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-content-carousel a.read-more::after,
.asset-content-carousel header.navbar.container .navbar-collapse.in .social-widget-box a.read-more::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-content-carousel .content-carousel-sliders > a:last-of-type::after,
.asset-content-carousel header.navbar.container .navbar-collapse.in .social-widget-box .content-carousel-sliders > a:last-of-type::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-content-grid .entity-asset > a::after,
.asset-content-grid header.navbar.container .navbar-collapse.in .social-widget-box .entity-asset > a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-content-grid .field-collection-view .group-fake-read-more::after,
.asset-content-grid .field-collection-view header.navbar.container .navbar-collapse.in .social-widget-box .group-fake-read-more::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-curated-content header::after,
.asset-curated-content header.navbar.container .navbar-collapse.in .social-widget-box header::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-curated-content .curated-texts a::after,
.asset-curated-content .curated-texts header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-curated-content .read-more::after,
.asset-curated-content header.navbar.container .navbar-collapse.in .social-widget-box .read-more::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-discover-hawaii .explore-link::after,
.asset-discover-hawaii header.navbar.container .navbar-collapse.in .social-widget-box .explore-link::after,
header.navbar.container .navbar-collapse.in .social-widget-box .entity .call-to-action > a::after,
.entity header.navbar.container .navbar-collapse.in .social-widget-box .call-to-action > a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .double-column-content p + a::after,
.double-column-content header.navbar.container .navbar-collapse.in .social-widget-box p + a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-embedded-video a::after,
.asset-embedded-video header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-form .form-submit::after,
.asset-form header.navbar.container .navbar-collapse.in .social-widget-box .form-submit::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-product-grid .services-container .services-link::after,
.asset-product-grid .services-container header.navbar.container .navbar-collapse.in .social-widget-box .services-link::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-product-grid .views-submit-button button::after,
.asset-product-grid .views-submit-button header.navbar.container .navbar-collapse.in .social-widget-box button::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-product-grid .views-reset-button button::after,
.asset-product-grid .views-reset-button header.navbar.container .navbar-collapse.in .social-widget-box button::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] label::after,
.asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] header.navbar.container .navbar-collapse.in .social-widget-box label::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-product-grid .form-item-search-api-views-fulltext::before,
.asset-product-grid header.navbar.container .navbar-collapse.in .social-widget-box .form-item-search-api-views-fulltext::before,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-product-grid .view-event-grid-view .view-filters .submit-event-link::after,
.asset-product-grid .view-event-grid-view .view-filters header.navbar.container .navbar-collapse.in .social-widget-box .submit-event-link::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-product-grid .view-indexed-event-grid-view .view-filters .submit-event-link::after,
.asset-product-grid .view-indexed-event-grid-view .view-filters header.navbar.container .navbar-collapse.in .social-widget-box .submit-event-link::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-hero-unit a::after,
.asset-hero-unit header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-hero-unit .continue-scroll::after,
.asset-hero-unit header.navbar.container .navbar-collapse.in .social-widget-box .continue-scroll::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-image-gallery .learn-more-link::after,
.asset-image-gallery header.navbar.container .navbar-collapse.in .social-widget-box .learn-more-link::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-image-gallery .field-collection-container + a::after,
.asset-image-gallery header.navbar.container .navbar-collapse.in .social-widget-box .field-collection-container + a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-island-curated-content .section-read-more::after,
.asset-island-curated-content header.navbar.container .navbar-collapse.in .social-widget-box .section-read-more::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-island-curated-content .show-curated-items::after,
.asset-island-curated-content header.navbar.container .navbar-collapse.in .social-widget-box .show-curated-items::after,
header.navbar.container .navbar-collapse.in .social-widget-box .curated-island-content .item-read-more::after,
.curated-island-content header.navbar.container .navbar-collapse.in .social-widget-box .item-read-more::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-map .island-map-wrapper a::after,
.asset-map .island-map-wrapper header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-map .read-more::after,
.asset-map header.navbar.container .navbar-collapse.in .social-widget-box .read-more::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-map .learn-more::after,
.asset-map header.navbar.container .navbar-collapse.in .social-widget-box .learn-more::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-navigation-bar .entity-asset li a::after,
.asset-navigation-bar .entity-asset li header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-promo-unit-large a::after,
.asset-promo-unit-large header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-promo-unit-single-band a::after,
.asset-promo-unit-single-band header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-single-column-text .field-cta a::after,
.asset-single-column-text .field-cta header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-social-media a::after,
.asset-social-media header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-weather .islands-list .change-island a::after,
.asset-weather .islands-list .change-island header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-weather a.show-week-forecast::after,
.asset-weather header.navbar.container .navbar-collapse.in .social-widget-box a.show-week-forecast::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-related-content a:last-of-type::after,
.asset-related-content header.navbar.container .navbar-collapse.in .social-widget-box a:last-of-type::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-country-visitors .view.view-display-id-block_english_flags_countries .country-language-country::after,
.asset-country-visitors .view.view-display-id-block_english_flags_countries header.navbar.container .navbar-collapse.in .social-widget-box .country-language-country::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-video-collection .btn-primary::after,
.asset-video-collection header.navbar.container .navbar-collapse.in .social-widget-box .btn-primary::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-island-maps .island-map-title::after,
.asset-island-maps header.navbar.container .navbar-collapse.in .social-widget-box .island-map-title::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-island-maps .island-map-popup-title h2 a::after,
.asset-island-maps .island-map-popup-title h2 header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-island-maps .mmg-lfef-directions-link span::after,
.asset-island-maps .mmg-lfef-directions-link header.navbar.container .navbar-collapse.in .social-widget-box span::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-island-maps .island-map-popup-learn-more::after,
.asset-island-maps header.navbar.container .navbar-collapse.in .social-widget-box .island-map-popup-learn-more::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-island-maps .island-map-popup-link a::after,
.asset-island-maps .island-map-popup-link header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .asset-highlighted-events a::after,
.asset-highlighted-events header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .node--profile--full .email--business-email::after,
.node--profile--full header.navbar.container .navbar-collapse.in .social-widget-box .email--business-email::after,
header.navbar.container .navbar-collapse.in .social-widget-box .node--profile--full .website--link::after,
.node--profile--full header.navbar.container .navbar-collapse.in .social-widget-box .website--link::after,
header.navbar.container .navbar-collapse.in .social-widget-box .node--profile--full .directions--link::after,
.node--profile--full header.navbar.container .navbar-collapse.in .social-widget-box .directions--link::after,
header.navbar.container .navbar-collapse.in .social-widget-box .node--profile--full .group-info .horizontal-tab-button::after,
.node--profile--full .group-info header.navbar.container .navbar-collapse.in .social-widget-box .horizontal-tab-button::after,
header.navbar.container .navbar-collapse.in .social-widget-box .node--profile--full .group-details .mmg-listings-credit-cards a::after,
.node--profile--full .group-details .mmg-listings-credit-cards header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .node--profile--full .group-details .mmg-lfef-extra-info a::after,
.node--profile--full .group-details .mmg-lfef-extra-info header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .node--profile--teaser .more-link a::after,
.node--profile--teaser .more-link header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .node--profile--teaser .mmg-lfef-address::before,
.node--profile--teaser header.navbar.container .navbar-collapse.in .social-widget-box .mmg-lfef-address::before,
header.navbar.container .navbar-collapse.in .social-widget-box .node--profile--teaser .group-copy .email--business-email::after,
.node--profile--teaser .group-copy header.navbar.container .navbar-collapse.in .social-widget-box .email--business-email::after,
header.navbar.container .navbar-collapse.in .social-widget-box .node--profile--teaser .group-copy .website--link::after,
.node--profile--teaser .group-copy header.navbar.container .navbar-collapse.in .social-widget-box .website--link::after,
header.navbar.container .navbar-collapse.in .social-widget-box .node--event--full .mmg-lfef-websites a::after,
.node--event--full .mmg-lfef-websites header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .node--event--full .mmg-lfef-directions-link a::after,
.node--event--full .mmg-lfef-directions-link header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .node--event--full .mmg-listings-back-to-events a::before,
.node--event--full .mmg-listings-back-to-events header.navbar.container .navbar-collapse.in .social-widget-box a::before,
header.navbar.container .navbar-collapse.in .social-widget-box .node--event--full .mmg-listings-newsletter-signup a::after,
.node--event--full .mmg-listings-newsletter-signup header.navbar.container .navbar-collapse.in .social-widget-box a::after,
header.navbar.container .navbar-collapse.in .social-widget-box .node--event--teaser .more-link a::after,
.node--event--teaser .more-link header.navbar.container .navbar-collapse.in .social-widget-box a::after {
  padding: 10px;
}
/* line 744, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .social-widget-box.cta,
header.navbar.container .navbar-collapse.in .social-widget-box.cta {
  width: auto;
  height: auto;
  padding: 0 12.5%;
  text-align: center;
  flex-grow: 3;
}
/* line 752, ../assets/scss/_header.scss */
header.navbar.container nav.megamenu .social-widget-box:not(.cta),
header.navbar.container .navbar-collapse.in .social-widget-box:not(.cta) {
  margin-left: 10px;
}
/* line 758, ../assets/scss/_header.scss */
header.navbar.container .megamenu {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 765, ../assets/scss/_header.scss */
header.navbar.container .megamenu .menu .search {
  display: none;
}
/* line 769, ../assets/scss/_header.scss */
header.navbar.container .megamenu h1 {
  font-size: 36px;
  font-weight: 600;
  color: white;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 24px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 992px) {
  /* line 769, ../assets/scss/_header.scss */
  header.navbar.container .megamenu h1 {
    font-size: 50px;
  }
}
/* line 784, ../assets/scss/_header.scss */
header.navbar.container .megamenu h1 a {
  color: white;
  text-transform: capitalize;
}
/* line 789, ../assets/scss/_header.scss */
header.navbar.container .megamenu h1::after {
  content: '\e908';
  font-family: 'icomoon';
  margin: 0 0 0 5px;
  font-size: 30px;
  padding-left: 10px;
  color: white;
  transition: padding 0.25s ease;
}
/* line 799, ../assets/scss/_header.scss */
header.navbar.container .megamenu h1:hover {
  border-bottom: 2px solid white;
}
/* line 802, ../assets/scss/_header.scss */
header.navbar.container .megamenu h1:hover::after {
  padding-left: 50px;
  transition: padding 0.25s ease;
}
@media (min-width: 992px) {
  /* line 811, ../assets/scss/_header.scss */
  header.navbar.container .megamenu[data-bg="island-hawaii"], header.navbar.container .megamenu.island-hawaii {
    background-image: url("../assets/images/menu-bg/islands/01.jpg");
  }
  /* line 816, ../assets/scss/_header.scss */
  header.navbar.container .megamenu[data-bg="island-maui"], header.navbar.container .megamenu.island-maui {
    background-image: url("../assets/images/menu-bg/islands/02.jpg");
  }
  /* line 821, ../assets/scss/_header.scss */
  header.navbar.container .megamenu[data-bg="island-lanai"], header.navbar.container .megamenu.island-lanai {
    background-image: url("../assets/images/menu-bg/islands/03.jpg");
  }
  /* line 826, ../assets/scss/_header.scss */
  header.navbar.container .megamenu[data-bg="island-molokai"], header.navbar.container .megamenu.island-molokai {
    background-image: url("../assets/images/menu-bg/islands/04.jpg");
  }
  /* line 831, ../assets/scss/_header.scss */
  header.navbar.container .megamenu[data-bg="island-oahu"], header.navbar.container .megamenu.island-oahu {
    background-image: url("../assets/images/menu-bg/islands/05.jpg");
  }
  /* line 836, ../assets/scss/_header.scss */
  header.navbar.container .megamenu[data-bg="island-kauai"], header.navbar.container .megamenu.island-kauai {
    background-image: url("../assets/images/menu-bg/islands/06.jpg");
  }
  /* line 841, ../assets/scss/_header.scss */
  header.navbar.container .megamenu[data-bg="experience-1"], header.navbar.container .megamenu[data-bg="culture-1"], header.navbar.container .megamenu.experience-1, header.navbar.container .megamenu.culture-1 {
    background-image: url("../assets/images/menu-bg/experiences/01.jpg");
  }
  /* line 848, ../assets/scss/_header.scss */
  header.navbar.container .megamenu[data-bg="experience-2"], header.navbar.container .megamenu[data-bg="culture-2"], header.navbar.container .megamenu.experience-2, header.navbar.container .megamenu.culture-2 {
    background-image: url("../assets/images/menu-bg/experiences/02.jpg");
  }
  /* line 855, ../assets/scss/_header.scss */
  header.navbar.container .megamenu[data-bg="experience-3"], header.navbar.container .megamenu[data-bg="culture-3"], header.navbar.container .megamenu.experience-3, header.navbar.container .megamenu.culture-3 {
    background-image: url("../assets/images/menu-bg/experiences/03.jpg");
  }
  /* line 862, ../assets/scss/_header.scss */
  header.navbar.container .megamenu[data-bg="experience-4"], header.navbar.container .megamenu[data-bg="culture-4"], header.navbar.container .megamenu.experience-4, header.navbar.container .megamenu.culture-4 {
    background-image: url("../assets/images/menu-bg/experiences/04.jpg");
  }
  /* line 869, ../assets/scss/_header.scss */
  header.navbar.container .megamenu[data-bg="experience-5"], header.navbar.container .megamenu[data-bg="culture-5"], header.navbar.container .megamenu.experience-5, header.navbar.container .megamenu.culture-5 {
    background-image: url("../assets/images/menu-bg/experiences/05.jpg");
  }
  /* line 876, ../assets/scss/_header.scss */
  header.navbar.container .megamenu[data-bg="travel-01"], header.navbar.container .megamenu[data-bg="travel-requirement"], header.navbar.container .megamenu.travel-01, header.navbar.container .megamenu.travel-requirement {
    background-image: url("../assets/images/menu-bg/travel/01.jpg");
  }
  /* line 883, ../assets/scss/_header.scss */
  header.navbar.container .megamenu[data-bg="planning-01"], header.navbar.container .megamenu.planning {
    background-image: url("../assets/images/menu-bg/planning/01.jpg");
  }
}
@media (min-width: 992px) {
  /* line 890, ../assets/scss/_header.scss */
  header.navbar.container .megamenu .menu li:not(.island) {
    padding: 0;
  }
  /* line 893, ../assets/scss/_header.scss */
  header.navbar.container .megamenu .menu li:not(.island) a {
    max-width: 90%;
    padding: 20px 10px;
    font-weight: 600;
  }
  /* line 899, ../assets/scss/_header.scss */
  header.navbar.container .megamenu .menu li:not(.island) a:hover {
    background-color: rgba(0, 0, 53, 0.6);
    color: white;
  }
}
/* line 910, ../assets/scss/_header.scss */
header.navbar.container .megamenu-parent .menu,
header.navbar.container nav.megamenu,
header.navbar.container .languages .menu,
header.navbar.container .searchbar {
  display: none;
}
/* line 918, ../assets/scss/_header.scss */
header.navbar.container .megamenu-parent.desktop-open a {
  border-bottom: 10px solid #00adef;
}
/* line 924, ../assets/scss/_header.scss */
header.navbar.container .megamenu.open {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 992px) {
  /* line 924, ../assets/scss/_header.scss */
  header.navbar.container .megamenu.open {
    position: absolute;
  }
}
/* line 932, ../assets/scss/_header.scss */
header.navbar.container .megamenu.open .languages {
  position: absolute;
  bottom: 110px;
}
/* line 937, ../assets/scss/_header.scss */
header.navbar.container .megamenu.open.submenu-open {
  background-color: #00688c;
}
/* line 940, ../assets/scss/_header.scss */
header.navbar.container .megamenu.open.submenu-open .social-widget {
  bottom: auto;
}
/* line 944, ../assets/scss/_header.scss */
header.navbar.container .megamenu.open.submenu-open .languages {
  position: inherit;
}
/* line 950, ../assets/scss/_header.scss */
header.navbar.container .megamenu.open > a:hover, header.navbar.container .megamenu.open > a:focus {
  color: white;
}
/* line 956, ../assets/scss/_header.scss */
header.navbar.container .megamenu.open .menu {
  margin-left: 50px;
}
@media (min-width: 992px) {
  /* line 961, ../assets/scss/_header.scss */
  header.navbar.container .megamenu.open .menu:has(> :nth-child(8)) {
    column-count: 2;
  }
  /* line 965, ../assets/scss/_header.scss */
  header.navbar.container .megamenu.open .menu li.first {
    display: none;
  }
  /* line 969, ../assets/scss/_header.scss */
  header.navbar.container .megamenu.open .menu li.island {
    position: relative;
    padding-left: 5px;
  }
  /* line 973, ../assets/scss/_header.scss */
  header.navbar.container .megamenu.open .menu li.island a {
    font-weight: 600;
  }
  /* line 976, ../assets/scss/_header.scss */
  header.navbar.container .megamenu.open .menu li.island a:hover {
    color: white;
  }
  /* line 979, ../assets/scss/_header.scss */
  header.navbar.container .megamenu.open .menu li.island a:hover span {
    color: white;
  }
  /* line 989, ../assets/scss/_header.scss */
  header.navbar.container .megamenu.open .menu li.island-kauai:hover {
    background-color: #785983;
  }
  /* line 996, ../assets/scss/_header.scss */
  header.navbar.container .megamenu.open .menu li.island-oahu:hover {
    background-color: #f3be37;
  }
  /* line 1004, ../assets/scss/_header.scss */
  header.navbar.container .megamenu.open .menu li.island-molokai:hover {
    background-color: #115a2e;
  }
  /* line 1012, ../assets/scss/_header.scss */
  header.navbar.container .megamenu.open .menu li.island-lanai:hover {
    background-color: #f69343;
  }
  /* line 1020, ../assets/scss/_header.scss */
  header.navbar.container .megamenu.open .menu li.island-maui:hover {
    background-color: #ac0772;
  }
  /* line 1027, ../assets/scss/_header.scss */
  header.navbar.container .megamenu.open .menu li.island-hawaii:hover {
    background-color: #c22635;
  }
}
/* line 1034, ../assets/scss/_header.scss */
header.navbar.container .megamenu.open > ul {
  margin-bottom: 20px;
}
/* line 1038, ../assets/scss/_header.scss */
header.navbar.container .megamenu.open li {
  height: auto !important;
  padding: 20px 0;
}
/* line 1042, ../assets/scss/_header.scss */
header.navbar.container .megamenu.open li:hover {
  background: 0;
}
/* line 1046, ../assets/scss/_header.scss */
header.navbar.container .megamenu.open li li a {
  font-weight: normal;
  padding: 10px 25px;
  transform: translateY(0);
}
@media (min-width: 992px) {
  /* line 1054, ../assets/scss/_header.scss */
  header.navbar.container.smaller {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: none;
  }
  /* line 1062, ../assets/scss/_header.scss */
  header.navbar.container.smaller .navbar-nav .languages > a {
    padding: 10px 0 0 0;
  }
  /* line 1067, ../assets/scss/_header.scss */
  header.navbar.container.smaller #logo img {
    height: 75px;
  }
  /* line 1071, ../assets/scss/_header.scss */
  header.navbar.container.smaller .searchbar {
    top: 100px;
  }
}
/* line 1077, ../assets/scss/_header.scss */
header.navbar.container .desktop-logo {
  display: none;
}
@media (min-width: 992px) {
  /* line 1077, ../assets/scss/_header.scss */
  header.navbar.container .desktop-logo {
    display: block;
  }
  /* line 1082, ../assets/scss/_header.scss */
  header.navbar.container .desktop-logo .logo {
    display: block;
  }
  /* line 1085, ../assets/scss/_header.scss */
  header.navbar.container .desktop-logo .logo img {
    max-width: 150px;
  }
}

/* line 3, ../assets/scss/_footer.scss */
footer.container {
  width: 100%;
  padding: 0;
  border: 0;
  color: gray;
  font-family: "elza thin", sans-serif;
  /* App block. */
  /* Main block. */
  /* Bottom block. */
}
/* line 10, ../assets/scss/_footer.scss */
footer.container::after {
  background-image: -webkit-linear-gradient(left, #c22635, #f69343 50%, #00adef);
  background-image: -o-linear-gradient(left, #c22635, #f69343 50%, #00adef);
  background-image: linear-gradient(to right, #c22635, #f69343 50%, #00adef);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC22635', endColorstr='#FF00ADEF', GradientType=1);
  content: '';
  height: 10px;
  width: 100%;
}
/* line 17, ../assets/scss/_footer.scss */
footer.container a {
  color: gray;
}
/* line 20, ../assets/scss/_footer.scss */
footer.container a:hover {
  background-color: transparent;
}
/* line 26, ../assets/scss/_footer.scss */
footer.container .app-block {
  width: 100%;
  padding: 1.8rem 0;
  background-color: black;
  color: white;
  font: 600 1.4rem/2.4rem "elza thin", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 26, ../assets/scss/_footer.scss */
  footer.container .app-block {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 2.5rem 0;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  /* line 26, ../assets/scss/_footer.scss */
  footer.container .app-block {
    font-size: 1.6rem;
  }
}
/* line 48, ../assets/scss/_footer.scss */
footer.container .app-block .cta-container {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 48, ../assets/scss/_footer.scss */
  footer.container .app-block .cta-container {
    margin: 0 2.5rem 0 6.5rem;
    cursor: default;
  }
}
@media (min-width: 992px) {
  /* line 48, ../assets/scss/_footer.scss */
  footer.container .app-block .cta-container {
    margin: 0 10rem;
  }
}
/* line 64, ../assets/scss/_footer.scss */
footer.container .app-block .app-links {
  display: inline-block;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.33s, transform 0.33s;
  transform: rotateX(-90deg);
  transform-origin: top;
}
@media (min-width: 768px) {
  /* line 64, ../assets/scss/_footer.scss */
  footer.container .app-block .app-links {
    display: inline-block;
    transition: none;
    transform: rotateX(0deg);
    max-height: 7.5em;
  }
}
/* line 79, ../assets/scss/_footer.scss */
footer.container .app-block .app-links.open {
  display: inline-block;
  max-height: 7.5rem;
  transform: rotateX(0deg);
}
/* line 85, ../assets/scss/_footer.scss */
footer.container .app-block .app-links a {
  display: inline-block;
}
/* line 93, ../assets/scss/_footer.scss */
footer.container .main {
  background-image: url('../assets/images-min/patterns/huakai_pattern_b_gray_medium.svg?1718916822');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 4.5rem;
  padding: 2rem 2.5rem 7rem;
  background-color: #ededed;
  text-transform: uppercase;
  /* Main footer links. */
  /* Email signup form. */
  /* Social widget. */
  /* Language selection menu. */
  /* Disclaimer message. */
}
@media (min-width: 768px) {
  /* line 93, ../assets/scss/_footer.scss */
  footer.container .main {
    padding: 5rem 2.5rem;
  }
}
@media (min-width: 992px) {
  /* line 93, ../assets/scss/_footer.scss */
  footer.container .main {
    margin: 0 auto;
    padding: 5rem 5%;
  }
}
@media (min-width: 1200px) {
  /* line 93, ../assets/scss/_footer.scss */
  footer.container .main {
    margin: 0 auto;
    padding: 5rem 10%;
  }
}
/* line 116, ../assets/scss/_footer.scss */
footer.container .main a {
  font: 600 1.4rem/2.4rem "elza thin", sans-serif;
}
@media (min-width: 992px) {
  /* line 116, ../assets/scss/_footer.scss */
  footer.container .main a {
    font-size: 1.6rem;
  }
}
/* line 123, ../assets/scss/_footer.scss */
footer.container .main a:hover {
  color: #00688c;
}
/* line 129, ../assets/scss/_footer.scss */
footer.container .main > .menu.nav {
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  /* line 129, ../assets/scss/_footer.scss */
  footer.container .main > .menu.nav {
    -moz-column-count: 2;
    -moz-column-gap: 25px;
    -webkit-column-count: 2;
    -webkit-column-gap: 25px;
    column-count: 2;
    column-gap: 25px;
    float: left;
    margin: 0 0 5rem;
  }
}
@media (min-width: 992px) {
  /* line 129, ../assets/scss/_footer.scss */
  footer.container .main > .menu.nav {
    -moz-column-count: 2;
    -moz-column-gap: 3rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 3rem;
    column-count: 2;
    column-gap: 3rem;
  }
}
@media (min-width: 1200px) {
  /* line 129, ../assets/scss/_footer.scss */
  footer.container .main > .menu.nav {
    -moz-column-count: 2;
    -moz-column-gap: 7.5rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 7.5rem;
    column-count: 2;
    column-gap: 7.5rem;
  }
}
/* line 146, ../assets/scss/_footer.scss */
footer.container .main > .menu.nav li {
  display: block;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  /* line 146, ../assets/scss/_footer.scss */
  footer.container .main > .menu.nav li {
    margin: 0 0 1.5rem;
  }
}
/* line 154, ../assets/scss/_footer.scss */
footer.container .main > .menu.nav li a {
  padding: 0;
}
@media (min-width: 768px) {
  /* line 162, ../assets/scss/_footer.scss */
  footer.container .main .entitytype-signup_form-form {
    float: right;
  }
}
/* line 167, ../assets/scss/_footer.scss */
footer.container .main .entitytype-signup_form-form .field-type-email {
  margin: 0;
}
@media (min-width: 768px) {
  /* line 167, ../assets/scss/_footer.scss */
  footer.container .main .entitytype-signup_form-form .field-type-email {
    display: inline-block;
  }
}
/* line 175, ../assets/scss/_footer.scss */
footer.container .main .entitytype-signup_form-form .form-required {
  display: none;
}
/* line 179, ../assets/scss/_footer.scss */
footer.container .main .entitytype-signup_form-form .control-label {
  font: 600 1.4rem/2.4rem "elza thin", sans-serif;
}
@media (min-width: 768px) {
  /* line 179, ../assets/scss/_footer.scss */
  footer.container .main .entitytype-signup_form-form .control-label {
    margin: 0 0 5px;
  }
}
@media (min-width: 992px) {
  /* line 179, ../assets/scss/_footer.scss */
  footer.container .main .entitytype-signup_form-form .control-label {
    margin: 0 0 1.5rem;
    font-size: 1.6rem;
  }
}
/* line 192, ../assets/scss/_footer.scss */
footer.container .main .entitytype-signup_form-form .has-error .control-label {
  color: #c22635;
}
/* line 196, ../assets/scss/_footer.scss */
footer.container .main .entitytype-signup_form-form .signup-form-lang-disclaimer {
  text-transform: initial;
  font-size: 0.85em;
  line-height: 1.2;
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  /* line 196, ../assets/scss/_footer.scss */
  footer.container .main .entitytype-signup_form-form .signup-form-lang-disclaimer {
    max-width: 16rem;
  }
}
@media (min-width: 992px) {
  /* line 196, ../assets/scss/_footer.scss */
  footer.container .main .entitytype-signup_form-form .signup-form-lang-disclaimer {
    max-width: 18rem;
  }
}
/* line 210, ../assets/scss/_footer.scss */
body.i18n-en footer.container .main .entitytype-signup_form-form .signup-form-lang-disclaimer {
  display: none;
}
/* line 217, ../assets/scss/_footer.scss */
footer.container .main .entitytype-signup_form-form .field-widget-email-textfield input {
  display: none;
}
@media (min-width: 768px) {
  /* line 217, ../assets/scss/_footer.scss */
  footer.container .main .entitytype-signup_form-form .field-widget-email-textfield input {
    display: block;
    max-width: 24rem;
  }
}
@media (min-width: 992px) {
  /* line 217, ../assets/scss/_footer.scss */
  footer.container .main .entitytype-signup_form-form .field-widget-email-textfield input {
    max-width: 27.5rem;
  }
}
/* line 230, ../assets/scss/_footer.scss */
footer.container .main .entitytype-signup_form-form .form-text {
  padding: 20px 15px;
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: none;
  font-style: italic;
}
/* line 237, ../assets/scss/_footer.scss */
footer.container .main .entitytype-signup_form-form .form-text.error {
  border: 2px solid #c22635;
}
/* line 242, ../assets/scss/_footer.scss */
footer.container .main .entitytype-signup_form-form .redirect-list {
  display: none;
}
/* line 246, ../assets/scss/_footer.scss */
footer.container .main .entitytype-signup_form-form .form-actions {
  display: none;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  /* line 246, ../assets/scss/_footer.scss */
  footer.container .main .entitytype-signup_form-form .form-actions {
    display: block;
    margin: 10px 0 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  /* line 246, ../assets/scss/_footer.scss */
  footer.container .main .entitytype-signup_form-form .form-actions {
    display: inline-block;
    margin: 0 0 0 5px;
  }
}
/* line 262, ../assets/scss/_footer.scss */
footer.container .main .entitytype-signup_form-form .form-submit {
  width: 100%;
  padding: 10px 5px 10px 10px;
  border: 2px solid transparent;
  border-radius: 0;
  background-color: #00688c;
  color: white;
  text-transform: uppercase;
}
/* line 277, ../assets/scss/_footer.scss */
footer.container .main .signup-button-only {
  background-color: #00688c;
  border: 2px solid transparent;
  border-radius: 0;
  color: white;
  display: block;
  font-weight: normal;
  padding: 10px 5px 10px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  /* line 277, ../assets/scss/_footer.scss */
  footer.container .main .signup-button-only {
    display: none;
  }
}
/* line 300, ../assets/scss/_footer.scss */
footer.container .main .social-widget {
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  /* line 300, ../assets/scss/_footer.scss */
  footer.container .main .social-widget {
    clear: both;
    float: left;
  }
}
/* line 308, ../assets/scss/_footer.scss */
footer.container .main .social-widget .social-widget-box {
  display: inline-block;
  margin: 0 2rem 0 0;
}
/* line 313, ../assets/scss/_footer.scss */
footer.container .main .social-widget a {
  font-size: 2.5rem;
  font-weight: normal;
}
/* line 318, ../assets/scss/_footer.scss */
footer.container .main .social-widget .cta {
  display: block;
  font-size: 18px;
  font-weight: lighter;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  /* line 318, ../assets/scss/_footer.scss */
  footer.container .main .social-widget .cta {
    display: inline-block;
  }
}
/* line 331, ../assets/scss/_footer.scss */
footer.container .main div.languages {
  position: relative;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  /* line 331, ../assets/scss/_footer.scss */
  footer.container .main div.languages {
    float: right;
  }
}
/* line 339, ../assets/scss/_footer.scss */
footer.container .main div.languages a.languages {
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  /* line 339, ../assets/scss/_footer.scss */
  footer.container .main div.languages a.languages {
    padding: 0 1.5rem;
  }
}
/* line 361, ../assets/scss/_footer.scss */
footer.container .main div.languages .menu {
  -webkit-box-shadow: 0 0 3rem -1rem rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 0 3rem -1rem rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 3rem -1rem rgba(51, 51, 51, 0.5);
  background-color: white;
  bottom: 0;
  display: none;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  min-width: 10rem;
  right: 0;
}
/* line 374, ../assets/scss/_footer.scss */
footer.container .main div.languages .menu a {
  color: #00688c;
  display: block;
  font-weight: normal;
  padding: 1rem 2rem;
}
/* line 380, ../assets/scss/_footer.scss */
footer.container .main div.languages .menu a:hover {
  background-color: #00688c;
  color: white;
}
/* line 389, ../assets/scss/_footer.scss */
footer.container .main .language-disclaimer {
  clear: both;
  font: italic 1.2rem/1.8rem Arial;
  text-align: center;
  text-transform: none;
}
/* line 398, ../assets/scss/_footer.scss */
footer.container .bottom {
  padding: 2.5rem;
  background: white;
}
@media (min-width: 768px) {
  /* line 398, ../assets/scss/_footer.scss */
  footer.container .bottom {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  /* line 398, ../assets/scss/_footer.scss */
  footer.container .bottom {
    width: 90%;
    margin: 0 auto;
    padding: 2.5rem 0;
  }
}
@media (min-width: 1200px) {
  /* line 398, ../assets/scss/_footer.scss */
  footer.container .bottom {
    width: 80%;
  }
}
/* line 417, ../assets/scss/_footer.scss */
footer.container .bottom a,
footer.container .bottom .copyright,
footer.container .bottom .icp-license {
  padding: 0;
  font: lighter 1.5rem/2.6rem "elza thin", sans-serif;
}
@media (min-width: 992px) {
  /* line 417, ../assets/scss/_footer.scss */
  footer.container .bottom a,
  footer.container .bottom .copyright,
  footer.container .bottom .icp-license {
    font: lighter 1.8rem/2.6rem "elza thin", sans-serif;
  }
}
/* line 429, ../assets/scss/_footer.scss */
footer.container .bottom a:hover {
  text-decoration: underline;
}
/* line 434, ../assets/scss/_footer.scss */
footer.container .bottom .copyright-license {
  margin: 0 0 2.5rem;
}
@media (min-width: 768px) {
  /* line 434, ../assets/scss/_footer.scss */
  footer.container .bottom .copyright-license {
    margin: 0;
  }
}
/* line 442, ../assets/scss/_footer.scss */
footer.container .bottom .copyright,
footer.container .bottom .icp-license {
  display: block;
}
@media (min-width: 480px) {
  /* line 442, ../assets/scss/_footer.scss */
  footer.container .bottom .copyright,
  footer.container .bottom .icp-license {
    display: inline;
  }
}
@media (min-width: 480px) {
  /* line 451, ../assets/scss/_footer.scss */
  footer.container .bottom .icp-license {
    padding: 0 1rem;
  }
}
@media (min-width: 768px) {
  /* line 457, ../assets/scss/_footer.scss */
  footer.container .bottom .menu {
    margin: 0 0 0 auto;
  }
}
/* line 462, ../assets/scss/_footer.scss */
footer.container .bottom .menu li {
  display: inline-block;
  margin: 0 2rem 0 0;
}
@media (min-width: 768px) {
  /* line 466, ../assets/scss/_footer.scss */
  footer.container .bottom .menu li:first-of-type {
    margin: 0 2rem;
  }
}
/* line 473, ../assets/scss/_footer.scss */
footer.container .bottom .menu li:last-of-type {
  margin: 0;
}

/* line 1, ../assets/scss/_main-container.scss */
.main-container {
  padding-top: 90px;
}

/**
 * Individual includes for each component.
 * Consolidated into this file for ease of reading main style.scss file.
 */
/* line 1, ../assets/scss/components/_assets.scss */
h2.component-title {
  color: #333333;
  font: bold 26px/36px "Lora", serif;
}
@media (min-width: 768px) {
  /* line 1, ../assets/scss/components/_assets.scss */
  h2.component-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 992px) {
  /* line 1, ../assets/scss/components/_assets.scss */
  h2.component-title {
    font-size: 50px;
    line-height: 50px;
  }
}
/* line 15, ../assets/scss/components/_assets.scss */
h2.component-title::before {
  display: none;
}

/* line 20, ../assets/scss/components/_assets.scss */
.youtube-container--responsive {
  display: none;
}

/* line 25, ../assets/scss/components/_assets.scss */
.entity-asset .component-title a,
.entity-asset .component-subtitle a,
.entity-asset .field-short-subtitle a,
.entity-asset .component-fc-title a {
  color: inherit;
  font: inherit;
  text-transform: inherit;
  transition: inherit;
  text-decoration: inherit;
  background: inherit;
  border: 0;
  padding: 0;
  display: inherit;
  margin: 0;
  width: 100%;
}
/* line 42, ../assets/scss/components/_assets.scss */
.entity-asset .component-title a:hover,
.entity-asset .component-subtitle a:hover,
.entity-asset .field-short-subtitle a:hover,
.entity-asset .component-fc-title a:hover {
  color: inherit;
  font: inherit;
  text-transform: inherit;
  transition: inherit;
  text-decoration: inherit;
  background: inherit;
  border: 0;
  padding: 0;
}
/* line 53, ../assets/scss/components/_assets.scss */
.entity-asset .component-title a:visited,
.entity-asset .component-subtitle a:visited,
.entity-asset .field-short-subtitle a:visited,
.entity-asset .component-fc-title a:visited {
  color: inherit;
}
/* line 57, ../assets/scss/components/_assets.scss */
.entity-asset .component-title a:focus,
.entity-asset .component-subtitle a:focus,
.entity-asset .field-short-subtitle a:focus,
.entity-asset .component-fc-title a:focus {
  outline: inherit;
}

/* line 1, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel {
  margin: 0;
  margin-top: 20px;
  font-family: "elza thin", sans-serif;
  font-size: 26px;
  font-weight: 100r;
  line-height: 40px;
  position: relative;
}
/* line 10, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel .component-backdrop-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
/* line 19, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel[background_image_overlay='white-40'] .component-backdrop-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
/* line 29, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel .entity-asset {
  padding: 20px 10%;
}
/* line 33, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel .slick-slider {
  margin: 0 20px;
  background-color: #ededed;
}
/* line 38, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel .component-backdrop-image + .slick-slider {
  background-color: transparent;
}
/* line 42, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel[style^="background-color"] .slick-slider {
  background-color: transparent;
}
/* line 46, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel .slick-slide {
  padding: 1em;
}
/* line 50, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel p {
  font-style: italic;
  font-family: "elza thin", sans-serif;
  font-weight: 100;
}
/* line 55, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel p span.byline {
  font-size: 18px;
}
/* line 60, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel a {
  border-bottom: 2px solid transparent;
  color: gray;
}
/* line 68, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel a:hover {
  border-color: #00688c;
  color: #00688c;
}
/* line 74, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel .slick-prev {
  left: -32px;
}
/* line 78, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel .slick-next {
  right: -32px;
}
/* line 82, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel .slick-prev,
.asset-blockquote-carousel .slick-next {
  top: 50%;
}
/* line 87, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel .slick-dots li {
  border-color: #333333;
}
/* line 90, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel .slick-dots li.slick-active {
  background-color: #333333;
}
/* line 96, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel[foreground_color="ffffff"] p,
.asset-blockquote-carousel[foreground_color="ffffff"] a,
.asset-blockquote-carousel[foreground_color="ffffff"] span.byline,
.asset-blockquote-carousel[foreground_color="ffffff"] .slick-arrow {
  color: white;
}
/* line 103, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel[foreground_color="ffffff"] .slick-dots li {
  border-color: white;
}
/* line 106, ../assets/scss/components/_blockquote_carousel.scss */
.asset-blockquote-carousel[foreground_color="ffffff"] .slick-dots li.slick-active {
  background-color: white;
}

/* line 2, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel {
  color: white;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.asset-content-carousel:before, .asset-content-carousel:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.asset-content-carousel:after {
  clear: both;
}
/* line 6, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel .content-image {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  overflow: hidden;
}
/* line 10, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel .content-image.has-audio {
  cursor: pointer;
}
/* line 14, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel .content-image .sensory-controls {
  display: block;
  left: 10%;
  right: 10%;
  bottom: 5%;
  transform: rotate(180deg);
  backface-visibility: hidden;
}
/* line 25, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel .content-image img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  height: auto;
  width: 100%;
  /* Corrects obscure Firefox bug. */
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
/* line 35, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel .text-slides {
  background-color: #00688c;
}
@media (min-width: 0) and (max-width: 481px) {
  /* line 41, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel .content-text h2 {
    margin: 15px 8px;
    font-size: 26px;
    line-height: 32px;
  }
  /* line 48, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel .content-text p {
    margin: 0 7px 15px;
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 57, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel h2.component-title {
  margin: 0.5em 5%;
}
@media (min-width: 0) and (max-width: 481px) {
  /* line 57, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel h2.component-title {
    font-size: 24px;
    line-height: 32px;
  }
}
/* line 66, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel h2.component-title::before {
  display: none;
}
/* line 71, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel h2 {
  margin: 0 0 15px;
}
/* line 74, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel h2::before {
  content: '';
  display: block;
  width: 50px;
  margin: 15px 0 10px;
  border-top: 2px solid white;
}
@media (min-width: 480px) {
  /* line 74, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel h2::before {
    margin: 30px 0 10px;
  }
}
/* line 87, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel a {
  color: white;
}
/* line 95, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel .content-carousel-sliders > a:last-of-type {
  display: inline-block;
}
@media (min-width: 992px) {
  /* line 95, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel .content-carousel-sliders > a:last-of-type {
    float: right;
    margin: 5% 0;
  }
}
@media all and (max-width: 992px) {
  /* line 95, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel .content-carousel-sliders > a:last-of-type {
    width: 100%;
    order: 3;
    margin: 3rem auto;
  }
}

/* line 120, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide .content-carousel-sliders {
  max-width: 1600px;
  margin: 0 auto;
}
/* line 125, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide .image-slides {
  line-height: 0;
}
/* line 129, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide .text-slides {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  padding: 15px;
  background-color: #00688c;
}
@media (min-width: 480px) {
  /* line 129, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-wide .text-slides {
    padding: 20px 0 40px;
  }
}
@media (min-width: 768px) {
  /* line 129, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-wide .text-slides {
    margin: 0 5%;
  }
}
/* line 145, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide .text-slides .slick-list {
  float: right;
  position: relative;
  width: 100%;
}
@media (min-width: 480px) {
  /* line 145, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-wide .text-slides .slick-list {
    right: 8%;
    width: 80%;
  }
}
@media (min-width: 768px) {
  /* line 145, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-wide .text-slides .slick-list {
    width: 60%;
  }
}
/* line 162, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide .slick-prev,
.asset-content-carousel.component-wide .slick-next {
  padding: 0;
}
/* line 167, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide .slick-arrow {
  width: 25px;
}
/* line 171, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide .slick-dots {
  width: 25%;
}
@media (min-width: 0) and (max-width: 769px) {
  /* line 171, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-wide .slick-dots {
    display: none !important;
  }
}
/* line 178, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide .slick-dots li {
  display: inline-block;
  height: auto;
  width: auto;
  margin: 0.25em;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font: 400 30px "elza thin", sans-serif;
  text-indent: 0;
}
/* line 189, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide .slick-dots li.slick-active {
  border-bottom: 4px solid white;
  background-color: transparent;
  font-size: 40px;
}
/* line 196, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide .slick-dots button {
  border: 0;
  background-color: transparent;
}
@media (min-width: 0) and (max-width: 769px) {
  /* line 205, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-wide .slick-prev::before, .asset-content-carousel.component-wide .slick-prev::after,
  .asset-content-carousel.component-wide .slick-next::before,
  .asset-content-carousel.component-wide .slick-next::after {
    font-size: 50px;
  }
  /* line 211, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-wide .slick-prev {
    left: 15px;
  }
  /* line 215, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-wide .slick-next {
    right: 25px;
  }
}
/* line 220, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide .inner {
  z-index: -1;
}
/* line 224, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide video,
.asset-content-carousel.component-wide .youtube-container--responsive {
  transform: rotate(180deg);
}
/* line 231, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide .youtube-container--responsive {
  z-index: 2;
}
/* line 235, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide video {
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
/* line 244, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-wide picture:not([style="display:none;"]) + video,
.asset-content-carousel.component-wide picture:not([style="display: none;"]) + video {
  display: none;
}

/* line 252, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow {
  background-image: -webkit-linear-gradient(transparent 0, transparent 23.75%, #ededed 23.75%, #ededed 100%);
  background-image: -o-linear-gradient(transparent 0, transparent 23.75%, #ededed 23.75%, #ededed 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 23.75%, #ededed 23.75%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#ededed', GradientType=0);
}
@media (min-width: 768px) {
  /* line 252, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow {
    background-image: -webkit-linear-gradient(transparent 0, transparent 44.5%, #ededed 44.5%, #ededed 100%);
    background-image: -o-linear-gradient(transparent 0, transparent 44.5%, #ededed 44.5%, #ededed 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.5%, #ededed 44.5%, #ededed 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#ededed', GradientType=0);
  }
}
@media (min-width: 992px) {
  /* line 252, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow {
    background-image: -webkit-linear-gradient(transparent 0, transparent 47%, #ededed 47%, #ededed 100%);
    background-image: -o-linear-gradient(transparent 0, transparent 47%, #ededed 47%, #ededed 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 47%, #ededed 47%, #ededed 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#ededed', GradientType=0);
  }
}
/* line 275, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .entity {
  margin: 0 auto;
  max-width: 1170px;
  width: 93.75%;
}
/* line 281, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .image-slides,
.asset-content-carousel.component-narrow .text-slides {
  width: 100%;
}
/* line 286, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .content-carousel-sliders {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  -webkit-align-items: start;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 480px) {
  /* line 286, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-carousel-sliders {
    width: 440px;
  }
}
@media (min-width: 768px) {
  /* line 286, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-carousel-sliders {
    padding: 0;
    width: 670px;
  }
}
@media (min-width: 992px) {
  /* line 286, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-carousel-sliders {
    display: block;
    position: relative;
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  /* line 286, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-carousel-sliders {
    width: 76.5%;
  }
}
/* line 317, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .content-carousel-sliders .slick-list {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 480px) {
  /* line 317, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-carousel-sliders .slick-list {
    width: 440px;
  }
}
@media (min-width: 768px) {
  /* line 317, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-carousel-sliders .slick-list {
    width: 670px;
  }
}
@media (min-width: 992px) {
  /* line 317, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-carousel-sliders .slick-list {
    width: inherit;
  }
}
/* line 335, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .text-slides {
  -webkit-box-ordinal-group: 1;
  order: 1;
}
@media (min-width: 992px) {
  /* line 335, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .text-slides {
    background-color: rgba(0, 104, 140, 0.6);
    left: -110px;
    position: absolute;
    top: 18%;
    width: 300px;
  }
}
/* line 347, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .text-slides .slick-slide {
  overflow: hidden;
}
@media (min-width: 480px) {
  /* line 354, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-text h2 {
    margin: 30px 15px;
  }
  /* line 358, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-text p {
    margin: 0 15px 30px;
  }
}
/* line 363, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .content-text .read-more {
  display: inline-block;
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0 8px 15px;
  text-transform: uppercase;
}
/* line 371, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .content-text .read-more:hover {
  border-bottom: 2px solid white;
}
@media (min-width: 480px) {
  /* line 363, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-text .read-more {
    margin: 0 15px 30px;
  }
}
@media (min-width: 992px) {
  /* line 381, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-text h2 {
    margin: 30px;
  }
  /* line 385, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-text p {
    margin: 0 30px 30px;
  }
  /* line 389, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-text .read-more {
    margin: 0 30px 30px;
  }
}
/* line 396, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .image-slides {
  -webkit-box-ordinal-group: 2;
  order: 2;
}
@media (min-width: 992px) {
  /* line 396, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .image-slides {
    margin: 0 auto;
    max-width: 950px;
  }
}
/* line 406, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .slick-prev,
.asset-content-carousel.component-narrow .slick-next {
  color: white;
  padding: 0 1rem;
  text-shadow: none;
}
/* line 412, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .slick-prev::before, .asset-content-carousel.component-narrow .slick-prev::after,
.asset-content-carousel.component-narrow .slick-next::before,
.asset-content-carousel.component-narrow .slick-next::after {
  font-size: 40px;
}
@media (min-width: 768px) {
  /* line 412, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .slick-prev::before, .asset-content-carousel.component-narrow .slick-prev::after,
  .asset-content-carousel.component-narrow .slick-next::before,
  .asset-content-carousel.component-narrow .slick-next::after {
    font-size: 75px;
  }
}
/* line 423, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .slick-prev {
  left: 20px;
}
@media (min-width: 768px) {
  /* line 423, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .slick-prev {
    left: 20px;
  }
}
@media (min-width: 992px) {
  /* line 423, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .slick-prev {
    display: none !important;
  }
}
/* line 435, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .slick-next {
  right: 20px;
}
@media (min-width: 768px) {
  /* line 435, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .slick-next {
    right: 20px;
  }
}
@media (min-width: 992px) {
  /* line 435, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .slick-next {
    background-color: #00688c;
    height: 180px;
    right: -100px;
    top: 42%;
    width: 100px;
  }
  /* line 449, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .slick-next:hover {
    background-color: gray;
  }
  /* line 453, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .slick-next::after {
    left: 5045px;
  }
}
/* line 459, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .slick-dots {
  display: none !important;
}
@media (min-width: 768px) {
  /* line 459, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .slick-dots {
    display: block !important;
  }
}
/* line 466, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .slick-dots li {
  border-color: #00688c;
}
/* line 469, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .slick-dots li.slick-active {
  background-color: #00688c;
}
/* line 475, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .content-native-video {
  position: relative;
  overflow: hidden;
}
/* line 479, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .content-native-video video {
  height: 250px;
  width: auto;
}
@media (min-width: 480px) {
  /* line 479, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-native-video video {
    height: 320px;
  }
}
@media (min-width: 768px) {
  /* line 479, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-native-video video {
    height: 490px;
  }
}
@media (min-width: 992px) {
  /* line 479, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-native-video video {
    height: 492px;
  }
}
@media (min-width: 1200px) {
  /* line 479, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-native-video video {
    height: 659px;
  }
}
/* line 502, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .content-youtube-video {
  position: relative;
  overflow: hidden;
}
/* line 506, ../assets/scss/components/_content_carousel.scss */
.asset-content-carousel.component-narrow .content-youtube-video iframe {
  height: 250px;
  width: 100%;
}
@media (min-width: 480px) {
  /* line 506, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-youtube-video iframe {
    height: 320px;
  }
}
@media (min-width: 768px) {
  /* line 506, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-youtube-video iframe {
    height: 490px;
  }
}
@media (min-width: 992px) {
  /* line 506, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-youtube-video iframe {
    height: 492px;
  }
}
@media (min-width: 1200px) {
  /* line 506, ../assets/scss/components/_content_carousel.scss */
  .asset-content-carousel.component-narrow .content-youtube-video iframe {
    height: 659px;
  }
}

/* line 4, ../assets/scss/components/content-grid/_content-grid.scss */
.asset-content-grid {
  background-color: #ededed;
}
@media (min-width: 768px) {
  /* line 4, ../assets/scss/components/content-grid/_content-grid.scss */
  .asset-content-grid {
    padding: 5%;
  }
}
/* line 13, ../assets/scss/components/content-grid/_content-grid.scss */
.asset-content-grid .entity-asset {
  margin: 0 auto;
  max-width: 480px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 13, ../assets/scss/components/content-grid/_content-grid.scss */
  .asset-content-grid .entity-asset {
    width: 510px;
  }
}
@media (min-width: 992px) {
  /* line 13, ../assets/scss/components/content-grid/_content-grid.scss */
  .asset-content-grid .entity-asset {
    max-width: 1280px;
    width: 100%;
  }
}
/* line 32, ../assets/scss/components/content-grid/_content-grid.scss */
.asset-content-grid .entity-asset > a {
  display: inline-block;
}
@media (min-width: 992px) {
  /* line 32, ../assets/scss/components/content-grid/_content-grid.scss */
  .asset-content-grid .entity-asset > a {
    float: right;
    margin: 10% 0 0;
  }
}
/* line 48, ../assets/scss/components/content-grid/_content-grid.scss */
.asset-content-grid header {
  margin: 0 0 8% 5%;
  text-align: left;
}
@media (min-width: 992px) {
  /* line 54, ../assets/scss/components/content-grid/_content-grid.scss */
  .asset-content-grid .slick-list {
    overflow: visible;
  }
}
/* line 63, ../assets/scss/components/content-grid/_content-grid.scss */
.asset-content-grid .slick-slider .slick-arrow {
  color: white;
  text-shadow: none;
  top: 55%;
  outline: none;
}
@media (min-width: 0) and (max-width: 769px) {
  /* line 70, ../assets/scss/components/content-grid/_content-grid.scss */
  .asset-content-grid .slick-slider .slick-arrow::before, .asset-content-grid .slick-slider .slick-arrow::after {
    font-size: 50px;
  }
}
@media (min-width: 480px) {
  /* line 63, ../assets/scss/components/content-grid/_content-grid.scss */
  .asset-content-grid .slick-slider .slick-arrow {
    top: 65%;
  }
}
@media (min-width: 768px) {
  /* line 63, ../assets/scss/components/content-grid/_content-grid.scss */
  .asset-content-grid .slick-slider .slick-arrow {
    color: black;
    top: 55%;
  }
}
/* line 85, ../assets/scss/components/content-grid/_content-grid.scss */
.asset-content-grid .slick-slider .slick-arrow.slick-prev {
  left: 0.25em;
}
@media (min-width: 768px) {
  /* line 85, ../assets/scss/components/content-grid/_content-grid.scss */
  .asset-content-grid .slick-slider .slick-arrow.slick-prev {
    left: -70px;
  }
}
/* line 93, ../assets/scss/components/content-grid/_content-grid.scss */
.asset-content-grid .slick-slider .slick-arrow.slick-next {
  right: 0.25em;
}
@media (min-width: 768px) {
  /* line 93, ../assets/scss/components/content-grid/_content-grid.scss */
  .asset-content-grid .slick-slider .slick-arrow.slick-next {
    right: -60px;
  }
}

/* line 5, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .field-collection-view {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-position: center center;
  background-size: cover;
  color: white;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
@media (min-width: 992px) {
  /* line 5, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .field-collection-view {
    height: 510px;
    overflow: hidden;
    padding: 0 0 30px;
  }
  /* line 22, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .field-collection-view .content-grid-content {
    background-color: black;
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  /* line 29, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .field-collection-view .img-responsive {
    max-width: none;
  }
}
/* line 35, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .field-collection-view .content-grid-content .field-group-link {
  display: block;
  color: white;
  font-weight: normal;
  transition: none;
}
/* line 42, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .field-collection-view .content-grid-content .field-group-unlink .group-fake-read-more {
  display: none;
}
/* line 47, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .field-collection-view::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  bottom: 0;
  content: '';
  display: none;
  height: 30px;
  position: absolute;
  visibility: visible;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 47, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .field-collection-view::after {
    display: block;
  }
}
/* line 64, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .field-collection-view img {
  display: block;
  text-shadow: 5px 5px 5px #333333;
}
@media (min-width: 992px) {
  /* line 64, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .field-collection-view img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 78, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .field-collection-view img:hover {
    opacity: 1;
  }
}
/* line 85, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .field-collection-view .group-info {
  background-color: #00688c;
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  padding: 30px;
}
@media (min-width: 768px) {
  /* line 85, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .field-collection-view .group-info {
    background-color: rgba(0, 104, 140, 0.8);
    bottom: 0;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 85, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .field-collection-view .group-info {
    background-color: transparent;
    bottom: 30px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  /* line 109, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .field-collection-view .group-info p,
  .asset-content-grid .field-collection-view .group-info a {
    display: none;
  }
}
/* line 116, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .field-collection-view h2 {
  font-family: "Lora", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
}
@media (min-width: 768px) {
  /* line 116, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .field-collection-view h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  /* line 116, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .field-collection-view h2 {
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 40px #333333;
  }
}
/* line 133, ../assets/scss/components/content-grid/_field-collection-view.scss */
body.i18n-ja .asset-content-grid .field-collection-view h2 {
  font-size: 24px;
  line-height: 34px;
}
/* line 139, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .field-collection-view p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}
/* line 146, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .field-collection-view .group-fake-read-more {
  color: white;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
}
/* line 153, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .field-collection-view .group-fake-read-more:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  /* line 165, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active {
    overflow: visible;
    position: relative;
    z-index: 2;
  }
  /* line 173, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active:nth-child(1) .content-grid-content {
    margin-left: 50px;
  }
  /* line 179, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active:nth-child(4) .content-grid-content {
    margin-left: -150px;
  }
  /* line 186, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active:hover::after {
    display: none;
  }
  /* line 191, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active h2 {
    margin: 0 0 10px;
    text-align: left;
  }
  /* line 199, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active .content-grid-content {
    height: 650px;
    margin-bottom: 30px;
    left: -95px;
    overflow: visible;
    position: absolute;
    top: -50px;
    width: 510px;
  }
  /* line 208, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active .content-grid-content::before {
    background-image: url('../assets/images-min/icons/x.svg?1718916822');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px;
    background-color: white;
    color: black;
    content: '';
    display: block;
    font-family: "Gill Sans", sans-serif;
    height: 30px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 30px;
    z-index: 1;
  }
  /* line 227, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active .content-grid-content::after {
    background-color: gray;
    bottom: -30px;
    content: '';
    height: 30px;
    left: 0;
    margin: auto;
    overflow: visible;
    position: absolute;
    right: 0;
    width: 300px;
  }
  /* line 240, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active .content-grid-content img {
    max-height: 650px;
    opacity: 1;
    width: 100%;
  }
  /* line 247, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active .group-info {
    background-color: rgba(0, 104, 140, 0.8);
    bottom: 0;
  }
  /* line 251, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active .group-info p,
  .asset-content-grid .content-grid-active .group-info a {
    display: block;
  }
}
@media (min-width: 1200px) {
  /* line 260, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active:nth-child(1) .content-grid-content {
    margin-left: 40px;
  }
  /* line 266, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active:nth-child(4) .content-grid-content {
    margin-left: -90px;
  }
}
@media (min-width: 1400px) {
  /* line 274, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active:nth-child(1) .content-grid-content {
    margin-left: 30px;
  }
  /* line 280, ../assets/scss/components/content-grid/_field-collection-view.scss */
  .asset-content-grid .content-grid-active:nth-child(4) .content-grid-content {
    margin-left: -35px;
  }
}
/* line 286, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .content-grid-active .field-collection-view {
  overflow: visible;
}
/* line 294, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .island-kauai .content-grid-active .content-grid-content::after {
  background-color: #785983;
}
/* line 294, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .island-oahu .content-grid-active .content-grid-content::after {
  background-color: #f3be37;
}
/* line 294, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .island-molokai .content-grid-active .content-grid-content::after {
  background-color: #115a2e;
}
/* line 294, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .island-lanai .content-grid-active .content-grid-content::after {
  background-color: #f69343;
}
/* line 294, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .island-maui .content-grid-active .content-grid-content::after {
  background-color: #ac0772;
}
/* line 294, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .island-hawaii .content-grid-active .content-grid-content::after {
  background-color: #c22635;
}
/* line 294, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .island-island-of-hawaii .content-grid-active .content-grid-content::after {
  background-color: #c22635;
}
/* line 294, ../assets/scss/components/content-grid/_field-collection-view.scss */
.asset-content-grid .island-multiple .content-grid-active .content-grid-content::after {
  background-color: #00688c;
}

/* line 2, ../assets/scss/components/_curated_content.scss */
.asset-curated-content {
  background-position: 50% 72px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: white;
}
@media (min-width: 768px) {
  /* line 2, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content {
    background-position: 50% 155px;
  }
}
@media (min-width: 992px) {
  /* line 2, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content {
    background-position: 50% 155px;
  }
}
/* line 17, ../assets/scss/components/_curated_content.scss */
.asset-curated-content header {
  position: relative;
  text-align: right;
  width: 93%;
}
@media (min-width: 768px) {
  /* line 17, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content header {
    width: 90%;
  }
}
@media (min-width: 992px) {
  /* line 17, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content header {
    padding-left: 32%;
  }
}
/* line 31, ../assets/scss/components/_curated_content.scss */
.asset-curated-content header::after {
  position: absolute;
  top: 0;
  color: #00688c;
  font-size: 250px;
}
/* line 39, ../assets/scss/components/_curated_content.scss */
.asset-curated-content header h2 {
  color: #00688c;
  font: bold 34px/35px "Lora", serif;
  text-transform: uppercase;
}
/* line 44, ../assets/scss/components/_curated_content.scss */
.asset-curated-content header h2::first-line {
  font-size: 26px;
}
@media (min-width: 768px) {
  /* line 39, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content header h2 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 12px;
  }
  /* line 53, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content header h2::first-line {
    font-size: 60px;
  }
}
/* line 59, ../assets/scss/components/_curated_content.scss */
.asset-curated-content header h3 {
  color: #333333;
  font: normal 14px/20px "Lora", serif;
}
/* line 63, ../assets/scss/components/_curated_content.scss */
.asset-curated-content header h3::first-line {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  /* line 59, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content header h3 {
    font-size: 22px;
    line-height: 32px;
  }
  /* line 72, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content header h3::first-line {
    font-size: 26px;
    line-height: 40px;
  }
}
/* line 80, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .entity {
  margin: 0 auto;
  max-width: 1170px;
  width: 95%;
}
@media (min-width: 768px) {
  /* line 80, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .entity {
    width: 75%;
  }
}
@media (min-width: 992px) {
  /* line 80, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .entity {
    width: 100%;
  }
}
/* line 94, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .field-collection-container {
  border: 0;
  margin: 15px auto 0;
  width: 77%;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 94, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .field-collection-container {
    width: 63%;
  }
}
@media (min-width: 992px) {
  /* line 94, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .field-collection-container {
    width: 100%;
  }
}
/* line 109, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .field-collection-view {
  border: 0;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 992px) {
  /* line 109, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .field-collection-view {
    float: left;
    margin: 0;
    width: 54.75%;
  }
  /* line 119, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .field-collection-view:nth-child(even) {
    float: right;
  }
}
/* line 125, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .curated-content-item {
  position: relative;
}
@media (min-width: 992px) {
  /* line 129, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .curated-content-image {
    float: left;
    height: 520px;
    position: relative;
    width: 400px;
  }
  /* line 136, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .curated-content-image::before {
    background-color: #ededed;
    content: '';
    display: inline-block;
    height: 500px;
    position: absolute;
    width: 250px;
  }
  /* line 145, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .curated-content-image::after {
    background-image: -webkit-linear-gradient(left, #c22635, #f69343 50%, #00adef);
    background-image: -o-linear-gradient(left, #c22635, #f69343 50%, #00adef);
    background-image: linear-gradient(to right, #c22635, #f69343 50%, #00adef);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC22635', endColorstr='#FF00ADEF', GradientType=1);
    bottom: 0;
    content: '';
    display: inline-block;
    height: 10px;
    left: 20px;
    max-width: 380px;
    position: absolute;
    width: 100%;
  }
}
/* line 159, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .curated-item-description {
  background-color: rgba(0, 104, 140, 0.6) !important;
}
@media (min-width: 992px) {
  /* line 159, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .curated-item-description {
    position: absolute;
    right: 80px;
    bottom: -535px;
    width: 55%;
  }
}
/* line 169, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .curated-item-description h2 {
  color: white;
  font-size: 26px;
  line-height: 36px;
  margin-top: 0;
}
/* line 175, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .curated-item-description h2::before {
  border-bottom: 2px solid white;
  content: '';
  display: block;
  margin-bottom: 10px;
  width: 45px;
}
@media (min-width: 768px) {
  /* line 169, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .curated-item-description h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* line 189, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .curated-item-description p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  /* line 189, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .curated-item-description p {
    font-size: 18px;
    line-height: 26px;
  }
}
/* line 200, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .curated-texts {
  background: transparent !important;
  clear: both;
  padding: 40px 30px 50px;
}
/* line 205, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .curated-texts a {
  color: white;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
/* line 215, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .curated-texts a:hover {
  border-bottom: 2px solid white;
  color: white;
}
@media (min-width: 992px) {
  /* line 200, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .curated-texts {
    padding: 40px 30px 60px;
  }
}
/* line 226, ../assets/scss/components/_curated_content.scss */
.asset-curated-content img {
  width: 100%;
}
@media (min-width: 992px) {
  /* line 226, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content img {
    left: 20px;
    max-height: 500px;
    max-width: 380px;
    position: relative;
    top: 20px;
  }
}
/* line 239, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .field-collection-view:nth-child(even) .curated-texts {
  clear: both;
}
@media (min-width: 992px) {
  /* line 244, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .field-collection-view:nth-child(even) .curated-item-description {
    left: 80px;
  }
  /* line 248, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .field-collection-view:nth-child(even) .curated-content-image {
    float: right;
  }
}
/* line 254, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .read-more {
  display: block;
  margin: 30px auto 0;
  text-align: center;
  width: 77%;
}
@media (min-width: 768px) {
  /* line 254, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .read-more {
    margin-top: 45px;
    width: 42%;
  }
}
@media (min-width: 992px) {
  /* line 254, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .read-more {
    float: right;
    display: inline-block;
    width: auto;
    margin-top: 60px;
  }
}
/* line 278, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .slick-prev {
  left: -10%;
}
@media (min-width: 768px) {
  /* line 278, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .slick-prev {
    left: -128px;
  }
}
/* line 286, ../assets/scss/components/_curated_content.scss */
.asset-curated-content .slick-next {
  right: -10%;
}
@media (min-width: 768px) {
  /* line 286, ../assets/scss/components/_curated_content.scss */
  .asset-curated-content .slick-next {
    right: -116px;
  }
}

/* line 8, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii {
  background-position: top center;
  background-size: cover;
  color: white;
  position: relative;
  text-align: center;
  padding-top: 3%;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  /* line 8, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii {
    margin-bottom: 0;
  }
}
/* line 21, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii::after {
  background-image: -webkit-linear-gradient(left, #c22635, #f69343 50%, #00adef);
  background-image: -o-linear-gradient(left, #c22635, #f69343 50%, #00adef);
  background-image: linear-gradient(to right, #c22635, #f69343 50%, #00adef);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC22635', endColorstr='#FF00ADEF', GradientType=1);
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
/* line 33, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .change-button-bottom {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
}
/* line 40, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .component-backdrop-image {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* line 49, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .component-backdrop-image .img-responsive {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 49, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .component-backdrop-image .img-responsive {
    height: auto;
  }
}
/* line 58, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .component-backdrop-image picture.img-responsive {
  height: 100%;
  width: 450px;
}
@media (min-width: 480px) {
  /* line 58, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .component-backdrop-image picture.img-responsive {
    width: 768px;
  }
}
@media (min-width: 768px) {
  /* line 58, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .component-backdrop-image picture.img-responsive {
    width: 1280px;
  }
}
@media (min-width: 992px) {
  /* line 58, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .component-backdrop-image picture.img-responsive {
    width: 1920px;
  }
}
/* line 75, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .component-backdrop-image img {
  -webkit-transform: translate(-25%, -25%);
  -moz-transform: translate(-25%, -25%);
  -o-transform: translate(-25%, -25%);
  -ms-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
  position: absolute;
  top: 25%;
  left: 25%;
}
/* line 83, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii header {
  margin: 0 15%;
}
/* line 86, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii header h2 {
  font: italic 26px/40px "Lora", serif;
  margin: 0 0 50px;
}
/* line 91, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii header h2.component-title {
  color: inherit;
  font-style: normal;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 992px) {
  /* line 91, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii header h2.component-title {
    /* @TODO remove, redundant
    font-size: 50px;
    line-height: 50px;
    */
    margin: 0 0 25px;
  }
}
/* line 108, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .mobile-only {
  display: none;
}
/* line 112, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .mobile-list {
  display: none;
}
/* line 115, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .mobile-list .close {
  display: block;
  float: none;
  color: white;
  opacity: 1;
}
/* line 121, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .mobile-list .close span {
  display: none;
}
/* line 127, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .mobile-list .traveler-types li {
  flex-basis: 100%;
  margin: 10px;
}
/* line 131, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .mobile-list .traveler-types li:first-of-type {
  display: none;
}
/* line 136, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .mobile-list .traveler-types a {
  display: flex;
  align-items: center;
}
/* line 141, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .mobile-list .traveler-types .replaced-svg {
  float: left;
}
/* line 145, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .mobile-list .traveler-types .thick-circle {
  display: none;
}
/* line 149, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .mobile-list .traveler-types .category {
  width: auto;
  position: relative;
  transform: none;
  left: 0;
  flex-grow: 1;
  margin-left: 10px;
}
/* line 157, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .mobile-list .traveler-types .category::after {
  content: none;
}
/* line 164, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .travelers-list {
  margin: 0 auto;
  max-width: 1800px;
}
@media (min-width: 992px) {
  /* line 164, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .travelers-list {
    margin: 111px auto auto;
  }
}
/* line 173, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .travelers-list,
.asset-discover-hawaii .mobile-list {
  padding: 0 8% 5%;
}
@media (min-width: 992px) {
  /* line 173, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .travelers-list,
  .asset-discover-hawaii .mobile-list {
    padding: 0 5% 8%;
  }
}
/* line 182, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types {
  display: flex;
  flex-wrap: wrap;
}
/* line 186, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types li {
  margin-bottom: 75px;
  flex-basis: 50%;
  margin-top: 30.33333px;
  justify-content: center;
  flex-grow: 1;
}
@media (min-width: 992px) {
  /* line 186, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .traveler-types li {
    flex-basis: 20%;
    margin-top: 0;
  }
  /* line 197, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .traveler-types li:nth-child(7), .asset-discover-hawaii .traveler-types li:nth-child(8), .asset-discover-hawaii .traveler-types li:nth-child(9), .asset-discover-hawaii .traveler-types li:nth-child(10) {
    flex-basis: 25%;
    flex-grow: 0;
  }
  /* line 205, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .traveler-types li:nth-child(7) {
    margin-left: 98px;
  }
  /* line 209, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .traveler-types li:nth-child(8) {
    margin-left: -65px;
  }
  /* line 213, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .traveler-types li:nth-child(9) {
    margin-left: -65px;
  }
  /* line 217, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .traveler-types li:nth-child(10) {
    margin-left: -68px;
  }
}
/* line 225, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types li:first-of-type {
  display: none;
  flex-basis: 100%;
  margin-bottom: 0;
}
/* line 230, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types li:first-of-type a {
  color: white;
  font-weight: normal;
  font-style: italic;
}
/* line 238, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types a {
  display: inline-block;
  position: relative;
}
/* line 242, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types a .category {
  color: white;
  display: block;
  font: bold 18px/30px "Lora", serif;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 480px) {
  /* line 242, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .traveler-types a .category {
    width: 200px;
  }
}
/* line 257, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types a .category::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 35px;
  margin: auto;
  border-bottom: 2px solid white;
  transition: width 0.25s, border-width 0.25s;
}
/* line 272, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types a img,
.asset-discover-hawaii .traveler-types a .replaced-svg {
  fill: white;
  transition: width 0.25s;
  width: 91px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  /* line 272, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .traveler-types a img,
  .asset-discover-hawaii .traveler-types a .replaced-svg {
    width: 130px;
  }
}
/* line 284, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types a span.thin-circle {
  display: none;
  border: 1px solid white;
  border-radius: 50%;
  display: block;
  height: 145px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 145px;
}
/* line 299, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types a span.thin-circle.second-circle {
  display: none;
  height: 160px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 160px;
}
/* line 310, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types a span.thick-circle {
  border: 4px solid white;
  border-radius: 50%;
  display: block;
  position: absolute;
  height: 91px;
  width: 91px;
  opacity: 0;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  /* line 310, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii .traveler-types a span.thick-circle {
    height: 130px;
    width: 130px;
  }
}
/* line 331, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types li.active span.thin-circle,
.asset-discover-hawaii .traveler-types li a:hover span.thin-circle {
  animation: thinpulsate 1s ease-out;
  animation-iteration-count: infinite;
  animation-delay: 0.5s;
  animation-duration: 2s;
}
/* line 338, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types li.active span.thin-circle.second-circle,
.asset-discover-hawaii .traveler-types li a:hover span.thin-circle.second-circle {
  animation: thinpulsatesecond 1s ease-out;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  animation-duration: 2s;
}
/* line 350, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .traveler-types li.active .category::after,
.asset-discover-hawaii .traveler-types li a:hover .category::after {
  border-bottom-width: 4px;
  width: 105px;
}
/* line 360, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .field-collection-container {
  border: 0;
  clear: both;
}
/* line 364, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .field-collection-container + a {
  display: none;
}
/* line 368, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .field-collection-container .close-slides {
  display: none;
}
/* line 373, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .field-collection-traveler-type {
  display: none;
}
/* line 377, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open {
    /*
    height: 1458px;
    padding-top: 3%;

    header {
      margin-top: -27px;

      h1 {
        margin-bottom: 75px;
      }

      h2 {
        display: none;
      }
    }
    */
}
@media (min-width: 992px) {
  /* line 378, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .travelers-list {
    margin-top: 14px;
    padding-bottom: 0;
  }
  /* line 383, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .travelers-list li:first-child {
    padding-bottom: 10px;
  }
}
/* line 406, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .travelers-list .traveler-types li {
  width: 190px;
}
/* line 411, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .travelers-list .traveler-types.has-selection li:first-of-type {
  display: block !important;
}
@media (min-width: 992px) {
  /* line 411, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .travelers-list .traveler-types.has-selection li:first-of-type {
    display: none;
  }
}
/* line 421, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .travelers-list .traveler-types.has-selection li:not(.active) {
  display: none;
}
@media (min-width: 992px) {
  /* line 421, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .travelers-list .traveler-types.has-selection li:not(.active) {
    display: inherit;
    width: 114px;
  }
  /* line 429, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .travelers-list .traveler-types.has-selection li:not(.active) a .category {
    font-size: 10.8px;
    line-height: 18px;
  }
}
/* line 440, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .field-collection-container {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 66%;
  height: 0;
  position: relative;
  width: 100%;
  max-width: 1200px;
}
@media (min-width: 768px) {
  /* line 450, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .field-collection-container + a {
    display: none;
  }
}
/* line 456, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .field-collection-container .close-slides {
  display: block;
  font-size: 25px;
  height: 25px;
  position: absolute;
  top: 10%;
  width: 25px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 468, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .field-collection-container .close-slides:hover {
  cursor: pointer;
}
/* line 474, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .slick-slide > div {
  height: 100%;
}
/* line 478, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .field-collection-view {
  margin: 0;
  padding: 0;
  background-size: cover;
  max-width: 100%;
  height: 100%;
}
/* line 485, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .field-collection-view.slick-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 792px;
}
/* line 496, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .field-collection-view .slick-list,
.asset-discover-hawaii.open .field-collection-view .slick-track {
  height: 100%;
}
/* line 501, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .field-collection-view .slick-prev {
  left: 7%;
}
/* line 505, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .field-collection-view .slick-next {
  right: 7%;
}
/* line 509, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .field-collection-view .slick-prev,
.asset-discover-hawaii.open .field-collection-view .slick-next {
  padding: 0;
}
/* line 514, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .field-collection-view .slick-prev::before,
.asset-discover-hawaii.open .field-collection-view .slick-next::after {
  font-size: 24px;
}
@media (min-width: 480px) {
  /* line 514, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .field-collection-view .slick-prev::before,
  .asset-discover-hawaii.open .field-collection-view .slick-next::after {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  /* line 514, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .field-collection-view .slick-prev::before,
  .asset-discover-hawaii.open .field-collection-view .slick-next::after {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  /* line 514, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .field-collection-view .slick-prev::before,
  .asset-discover-hawaii.open .field-collection-view .slick-next::after {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  /* line 514, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .field-collection-view .slick-prev::before,
  .asset-discover-hawaii.open .field-collection-view .slick-next::after {
    font-size: 60px;
  }
}
/* line 537, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .slick-arrow {
  width: 25px;
}
/* line 541, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .content-wrap {
  text-shadow: 0 0 25px rgba(51, 51, 51, 0.7), 0 0 25px rgba(51, 51, 51, 0.7);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* line 550, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii.open .slide-title {
  font: bold 18px/1 "Lora", serif;
}
@media (min-width: 480px) {
  /* line 550, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .slide-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  /* line 550, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .slide-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  /* line 550, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .slide-title {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  /* line 550, ../assets/scss/components/_discover_hawaii.scss */
  .asset-discover-hawaii.open .slide-title {
    font-size: 50px;
  }
}
/* line 572, ../assets/scss/components/_discover_hawaii.scss */
.asset-discover-hawaii .explore-link {
  color: white;
  font-family: "elza thin", sans-serif;
}

/* line 2, ../assets/scss/components/_double_column.scss */
.asset-double-column {
  background-color: #ededed;
  margin: 0 auto 40px;
  max-width: 1350px;
  overflow: hidden;
  padding: 60px 0 80px;
  width: 100%;
}
@media (min-width: 480px) {
  /* line 2, ../assets/scss/components/_double_column.scss */
  .asset-double-column {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, transparent 0, transparent 45.05%, #ededed 45.05%, #ededed 54.95%);
    background-image: -o-linear-gradient(left, transparent 0, transparent 45.05%, #ededed 45.05%, #ededed 54.95%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45.05%, #ededed 45.05%, #ededed 54.95%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#ededed', GradientType=1);
  }
}
/* line 19, ../assets/scss/components/_double_column.scss */
.asset-double-column header {
  padding: 0 22px;
}
@media (min-width: 480px) {
  /* line 19, ../assets/scss/components/_double_column.scss */
  .asset-double-column header {
    margin-bottom: 40px;
    padding: 0;
  }
}
/* line 27, ../assets/scss/components/_double_column.scss */
.asset-double-column header h2.component-title {
  margin: 20px 5% 10px;
  font-weight: 700;
}

/* line 34, ../assets/scss/components/_double_column.scss */
.double-column-image {
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 480px) {
  /* line 34, ../assets/scss/components/_double_column.scss */
  .double-column-image {
    margin-bottom: 0;
    width: 91.25%;
  }
}
@media (min-width: 992px) {
  /* line 34, ../assets/scss/components/_double_column.scss */
  .double-column-image {
    width: 60%;
  }
}
/* line 50, ../assets/scss/components/_double_column.scss */
.double-column-image::before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 96.5%;
}
/* line 57, ../assets/scss/components/_double_column.scss */
.double-column-image::after {
  content: '';
  display: inline-block;
  height: 66.75%;
  left: 0;
  position: absolute;
  top: 22px;
  width: 20px;
}
/* line 67, ../assets/scss/components/_double_column.scss */
.double-column-image picture.img-responsive {
  position: relative;
  width: 93.75%;
  margin-left: 20px;
}
@media (min-width: 480px) {
  /* line 67, ../assets/scss/components/_double_column.scss */
  .double-column-image picture.img-responsive {
    width: 97%;
  }
}
/* line 76, ../assets/scss/components/_double_column.scss */
.double-column-image picture.img-responsive::before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 70%;
}
/* line 87, ../assets/scss/components/_double_column.scss */
.double-column-image img {
  position: relative;
  width: 100%;
}
/* line 93, ../assets/scss/components/_double_column.scss */
.double-column-image figcaption {
  padding-left: 20px;
}
/* line 97, ../assets/scss/components/_double_column.scss */
.double-column-image .photo-caption {
  color: gray;
  font: italic 18px/22px "elza thin", sans-serif;
}
/* line 102, ../assets/scss/components/_double_column.scss */
.double-column-image .photo-credit {
  color: #333333;
  display: block;
  font: bold 11px/14px "elza thin", sans-serif;
}
@media (min-width: 480px) {
  /* line 102, ../assets/scss/components/_double_column.scss */
  .double-column-image .photo-credit {
    display: inline-block;
  }
}

/* line 117, ../assets/scss/components/_double_column.scss */
.entity.island-hawaii .double-column-image picture.img-responsive::before, .entity.island-hawaii .double-column-image picture.img-responsive::after {
  background-color: #c22635;
}
/* line 125, ../assets/scss/components/_double_column.scss */
.entity.island-kauai .double-column-image picture.img-responsive::before, .entity.island-kauai .double-column-image picture.img-responsive::after {
  background-color: #785983;
}
/* line 133, ../assets/scss/components/_double_column.scss */
.entity.island-lanai .double-column-image picture.img-responsive::before, .entity.island-lanai .double-column-image picture.img-responsive::after {
  background-color: #f69343;
}
/* line 141, ../assets/scss/components/_double_column.scss */
.entity.island-maui .double-column-image picture.img-responsive::before, .entity.island-maui .double-column-image picture.img-responsive::after {
  background-color: #ac0772;
}
/* line 149, ../assets/scss/components/_double_column.scss */
.entity.island-molokai .double-column-image picture.img-responsive::before, .entity.island-molokai .double-column-image picture.img-responsive::after {
  background-color: #115a2e;
}
/* line 157, ../assets/scss/components/_double_column.scss */
.entity.island-oahu .double-column-image picture.img-responsive::before, .entity.island-oahu .double-column-image picture.img-responsive::after {
  background-color: #f3be37;
}
@media (min-width: 992px) {
  /* line 163, ../assets/scss/components/_double_column.scss */
  .entity .call-to-action {
    float: left;
    margin: 60px 10% 0 40px;
  }
}
/* line 170, ../assets/scss/components/_double_column.scss */
.entity .call-to-action > a {
  display: inline-block;
}
@media all and (max-width: 992px) {
  /* line 170, ../assets/scss/components/_double_column.scss */
  .entity .call-to-action > a {
    display: block;
    margin: 3rem 2rem 1rem;
  }
}

/* line 186, ../assets/scss/components/_double_column.scss */
.double-column-content {
  margin: 0 auto;
  width: 86%;
}
@media (min-width: 480px) {
  /* line 186, ../assets/scss/components/_double_column.scss */
  .double-column-content {
    margin: 0 20px;
    width: 84.75%;
  }
}
@media (min-width: 992px) {
  /* line 186, ../assets/scss/components/_double_column.scss */
  .double-column-content {
    float: left;
    margin: 60px 3.5% 0 40px;
    width: 28%;
  }
}
/* line 201, ../assets/scss/components/_double_column.scss */
.double-column-content p {
  margin-bottom: 35px;
}
/* line 205, ../assets/scss/components/_double_column.scss */
.double-column-content p + a {
  border: 1px solid #333333;
  color: #333333;
  display: block;
  margin: 0 auto;
  padding: 12px 25px;
  width: 150px;
}
@media (min-width: 992px) {
  /* line 205, ../assets/scss/components/_double_column.scss */
  .double-column-content p + a {
    display: inline-block;
    margin: 0;
    width: auto;
  }
}
/* line 223, ../assets/scss/components/_double_column.scss */
.double-column-content p + a:hover {
  background-color: gray;
  border: 1px solid gray;
  color: white;
}

/* line 1, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video {
  margin-bottom: 50px;
  position: relative;
}
/* line 5, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video .entity-asset {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* line 14, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video header {
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 14, ../assets/scss/components/_embedded_video.scss */
  .asset-embedded-video header {
    max-width: 80%;
    width: 960px;
  }
}
@media (min-width: 992px) {
  /* line 14, ../assets/scss/components/_embedded_video.scss */
  .asset-embedded-video header {
    max-width: 100%;
  }
}
/* line 27, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video header h2.component-title {
  margin: 0.5em 5%;
}
/* line 32, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video .embedded-video--content {
  background-position: center center;
  background-size: cover;
  color: white;
  position: relative;
  width: 100%;
}
/* line 39, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video .embedded-video--content::before {
  background-image: -webkit-linear-gradient(left, #c22635, #f69343 50%, #00adef);
  background-image: -o-linear-gradient(left, #c22635, #f69343 50%, #00adef);
  background-image: linear-gradient(to right, #c22635, #f69343 50%, #00adef);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC22635', endColorstr='#FF00ADEF', GradientType=1);
  content: '';
  display: block;
  height: 10px;
  width: 100%;
}
/* line 47, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video .embedded-video--content::after {
  background-image: url('../assets/images-min/blacksand_fade_rev2.jpg?1718916822');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 95%;
  left: 0;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 0;
}
/* line 61, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video .embedded-video--content .inner {
  margin: 50px auto 0;
  max-width: 480px;
}
@media (min-width: 768px) {
  /* line 61, ../assets/scss/components/_embedded_video.scss */
  .asset-embedded-video .embedded-video--content .inner {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  /* line 61, ../assets/scss/components/_embedded_video.scss */
  .asset-embedded-video .embedded-video--content .inner {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  /* line 61, ../assets/scss/components/_embedded_video.scss */
  .asset-embedded-video .embedded-video--content .inner {
    max-width: 1280px;
  }
}
/* line 79, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video .video-thumbnail {
  position: relative;
  z-index: 2;
}
/* line 85, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video .sensory-controls-wrapper,
.asset-embedded-video .video-thumbnail {
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 85, ../assets/scss/components/_embedded_video.scss */
  .asset-embedded-video .sensory-controls-wrapper,
  .asset-embedded-video .video-thumbnail {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  /* line 85, ../assets/scss/components/_embedded_video.scss */
  .asset-embedded-video .sensory-controls-wrapper,
  .asset-embedded-video .video-thumbnail {
    max-width: 950px;
  }
}
/* line 98, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video picture.video-thumbnail {
  order: 1;
  cursor: pointer;
}
/* line 102, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video picture.video-thumbnail img {
  -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  /* line 102, ../assets/scss/components/_embedded_video.scss */
  .asset-embedded-video picture.video-thumbnail img {
    max-width: 950px;
  }
}
/* line 114, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video .youtube-container--responsive {
  margin: -50px 0 0;
}
@media (min-width: 768px) {
  /* line 114, ../assets/scss/components/_embedded_video.scss */
  .asset-embedded-video .youtube-container--responsive {
    margin-right: 5%;
    margin-left: 5%;
  }
}
/* line 123, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video .video-description {
  position: relative;
  z-index: 1;
  order: 3;
  padding: 0 5% 10%;
  background-color: #333333;
}
@media (min-width: 768px) {
  /* line 123, ../assets/scss/components/_embedded_video.scss */
  .asset-embedded-video .video-description {
    padding: 0 10% 5%;
  }
}
@media (min-width: 992px) {
  /* line 123, ../assets/scss/components/_embedded_video.scss */
  .asset-embedded-video .video-description {
    width: 65%;
    margin: 0 0 0 9%;
    padding: 2.5% 2.5% 5% 10%;
  }
}
@media (min-width: 768px) {
  /* line 140, ../assets/scss/components/_embedded_video.scss */
  .asset-embedded-video .video-description::before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjg4YyIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMDA2ODhjIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00688c), color-stop(60%, #00688c), color-stop(60%, #333333), color-stop(100%, #333333));
    background-image: -moz-linear-gradient(top, #00688c 0%, #00688c 60%, #333333 60%, #333333 100%);
    background-image: -webkit-linear-gradient(top, #00688c 0%, #00688c 60%, #333333 60%, #333333 100%);
    background-image: linear-gradient(to bottom, #00688c 0%, #00688c 60%, #333333 60%, #333333 100%);
    content: '';
    position: absolute;
    top: -200px;
    left: 0;
    display: block;
    height: 200px;
    width: 75%;
  }
}
@media (min-width: 992px) {
  /* line 140, ../assets/scss/components/_embedded_video.scss */
  .asset-embedded-video .video-description::before {
    height: 300px;
    top: -300px;
  }
}
/* line 159, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video a {
  display: block;
  margin: 30px 0 0;
  color: white;
  font: normal 16px "elza thin", sans-serif;
  text-transform: uppercase;
}
/* line 166, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video a:hover {
  color: gray;
}
/* line 175, ../assets/scss/components/_embedded_video.scss */
.asset-embedded-video .youtube-field-player {
  display: block;
  margin: 0 auto;
}

/* line 1, ../assets/scss/components/_form.scss */
.asset-form {
  background-color: #f1f3f2;
  font-family: "Lora", serif;
}
/* line 5, ../assets/scss/components/_form.scss */
.asset-form .entity-asset {
  margin: 0 auto;
  max-width: 900px;
  padding: 10px 20px;
}
@media (min-width: 992px) {
  /* line 5, ../assets/scss/components/_form.scss */
  .asset-form .entity-asset {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  /* line 5, ../assets/scss/components/_form.scss */
  .asset-form .entity-asset {
    margin: 0 auto;
    max-width: 900px;
    padding: 35px 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  /* line 5, ../assets/scss/components/_form.scss */
  .asset-form .entity-asset {
    padding: 35px 0;
  }
}

@media (min-width: 992px) {
  /* line 5, ../assets/scss/components/_form.scss */
  .asset-form .entity-asset {
    margin: 0 auto;
    max-width: 900px;
    padding: 50px 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 5, ../assets/scss/components/_form.scss */
  .asset-form .entity-asset {
    padding: 50px 0;
  }
}

/* line 17, ../assets/scss/components/_form.scss */
.asset-form .entity-entityform-type h2 {
  display: none;
}
/* line 21, ../assets/scss/components/_form.scss */
.asset-form p {
  color: #666666;
}
/* line 27, ../assets/scss/components/_form.scss */
.asset-form form .form-type-textfield input {
  border-bottom: 0;
}
/* line 31, ../assets/scss/components/_form.scss */
.asset-form form .has-error .control-label {
  color: #c22635;
}
/* line 35, ../assets/scss/components/_form.scss */
.asset-form form .has-error.form-type-radio .control-label {
  color: #333333;
  font-weight: normal;
}
@media (min-width: 992px) {
  /* line 42, ../assets/scss/components/_form.scss */
  .asset-form #event-users-entityform-edit-form #left_group,
  .asset-form #event-users-entityform-edit-form #right_group {
    width: 48%;
    float: left;
  }
}
/* line 49, ../assets/scss/components/_form.scss */
.asset-form #event-users-entityform-edit-form #left_group h2,
.asset-form #event-users-entityform-edit-form #right_group h2 {
  display: block;
}
@media (min-width: 992px) {
  /* line 54, ../assets/scss/components/_form.scss */
  .asset-form #event-users-entityform-edit-form #left_group {
    margin-right: 4%;
  }
}
/* line 60, ../assets/scss/components/_form.scss */
.asset-form #event-users-entityform-edit-form button {
  clear: both;
  display: block;
  margin-top: 1em;
}
/* line 66, ../assets/scss/components/_form.scss */
.asset-form #event-users-entityform-edit-form .glyphicon-question-sign::before {
  content: '';
}
/* line 71, ../assets/scss/components/_form.scss */
.asset-form .form-submit {
  background-color: #00688c;
  border-radius: 0;
  color: white;
  font-family: "elza thin", sans-serif;
  padding: 20px;
  text-transform: uppercase;
}
/* line 84, ../assets/scss/components/_form.scss */
.asset-form .form-footer {
  font-size: 14px;
}
/* line 89, ../assets/scss/components/_form.scss */
.asset-form em {
  display: inline-block;
  font-size: 10px;
  line-height: 1.5em;
  margin-top: 10px;
}
@media (min-width: 992px) {
  /* line 97, ../assets/scss/components/_form.scss */
  .asset-form #user-login-form,
  .asset-form #user-register-form {
    width: 48%;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 105, ../assets/scss/components/_form.scss */
  .asset-form #user-login-form {
    margin-right: 4%;
  }
}
/* line 111, ../assets/scss/components/_form.scss */
.asset-form .form-footer {
  clear: both;
}

/* line 119, ../assets/scss/components/_form.scss */
.page-node-5901 .help-block {
  color: #333333;
}

/* line 124, ../assets/scss/components/_form.scss */
.signup-form-ko-for-en {
  padding-top: 2em;
}

/* line 2, ../assets/scss/components/grid/_grid.scss */
.asset-product-grid {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff)), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #ffffff 50%), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #ffffff 50%), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #ffffff 50%), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 45px 100%, 45px auto;
  background-position: top 45px left;
  padding: 0 20px;
  position: relative;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.asset-product-grid:before, .asset-product-grid:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.asset-product-grid:after {
  clear: both;
}
/* line 9, ../assets/scss/components/grid/_grid.scss */
.asset-product-grid .entity-asset {
  margin: 0 auto;
  padding: 50px;
}
@media (min-width: 768px) {
  /* line 9, ../assets/scss/components/grid/_grid.scss */
  .asset-product-grid .entity-asset {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../assets/scss/components/grid/_grid.scss */
  .asset-product-grid .entity-asset {
    max-width: 1126px;
  }
}
@media (min-width: 1650px) {
  /* line 9, ../assets/scss/components/grid/_grid.scss */
  .asset-product-grid .entity-asset {
    max-width: 1632px;
  }
}
/* line 27, ../assets/scss/components/grid/_grid.scss */
.asset-product-grid h1 {
  text-align: center;
}
@media (min-width: 992px) {
  /* line 27, ../assets/scss/components/grid/_grid.scss */
  .asset-product-grid h1 {
    text-align: left;
  }
}
/* line 35, ../assets/scss/components/grid/_grid.scss */
.asset-product-grid .grid-component-subtitle {
  color: #666666;
  font-size: 0.8em;
  line-height: 1.5;
  padding: 0.5em 0;
}
/* line 42, ../assets/scss/components/grid/_grid.scss */
.asset-product-grid .services-container {
  clear: both;
  text-align: center;
  width: 100%;
}
/* line 47, ../assets/scss/components/grid/_grid.scss */
.asset-product-grid .services-container .services-link {
  border: 2px solid #333333;
  color: #333333;
  display: inline-block;
  font: 600 16px/20px "Gill Sans", sans-serif;
  margin-top: 25px;
  padding: 15px 25px;
  text-transform: uppercase;
}
/* line 62, ../assets/scss/components/grid/_grid.scss */
.asset-product-grid .search-submit-reset--large-screen {
  display: none;
}
@media (min-width: 768px) {
  /* line 62, ../assets/scss/components/grid/_grid.scss */
  .asset-product-grid .search-submit-reset--large-screen {
    display: block;
  }
}
/* line 69, ../assets/scss/components/grid/_grid.scss */
.asset-product-grid .search-submit-reset--large-screen .views-exposed-widgets {
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  display: flex;
  align-items: flex-end;
}
/* line 76, ../assets/scss/components/grid/_grid.scss */
.asset-product-grid .search-submit-reset--large-screen .views-exposed-widgets {
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  padding: 0;
}
/* line 85, ../assets/scss/components/grid/_grid.scss */
.asset-product-grid .search-submit-reset--large-screen .views-widget-per-page {
  display: none;
}
@media (min-width: 768px) {
  /* line 1, ../assets/scss/components/grid/_filters_facets.scss */
  .asset-product-grid .view-filters {
    float: left;
    display: inline-block;
  }
  /* line 7, ../assets/scss/components/grid/_filters_facets.scss */
  .asset-product-grid .view-filters .views-widget-filter-search_api_views_fulltext,
  .asset-product-grid .view-filters .views-widget-per-page,
  .asset-product-grid .view-filters .views-submit-button,
  .asset-product-grid .view-filters .views-reset-button {
    display: none;
  }
}
/* line 16, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters.views-filters-islands-only .views-submit-button,
.asset-product-grid .view-filters.views-filters-islands-only .views-reset-button {
  display: none;
}
/* line 22, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .filters-label {
  margin: 0 0 15px;
  font: italic normal 26px "Lora", serif;
}
/* line 28, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .views-exposed-widgets {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 35, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .views-exposed-widgets .views-exposed-widget {
  -webkit-order: 4;
  order: 4;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 0;
}
/* line 41, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .views-exposed-widgets .views-widget-filter-search_api_views_fulltext {
  -webkit-order: 1;
  order: 1;
}
/* line 45, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .views-exposed-widgets .views-submit-button,
.asset-product-grid .view-filters .views-exposed-widgets .views-reset-button {
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 45%;
  flex-basis: 45%;
  text-align: center;
}
/* line 52, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .views-exposed-widgets button {
  margin: 30px auto;
}
/* line 56, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .views-exposed-widgets .views-reset-button {
  -webkit-order: 5;
  order: 5;
}
/* line 61, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] {
  background-color: #ededed;
  padding: 30px 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  /* line 61, ../assets/scss/components/grid/_filters_facets.scss */
  .asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] {
    background-color: inherit;
    margin-bottom: 20px;
    padding: 0;
  }
}
/* line 72, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"]:nth-child(3) {
  padding: 30px;
}
@media (min-width: 768px) {
  /* line 72, ../assets/scss/components/grid/_filters_facets.scss */
  .asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"]:nth-child(3) {
    padding: 0;
  }
}
/* line 80, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] label {
  display: block;
  font: bold 25px "Lora", serif;
  margin: 0;
  position: relative;
  padding-right: 32px;
}
/* line 87, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] label::after {
  display: inline-block;
  position: absolute;
  right: 0;
  margin: auto 0;
  height: 18px;
}
/* line 96, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] label.opened::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 102, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] label + div {
  display: none;
  margin: 20px 0;
}
@media (min-width: 768px) {
  /* line 102, ../assets/scss/components/grid/_filters_facets.scss */
  .asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] label + div {
    display: block;
  }
}
@media (min-width: 768px) {
  /* line 115, ../assets/scss/components/grid/_filters_facets.scss */
  .asset-product-grid .view-filters.views-filters-islands-only label::after {
    content: none !important;
  }
  /* line 120, ../assets/scss/components/grid/_filters_facets.scss */
  .asset-product-grid .view-filters.views-filters-islands-only .views-exposed-widget > label {
    display: none;
  }
}
/* line 126, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .facetapi-facet-field-island-ref {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
@media (min-width: 768px) {
  /* line 126, ../assets/scss/components/grid/_filters_facets.scss */
  .asset-product-grid .view-filters .facetapi-facet-field-island-ref {
    flex-direction: row;
  }
}
/* line 135, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .facetapi-facet-field-island-ref a.facetapi-active {
  display: none;
}
/* line 139, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .facetapi-facet-field-island-ref input[type="checkbox"] {
  display: none;
}
/* line 146, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .facetapi-facet-field-island-ref li .active-facet-kauai {
  border-bottom: 5px solid #785983;
}
/* line 146, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .facetapi-facet-field-island-ref li .active-facet-oahu {
  border-bottom: 5px solid #f3be37;
}
/* line 146, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .facetapi-facet-field-island-ref li .active-facet-molokai {
  border-bottom: 5px solid #115a2e;
}
/* line 146, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .facetapi-facet-field-island-ref li .active-facet-lanai {
  border-bottom: 5px solid #f69343;
}
/* line 146, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .facetapi-facet-field-island-ref li .active-facet-maui {
  border-bottom: 5px solid #ac0772;
}
/* line 146, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .facetapi-facet-field-island-ref li .active-facet-hawaii {
  border-bottom: 5px solid #c22635;
}
/* line 146, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .facetapi-facet-field-island-ref li .active-facet-island-of-hawaii {
  border-bottom: 5px solid #c22635;
}
/* line 146, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .facetapi-facet-field-island-ref li .active-facet-multiple {
  border-bottom: 5px solid #00688c;
}
/* line 152, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .facetapi-facet-field-reservation-and-booking input {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
/* line 158, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .view-filters .views-widget-per-page {
  display: none;
}
/* line 163, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .facetapi-facetapi-links {
  font: 600 15px/28px "elza thin", sans-serif;
  margin: 0 0 0 18px;
  text-transform: uppercase;
}
/* line 168, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .facetapi-facetapi-links a {
  color: #333333;
}
/* line 172, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .facetapi-facetapi-links .active-facet {
  border-bottom: 5px solid #00688c;
}
/* line 176, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .facetapi-facetapi-links .active-facet-child {
  border-bottom: 3px solid #00688c;
}
/* line 180, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .facetapi-facetapi-links ul {
  font-size: 12px;
  margin-left: 20px;
}
/* line 187, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .form-item-search-api-views-fulltext::before {
  position: absolute;
  font-size: 28px;
}
/* line 193, ../assets/scss/components/grid/_filters_facets.scss */
.asset-product-grid .form-item-search-api-views-fulltext input {
  padding-left: 45px;
  font-size: 22px;
}
@media (min-width: 768px) {
  /* line 2, ../assets/scss/components/grid/_content.scss */
  .asset-product-grid .view-content {
    float: right;
    display: inline-block;
  }
}
/* line 8, ../assets/scss/components/grid/_content.scss */
.asset-product-grid .view-content .views-rows {
  display: flex;
  flex-grow: 0;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 15, ../assets/scss/components/grid/_content.scss */
.asset-product-grid .view-content .views-row {
  padding: 9px;
  max-width: 38rem;
  flex-basis: 38rem;
}
@media (min-width: 768px) {
  /* line 15, ../assets/scss/components/grid/_content.scss */
  .asset-product-grid .view-content .views-row {
    border-bottom: 10px solid #ededed;
  }
}
/* line 25, ../assets/scss/components/grid/_content.scss */
.asset-product-grid .view-content .view-header {
  display: none;
  margin: 0 0 20px;
  font: italic normal 18px "Lora", serif;
}
@media (min-width: 768px) {
  /* line 25, ../assets/scss/components/grid/_content.scss */
  .asset-product-grid .view-content .view-header {
    display: block;
  }
}
/* line 1, ../assets/scss/components/grid/_pagination.scss */
.asset-product-grid .pagination li {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
}
/* line 6, ../assets/scss/components/grid/_pagination.scss */
.asset-product-grid .pagination li a {
  padding: 0;
  border: 0;
  color: #333333;
  font: normal 30px "Lora", serif;
}
/* line 14, ../assets/scss/components/grid/_pagination.scss */
.asset-product-grid .pagination li a .ajax-progress-throbber .glyphicon-refresh::before {
  content: '\e906' !important;
  font-family: 'icomoon' !important;
  font-size: 0.75em;
}
/* line 23, ../assets/scss/components/grid/_pagination.scss */
.asset-product-grid .pagination li.active span {
  padding: 0;
  border: 0;
  border-bottom: 4px solid #333333;
  border-radius: 0;
  background-color: transparent;
  color: #333333;
  font-size: 40px;
}
/* line 34, ../assets/scss/components/grid/_pagination.scss */
.asset-product-grid .pagination li.pager-ellipsis span {
  border: 0;
  color: inherit;
}
/* line 108, ../assets/scss/components/grid/_grid.scss */
.asset-product-grid .text-center {
  clear: both;
}
/* line 113, ../assets/scss/components/grid/_grid.scss */
.asset-product-grid .col-sm-12 {
  clear: both;
}
@media (min-width: 768px) {
  /* line 113, ../assets/scss/components/grid/_grid.scss */
  .asset-product-grid .col-sm-12 {
    clear: none;
  }
}
/* line 5, ../assets/scss/components/grid/_malama_overrides.scss */
.asset-product-grid .view-malama-profile-grid-view .group-listing-buttons > div:not(.mmg-lfef-websites) {
  display: none;
}
/* line 11, ../assets/scss/components/grid/_malama_overrides.scss */
.asset-product-grid .view-id-maui_recovery_profile_grid_view .mmg-lfef-booking-url, .asset-product-grid .view-id-maui_recovery_profile_grid_view .field-island-ref {
  display: none !important;
}
/* line 5, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-indexed-event-grid-view .search-submit-reset--large-screen #edit-field-event-date-value-wrapper,
.asset-product-grid .view-indexed-event-grid-view .search-submit-reset--large-screen #edit-field-event-date-value2-wrapper,
.asset-product-grid .view-indexed-event-grid-view .search-submit-reset--large-screen #edit-field-island-ref-wrapper,
.asset-product-grid .view-indexed-event-grid-view .search-submit-reset--large-screen #edit-field-event-categories-wrapper,
.asset-product-grid .view-indexed-event-grid-view .search-submit-reset--large-screen .views-widget-sort-by {
  display: none;
}
@media (min-width: 768px) {
  /* line 19, ../assets/scss/components/grid/_events_overrides.scss */
  .asset-product-grid .view-event-grid-view .form-item-search-api-views-fulltext::before,
  .asset-product-grid .view-indexed-event-grid-view .form-item-search-api-views-fulltext::before {
    margin-left: auto;
    margin-top: auto;
  }
  /* line 24, ../assets/scss/components/grid/_events_overrides.scss */
  .asset-product-grid .view-event-grid-view .form-item-search-api-views-fulltext input,
  .asset-product-grid .view-indexed-event-grid-view .form-item-search-api-views-fulltext input {
    padding-left: 45px;
    border: 0;
    box-shadow: none;
    border-bottom: 3px solid #cccccc;
    border-radius: 0;
  }
}
/* line 33, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .form-item-search-api-views-fulltext::before,
.asset-product-grid .view-indexed-event-grid-view .form-item-search-api-views-fulltext::before {
  margin-left: 8px;
  margin-top: 4px;
}
/* line 38, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .form-item-search-api-views-fulltext input,
.asset-product-grid .view-indexed-event-grid-view .form-item-search-api-views-fulltext input {
  padding: 8px 8px 8px 45px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 46, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .view-content,
.asset-product-grid .view-indexed-event-grid-view .view-content {
  padding-top: 40px;
}
@media (min-width: 992px) {
  /* line 46, ../assets/scss/components/grid/_events_overrides.scss */
  .asset-product-grid .view-event-grid-view .view-content,
  .asset-product-grid .view-indexed-event-grid-view .view-content {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-top: 0;
  }
  /* line 58, ../assets/scss/components/grid/_events_overrides.scss */
  .asset-product-grid .view-event-grid-view .view-content .view-header,
  .asset-product-grid .view-indexed-event-grid-view .view-content .view-header {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  /* line 62, ../assets/scss/components/grid/_events_overrides.scss */
  .asset-product-grid .view-event-grid-view .view-content > .views-row,
  .asset-product-grid .view-indexed-event-grid-view .view-content > .views-row {
    -webkit-flex-basis: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  /* line 65, ../assets/scss/components/grid/_events_overrides.scss */
  .asset-product-grid .view-event-grid-view .view-content > .views-row.views-row-even,
  .asset-product-grid .view-indexed-event-grid-view .view-content > .views-row.views-row-even {
    margin-right: 40px;
  }
}
/* line 72, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .asset-product-grid .view-event-grid-view .view-content .views-row, .asset-product-grid
.asset-product-grid .view-indexed-event-grid-view .view-content .views-row {
  border-bottom: 0;
}
/* line 76, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .views-widget-filter-field_event_date_value,
.asset-product-grid .view-event-grid-view .views-widget-filter-field_event_date_value2,
.asset-product-grid .view-indexed-event-grid-view .views-widget-filter-field_event_date_value,
.asset-product-grid .view-indexed-event-grid-view .views-widget-filter-field_event_date_value2 {
  margin-bottom: 30px;
  width: 100%;
}
/* line 81, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .views-widget-filter-field_event_date_value label,
.asset-product-grid .view-event-grid-view .views-widget-filter-field_event_date_value2 label,
.asset-product-grid .view-indexed-event-grid-view .views-widget-filter-field_event_date_value label,
.asset-product-grid .view-indexed-event-grid-view .views-widget-filter-field_event_date_value2 label {
  display: none;
}
/* line 85, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .views-widget-filter-field_event_date_value div,
.asset-product-grid .view-event-grid-view .views-widget-filter-field_event_date_value2 div,
.asset-product-grid .view-indexed-event-grid-view .views-widget-filter-field_event_date_value div,
.asset-product-grid .view-indexed-event-grid-view .views-widget-filter-field_event_date_value2 div {
  width: 100%;
}
/* line 89, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .views-widget-filter-field_event_date_value input,
.asset-product-grid .view-event-grid-view .views-widget-filter-field_event_date_value2 input,
.asset-product-grid .view-indexed-event-grid-view .views-widget-filter-field_event_date_value input,
.asset-product-grid .view-indexed-event-grid-view .views-widget-filter-field_event_date_value2 input {
  background-color: #ededed;
  background-image: url('../assets/images-min/icons/calendar.svg?1718916822');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  font-weight: normal;
  padding: 10px 0;
  width: 100%;
}
/* line 101, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .view-filters,
.asset-product-grid .view-indexed-event-grid-view .view-filters {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 380px;
}
@media (min-width: 768px) {
  /* line 101, ../assets/scss/components/grid/_events_overrides.scss */
  .asset-product-grid .view-event-grid-view .view-filters,
  .asset-product-grid .view-indexed-event-grid-view .view-filters {
    float: left;
  }
}
/* line 111, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .view-filters .filters,
.asset-product-grid .view-indexed-event-grid-view .view-filters .filters {
  background-color: #ededed;
  padding: 15px 15px 0;
}
@media (min-width: 768px) {
  /* line 111, ../assets/scss/components/grid/_events_overrides.scss */
  .asset-product-grid .view-event-grid-view .view-filters .filters,
  .asset-product-grid .view-indexed-event-grid-view .view-filters .filters {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  /* line 111, ../assets/scss/components/grid/_events_overrides.scss */
  .asset-product-grid .view-event-grid-view .view-filters .filters,
  .asset-product-grid .view-indexed-event-grid-view .view-filters .filters {
    padding: 40px;
  }
}
/* line 124, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .view-filters .submit-event-link,
.asset-product-grid .view-indexed-event-grid-view .view-filters .submit-event-link {
  border: 2px solid #333333;
  color: #333333;
  display: inline-block;
  font: 600 16px/20px "Gill Sans", sans-serif;
  margin-top: 25px;
  padding: 15px 25px;
  text-transform: uppercase;
}
/* line 139, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .form-item-sort-by,
.asset-product-grid .view-indexed-event-grid-view .form-item-sort-by {
  font-style: italic;
  margin-top: 30px;
}
/* line 143, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .form-item-sort-by label::after,
.asset-product-grid .view-indexed-event-grid-view .form-item-sort-by label::after {
  content: ':\00a0';
}
/* line 147, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .form-item-sort-by *,
.asset-product-grid .view-indexed-event-grid-view .form-item-sort-by * {
  display: inline-block;
  font-weight: normal;
}
/* line 152, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .form-item-sort-by .active,
.asset-product-grid .view-indexed-event-grid-view .form-item-sort-by .active {
  font-weight: bold;
}
/* line 156, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .form-item-sort-by a:link,
.asset-product-grid .view-event-grid-view .form-item-sort-by a:visited,
.asset-product-grid .view-indexed-event-grid-view .form-item-sort-by a:link,
.asset-product-grid .view-indexed-event-grid-view .form-item-sort-by a:visited {
  color: #333333;
}
/* line 161, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .form-item-sort-by .form-item-edit-sort-by-field-event-date-value::after,
.asset-product-grid .view-indexed-event-grid-view .form-item-sort-by .form-item-edit-sort-by-field-event-date-value::after {
  content: '\00a0|\00a0';
}
/* line 167, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view #edit_field_event_categories_tid_chosen,
.asset-product-grid .view-event-grid-view #edit_field_event_categories_chosen,
.asset-product-grid .view-indexed-event-grid-view #edit_field_event_categories_tid_chosen,
.asset-product-grid .view-indexed-event-grid-view #edit_field_event_categories_chosen {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: inherit;
  border: 0;
  padding: 0;
  width: 100% !important;
}
/* line 175, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view #edit_field_event_categories_tid_chosen .chosen-single,
.asset-product-grid .view-event-grid-view #edit_field_event_categories_chosen .chosen-single,
.asset-product-grid .view-indexed-event-grid-view #edit_field_event_categories_tid_chosen .chosen-single,
.asset-product-grid .view-indexed-event-grid-view #edit_field_event_categories_chosen .chosen-single {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  font-weight: normal;
  height: auto;
  line-height: inherit;
  padding: 6px 12px;
}
/* line 186, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view #edit_field_event_categories_tid_chosen .chosen-single div,
.asset-product-grid .view-event-grid-view #edit_field_event_categories_chosen .chosen-single div,
.asset-product-grid .view-indexed-event-grid-view #edit_field_event_categories_tid_chosen .chosen-single div,
.asset-product-grid .view-indexed-event-grid-view #edit_field_event_categories_chosen .chosen-single div {
  top: 5px;
}
/* line 192, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .views-row,
.asset-product-grid .view-indexed-event-grid-view .views-row {
  margin: 0 auto;
  max-width: 380px;
  position: relative;
}
/* line 198, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .event-teaser-date,
.asset-product-grid .view-indexed-event-grid-view .event-teaser-date {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #00688c;
  color: white;
  font-family: "Gill Sans", sans-serif;
  font-size: 10px;
  height: 100%;
  left: 30px;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  height: 60px;
  width: 60px;
  z-index: 1;
}
@media (min-width: 992px) {
  /* line 198, ../assets/scss/components/grid/_events_overrides.scss */
  .asset-product-grid .view-event-grid-view .event-teaser-date,
  .asset-product-grid .view-indexed-event-grid-view .event-teaser-date {
    left: 0;
  }
}
/* line 224, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .event-teaser-date > *,
.asset-product-grid .view-indexed-event-grid-view .event-teaser-date > * {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
/* line 228, ../assets/scss/components/grid/_events_overrides.scss */
.asset-product-grid .view-event-grid-view .event-teaser-date .day,
.asset-product-grid .view-indexed-event-grid-view .event-teaser-date .day {
  font-size: 26px;
  font-weight: bold;
  line-height: 1px;
}

/* line 2, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 10%;
  background-position: bottom right;
  background-size: cover;
  color: white;
  height: calc(100vh - 160px);
  padding: 0 20%;
  transition: height 200ms;
}
@media (min-width: 768px) {
  /* line 2, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit {
    height: calc(100vh - 160px);
    /* Snazzy view-port unit. Fallback in JS. */
  }
}
/* line 25, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .entity-asset {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 40px 0 60px;
  text-shadow: 0 0 40px #333333;
}
/* line 36, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .entity-asset.has-video .slick-arrow {
  display: none !important;
}
/* line 42, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .entity-asset.has-audio:not(.has-video) {
  cursor: pointer;
}
/* line 45, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .entity-asset.has-audio:not(.has-video)::before {
  background-image: url('../assets/images-min/icons/sound-white.svg?1718916822');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 20%;
  content: '';
  display: block;
  height: 105px;
  right: 15%;
  position: absolute;
  width: 105px;
  z-index: 2;
}
/* line 63, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .entity-asset.native-video .sensory-controls, .asset-hero-unit .entity-asset.ambient-mode .sensory-controls {
  display: block;
  right: 10%;
  top: 5%;
}
/* line 72, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .entity-asset.no-credit .photo-credit {
  display: none;
}
/* line 77, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .entity-asset picture:not([style="display: none;"]) + video {
  display: none;
}
/* line 81, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .entity-asset picture.img-hidden + video {
  display: inherit !important;
}
/* line 86, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit #field-carousel-just-images {
  height: 100%;
}
/* line 90, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-backdrop-image,
.asset-hero-unit .component-backdrop-carousel {
  background-color: black;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 102, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-backdrop-image::after,
.asset-hero-unit .component-backdrop-carousel::after {
  background-image: url('../assets/images-min/patterns/hanai_pattern_d_white.svg?1718916822');
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  content: '';
  display: block;
  left: -8px;
  position: absolute;
  right: 0;
  height: 47px;
  width: 2400px;
  z-index: 2;
}
/* line 117, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-backdrop-image video,
.asset-hero-unit .component-backdrop-carousel video {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 132, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-backdrop-image .field-collection-view,
.asset-hero-unit .component-backdrop-carousel .field-collection-view {
  width: 100% !important;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 139, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-backdrop-image .slick-list,
.asset-hero-unit .component-backdrop-image .slick-track,
.asset-hero-unit .component-backdrop-image .field-collection-view,
.asset-hero-unit .component-backdrop-carousel .slick-list,
.asset-hero-unit .component-backdrop-carousel .slick-track,
.asset-hero-unit .component-backdrop-carousel .field-collection-view {
  height: 100%;
}
/* line 146, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-backdrop-image .slick-slider .slick-next,
.asset-hero-unit .component-backdrop-carousel .slick-slider .slick-next {
  right: 20px;
}
@media (min-width: 768px) {
  /* line 146, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-backdrop-image .slick-slider .slick-next,
  .asset-hero-unit .component-backdrop-carousel .slick-slider .slick-next {
    right: 60px;
  }
}
@media (min-width: 992px) {
  /* line 146, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-backdrop-image .slick-slider .slick-next,
  .asset-hero-unit .component-backdrop-carousel .slick-slider .slick-next {
    right: 100px;
  }
}
/* line 158, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-backdrop-image .slick-slider .slick-prev,
.asset-hero-unit .component-backdrop-carousel .slick-slider .slick-prev {
  left: 20px;
}
@media (min-width: 768px) {
  /* line 158, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-backdrop-image .slick-slider .slick-prev,
  .asset-hero-unit .component-backdrop-carousel .slick-slider .slick-prev {
    left: 60px;
  }
}
@media (min-width: 992px) {
  /* line 158, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-backdrop-image .slick-slider .slick-prev,
  .asset-hero-unit .component-backdrop-carousel .slick-slider .slick-prev {
    left: 100px;
  }
}
/* line 172, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-backdrop-image .slick-slide,
.asset-hero-unit .component-backdrop-carousel .slick-slide {
  position: relative;
}
/* line 175, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-backdrop-image .slick-slide > div,
.asset-hero-unit .component-backdrop-carousel .slick-slide > div {
  height: 100%;
}
/* line 180, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-backdrop-image .field-collection-view,
.asset-hero-unit .component-backdrop-carousel .field-collection-view {
  position: relative;
}
/* line 184, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-backdrop-image .img-responsive,
.asset-hero-unit .component-backdrop-carousel .img-responsive {
  max-width: none;
}
/* line 188, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-backdrop-image picture.img-responsive,
.asset-hero-unit .component-backdrop-carousel picture.img-responsive {
  height: 100%;
  width: 450px;
}
@media (min-width: 480px) {
  /* line 188, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-backdrop-image picture.img-responsive,
  .asset-hero-unit .component-backdrop-carousel picture.img-responsive {
    width: 768px;
  }
}
@media (min-width: 768px) {
  /* line 188, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-backdrop-image picture.img-responsive,
  .asset-hero-unit .component-backdrop-carousel picture.img-responsive {
    width: 1280px;
  }
}
@media (min-width: 992px) {
  /* line 188, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-backdrop-image picture.img-responsive,
  .asset-hero-unit .component-backdrop-carousel picture.img-responsive {
    width: 1920px;
  }
}
/* line 205, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-backdrop-image img,
.asset-hero-unit .component-backdrop-carousel img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  transition: scale 200ms;
}
@media (min-width: 768px) {
  /* line 218, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .ambient-mode picture {
    display: none;
  }
  /* line 222, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .ambient-mode picture + video {
    display: block !important;
  }
  /* line 226, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .ambient-mode picture .youtube-container--responsive {
    display: block;
  }
}
/* line 233, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .ambient-mode:not(.ambient-mode-fullscreen) .sensory-controls {
  display: none !important;
}
/* line 239, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .hero-h1 {
  display: inline-block;
  position: relative;
  border-top: 8px solid white;
  border-bottom: 8px solid white;
  font: bold 30px "Lora", serif;
  line-height: 1.2;
  margin: 0 auto;
}
@media (min-width: 480px) {
  /* line 239, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .hero-h1 {
    font-size: 46px;
  }
}
@media (min-width: 768px) {
  /* line 239, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .hero-h1 {
    font-size: 65px;
  }
}
@media (min-width: 992px) {
  /* line 239, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .hero-h1 {
    font-size: 85px;
  }
}
@media (min-width: 1200px) {
  /* line 239, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .hero-h1 {
    font-size: 105px;
  }
}
/* line 266, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .hero-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
}
/* line 272, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .hero-content.cta--bottom-right-button {
  justify-content: center;
}
@media (min-width: 768px) {
  /* line 272, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .hero-content.cta--bottom-right-button {
    justify-content: end;
  }
}
/* line 281, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .hero-titles {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  transform: translateY(-50%);
}
/* line 288, ../assets/scss/components/_hero_unit.scss */
body.front .asset-hero-unit .hero-titles {
  transform: translateY(-75%) translateX(-7%);
}
@media (min-width: 768px) {
  /* line 288, ../assets/scss/components/_hero_unit.scss */
  body.front .asset-hero-unit .hero-titles {
    transform: translateY(-85%) translateX(-20%);
  }
}
@media (min-width: 992px) {
  /* line 288, ../assets/scss/components/_hero_unit.scss */
  body.front .asset-hero-unit .hero-titles {
    transform: translateY(-80%) translateX(-7%);
  }
}
@media (min-width: 1200px) {
  /* line 288, ../assets/scss/components/_hero_unit.scss */
  body.front .asset-hero-unit .hero-titles {
    transform: translateY(-75%) translateX(-7%);
  }
}
@media (min-width: 1400px) {
  /* line 288, ../assets/scss/components/_hero_unit.scss */
  body.front .asset-hero-unit .hero-titles {
    transform: translateY(-70%) translateX(-7%);
  }
}
/* line 310, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .image-title-override .component-title {
  padding-bottom: 37.44%;
  height: 0;
  border: 0;
  text-transform: none;
  text-indent: -99999px;
}
/* line 317, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .image-title-override .component-title.aloha {
  width: 60%;
  background: url('../assets/images-min/front/Aloha_text-01.png?1718916822') no-repeat;
  background-size: 100%;
  background-position-y: center;
}
@media (min-width: 768px) {
  /* line 317, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .image-title-override .component-title.aloha {
    font-size: 84px;
    width: 375px;
  }
}
@media (min-width: 992px) {
  /* line 317, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .image-title-override .component-title.aloha {
    font-size: 169px;
  }
}
/* line 335, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .image-title-override .component-title.e_como_mai {
  width: 100%;
  background: url('../assets/images-min/front/e-como-mai.svg?1718916822') no-repeat;
  background-size: 100%;
  background-position-y: center;
}
/* line 342, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .image-title-override .component-title.e_kipa_mai {
  width: 100%;
  background: url('../assets/images-min/front/E-Kipa-Mai.svg?1718916822') no-repeat;
  background-size: 100%;
  background-position-y: center;
}
/* line 349, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .image-title-override .component-title.malama_hawaii {
  width: 100%;
  background: url('../assets/images-min/front/Malama-Hawaii.svg?1718916822') no-repeat;
  background-size: 70%;
  background-position-y: center;
}
/* line 356, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .image-title-override .component-title.malama_maui {
  width: 80%;
  background: url('../assets/images-min/front/Malama_Maui_Text_Horizontal_D.svg?1718916822') no-repeat;
  background-size: 100%;
  background-position-y: center;
}
@media (min-width: 768px) {
  /* line 356, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .image-title-override .component-title.malama_maui {
    width: 70%;
    background: url('../assets/images-min/front/Malama_Maui_Text_Stacked_M.svg?1718916822') no-repeat;
  }
}
@media (min-width: 1200px) {
  /* line 356, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .image-title-override .component-title.malama_maui {
    width: 100%;
    background: url('../assets/images-min/front/Malama_Maui_Text_Horizontal_D.svg?1718916822') no-repeat;
  }
}
/* line 376, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .image-title-override.default .hero-titles {
  display: block;
}
/* line 381, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .image-title-override.force-2col-desktop {
      /* @debug may not be needed.
      .component-title {
        width: 50%;

        @include breakpoint($screen-sm) {
          width: 70%;
        }

        @include breakpoint($screen-md) {
          width: 100%;
        }
      }
      */
}
/* line 382, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .image-title-override.force-2col-desktop .component-subtitle {
  flex-basis: 50%;
}
/* line 386, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .image-title-override.force-2col-desktop .hero-titles {
  flex-direction: column;
  align-items: center;
  transform: translateY(-75%) translateX(-7%);
}
@media (min-width: 768px) {
  /* line 386, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .image-title-override.force-2col-desktop .hero-titles {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  /* line 386, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .image-title-override.force-2col-desktop .hero-titles {
    transform: translateY(-85%) translateX(-20%);
  }
}
@media (min-width: 992px) {
  /* line 386, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .image-title-override.force-2col-desktop .hero-titles {
    transform: translateY(-80%) translateX(-7%);
  }
}
@media (min-width: 1200px) {
  /* line 386, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .image-title-override.force-2col-desktop .hero-titles {
    transform: translateY(-75%) translateX(-7%);
  }
}
@media (min-width: 1400px) {
  /* line 386, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .image-title-override.force-2col-desktop .hero-titles {
    transform: translateY(-70%) translateX(-7%);
  }
}
/* line 414, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .image-title-override.force-2col-desktop .hero-titles h1 {
  background-position: center;
}
/* line 418, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .image-title-override.force-2col-desktop .hero-titles h2 {
  display: block;
  flex-direction: row;
}
/* line 442, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-title-before,
.asset-hero-unit .component-title-after {
  width: 100%;
  position: absolute;
  left: 0;
  border-top: 8px solid white;
  display: none;
}
/* line 451, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-title-before {
  top: -8px;
}
/* line 455, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-title-after {
  bottom: -8px;
}
/* line 459, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-subtitle {
  margin-left: 1em;
}
@media (min-width: 768px) {
  /* line 462, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-subtitle.smaller-font {
    margin-left: 3rem;
  }
}
/* line 467, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-subtitle.smaller-font h2 {
  line-height: 1.25;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  /* line 467, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-subtitle.smaller-font h2 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  /* line 467, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-subtitle.smaller-font h2 {
    font-size: 1.55rem;
  }
}
@media (min-width: 1200px) {
  /* line 467, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-subtitle.smaller-font h2 {
    font-size: 1.8rem;
  }
}
/* line 484, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-subtitle.smaller-font a::after {
  display: none;
}
/* line 491, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-cta-wrapper.bottom-right-button {
  align-self: end;
}
@media (min-width: 768px) {
  /* line 491, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-cta-wrapper.bottom-right-button {
    margin-bottom: 7rem;
    margin-right: 7rem;
  }
}
@media (min-width: 992px) {
  /* line 491, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-cta-wrapper.bottom-right-button {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  /* line 491, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-cta-wrapper.bottom-right-button {
    margin-bottom: 3rem;
  }
}
/* line 507, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-cta-wrapper.bottom-right-button a {
  display: inline-block;
  border-color: white;
  color: white;
  font-size: 1.25rem;
  padding: 0.75rem 1.25rem;
  border-width: 1px;
}
@media (min-width: 768px) {
  /* line 507, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-cta-wrapper.bottom-right-button a {
    font-size: 1.6rem;
    padding: 1.125rem 1.875rem;
    border-width: 1.5px;
  }
}
@media (min-width: 992px) {
  /* line 507, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .component-cta-wrapper.bottom-right-button a {
    font-size: 1.6rem;
    padding: 1.5rem 2.5rem;
    border-width: 2px;
  }
}
/* line 532, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .component-cta-wrapper.bottom-right-button a:visited {
  color: white;
}
/* line 539, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit h2 {
  font: bold 30px/30px "Lora", serif;
  display: none;
}
@media (min-width: 768px) {
  /* line 539, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit h2 {
    display: block;
    font-size: 36px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  /* line 539, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit h2 {
    font-size: 50px;
  }
}
/* line 553, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit h2 span {
  font: bold 40px/50px "Lora", serif;
}
/* line 558, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit a {
  color: white;
}
/* line 565, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit a:hover {
  color: white;
  border-bottom: 1px solid white;
}
/* line 571, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .photo-credit {
  align-self: flex-end;
  display: none;
  font: bold 11px/14px "elza thin", sans-serif;
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 571, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .photo-credit {
    display: block;
  }
}
/* line 582, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .continue-scroll {
  position: absolute;
  right: 15%;
  bottom: -45px;
  z-index: 1;
  display: none;
  width: 7.2em;
  padding: 20px 10px 110px;
  background-color: white;
  color: #00688c;
  font: 600 14px/18px "elza thin", sans-serif;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  opacity: 0.8;
}
@media (min-width: 768px) {
  /* line 582, ../assets/scss/components/_hero_unit.scss */
  .asset-hero-unit .continue-scroll {
    display: block;
  }
}
/* line 603, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .continue-scroll p {
  margin: 0 0 10px;
}
/* line 607, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .continue-scroll::after {
  color: #00adef;
  font-size: 18px;
  font-weight: bold;
}
/* line 615, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .continue-scroll.island::after {
  color: white;
}
/* line 620, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .continue-scroll.kauai {
  background-color: #785983;
}
/* line 624, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .continue-scroll.oahu {
  background-color: #f3be37;
}
/* line 628, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .continue-scroll.molokai {
  background-color: #115a2e;
}
/* line 632, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .continue-scroll.lanai {
  background-color: #f69343;
}
/* line 636, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .continue-scroll.maui {
  background-color: #ac0772;
}
/* line 640, ../assets/scss/components/_hero_unit.scss */
.asset-hero-unit .continue-scroll.hawaii {
  background-color: #c22635;
}

/* line 1, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery {
  color: #333333;
  margin: 50px auto;
  max-width: 1920px;
  overflow: hidden;
  padding: 40px 20px 0;
  position: relative;
  width: 100%;
}
/* line 10, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .entity {
  margin: 0 auto;
  max-width: 270px;
  padding: 0px 20px;
}
@media (min-width: 992px) {
  /* line 10, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .entity {
    padding: 0px 0;
  }
}
@media (min-width: 768px) {
  /* line 10, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .entity {
    margin: 0 auto;
    max-width: 420px;
    padding: 0px 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  /* line 10, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .entity {
    padding: 0px 0;
  }
}

@media (min-width: 992px) {
  /* line 10, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .entity {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0px 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 10, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .entity {
    padding: 0px 0;
  }
}

/* line 22, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .component-backdrop-image {
  background-color: #b1b1b1;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* line 31, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .component-backdrop-image .img-responsive {
  height: 100%;
  max-width: none;
}
/* line 36, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .component-backdrop-image img {
  width: 100%;
}
/* line 42, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .component-backdrop-image ~ *,
.asset-image-gallery .component-backdrop-image ~ * .learn-more-link {
  color: white;
}
/* line 47, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery h2.component-title {
  margin-bottom: 22px;
  font-family: "Lora", serif;
  font-weight: bold;
}
@media (min-width: 992px) {
  /* line 47, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery h2.component-title {
    margin-left: 70px;
    width: 56.25%;
  }
}
/* line 59, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .slick-list {
  margin: 0 auto;
  width: 230px;
}
@media (min-width: 768px) {
  /* line 59, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .slick-list {
    width: 380px;
  }
}
/* line 68, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .slick-prev,
.asset-image-gallery .slick-next {
  padding: 0 1rem;
  top: 50%;
}
/* line 73, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .slick-prev::before, .asset-image-gallery .slick-prev::after,
.asset-image-gallery .slick-next::before,
.asset-image-gallery .slick-next::after {
  font-size: 40px;
}
@media (min-width: 768px) {
  /* line 73, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .slick-prev::before, .asset-image-gallery .slick-prev::after,
  .asset-image-gallery .slick-next::before,
  .asset-image-gallery .slick-next::after {
    font-size: 75px;
  }
}
/* line 83, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .slick-prev {
  left: -50px;
}
@media (min-width: 768px) {
  /* line 83, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .slick-prev {
    left: -100px;
  }
}
/* line 91, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .slick-next {
  right: -45px;
}
@media (min-width: 768px) {
  /* line 91, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .slick-next {
    right: -90px;
  }
}
/* line 99, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .field-collection-container {
  border: 0;
  margin-bottom: 0;
}
/* line 104, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .field-collection-view {
  border: 0;
  float: left;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  /* line 104, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .field-collection-view {
    width: 380px;
  }
}
@media (min-width: 992px) {
  /* line 104, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .field-collection-view {
    margin-right: 2.49%;
    width: 31.67%;
    /* four items */
  }
  /* line 120, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .field-collection-view:nth-child(3n) {
    margin-right: 0;
  }
  /* line 125, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .field-collection-view:nth-child(1):nth-last-child(4), .asset-image-gallery .field-collection-view:nth-child(2):nth-last-child(3), .asset-image-gallery .field-collection-view:nth-child(3):nth-last-child(2), .asset-image-gallery .field-collection-view:nth-child(4):nth-last-child(1) {
    width: 23%;
    margin-right: 2.49%;
  }
  /* line 133, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .field-collection-view:nth-child(4):nth-last-child(1) {
    margin-right: 0;
  }
}
/* line 139, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery h3 {
  margin-top: 35px;
}
/* line 142, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery h3::before {
  background-color: white;
  content: '';
  display: block;
  height: 2px;
  margin-bottom: 15px;
  width: 45px;
}
/* line 152, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .description {
  display: none;
}
@media (min-width: 768px) {
  /* line 152, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .description {
    display: block;
    margin: 30px 0;
  }
}
/* line 161, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .learn-more-link {
  color: #333333;
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  transition: none;
}
/* line 173, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .learn-more-link:hover {
  border-bottom: 2px solid currentColor;
  color: currentColor;
}
/* line 180, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .field-collection-container + a {
  display: inline-block;
  color: white;
  border-color: white;
}
@media (min-width: 992px) {
  /* line 180, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .field-collection-container + a {
    float: right;
    margin: 5% 0;
  }
}
/* line 195, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .field-collection-container + a:visited {
  color: white;
}
/* line 199, ../assets/scss/components/_image_gallery.scss */
.asset-image-gallery .field-collection-container + a:hover, .asset-image-gallery .field-collection-container + a:focus {
  color: white;
  border-color: white;
}
@media all and (max-width: 992px) {
  /* line 180, ../assets/scss/components/_image_gallery.scss */
  .asset-image-gallery .field-collection-container + a {
    width: 100%;
    order: 3;
    margin: -1rem auto 3rem;
  }
}

/**
 * Unique image gallery overrides for the guide form/download page.
 * @NOTE: Find a better way to target specific nodes.
 *        by ID is not ideal when working across multiple environments with differing IDs.
 */
/* line 7, ../assets/scss/components/_image_gallery__guide_form.scss */
.page-node-5868 .asset-image-gallery {
  border-top: 1px solid gray;
  margin-top: 0;
}

/* line 2, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content {
  background-size: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 0 80px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 480px) {
  /* line 13, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content .header,
  .asset-island-curated-content .curated-island-content-item {
    width: 420px;
  }
}
@media (min-width: 992px) {
  /* line 13, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content .header,
  .asset-island-curated-content .curated-island-content-item {
    margin: 0 auto;
    max-width: 1280px;
    padding: 50px 20px;
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 13, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content .header,
  .asset-island-curated-content .curated-island-content-item {
    padding: 50px 0;
  }
}

/* line 26, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .island-curated--backdrop {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
/* line 32, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .island-curated--backdrop::after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #ffffff), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 10%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 10%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
}
/* line 44, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .island-curated--backdrop img {
  width: 100%;
}
/* line 49, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content header {
  margin: 0 0 50px;
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 49, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content header {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  /* line 49, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content header {
    margin: 0 0 120px;
    padding-top: 100px;
  }
}
/* line 64, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content h2 {
  display: inline;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  font: bold 26px/36px "Lora", serif;
}
@media (min-width: 768px) {
  /* line 64, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content h2 {
    font-size: 35px;
    line-height: 45px;
    border-bottom-width: 6px;
  }
}
@media (min-width: 992px) {
  /* line 64, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content h2 {
    font-size: 50px;
    line-height: 50px;
    border-bottom-width: 8px;
  }
}
/* line 83, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  /* line 83, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content .entity {
    padding: 0 50px 110px;
  }
}
@media (min-width: 992px) {
  /* line 83, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content .entity {
    padding-bottom: 200px;
  }
}
/* line 97, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, #ffffff)), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, #ffffff 100%), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, #ffffff 100%), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, #ffffff 100%), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 45px auto;
  display: block;
  left: 0;
  height: 50%;
  position: absolute;
  top: -10px;
  width: 45px;
}
@media (min-width: 768px) {
  /* line 97, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content .entity::before {
    content: '';
  }
}
/* line 116, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity.island-hawaii h2 {
  border-bottom-color: #c22635;
}
/* line 120, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity.island-hawaii .curated-island-image::before {
  background-color: #c22635;
}
/* line 127, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity.island-kauai h2 {
  border-bottom-color: #785983;
}
/* line 131, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity.island-kauai .curated-island-image::before {
  background-color: #785983;
}
/* line 138, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity.island-lanai h2 {
  border-bottom-color: #f69343;
}
/* line 142, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity.island-lanai .curated-island-image::before {
  background-color: #f69343;
}
/* line 149, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity.island-maui h2 {
  border-bottom-color: #ac0772;
}
/* line 153, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity.island-maui .curated-island-image::before {
  background-color: #ac0772;
}
/* line 160, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity.island-molokai h2 {
  border-bottom-color: #115a2e;
}
/* line 164, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity.island-molokai .curated-island-image::before {
  background-color: #115a2e;
}
/* line 171, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity.island-oahu h2 {
  border-bottom-color: #f3be37;
}
/* line 175, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity.island-oahu .curated-island-image::before {
  background-color: #f3be37;
}
/* line 181, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity .call-to-action {
  float: right;
  margin-right: 254px;
}
@media all and (max-width: 992px) {
  /* line 181, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content .entity .call-to-action {
    display: block;
    padding: 0 1rem;
    float: none;
    margin-right: auto;
  }
}
/* line 193, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity .call-to-action > a {
  display: inline-block;
  color: white;
  border-color: white;
}
@media (min-width: 992px) {
  /* line 193, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content .entity .call-to-action > a {
    margin: 5% 0;
  }
}
/* line 207, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity .call-to-action > a:visited {
  color: white;
}
/* line 211, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .entity .call-to-action > a:hover, .asset-island-curated-content .entity .call-to-action > a:focus {
  color: white;
  border-color: white;
}
@media all and (max-width: 992px) {
  /* line 193, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content .entity .call-to-action > a {
    display: block;
    background-color: white;
    border-color: #00688c;
    color: #00688c;
  }
  /* line 223, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content .entity .call-to-action > a:visited {
    color: #00688c;
  }
  /* line 227, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content .entity .call-to-action > a:hover, .asset-island-curated-content .entity .call-to-action > a:focus {
    color: #00adef;
    border-color: #00688c;
    background-color: white;
  }
}
/* line 238, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .section-read-more,
.asset-island-curated-content .show-curated-items {
  width: 182px;
  margin-top: 40px;
  padding: 12px 25px;
  background-color: white;
}
/* line 250, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .field-read-more {
  margin: 50px auto 0;
  max-width: 1240px;
}
/* line 255, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .section-read-more {
  display: none;
  width: auto;
}
@media (min-width: 992px) {
  /* line 255, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content .section-read-more {
    float: right;
    display: block;
  }
}
/* line 266, ../assets/scss/components/_island_curated_content.scss */
.asset-island-curated-content .show-curated-items {
  display: block;
  margin: 50px auto 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 266, ../assets/scss/components/_island_curated_content.scss */
  .asset-island-curated-content .show-curated-items {
    display: none;
  }
}

/* line 278, ../assets/scss/components/_island_curated_content.scss */
.curated-island-content-item {
  margin: 0 auto 20px;
  padding: 0 20px !important;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.curated-island-content-item:before, .curated-island-content-item:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.curated-island-content-item:after {
  clear: both;
}
/* line 284, ../assets/scss/components/_island_curated_content.scss */
.curated-island-content-item:nth-child(odd) .curated-island-image {
  float: right;
}
/* line 288, ../assets/scss/components/_island_curated_content.scss */
.curated-island-content-item:nth-child(odd) .curated-island-content {
  float: right;
  margin-right: 5.5%;
  margin-left: 0;
}
/* line 297, ../assets/scss/components/_island_curated_content.scss */
.curated-island-content-item:nth-child(n+4) {
  display: none;
}
@media (min-width: 768px) {
  /* line 297, ../assets/scss/components/_island_curated_content.scss */
  .curated-island-content-item:nth-child(n+4) {
    display: block;
  }
}

/* line 307, ../assets/scss/components/_island_curated_content.scss */
.curated-island-image {
  position: relative;
  width: 98.5%;
}
@media (min-width: 992px) {
  /* line 307, ../assets/scss/components/_island_curated_content.scss */
  .curated-island-image {
    float: left;
    width: 31.25%;
  }
}
/* line 316, ../assets/scss/components/_island_curated_content.scss */
.curated-island-image::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  height: 75%;
  width: 15px;
}
/* line 327, ../assets/scss/components/_island_curated_content.scss */
.curated-island-image img {
  width: 95.25%;
  margin-left: 15px;
}

/* line 333, ../assets/scss/components/_island_curated_content.scss */
.curated-island-content {
  clear: both;
  float: left;
  width: 95%;
  margin-left: 5.5%;
  padding-bottom: 1.5em;
}
@media (min-width: 992px) {
  /* line 333, ../assets/scss/components/_island_curated_content.scss */
  .curated-island-content {
    clear: none;
    width: 42.25%;
  }
}
/* line 345, ../assets/scss/components/_island_curated_content.scss */
.curated-island-content h3 {
  margin: 30px 0 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
@media (min-width: 992px) {
  /* line 345, ../assets/scss/components/_island_curated_content.scss */
  .curated-island-content h3 {
    margin-top: 70px;
  }
}
/* line 356, ../assets/scss/components/_island_curated_content.scss */
.curated-island-content .item-read-more {
  border-bottom: 2px solid transparent;
  color: #333333;
  font: 600 16px/20px "elza thin", sans-serif;
  margin: 0 auto;
  text-transform: uppercase;
}
/* line 367, ../assets/scss/components/_island_curated_content.scss */
.curated-island-content .item-read-more:hover {
  border-bottom: 2px solid #00688c;
  color: #00688c;
}

/* line 2, ../assets/scss/components/_map.scss */
.asset-map {
  background: url('../assets/images-min/map/map_background.jpg?1718916822') no-repeat top center;
  background-size: cover;
  color: white;
  font-family: "elza thin", sans-serif;
  height: 660px;
  position: relative;
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 2, ../assets/scss/components/_map.scss */
  .asset-map {
    height: 800px;
  }
}
@media (min-width: 768px) {
  /* line 2, ../assets/scss/components/_map.scss */
  .asset-map {
    background-image: url('../assets/images-min/map/pattern.png?1718916822'), url('../assets/images-min/map/map_background.jpg?1718916822');
    background-position: -100px bottom, top center;
    background-repeat: repeat-x, no-repeat;
    background-size: 200%, cover;
    height: 1025px;
  }
}
@media (min-width: 992px) {
  /* line 2, ../assets/scss/components/_map.scss */
  .asset-map {
    height: 830px;
  }
}
/* line 28, ../assets/scss/components/_map.scss */
.asset-map [class^="mapify-hover"] {
  stroke: none;
}
/* line 33, ../assets/scss/components/_map.scss */
.asset-map .mapify-hover-kauai {
  fill: rgba(120, 89, 131, 0.6);
}
/* line 37, ../assets/scss/components/_map.scss */
.asset-map [map-highlighted-kauai] {
  fill: rgba(120, 89, 131, 0.6);
}
/* line 33, ../assets/scss/components/_map.scss */
.asset-map .mapify-hover-oahu {
  fill: rgba(243, 190, 55, 0.6);
}
/* line 37, ../assets/scss/components/_map.scss */
.asset-map [map-highlighted-oahu] {
  fill: rgba(243, 190, 55, 0.6);
}
/* line 33, ../assets/scss/components/_map.scss */
.asset-map .mapify-hover-molokai {
  fill: rgba(17, 90, 46, 0.6);
}
/* line 37, ../assets/scss/components/_map.scss */
.asset-map [map-highlighted-molokai] {
  fill: rgba(17, 90, 46, 0.6);
}
/* line 33, ../assets/scss/components/_map.scss */
.asset-map .mapify-hover-lanai {
  fill: rgba(246, 147, 67, 0.6);
}
/* line 37, ../assets/scss/components/_map.scss */
.asset-map [map-highlighted-lanai] {
  fill: rgba(246, 147, 67, 0.6);
}
/* line 33, ../assets/scss/components/_map.scss */
.asset-map .mapify-hover-maui {
  fill: rgba(172, 7, 114, 0.6);
}
/* line 37, ../assets/scss/components/_map.scss */
.asset-map [map-highlighted-maui] {
  fill: rgba(172, 7, 114, 0.6);
}
/* line 33, ../assets/scss/components/_map.scss */
.asset-map .mapify-hover-hawaii {
  fill: rgba(194, 38, 53, 0.6);
}
/* line 37, ../assets/scss/components/_map.scss */
.asset-map [map-highlighted-hawaii] {
  fill: rgba(194, 38, 53, 0.6);
}
/* line 33, ../assets/scss/components/_map.scss */
.asset-map .mapify-hover-island-of-hawaii {
  fill: rgba(194, 38, 53, 0.6);
}
/* line 37, ../assets/scss/components/_map.scss */
.asset-map [map-highlighted-island-of-hawaii] {
  fill: rgba(194, 38, 53, 0.6);
}
/* line 33, ../assets/scss/components/_map.scss */
.asset-map .mapify-hover-multiple {
  fill: rgba(0, 104, 140, 0.6);
}
/* line 37, ../assets/scss/components/_map.scss */
.asset-map [map-highlighted-multiple] {
  fill: rgba(0, 104, 140, 0.6);
}
/* line 43, ../assets/scss/components/_map.scss */
.asset-map .mapify-popOver {
  display: none !important;
}
/* line 48, ../assets/scss/components/_map.scss */
.asset-map .entity {
  height: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding-top: 15px;
  position: relative;
  width: 90%;
}
@media (min-width: 768px) {
  /* line 48, ../assets/scss/components/_map.scss */
  .asset-map .entity {
    padding-top: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) and (orientation: landscape) {
  /* line 48, ../assets/scss/components/_map.scss */
  .asset-map .entity {
    width: 95%;
  }
}
@media (min-width: 992px) {
  /* line 48, ../assets/scss/components/_map.scss */
  .asset-map .entity {
    width: 100%;
  }
}
/* line 69, ../assets/scss/components/_map.scss */
.asset-map header {
  margin: 0 auto;
  width: 190px;
}
@media (min-width: 768px) {
  /* line 69, ../assets/scss/components/_map.scss */
  .asset-map header {
    float: right;
  }
}
@media (min-width: 992px) {
  /* line 69, ../assets/scss/components/_map.scss */
  .asset-map header {
    width: 225px;
  }
}
/* line 81, ../assets/scss/components/_map.scss */
.asset-map header img {
  width: 100%;
}
/* line 86, ../assets/scss/components/_map.scss */
.asset-map .islands-details {
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  left: 50%;
  margin-left: -175px;
  position: absolute;
  top: 0;
  width: 350px;
  z-index: 2;
}
@media (min-width: 768px) {
  /* line 86, ../assets/scss/components/_map.scss */
  .asset-map .islands-details {
    top: 150px;
  }
}
/* line 100, ../assets/scss/components/_map.scss */
.asset-map .island-container {
  display: none;
}
/* line 103, ../assets/scss/components/_map.scss */
.asset-map .island-container h2 {
  border-bottom: 2px solid white;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
}
/* line 110, ../assets/scss/components/_map.scss */
.asset-map .island-container h3 {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}
/* line 117, ../assets/scss/components/_map.scss */
.asset-map .island-container .close {
  color: white;
  display: block;
  float: none;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 100%;
}
/* line 129, ../assets/scss/components/_map.scss */
.asset-map .island-hawaii .island-content {
  background-image: -webkit-linear-gradient(top, #c22635 0%, #951625 100%);
  background-image: -o-linear-gradient(top, #c22635 0%, #951625 100%);
  background-image: linear-gradient(to bottom, #c22635 0%, #951625 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC22635', endColorstr='#FF951625', GradientType=0);
}
/* line 133, ../assets/scss/components/_map.scss */
.asset-map .island-kauai .island-content {
  background-image: -webkit-linear-gradient(top, #785983 0%, #5b4264 100%);
  background-image: -o-linear-gradient(top, #785983 0%, #5b4264 100%);
  background-image: linear-gradient(to bottom, #785983 0%, #5b4264 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF785983', endColorstr='#FF5B4264', GradientType=0);
}
/* line 137, ../assets/scss/components/_map.scss */
.asset-map .island-lanai .island-content {
  background-image: -webkit-linear-gradient(top, #f69343 0%, #c96f20 100%);
  background-image: -o-linear-gradient(top, #f69343 0%, #c96f20 100%);
  background-image: linear-gradient(to bottom, #f69343 0%, #c96f20 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF69343', endColorstr='#FFC96F20', GradientType=0);
  color: black;
}
/* line 140, ../assets/scss/components/_map.scss */
.asset-map .island-lanai .island-content h2 {
  border-bottom: 2px solid black;
}
/* line 145, ../assets/scss/components/_map.scss */
.asset-map .island-maui .island-content {
  background-image: -webkit-linear-gradient(top, #ac0772 0%, #8f115f 100%);
  background-image: -o-linear-gradient(top, #ac0772 0%, #8f115f 100%);
  background-image: linear-gradient(to bottom, #ac0772 0%, #8f115f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAC0772', endColorstr='#FF8F115F', GradientType=0);
}
/* line 149, ../assets/scss/components/_map.scss */
.asset-map .island-molokai .island-content {
  background-image: -webkit-linear-gradient(top, #115a2e 0%, #174124 100%);
  background-image: -o-linear-gradient(top, #115a2e 0%, #174124 100%);
  background-image: linear-gradient(to bottom, #115a2e 0%, #174124 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF115A2E', endColorstr='#FF174124', GradientType=0);
}
/* line 153, ../assets/scss/components/_map.scss */
.asset-map .island-oahu .island-content {
  background-image: -webkit-linear-gradient(top, #f3be37 0%, #c1951a 100%);
  background-image: -o-linear-gradient(top, #f3be37 0%, #c1951a 100%);
  background-image: linear-gradient(to bottom, #f3be37 0%, #c1951a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3BE37', endColorstr='#FFC1951A', GradientType=0);
  color: black;
}
/* line 156, ../assets/scss/components/_map.scss */
.asset-map .island-oahu .island-content h2 {
  border-bottom: 2px solid black;
}
/* line 161, ../assets/scss/components/_map.scss */
.asset-map .island-content {
  padding: 0 25px 30px;
}
/* line 164, ../assets/scss/components/_map.scss */
.asset-map .island-content p {
  font-size: 16px;
  line-height: 20px;
}
/* line 170, ../assets/scss/components/_map.scss */
.asset-map .island-map-wrapper {
  float: left;
  margin: 25px auto 0;
  max-width: 1065px;
  position: relative;
}
@media (min-width: 768px) {
  /* line 170, ../assets/scss/components/_map.scss */
  .asset-map .island-map-wrapper {
    margin: -110px auto 0;
  }
}
@media (min-width: 992px) {
  /* line 170, ../assets/scss/components/_map.scss */
  .asset-map .island-map-wrapper {
    background-color: transparent;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: 83%;
  }
}
/* line 189, ../assets/scss/components/_map.scss */
.asset-map .island-map-wrapper img {
  width: 100%;
}
/* line 193, ../assets/scss/components/_map.scss */
.asset-map .island-map-wrapper a {
  z-index: 1;
  border-bottom: 2px dashed white;
  color: white;
  display: block;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
}
@media (min-width: 768px) {
  /* line 193, ../assets/scss/components/_map.scss */
  .asset-map .island-map-wrapper a {
    font-size: 18px;
  }
}
/* line 210, ../assets/scss/components/_map.scss */
.asset-map .island-map-wrapper a.click-hawaii {
  left: 55%;
  top: 61%;
}
@media (min-width: 768px) {
  /* line 210, ../assets/scss/components/_map.scss */
  .asset-map .island-map-wrapper a.click-hawaii {
    left: 56%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 210, ../assets/scss/components/_map.scss */
  .asset-map .island-map-wrapper a.click-hawaii {
    left: 50%;
  }
}
/* line 223, ../assets/scss/components/_map.scss */
.asset-map .island-map-wrapper a.click-kauai {
  left: 16%;
  top: -7%;
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 223, ../assets/scss/components/_map.scss */
  .asset-map .island-map-wrapper a.click-kauai {
    top: 0;
  }
}
@media (min-width: 768px) {
  /* line 223, ../assets/scss/components/_map.scss */
  .asset-map .island-map-wrapper a.click-kauai {
    top: 1%;
  }
}
/* line 236, ../assets/scss/components/_map.scss */
.asset-map .island-map-wrapper a.click-lanai {
  left: 40%;
  top: 40%;
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 236, ../assets/scss/components/_map.scss */
  .asset-map .island-map-wrapper a.click-lanai {
    left: 50%;
    top: 45%;
  }
}
@media (min-width: 768px) {
  /* line 236, ../assets/scss/components/_map.scss */
  .asset-map .island-map-wrapper a.click-lanai {
    left: 52%;
    top: 47%;
  }
}
/* line 251, ../assets/scss/components/_map.scss */
.asset-map .island-map-wrapper a.click-maui {
  left: 73%;
  top: 39%;
}
/* line 256, ../assets/scss/components/_map.scss */
.asset-map .island-map-wrapper a.click-molokai {
  left: 54%;
  top: 21%;
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 256, ../assets/scss/components/_map.scss */
  .asset-map .island-map-wrapper a.click-molokai {
    left: 60%;
    top: 27%;
  }
}
@media (min-width: 768px) {
  /* line 256, ../assets/scss/components/_map.scss */
  .asset-map .island-map-wrapper a.click-molokai {
    top: 28%;
  }
}
/* line 270, ../assets/scss/components/_map.scss */
.asset-map .island-map-wrapper a.click-oahu {
  left: 43%;
  top: 6%;
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 270, ../assets/scss/components/_map.scss */
  .asset-map .island-map-wrapper a.click-oahu {
    top: 15%;
  }
}
@media (min-width: 768px) {
  /* line 270, ../assets/scss/components/_map.scss */
  .asset-map .island-map-wrapper a.click-oahu {
    top: 15%;
  }
}
/* line 285, ../assets/scss/components/_map.scss */
.asset-map .nav-tabs {
  border: 0;
}
/* line 289, ../assets/scss/components/_map.scss */
.asset-map .nav-item {
  display: inline-block;
  width: 145px;
}
/* line 293, ../assets/scss/components/_map.scss */
.asset-map .nav-item.last:not(.first) {
  margin-left: 55px;
}
/* line 297, ../assets/scss/components/_map.scss */
.asset-map .nav-item a.nav-link {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0;
  display: inline-block;
  height: 47px;
  opacity: 0.3;
  width: 145px;
}
/* line 307, ../assets/scss/components/_map.scss */
.asset-map .nav-item a.nav-link span {
  display: none;
}
/* line 311, ../assets/scss/components/_map.scss */
.asset-map .nav-item a.nav-link:hover {
  background-color: transparent;
  border: 0;
}
/* line 318, ../assets/scss/components/_map.scss */
.asset-map .nav-item.active a.nav-link {
  background-color: transparent;
  border: 0;
  border-bottom: 1px dotted white;
  opacity: 1;
}
/* line 326, ../assets/scss/components/_map.scss */
.asset-map .nav-item .by-plane {
  background-image: url('../assets/images-min/map/plane-only.png?1718916822');
}
/* line 331, ../assets/scss/components/_map.scss */
.asset-map .nav-item .by-boat {
  background-image: url('../assets/images-min/map/by_boat.png?1718916822');
}
/* line 336, ../assets/scss/components/_map.scss */
.asset-map .tab-pane {
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
  line-height: 20px;
}
/* line 342, ../assets/scss/components/_map.scss */
.asset-map .tab-pane b {
  font-style: normal;
  font-weight: normal;
}
/* line 348, ../assets/scss/components/_map.scss */
.asset-map .read-more {
  color: white;
}
/* line 356, ../assets/scss/components/_map.scss */
.asset-map .island-lanai .island-content .read-more, .asset-map .island-oahu .island-content .read-more {
  color: black;
}
/* line 364, ../assets/scss/components/_map.scss */
.asset-map .learn-more {
  background-color: white;
  bottom: 20px;
  display: block;
  left: 50%;
  line-height: 20px;
  margin-left: -125px;
  padding: 24px 0;
  position: absolute;
  text-align: center;
  width: 250px;
  z-index: 1;
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 364, ../assets/scss/components/_map.scss */
  .asset-map .learn-more {
    bottom: 60px;
  }
}
@media (min-width: 768px) {
  /* line 364, ../assets/scss/components/_map.scss */
  .asset-map .learn-more {
    bottom: 60px;
    margin-left: -175px;
    width: 350px;
  }
  /* line 386, ../assets/scss/components/_map.scss */
  .asset-map .learn-more br {
    display: none;
  }
}
/* line 395, ../assets/scss/components/_map.scss */
.asset-map .learn-more:hover {
  background-color: gray;
  color: white;
}
/* line 402, ../assets/scss/components/_map.scss */
.asset-map .entity-asset .islands-travel-times {
  display: none;
}
@media (min-width: 768px) {
  /* line 402, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset .islands-travel-times {
    bottom: 175px;
    display: block;
    position: absolute;
    width: 70%;
  }
}
@media (min-width: 992px) {
  /* line 402, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset .islands-travel-times {
    bottom: 20%;
    left: 0;
    width: 48%;
  }
}
/* line 418, ../assets/scss/components/_map.scss */
.asset-map .entity-asset .islands-travel-times img {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 423, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset.personalization-usa .islands-travel-times {
    bottom: 75px;
    left: -50px;
  }
}
@media (min-width: 992px) {
  /* line 423, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset.personalization-usa .islands-travel-times {
    bottom: 15%;
  }
}
@media (min-width: 768px) {
  /* line 434, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset.personalization-eu .islands-travel-times {
    bottom: 75px;
  }
}
@media (min-width: 768px) {
  /* line 440, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset.personalization-ca .islands-travel-times {
    bottom: 75px;
    left: -50px;
  }
}
/* line 450, ../assets/scss/components/_map.scss */
.asset-map .entity-asset .hawaii-ship {
  display: none;
  position: absolute;
}
@media (min-width: 768px) {
  /* line 450, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset .hawaii-ship {
    display: block;
    left: 110px;
    top: 325px;
    width: 150px;
  }
}
@media (min-width: 992px) {
  /* line 450, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset .hawaii-ship {
    left: 350px;
    top: 175px;
  }
}
/* line 466, ../assets/scss/components/_map.scss */
.asset-map .entity-asset .hawaii-ship img {
  width: 100%;
}
@media (min-width: 992px) {
  /* line 471, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset.personalization-aus .hawaii-ship {
    left: 325px;
    top: 175px;
  }
}
@media (min-width: 992px) {
  /* line 478, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset.personalization-usa .hawaii-ship {
    top: 300px;
    left: 500px;
  }
}
@media (min-width: 768px) {
  /* line 487, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset.personalization-eu .hawaii-ship {
    top: 250px;
  }
}
@media (min-width: 992px) {
  /* line 493, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset.personalization-ca .hawaii-ship {
    top: 300px;
    left: 500px;
  }
}
/* line 500, ../assets/scss/components/_map.scss */
.asset-map .entity-asset .hawaii-canoe {
  display: none;
  position: absolute;
}
@media (min-width: 768px) {
  /* line 500, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset .hawaii-canoe {
    bottom: 250px;
    display: block;
    right: 100px;
    width: 90px;
  }
}
@media (min-width: 992px) {
  /* line 500, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset .hawaii-canoe {
    right: 375px;
    top: 500px;
  }
}
/* line 516, ../assets/scss/components/_map.scss */
.asset-map .entity-asset .hawaii-canoe img {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 521, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset.personalization-aus .hawaii-canoe {
    bottom: 200px;
  }
}
@media (min-width: 992px) {
  /* line 527, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset.personalization-usa .hawaii-canoe {
    top: 625px;
  }
}
@media (min-width: 992px) {
  /* line 533, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset.personalization-as .hawaii-canoe {
    top: 625px;
  }
}
@media (min-width: 992px) {
  /* line 541, ../assets/scss/components/_map.scss */
  .asset-map .entity-asset.personalization-ca .hawaii-canoe {
    top: 625px;
  }
}
/* line 548, ../assets/scss/components/_map.scss */
.asset-map .photo-credit {
  font-size: 12px;
  text-align: left;
}
@media (min-width: 768px) {
  /* line 548, ../assets/scss/components/_map.scss */
  .asset-map .photo-credit {
    position: relative;
    top: 150px;
  }
}
@media (min-width: 992px) {
  /* line 548, ../assets/scss/components/_map.scss */
  .asset-map .photo-credit {
    top: 90px;
  }
}

/**
 * Set values and various styles to be used for the Navigation Bar component.
 */
/* line 4, ../assets/scss/components/_navigation_bar.scss */
.asset-navigation-bar {
  background-color: #ededed;
}
/* line 8, ../assets/scss/components/_navigation_bar.scss */
.asset-navigation-bar + .asset-single-column-text .entity-asset {
  padding-top: 1px;
}
/* line 13, ../assets/scss/components/_navigation_bar.scss */
.asset-navigation-bar .entity-asset {
  margin: 0 auto;
  max-width: 950px;
  padding: 50px 20px;
  padding: 25px 20px 1px;
}
@media (min-width: 992px) {
  /* line 13, ../assets/scss/components/_navigation_bar.scss */
  .asset-navigation-bar .entity-asset {
    padding: 50px 0;
  }
}
/* line 18, ../assets/scss/components/_navigation_bar.scss */
.asset-navigation-bar .entity-asset .navigation-bar-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  /* line 18, ../assets/scss/components/_navigation_bar.scss */
  .asset-navigation-bar .entity-asset .navigation-bar-links {
    display: block;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
/* line 31, ../assets/scss/components/_navigation_bar.scss */
.asset-navigation-bar .entity-asset li {
  width: 50%;
}
@media (min-width: 768px) {
  /* line 31, ../assets/scss/components/_navigation_bar.scss */
  .asset-navigation-bar .entity-asset li {
    display: inline-block;
    margin-right: 40px;
    width: auto;
  }
}
/* line 40, ../assets/scss/components/_navigation_bar.scss */
.asset-navigation-bar .entity-asset li a {
  background-color: transparent;
  color: #333333;
  display: inline;
  font-size: 14px;
  padding: 0 0 4px;
}
/* line 49, ../assets/scss/components/_navigation_bar.scss */
.asset-navigation-bar .entity-asset li a::after {
  margin-left: 6px;
  position: relative;
  top: -1px;
}
/* line 57, ../assets/scss/components/_navigation_bar.scss */
.asset-navigation-bar .entity-asset li a:visited {
  color: #333333;
}
/* line 61, ../assets/scss/components/_navigation_bar.scss */
.asset-navigation-bar .entity-asset li a:hover, .asset-navigation-bar .entity-asset li a:active {
  background-color: transparent;
  border-bottom: 2px solid #00688c;
  color: #00688c;
}

/* line 1, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large {
  margin: 50px 0;
  overflow: hidden;
  text-align: center;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.asset-promo-unit-large:before, .asset-promo-unit-large:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.asset-promo-unit-large:after {
  clear: both;
}
/* line 8, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large .entity-asset {
  margin: 0 auto;
  max-width: 480px;
  padding: 0px 0px;
  min-height: 480px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 8, ../assets/scss/components/_promo_unit.scss */
  .asset-promo-unit-large .entity-asset {
    padding: 0px 0;
  }
}
@media (min-width: 768px) {
  /* line 8, ../assets/scss/components/_promo_unit.scss */
  .asset-promo-unit-large .entity-asset {
    max-width: 100%;
    min-height: 567px;
  }
}
@media (min-width: 1200px) {
  /* line 8, ../assets/scss/components/_promo_unit.scss */
  .asset-promo-unit-large .entity-asset {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0px 0px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  /* line 8, ../assets/scss/components/_promo_unit.scss */
  .asset-promo-unit-large .entity-asset {
    padding: 0px 0;
  }
}

/* line 24, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large .content {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 480px;
  position: relative;
}
@media (min-width: 992px) {
  /* line 24, ../assets/scss/components/_promo_unit.scss */
  .asset-promo-unit-large .content {
    min-height: 567px;
    padding-right: 30%;
  }
}
/* line 42, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large .content-wrapper.lg-promo-left, .asset-promo-unit-large .content-wrapper.lg-promo-right {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 104, 140, 0.5);
  height: 100%;
  position: absolute;
  padding: 0 20px;
  max-width: 300px;
}
@media (min-width: 992px) {
  /* line 42, ../assets/scss/components/_promo_unit.scss */
  .asset-promo-unit-large .content-wrapper.lg-promo-left, .asset-promo-unit-large .content-wrapper.lg-promo-right {
    max-width: 28%;
  }
}
/* line 62, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large .content-wrapper.lg-promo-left {
  left: 0;
}
/* line 66, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large .content-wrapper.lg-promo-right {
  right: 0;
}
/* line 71, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large .component-backdrop-image {
  height: 480px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  /* line 71, ../assets/scss/components/_promo_unit.scss */
  .asset-promo-unit-large .component-backdrop-image {
    height: 567px;
  }
}
/* line 82, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large .component-backdrop-image .img-responsive {
  height: 100%;
  margin: 0 auto;
  max-width: none;
}
/* line 89, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large h2.component-title {
  color: white;
  text-align: center;
  width: 98%;
  margin: 20px auto 10px;
  font-weight: 100;
}
@media (min-width: 768px) {
  /* line 89, ../assets/scss/components/_promo_unit.scss */
  .asset-promo-unit-large h2.component-title {
    width: 100%;
  }
}
/* line 100, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large h2.component-title span {
  display: block;
}
/* line 104, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large h2.component-title span.line-1 {
  font: normal 22px/49px "elza thin", sans-serif;
}
@media (min-width: 992px) {
  /* line 104, ../assets/scss/components/_promo_unit.scss */
  .asset-promo-unit-large h2.component-title span.line-1 {
    font: normal 32px/70px "elza thin", sans-serif;
    font-family: auto;
  }
}
/* line 113, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large h2.component-title span.line-2 {
  font: normal 50px/49px "elza thin", sans-serif;
}
@media (min-width: 992px) {
  /* line 113, ../assets/scss/components/_promo_unit.scss */
  .asset-promo-unit-large h2.component-title span.line-2 {
    font: normal 62px/60px "elza thin", sans-serif;
  }
}
/* line 121, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large h2.component-title span.line-3 {
  font: normal 38px/42px "elza thin", sans-serif;
}
@media (min-width: 992px) {
  /* line 121, ../assets/scss/components/_promo_unit.scss */
  .asset-promo-unit-large h2.component-title span.line-3 {
    font: normal 45px/50px "elza thin", sans-serif;
  }
}
/* line 130, ../assets/scss/components/_promo_unit.scss */
.asset-promo-unit-large a {
  display: inline-block;
  margin: 20px 0 0;
}

/* line 1, ../assets/scss/components/_promo_unit__single_band.scss */
.asset-promo-unit-single-band {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  background-color: #ededed;
  margin-top: 2em;
}
/* line 9, ../assets/scss/components/_promo_unit__single_band.scss */
.asset-promo-unit-single-band .entity-asset {
  margin: 2rem 0;
  text-align: center;
}
/* line 14, ../assets/scss/components/_promo_unit__single_band.scss */
.asset-promo-unit-single-band header {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
/* line 20, ../assets/scss/components/_promo_unit__single_band.scss */
.asset-promo-unit-single-band h2.component-title {
  margin: 0;
  font: normal 30px "elza thin", sans-serif;
  line-height: 1.5;
  font-weight: 100;
}
@media (min-width: 992px) {
  /* line 20, ../assets/scss/components/_promo_unit__single_band.scss */
  .asset-promo-unit-single-band h2.component-title {
    font-size: 36px;
  }
}
/* line 31, ../assets/scss/components/_promo_unit__single_band.scss */
.asset-promo-unit-single-band a {
  display: inline-block;
}
/* line 41, ../assets/scss/components/_promo_unit__single_band.scss */
.asset-promo-unit-single-band[foreground_color="ffffff"] h2.component-title,
.asset-promo-unit-single-band[foreground_color="ffffff"] a {
  color: white;
}
/* line 46, ../assets/scss/components/_promo_unit__single_band.scss */
.asset-promo-unit-single-band[foreground_color="ffffff"] a {
  border-color: white;
}

/**
 * Set values and various styles to be used for Single Column Text component.
 */
/* line 8, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text.rainbow-underline::after {
  background-image: -webkit-linear-gradient(left, #c22635, #f69343 50%, #00adef);
  background-image: -o-linear-gradient(left, #c22635, #f69343 50%, #00adef);
  background-image: linear-gradient(to right, #c22635, #f69343 50%, #00adef);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC22635', endColorstr='#FF00ADEF', GradientType=1);
  content: '';
  display: block;
  height: 10px;
  width: 100%;
}
/* line 17, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text .entity-asset {
  margin: 0 auto;
  max-width: 900px;
  padding: 10px 20px;
}
@media (min-width: 992px) {
  /* line 17, ../assets/scss/components/_single_column_text.scss */
  .asset-single-column-text .entity-asset {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  /* line 17, ../assets/scss/components/_single_column_text.scss */
  .asset-single-column-text .entity-asset {
    margin: 0 auto;
    max-width: 900px;
    padding: 35px 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  /* line 17, ../assets/scss/components/_single_column_text.scss */
  .asset-single-column-text .entity-asset {
    padding: 35px 0;
  }
}

@media (min-width: 992px) {
  /* line 17, ../assets/scss/components/_single_column_text.scss */
  .asset-single-column-text .entity-asset {
    margin: 0 auto;
    max-width: 900px;
    padding: 50px 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 17, ../assets/scss/components/_single_column_text.scss */
  .asset-single-column-text .entity-asset {
    padding: 50px 0;
  }
}

/* line 29, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text h2.component-title {
  margin-bottom: 30px;
}
/* line 33, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text .field-short-subtitle {
  font-size: 26px;
  font-style: italic;
  line-height: 40px;
  margin-bottom: 15px;
}
/* line 40, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text .field-main-text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 40, ../assets/scss/components/_single_column_text.scss */
  .asset-single-column-text .field-main-text {
    font-size: 18px;
    line-height: 32px;
  }
}
/* line 50, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text .field-main-text a {
  border-bottom: 1px dashed currentColor;
}
/* line 54, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text .field-main-text h3 {
  margin-top: 0;
}
@media (min-width: 768px) {
  /* line 59, ../assets/scss/components/_single_column_text.scss */
  .asset-single-column-text .field-main-text-cols-two {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
  }
}
/* line 66, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text .field-cta {
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 73, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text .field-cta a:link, .asset-single-column-text .field-cta a:visited {
  color: #333333;
}
/* line 78, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text .field-cta a:hover {
  border-bottom: 2px solid currentColor;
  color: #00688c;
}
/* line 94, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text ul li::before,
.asset-single-column-text ol li::before {
  color: #00688c;
}
/* line 100, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text ul {
  margin: 0 0 0 30px;
}
/* line 104, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text ul li::before {
  content: '\00bb';
  padding: 0 20px;
}
/* line 111, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text ol {
  margin: 0 0 0 70px;
}
/* line 114, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text ol li {
  counter-increment: ol-counter;
}
/* line 117, ../assets/scss/components/_single_column_text.scss */
.asset-single-column-text ol li::before {
  content: counter(ol-counter) ".";
  padding: 0 5px 0 0;
}
@media (min-width: 768px) {
  /* line 124, ../assets/scss/components/_single_column_text.scss */
  .asset-single-column-text + .asset-single-column-text {
    margin-top: -55px;
  }
  /* line 130, ../assets/scss/components/_single_column_text.scss */
  .asset-single-column-text + .asset-single-column-text .entity-asset {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  /* line 124, ../assets/scss/components/_single_column_text.scss */
  .asset-single-column-text + .asset-single-column-text {
    margin-top: -80px;
  }
}

/*
 This Code change is specific to just this one component, as per request
*/
@media (min-width: 768px) {
  /* line 146, ../assets/scss/components/_single_column_text.scss */
  .aid-15936.asset-single-column-text .entity-asset {
    max-width: 100vw;
  }
}

/**
 * Unique single column text overrides for the guide form/download page.
 * @NOTE: Find a better way to target specific nodes.
 *        by ID is not ideal when working across multiple environments with differing IDs.
 */
/* line 8, ../assets/scss/components/_single_column_text__guide_form.scss */
.page-node-5868 .asset-single-column-text .entity-asset {
  padding-bottom: 50px;
}

/* line 1, ../assets/scss/components/_social_media.scss */
.asset-social-media {
  position: relative;
}
/* line 4, ../assets/scss/components/_social_media.scss */
.asset-social-media::before {
  background-image: url('../assets/images-min/patterns/malu_pattern_a.svg?1718916822');
  background-repeat: no-repeat;
  background-size: 80px auto;
  display: block;
  height: 100%;
  position: absolute;
  width: 80px;
  z-index: -1;
}
@media (min-width: 768px) {
  /* line 4, ../assets/scss/components/_social_media.scss */
  .asset-social-media::before {
    content: '';
  }
}
/* line 19, ../assets/scss/components/_social_media.scss */
.asset-social-media::after {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9FFFFFF', endColorstr='#FCFFFFFF', GradientType=0);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 80px;
  z-index: -1;
}
@media (min-width: 768px) {
  /* line 19, ../assets/scss/components/_social_media.scss */
  .asset-social-media::after {
    content: '';
  }
}
/* line 34, ../assets/scss/components/_social_media.scss */
.asset-social-media .entity {
  margin: 0 auto;
  max-width: 1280px;
}
/* line 38, ../assets/scss/components/_social_media.scss */
.asset-social-media .entity::before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  background-image: url('../assets/images-min/patterns/malu_pattern_a.svg?1718916822');
  background-repeat: no-repeat;
  background-size: 80px auto;
  height: 100%;
  position: absolute;
  right: 0;
  width: 80px;
  z-index: -1;
}
@media (min-width: 768px) {
  /* line 38, ../assets/scss/components/_social_media.scss */
  .asset-social-media .entity::before {
    content: '';
  }
}
/* line 54, ../assets/scss/components/_social_media.scss */
.asset-social-media .entity::after {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9FFFFFF', endColorstr='#FCFFFFFF', GradientType=0);
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: -1;
}
@media (min-width: 768px) {
  /* line 54, ../assets/scss/components/_social_media.scss */
  .asset-social-media .entity::after {
    content: '';
  }
}
/* line 69, ../assets/scss/components/_social_media.scss */
.asset-social-media .entity > h3 {
  margin: 0 5%;
  font-weight: normal;
}
@media (min-width: 768px) {
  /* line 69, ../assets/scss/components/_social_media.scss */
  .asset-social-media .entity > h3 {
    max-width: 600px;
    margin: 0 auto;
  }
}
/* line 79, ../assets/scss/components/_social_media.scss */
.asset-social-media .entity .social-embed-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  /* line 79, ../assets/scss/components/_social_media.scss */
  .asset-social-media .entity .social-embed-wrapper {
    max-width: none;
    margin: 0 9%;
  }
}
/* line 90, ../assets/scss/components/_social_media.scss */
.asset-social-media header {
  margin-bottom: 70px;
  text-align: center;
}
/* line 94, ../assets/scss/components/_social_media.scss */
.asset-social-media header h2.component-title {
  font-weight: 500;
  line-height: 40px;
}
/* line 99, ../assets/scss/components/_social_media.scss */
.asset-social-media header h2 {
  display: inline-block;
  font-size: 40px;
  text-transform: uppercase;
}
/* line 105, ../assets/scss/components/_social_media.scss */
.asset-social-media header h3 {
  color: gray;
  display: inline-block;
  font-weight: 100;
  font-size: 24px;
  font-style: italic;
}
/* line 114, ../assets/scss/components/_social_media.scss */
.asset-social-media a {
  border: 1px solid #333333;
  color: #333333;
  display: block;
  margin: 20px auto 40px;
  padding: 12px 25px;
  width: 190px;
}
/* line 126, ../assets/scss/components/_social_media.scss */
.asset-social-media a:hover {
  background-color: gray;
  border: 1px solid gray;
  color: white;
}

/* line 3, ../assets/scss/components/_weather.scss */
.asset-weather {
  padding: 5%;
  color: white;
  /* Islands list menu. */
  /* Mobile menu singular item island list. */
  /* Desktop menu multiple item island list. */
  /* Island information block. */
  /* Day section. */
  /* Forecast section. */
  /* Mobile expand forecast data. */
}
@media (min-width: 992px) {
  /* line 3, ../assets/scss/components/_weather.scss */
  .asset-weather {
    padding: 2% 8%;
  }
}
@media (min-width: 1200px) {
  /* line 3, ../assets/scss/components/_weather.scss */
  .asset-weather {
    padding: 2% 12.5%;
  }
}
/* line 15, ../assets/scss/components/_weather.scss */
.asset-weather .entity-asset {
  overflow: hidden;
}
/* line 19, ../assets/scss/components/_weather.scss */
.asset-weather h2.component-title {
  color: white;
  font: 600 50px "elza thin", sans-serif;
  margin: 0 0 50px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 19, ../assets/scss/components/_weather.scss */
  .asset-weather h2.component-title {
    float: right;
  }
}
/* line 30, ../assets/scss/components/_weather.scss */
.asset-weather a {
  color: white;
}
/* line 35, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list {
  margin: 0 0 45px;
  /* Mobile change island menu item. */
}
/* line 39, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list li {
  padding: 0;
}
/* line 44, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list a {
  border-bottom: 2px solid white;
  font: 600 19.2px "elza thin", sans-serif;
}
@media (min-width: 1200px) {
  /* line 44, ../assets/scss/components/_weather.scss */
  .asset-weather .islands-list a {
    font-size: 24px;
  }
}
/* line 52, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list a:hover {
  border-width: 10px;
}
/* line 57, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list .active a {
  border-width: 10px;
}
/* line 64, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list .change-island a {
  border: 0;
  font: 200 italic 19.2px "elza thin", sans-serif;
}
/* line 68, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list .change-island a:hover {
  border: 0;
}
/* line 77, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list .change-island ul {
  display: none;
}
/* line 84, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list .kauai a:hover, .asset-weather .islands-list .kauai.active a {
  border-color: #785983;
}
/* line 92, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list .oahu a:hover, .asset-weather .islands-list .oahu.active a {
  border-color: #f3be37;
}
/* line 100, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list .molokai a:hover, .asset-weather .islands-list .molokai.active a {
  border-color: #115a2e;
}
/* line 108, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list .lanai a:hover, .asset-weather .islands-list .lanai.active a {
  border-color: #f69343;
}
/* line 116, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list .maui a:hover, .asset-weather .islands-list .maui.active a {
  border-color: #ac0772;
}
/* line 124, ../assets/scss/components/_weather.scss */
.asset-weather .islands-list .hawaii a:hover, .asset-weather .islands-list .hawaii.active a {
  border-color: #c22635;
}
/* line 132, ../assets/scss/components/_weather.scss */
.asset-weather .mobile-list {
  display: block;
}
@media (min-width: 768px) {
  /* line 132, ../assets/scss/components/_weather.scss */
  .asset-weather .mobile-list {
    display: none;
  }
}
/* line 139, ../assets/scss/components/_weather.scss */
.asset-weather .mobile-list .active-island {
  float: left;
}
/* line 142, ../assets/scss/components/_weather.scss */
.asset-weather .mobile-list .active-island span {
  border-bottom: 10px solid white;
  font: 600 19.2px "elza thin", sans-serif;
}
/* line 146, ../assets/scss/components/_weather.scss */
.asset-weather .mobile-list .active-island span.kauai {
  border-color: #785983;
}
/* line 150, ../assets/scss/components/_weather.scss */
.asset-weather .mobile-list .active-island span.oahu {
  border-color: #f3be37;
}
/* line 154, ../assets/scss/components/_weather.scss */
.asset-weather .mobile-list .active-island span.molokai {
  border-color: #115a2e;
}
/* line 158, ../assets/scss/components/_weather.scss */
.asset-weather .mobile-list .active-island span.lanai {
  border-color: #f69343;
}
/* line 162, ../assets/scss/components/_weather.scss */
.asset-weather .mobile-list .active-island span.maui {
  border-color: #ac0772;
}
/* line 166, ../assets/scss/components/_weather.scss */
.asset-weather .mobile-list .active-island span.hawaii {
  border-color: #c22635;
}
/* line 172, ../assets/scss/components/_weather.scss */
.asset-weather .mobile-list .mobile-islands-list {
  float: right;
}
/* line 178, ../assets/scss/components/_weather.scss */
.asset-weather .desktop-list {
  display: none;
}
@media (min-width: 768px) {
  /* line 178, ../assets/scss/components/_weather.scss */
  .asset-weather .desktop-list {
    clear: both;
    display: block;
  }
}
/* line 187, ../assets/scss/components/_weather.scss */
.asset-weather .field-collection-container {
  clear: both;
}
/* line 191, ../assets/scss/components/_weather.scss */
.asset-weather .field-collection-view {
  margin: 0;
  padding: 0;
}
/* line 199, ../assets/scss/components/_weather.scss */
.asset-weather .island h2 {
  display: none;
}
/* line 203, ../assets/scss/components/_weather.scss */
.asset-weather .island h3 {
  margin: 0;
  font: 600 30px "elza thin", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 203, ../assets/scss/components/_weather.scss */
  .asset-weather .island h3 {
    text-align: left;
  }
}
/* line 213, ../assets/scss/components/_weather.scss */
.asset-weather .island .today {
  position: relative;
  display: block;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 213, ../assets/scss/components/_weather.scss */
  .asset-weather .island .today {
    flex-wrap: nowrap;
    top: -10px;
    float: right;
    display: inline-block;
    text-align: start;
  }
}
/* line 228, ../assets/scss/components/_weather.scss */
.asset-weather .island .today span {
  display: inline-block;
  width: 50%;
}
@media (min-width: 768px) {
  /* line 228, ../assets/scss/components/_weather.scss */
  .asset-weather .island .today span {
    width: auto;
  }
}
/* line 237, ../assets/scss/components/_weather.scss */
.asset-weather .island .today h3 {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  /* line 237, ../assets/scss/components/_weather.scss */
  .asset-weather .island .today h3 {
    flex-basis: auto;
  }
}
/* line 245, ../assets/scss/components/_weather.scss */
.asset-weather .island .today .date,
.asset-weather .island .today .weather-description {
  flex-basis: 50%;
}
@media (min-width: 768px) {
  /* line 245, ../assets/scss/components/_weather.scss */
  .asset-weather .island .today .date,
  .asset-weather .island .today .weather-description {
    flex-basis: auto;
  }
}
/* line 255, ../assets/scss/components/_weather.scss */
.asset-weather .island .date,
.asset-weather .island .weather-description,
.asset-weather .island .fahrenheit {
  margin: 0;
}
@media (min-width: 768px) {
  /* line 255, ../assets/scss/components/_weather.scss */
  .asset-weather .island .date,
  .asset-weather .island .weather-description,
  .asset-weather .island .fahrenheit {
    margin: 0 25px;
  }
}
@media (min-width: 992px) {
  /* line 255, ../assets/scss/components/_weather.scss */
  .asset-weather .island .date,
  .asset-weather .island .weather-description,
  .asset-weather .island .fahrenheit {
    margin: 0 40px;
  }
}
/* line 269, ../assets/scss/components/_weather.scss */
.asset-weather .island.kauai .weather > .day {
  background: #785983;
  /* The Fallback */
  background: rgba(120, 89, 131, 0.6);
}
/* line 273, ../assets/scss/components/_weather.scss */
.asset-weather .island.oahu .weather > .day {
  background: #f3be37;
  /* The Fallback */
  background: rgba(243, 190, 55, 0.6);
}
/* line 277, ../assets/scss/components/_weather.scss */
.asset-weather .island.molokai .weather > .day {
  background: #115a2e;
  /* The Fallback */
  background: rgba(17, 90, 46, 0.6);
}
/* line 281, ../assets/scss/components/_weather.scss */
.asset-weather .island.lanai .weather > .day {
  background: #f69343;
  /* The Fallback */
  background: rgba(246, 147, 67, 0.6);
}
/* line 285, ../assets/scss/components/_weather.scss */
.asset-weather .island.maui .weather > .day {
  background: #ac0772;
  /* The Fallback */
  background: rgba(172, 7, 114, 0.6);
}
/* line 289, ../assets/scss/components/_weather.scss */
.asset-weather .island.hawaii .weather > .day {
  background: #c22635;
  /* The Fallback */
  background: rgba(194, 38, 53, 0.6);
}
/* line 295, ../assets/scss/components/_weather.scss */
.asset-weather .day {
  display: inline-block;
}
/* line 298, ../assets/scss/components/_weather.scss */
.asset-weather .day .date {
  font: 600 16px "elza thin", sans-serif;
  text-transform: uppercase;
}
/* line 303, ../assets/scss/components/_weather.scss */
.asset-weather .day .weather-description {
  font: 400 16px "elza thin", sans-serif;
}
/* line 307, ../assets/scss/components/_weather.scss */
.asset-weather .day .temp-pri {
  font: 200 40px "elza thin", sans-serif;
}
/* line 311, ../assets/scss/components/_weather.scss */
.asset-weather .day .temp-sec {
  font: 200 30px "elza thin", sans-serif;
}
/* line 315, ../assets/scss/components/_weather.scss */
.asset-weather .day img {
  display: inline-block;
}
/* line 320, ../assets/scss/components/_weather.scss */
.asset-weather .weather > .day {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.5rem 0 1.5rem;
  padding: 2.5rem 0 1.5rem;
}
/* line 327, ../assets/scss/components/_weather.scss */
.asset-weather .weather > .day > * {
  padding: 0 1rem;
}
/* line 333, ../assets/scss/components/_weather.scss */
.asset-weather .forecast {
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 333, ../assets/scss/components/_weather.scss */
  .asset-weather .forecast {
    display: block;
  }
}
/* line 341, ../assets/scss/components/_weather.scss */
.asset-weather .forecast span {
  display: block;
}
/* line 345, ../assets/scss/components/_weather.scss */
.asset-weather .forecast .day {
  float: left;
  width: 50%;
  margin: 0 0 50px;
}
@media (min-width: 768px) {
  /* line 345, ../assets/scss/components/_weather.scss */
  .asset-weather .forecast .day {
    float: none;
    width: 20%;
    margin: 0;
  }
}
/* line 356, ../assets/scss/components/_weather.scss */
.asset-weather .forecast .day:last-child {
  margin: 0;
}
/* line 361, ../assets/scss/components/_weather.scss */
.asset-weather .forecast .date {
  margin: 0 0 30px;
}
/* line 365, ../assets/scss/components/_weather.scss */
.asset-weather .forecast .weather-description {
  margin: 0 0 10px;
}
/* line 371, ../assets/scss/components/_weather.scss */
.asset-weather a.show-week-forecast {
  border: 2px solid transparent;
  text-align: center;
}
/* line 380, ../assets/scss/components/_weather.scss */
.asset-weather a.show-week-forecast::after {
  color: #00adef;
}
/* line 387, ../assets/scss/components/_weather.scss */
.asset-weather .weather-error-message {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 3, ../assets/scss/components/_related-content.scss */
.asset-related-content .entity-asset {
  margin: 0 auto;
  padding: 0 1rem;
  width: 320px;
}
@media (min-width: 768px) {
  /* line 3, ../assets/scss/components/_related-content.scss */
  .asset-related-content .entity-asset {
    width: 680px;
  }
}
@media (min-width: 1200px) {
  /* line 3, ../assets/scss/components/_related-content.scss */
  .asset-related-content .entity-asset {
    margin: 0 auto;
    max-width: 1280px;
    padding: 50px 20px;
    width: 100%;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  /* line 3, ../assets/scss/components/_related-content.scss */
  .asset-related-content .entity-asset {
    padding: 50px 0;
  }
}

/* line 20, ../assets/scss/components/_related-content.scss */
.asset-related-content h2.component-title {
  font-family: "Gill Sans", sans-serif;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  /* line 20, ../assets/scss/components/_related-content.scss */
  .asset-related-content h2.component-title {
    padding: 0 20px;
  }
}
/* line 29, ../assets/scss/components/_related-content.scss */
.asset-related-content .field-collection-container {
  border-bottom: 0;
}
@media (min-width: 768px) {
  /* line 29, ../assets/scss/components/_related-content.scss */
  .asset-related-content .field-collection-container {
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 39, ../assets/scss/components/_related-content.scss */
  .asset-related-content .field-collection-container > * {
    -webkit-flex-basis: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  /* line 46, ../assets/scss/components/_related-content.scss */
  .asset-related-content .field-collection-container > * {
    -webkit-flex-basis: calc(25% - 40px);
    flex-basis: calc(25% - 40px);
  }
}
/* line 51, ../assets/scss/components/_related-content.scss */
.asset-related-content .field-collection-container > *:not(:last-child) {
  margin: 0 0 50px;
}
@media (min-width: 768px) {
  /* line 55, ../assets/scss/components/_related-content.scss */
  .asset-related-content .field-collection-container > *:not(:last-child):nth-child(odd) {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  /* line 61, ../assets/scss/components/_related-content.scss */
  .asset-related-content .field-collection-container > *:not(:last-child):not(:last-child) {
    margin-right: 40px;
  }
}
/* line 68, ../assets/scss/components/_related-content.scss */
.asset-related-content .field-collection-view {
  border-bottom: 1px solid gray;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 68, ../assets/scss/components/_related-content.scss */
  .asset-related-content .field-collection-view {
    border-bottom: 0;
    padding: 0 0 50px;
  }
}
/* line 79, ../assets/scss/components/_related-content.scss */
.asset-related-content .field-collection-view picture {
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 79, ../assets/scss/components/_related-content.scss */
  .asset-related-content .field-collection-view picture {
    margin-bottom: 50px;
  }
}
/* line 87, ../assets/scss/components/_related-content.scss */
.asset-related-content .field-collection-view > img {
  margin: 0 auto 50px;
}
/* line 93, ../assets/scss/components/_related-content.scss */
.asset-related-content h3 {
  font-family: "Gill Sans", sans-serif;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
/* line 101, ../assets/scss/components/_related-content.scss */
.asset-related-content a:last-of-type {
  color: gray;
  font-family: "Gill Sans", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 111, ../assets/scss/components/_related-content.scss */
.asset-related-content a:last-of-type:hover {
  border-bottom: 2px solid #00688c;
  color: #00688c;
}

/* line 3, ../assets/scss/components/_logo_image.scss */
body.node-type-landing-page .asset-logo-image {
  background-color: #ededed;
}
/* line 6, ../assets/scss/components/_logo_image.scss */
body.node-type-landing-page .asset-logo-image .entity-asset {
  margin: 0 auto;
  max-width: 900px;
  padding: 20px 20px 5px;
}
@media (min-width: 768px) {
  /* line 6, ../assets/scss/components/_logo_image.scss */
  body.node-type-landing-page .asset-logo-image .entity-asset {
    padding: 30px 20px 5px;
  }
}
/* line 19, ../assets/scss/components/_logo_image.scss */
body.node-type-article .asset-logo-image .entity-asset {
  margin: 0 auto;
  max-width: 950px;
  padding: 20px 20px 5px;
}
@media (min-width: 1200px) {
  /* line 19, ../assets/scss/components/_logo_image.scss */
  body.node-type-article .asset-logo-image .entity-asset {
    max-width: 1280px;
  }
}
/* line 30, ../assets/scss/components/_logo_image.scss */
.asset-logo-image .asset-logo-image-left {
  margin: 0 auto;
  padding-top: 20px;
}
@media (min-width: 1400px) {
  /* line 30, ../assets/scss/components/_logo_image.scss */
  .asset-logo-image .asset-logo-image-left {
    position: absolute;
    max-width: none;
    padding: 50px 0 0;
    width: calc(50vw - 450px);
  }
  /* line 41, ../assets/scss/components/_logo_image.scss */
  .asset-logo-image .asset-logo-image-left img {
    margin: 0 auto;
  }
}
/* line 47, ../assets/scss/components/_logo_image.scss */
.asset-logo-image img {
  max-width: 200px;
}

/* line 1, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors {
  padding: 2%;
}
@media (min-width: 992px) {
  /* line 1, ../assets/scss/components/_country_visitors.scss */
  .asset-country-visitors {
    padding: 2% 3%;
  }
}
@media (min-width: 1200px) {
  /* line 1, ../assets/scss/components/_country_visitors.scss */
  .asset-country-visitors {
    padding: 2% 8.5%;
  }
}
/* line 12, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors h3,
.asset-country-visitors .component-subtitle,
.asset-country-visitors .component-footer {
  text-align: center;
}
/* line 18, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .component-footer {
  padding-top: 2em;
}
/* line 22, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view {
  overflow: hidden;
  width: 100%;
}
/* line 26, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view .view-filters {
  display: none;
}
/* line 30, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view .view-content {
  text-align: center;
}
/* line 34, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view .views-row {
  display: inline-block;
}
/* line 37, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view .views-row h2 {
  display: none;
}
/* line 42, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view .taxonomy-term {
  margin: 0 auto;
}
/* line 46, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view .country-language-country,
.asset-country-visitors .view .country-language-language {
  text-transform: uppercase;
}
/* line 52, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view.view-display-id-block_english_flags_countries > .view-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/* line 59, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view.view-display-id-block_english_flags_countries .views-row {
  flex-grow: 1;
  padding-top: 2em;
  min-width: 10em;
}
/* line 65, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view.view-display-id-block_english_flags_countries .taxonomy-term {
  width: 95%;
}
/* line 69, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view.view-display-id-block_english_flags_countries .img-responsive {
  max-width: 60%;
  margin: 0 auto;
}
/* line 74, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view.view-display-id-block_english_flags_countries .country-language-country {
  text-align: center;
  font-weight: bold;
  font-size: 0.85em;
  padding-top: 1em;
}
/* line 80, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view.view-display-id-block_english_flags_countries .country-language-country::after {
  display: inline-block;
  color: #00adef;
}
/* line 87, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view.view-display-id-block_english_flags_countries .country-language-language {
  display: none;
}
/* line 94, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view.view-display-id-block_nonenglish_flags_languages > .view-content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/* line 103, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view.view-display-id-block_nonenglish_flags_languages .views-row {
  flex-grow: 1;
  padding-top: 1em;
  min-width: 6.5em;
}
/* line 109, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view.view-display-id-block_nonenglish_flags_languages .img-responsive {
  -webkit-box-shadow: 0 0 1px 0 rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 0 1px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 1px 0 rgba(51, 51, 51, 0.5);
  display: inline-block;
  max-width: 2em;
}
/* line 116, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view.view-display-id-block_nonenglish_flags_languages .country-language-country {
  display: none;
}
/* line 120, ../assets/scss/components/_country_visitors.scss */
.asset-country-visitors .view.view-display-id-block_nonenglish_flags_languages .country-language-language {
  text-align: center;
  font-size: 0.75em;
  display: inline-block;
  font-weight: normal;
}

/* line 1, ../assets/scss/components/_story_image.scss */
.asset-story-image {
  background-color: #ededed;
}
/* line 4, ../assets/scss/components/_story_image.scss */
.asset-story-image .entity-asset {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 4rem;
}
/* line 10, ../assets/scss/components/_story_image.scss */
.asset-story-image .two-images img {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 10, ../assets/scss/components/_story_image.scss */
  .asset-story-image .two-images img {
    max-width: 47.5%;
  }
  /* line 16, ../assets/scss/components/_story_image.scss */
  .asset-story-image .two-images img:first-of-type {
    margin-right: 5%;
    float: left;
  }
}

/* line 2, ../assets/scss/components/_video_collection.scss */
.asset-video-collection {
  margin: 0 auto;
  max-width: 1170px;
  padding-bottom: 40px;
  width: 93.75%;
}
/* line 11, ../assets/scss/components/_video_collection.scss */
.asset-video-collection[class^="has-grid"] h2.component-title, .asset-video-collection[class*=" has-grid"] h2.component-title {
  text-align: center;
}
/* line 15, ../assets/scss/components/_video_collection.scss */
.asset-video-collection[class^="has-grid"] .video-collection-teasers, .asset-video-collection[class*=" has-grid"] .video-collection-teasers {
  display: flex;
  flex-wrap: wrap;
}
/* line 21, ../assets/scss/components/_video_collection.scss */
.asset-video-collection[class^="has-grid"] .video-teaser-col, .asset-video-collection[class*=" has-grid"] .video-teaser-col {
  flex-basis: 85%;
  margin: 0 auto 40px;
  max-width: 680px;
}
@media (min-width: 768px) {
  /* line 32, ../assets/scss/components/_video_collection.scss */
  .asset-video-collection.has-grid-2 .video-teaser-col, .asset-video-collection.has-grid .video-teaser-col, .asset-video-collection.has-grid-4 .video-teaser-col {
    flex-basis: 50%;
    margin: 0 0 40px;
  }
  /* line 37, ../assets/scss/components/_video_collection.scss */
  .asset-video-collection.has-grid-2 .video-teaser-col :not(:last-child), .asset-video-collection.has-grid .video-teaser-col :not(:last-child), .asset-video-collection.has-grid-4 .video-teaser-col :not(:last-child) {
    margin-right: 2%;
  }
}
@media (min-width: 992px) {
  /* line 46, ../assets/scss/components/_video_collection.scss */
  .asset-video-collection.has-grid .video-teaser-col, .asset-video-collection.has-grid-4 .video-teaser-col {
    flex-basis: 33.3%;
  }
}
@media (min-width: 1200px) {
  /* line 54, ../assets/scss/components/_video_collection.scss */
  .asset-video-collection.has-grid-4 .video-teaser-col {
    flex-basis: 25%;
  }
}
/* line 61, ../assets/scss/components/_video_collection.scss */
.asset-video-collection header {
  margin-bottom: 50px;
  width: 100%;
}
/* line 66, ../assets/scss/components/_video_collection.scss */
.asset-video-collection .field-island-ref {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 72, ../assets/scss/components/_video_collection.scss */
.asset-video-collection .video-item-header {
  overflow: hidden;
}
/* line 76, ../assets/scss/components/_video_collection.scss */
.asset-video-collection .play-button {
  display: inline-block;
  position: relative;
}
/* line 80, ../assets/scss/components/_video_collection.scss */
.asset-video-collection .play-button::after {
  content: '';
  background-image: url('../assets/images-min/icons/play-white-for-hover.svg?1718916822');
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 80, ../assets/scss/components/_video_collection.scss */
  .asset-video-collection .play-button::after {
    height: 75px;
    width: 75px;
  }
}
/* line 104, ../assets/scss/components/_video_collection.scss */
.asset-video-collection .node-readmore {
  display: none;
}
/* line 108, ../assets/scss/components/_video_collection.scss */
.asset-video-collection h4 {
  font-weight: bold;
  margin-left: 0;
}
/* line 113, ../assets/scss/components/_video_collection.scss */
.asset-video-collection .btn-primary {
  background-color: transparent;
  border: 1px solid #333333;
  color: #333333;
  font-family: "Lora", serif;
  font-weight: 700;
  margin-top: 8px;
  outline: none;
  text-transform: uppercase;
  border-radius: 0;
}
/* line 128, ../assets/scss/components/_video_collection.scss */
.asset-video-collection .btn-primary:hover {
  background-color: gray;
  border-color: gray;
  color: white;
}
/* line 136, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider header {
  margin: auto auto 50px;
  width: 60%;
}
/* line 141, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider h2 {
  font-size: 20px;
}
/* line 145, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider .btn-primary {
  margin-top: 12px;
}
/* line 149, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider .slick-slider {
  margin: 0 auto;
  width: 60%;
}
@media (min-width: 480px) {
  /* line 149, ../assets/scss/components/_video_collection.scss */
  .asset-video-collection.has-slider .slick-slider {
    width: calc(60% + 30px);
  }
}
/* line 157, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider .slick-slider h2.component-title {
  font-size: 16px;
}
/* line 161, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider .slick-slider .slick-prev,
.asset-video-collection.has-slider .slick-slider .slick-next {
  background-color: transparent;
  color: black;
  text-shadow: none;
  width: 50px;
}
/* line 169, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider .slick-slider .slick-prev::before,
.asset-video-collection.has-slider .slick-slider .slick-next::after {
  font-size: 60px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 176, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider .slick-slider .slick-prev {
  left: -60px;
}
/* line 179, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider .slick-slider .slick-prev::before {
  left: 5020px;
}
/* line 184, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider .slick-slider .slick-next {
  right: -60px;
}
/* line 187, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider .slick-slider .slick-next::after {
  left: 5015px;
}
/* line 192, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider .slick-slider .video-teaser-col {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 192, ../assets/scss/components/_video_collection.scss */
  .asset-video-collection.has-slider .slick-slider .video-teaser-col {
    padding: 0 15px;
  }
}
/* line 200, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider .slick-slider article {
  position: relative;
  font-size: 16px;
  line-height: 1.3em;
}
/* line 206, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider .slick-slider h4 {
  float: left;
  width: 100%;
}
/* line 212, ../assets/scss/components/_video_collection.scss */
.asset-video-collection.has-slider .slick-slider .play-button::after {
  display: none;
}
@media (min-width: 992px) {
  /* line 212, ../assets/scss/components/_video_collection.scss */
  .asset-video-collection.has-slider .slick-slider .play-button::after {
    display: inline-block;
    height: 45px;
    width: 45px;
  }
}
@media (max-width: 768px) {
  /* line 226, ../assets/scss/components/_video_collection.scss */
  .asset-video-collection .col-xs-8 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 9, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .entity-asset {
  margin: 0 auto;
  max-width: 900px;
  padding: 10px 20px;
}
@media (min-width: 992px) {
  /* line 9, ../assets/scss/components/_hawaiian_pronunciation.scss */
  .asset-hawaiian-pronunciation .entity-asset {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  /* line 9, ../assets/scss/components/_hawaiian_pronunciation.scss */
  .asset-hawaiian-pronunciation .entity-asset {
    margin: 0 auto;
    max-width: 900px;
    padding: 35px 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  /* line 9, ../assets/scss/components/_hawaiian_pronunciation.scss */
  .asset-hawaiian-pronunciation .entity-asset {
    padding: 35px 0;
  }
}

@media (min-width: 992px) {
  /* line 9, ../assets/scss/components/_hawaiian_pronunciation.scss */
  .asset-hawaiian-pronunciation .entity-asset {
    margin: 0 auto;
    max-width: 900px;
    padding: 50px 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 9, ../assets/scss/components/_hawaiian_pronunciation.scss */
  .asset-hawaiian-pronunciation .entity-asset {
    padding: 50px 0;
  }
}

/* line 21, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .panel-heading {
  background-color: #00688c;
}
/* line 26, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .panel-title a {
  font-size: 1.5em;
  color: white;
}
/* line 30, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .panel-title a:hover {
  color: #333333;
}
/* line 36, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .panel-body {
  padding: 0;
}
/* line 40, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .has-audio {
  height: 40px;
  width: 40px;
  float: right;
  margin-right: 0.25em;
}
/* line 47, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .sensory-controls-wrapper {
  position: relative;
  height: 40px;
  width: 40px;
  margin-left: 5px;
  padding: 0;
  z-index: 1;
}
/* line 56, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .sensory-controls {
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  background-image: url('../assets/images-min/icons/sound.svg?1718916822') !important;
}
/* line 63, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .sensory-controls::after {
  border: 2px solid rgba(0, 0, 0, 0.5);
}
/* line 67, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .sensory-controls:hover {
  background-image: url('../assets/images-min/icons/sound.svg?1718916822') !important;
}
/* line 70, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .sensory-controls:hover::before {
  content: '' !important;
}
/* line 74, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .sensory-controls:hover::after {
  border: 2px solid rgba(0, 0, 0, 0.5);
}
/* line 80, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .lang-pron-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0.25em 0;
}
/* line 87, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .lang-pron-row:nth-child(even) {
  /* old value
  background-color: $gray-df;*/
  background-color: #ededed;
}
/* line 93, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .lang-pron-row:nth-child(odd) {
  background-color: #cccccc;
}
/* line 97, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .lang-pron-row:not(.lang-pron-row-headings):hover {
  background-color: white;
}
/* line 102, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .lang-pron-row-headings {
  border-bottom: 1px solid #333333;
  font-weight: bold;
  color: #00688c;
  background-color: #ededed;
}
/* line 110, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .lang-pron-row-headings .lang-pron-col-en-word::before,
.asset-hawaiian-pronunciation .lang-pron-row-headings .lang-pron-col-hi-word-plus-audio::before {
  content: none;
}
@media (max-width: 516px) {
  /* line 108, ../assets/scss/components/_hawaiian_pronunciation.scss */
  .asset-hawaiian-pronunciation .lang-pron-row-headings .lang-pron-col-en-word,
  .asset-hawaiian-pronunciation .lang-pron-row-headings .lang-pron-col-hi-word-plus-audio {
    display: none;
  }
}
/* line 122, ../assets/scss/components/_hawaiian_pronunciation.scss */
html.scrollbarWidth_12 .asset-hawaiian-pronunciation .lang-pron-row-headings {
  padding-right: 12px;
}
/* line 126, ../assets/scss/components/_hawaiian_pronunciation.scss */
html.scrollbarWidth_15 .asset-hawaiian-pronunciation .lang-pron-row-headings {
  padding-right: 15px;
}
/* line 130, ../assets/scss/components/_hawaiian_pronunciation.scss */
html.scrollbarWidth_17 .asset-hawaiian-pronunciation .lang-pron-row-headings {
  padding-right: 17px;
}
/* line 136, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .lang-pron-table-data {
  max-height: 300px;
  overflow: scroll;
}
/* line 141, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .lang-pron-col-hi-word-plus-audio,
.asset-hawaiian-pronunciation .lang-pron-col-en-word {
  padding: 0 0.25em;
}
/* line 145, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .lang-pron-col-hi-word-plus-audio::before,
.asset-hawaiian-pronunciation .lang-pron-col-en-word::before {
  content: none;
  font-weight: bold;
  padding-right: 0.25em;
}
/* line 152, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .lang-pron-col-hi-word-plus-audio {
  flex-basis: 275px;
  flex-grow: 1;
  position: relative;
}
/* line 157, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .lang-pron-col-hi-word-plus-audio::after {
  content: '';
  border-right: 1px solid #333333;
  position: absolute;
  right: 0;
  height: calc(100% + 0.5em);
  top: -0.25em;
}
@media (max-width: 516px) {
  /* line 168, ../assets/scss/components/_hawaiian_pronunciation.scss */
  .asset-hawaiian-pronunciation .lang-pron-col-hi-word-plus-audio::after {
    content: none;
  }
  /* line 172, ../assets/scss/components/_hawaiian_pronunciation.scss */
  .asset-hawaiian-pronunciation .lang-pron-col-hi-word-plus-audio::before {
    content: 'Hawaiian Word:';
  }
}
/* line 179, ../assets/scss/components/_hawaiian_pronunciation.scss */
.asset-hawaiian-pronunciation .lang-pron-col-en-word {
  flex-basis: 200px;
  flex-grow: 4;
}
@media (max-width: 516px) {
  /* line 185, ../assets/scss/components/_hawaiian_pronunciation.scss */
  .asset-hawaiian-pronunciation .lang-pron-col-en-word::before {
    content: 'English Word:';
  }
}

/* line 2, ../assets/scss/components/_island_maps.scss */
.asset-island-maps {
  position: relative;
  margin-top: 100px;
  color: white;
  font-family: "elza thin", sans-serif;
  background-image: url('../assets/images-min/map/map_background.jpg?1718916822');
  background-size: 320vw;
  /*
    the positioning of .islands-map-map and .entity-asset
    are explicitely tied together
  */
  /* @NOTE ie/edge doesn't support calc() sufficiently.
   * https://caniuse.com/#search=calc
   * IE10, IE11, and Edge < 14 don't support using calc() inside a transform.
   * Bug report https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/104773/
   */
}
@media (min-width: 480px) {
  /* line 2, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps {
    background-size: 240vw;
  }
}
@media (min-width: 768px) {
  /* line 2, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps {
    background-size: 200vw;
  }
}
@media (min-width: 1200px) {
  /* line 2, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps {
    background-size: 180vw;
  }
}
@media (min-width: 1400px) {
  /* line 2, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps {
    background-size: 140vw;
  }
}
/* line 34, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .component-title {
  position: absolute;
  top: -93px;
}
/* line 39, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-island-name {
  position: absolute;
  right: 0.5em;
}
@media (min-width: 480px) {
  /* line 39, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps .island-map-island-name {
    font-size: 1.33em;
  }
}
@media (min-width: 768px) {
  /* line 39, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps .island-map-island-name {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  /* line 39, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps .island-map-island-name {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  /* line 39, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps .island-map-island-name {
    font-size: 2.5em;
  }
}
@media (min-width: 480px) {
  /* line 59, ../assets/scss/components/_island_maps.scss */
  body.i18n-ko .asset-island-maps .island-map-island-name, body.i18n-ja .asset-island-maps .island-map-island-name, body.i18n-zh-hans .asset-island-maps .island-map-island-name {
    font-size: 0.798em;
  }
}
@media (min-width: 768px) {
  /* line 59, ../assets/scss/components/_island_maps.scss */
  body.i18n-ko .asset-island-maps .island-map-island-name, body.i18n-ja .asset-island-maps .island-map-island-name, body.i18n-zh-hans .asset-island-maps .island-map-island-name {
    font-size: 0.9em;
  }
}
@media (min-width: 992px) {
  /* line 59, ../assets/scss/components/_island_maps.scss */
  body.i18n-ko .asset-island-maps .island-map-island-name, body.i18n-ja .asset-island-maps .island-map-island-name, body.i18n-zh-hans .asset-island-maps .island-map-island-name {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  /* line 59, ../assets/scss/components/_island_maps.scss */
  body.i18n-ko .asset-island-maps .island-map-island-name, body.i18n-ja .asset-island-maps .island-map-island-name, body.i18n-zh-hans .asset-island-maps .island-map-island-name {
    font-size: 1.5em;
  }
}
/* line 82, ../assets/scss/components/_island_maps.scss */
.asset-island-maps.asset-island-maps-kauai .tooltip-inner {
  background-color: rgba(120, 89, 131, 0.9);
}
/* line 82, ../assets/scss/components/_island_maps.scss */
.asset-island-maps.asset-island-maps-oahu .tooltip-inner {
  background-color: rgba(243, 190, 55, 0.9);
}
/* line 82, ../assets/scss/components/_island_maps.scss */
.asset-island-maps.asset-island-maps-molokai .tooltip-inner {
  background-color: rgba(17, 90, 46, 0.9);
}
/* line 82, ../assets/scss/components/_island_maps.scss */
.asset-island-maps.asset-island-maps-lanai .tooltip-inner {
  background-color: rgba(246, 147, 67, 0.9);
}
/* line 82, ../assets/scss/components/_island_maps.scss */
.asset-island-maps.asset-island-maps-maui .tooltip-inner {
  background-color: rgba(172, 7, 114, 0.9);
}
/* line 82, ../assets/scss/components/_island_maps.scss */
.asset-island-maps.asset-island-maps-hawaii .tooltip-inner {
  background-color: rgba(194, 38, 53, 0.9);
}
/* line 82, ../assets/scss/components/_island_maps.scss */
.asset-island-maps.asset-island-maps-island-of-hawaii .tooltip-inner {
  background-color: rgba(194, 38, 53, 0.9);
}
/* line 82, ../assets/scss/components/_island_maps.scss */
.asset-island-maps.asset-island-maps-multiple .tooltip-inner {
  background-color: rgba(0, 104, 140, 0.9);
}
/* line 87, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .tooltip {
  white-space: nowrap;
}
/* line 90, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .tooltip .tooltip-inner {
  max-width: 250px;
}
/* line 96, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .islands-map-map-wrapper {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
/* line 103, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .islands-map-map {
  position: absolute;
}
/* line 271, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-map-static,
.asset-island-maps .islands-map-map-dynamic {
  display: none;
}
/* line 276, ../assets/scss/components/_island_maps.scss */
.asset-island-maps > * {
  display: none;
}
/* line 280, ../assets/scss/components/_island_maps.scss */
html.ie-edge-detection-complete .asset-island-maps > * {
  display: block;
}
/* line 292, ../assets/scss/components/_island_maps.scss */
html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps .islands-map-map-dynamic {
  display: block;
}
@media (min-width: 0px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    transform: translate(calc(-10.67% + 20px), calc(-5% - 12px - (100vw - 320px) / 12.8));
  }
  /* line 335, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    width: calc((100vw - 40px) * 12.222);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    width: calc((100vw - 52px) * 12.222);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    width: calc((100vw - 55px) * 12.222);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    width: calc((100vw - 57px) * 12.222);
  }
}
@media (min-width: 768px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    transform: translate(calc(-10.67% + 60px), calc(-5% - 16px - (100vw - 768px) / 11.78947));
  }
  /* line 335, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    width: calc((100vw - 120px) * 12.222);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    width: calc((100vw - 132px) * 12.222);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    width: calc((100vw - 135px) * 12.222);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    width: calc((100vw - 137px) * 12.222);
  }
}
@media (min-width: 992px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    width: 11000px !important;
  }
  /* line 324, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    transform: translate(calc(-10.67% + (50vw - 450px) + 0px), calc(-5% - 23px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    transform: translate(calc(-10.67% + (50vw - 456px)), calc(-5% - 23px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    transform: translate(calc(-10.67% + (50vw - 457.5px)), calc(-5% - 23px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-kauai .islands-map-map-dynamic {
    transform: translate(calc(-10.67% + (50vw - 458.5px)), calc(-5% - 23px));
  }
}
@media (min-width: 0px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    transform: translate(calc(-36.12% + 20px), calc(-18.25% - 19px - (100vw - 320px) / 9.14286));
  }
  /* line 335, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    width: calc((100vw - 40px) * 9.7);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    width: calc((100vw - 52px) * 9.7);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    width: calc((100vw - 55px) * 9.7);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    width: calc((100vw - 57px) * 9.7);
  }
}
@media (min-width: 768px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    transform: translate(calc(-36.12% + 60px), calc(-18.25% - 34px - (100vw - 768px) / 8.96));
  }
  /* line 335, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    width: calc((100vw - 120px) * 9.7);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    width: calc((100vw - 132px) * 9.7);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    width: calc((100vw - 135px) * 9.7);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    width: calc((100vw - 137px) * 9.7);
  }
}
@media (min-width: 992px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    width: 8750px !important;
  }
  /* line 324, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    transform: translate(calc(-36.12% + (50vw - 450px) + 0px), calc(-18.25% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    transform: translate(calc(-36.12% + (50vw - 456px)), calc(-18.25% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    transform: translate(calc(-36.12% + (50vw - 457.5px)), calc(-18.25% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-oahu .islands-map-map-dynamic {
    transform: translate(calc(-36.12% + (50vw - 458.5px)), calc(-18.25% - 50px));
  }
}
@media (min-width: 0px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    transform: translate(calc(-52.41% + 20px), calc(-28% - 19px - (100vw - 320px) / 9.14286));
  }
  /* line 335, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    width: calc((100vw - 40px) * 10.1);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    width: calc((100vw - 52px) * 10.1);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    width: calc((100vw - 55px) * 10.1);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    width: calc((100vw - 57px) * 10.1);
  }
}
@media (min-width: 768px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    transform: translate(calc(-52.41% + 60px), calc(-28% - 34px - (100vw - 768px) / 8.96));
  }
  /* line 335, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    width: calc((100vw - 120px) * 10.1);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    width: calc((100vw - 132px) * 10.1);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    width: calc((100vw - 135px) * 10.1);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    width: calc((100vw - 137px) * 10.1);
  }
}
@media (min-width: 992px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    width: 9090px !important;
  }
  /* line 324, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    transform: translate(calc(-52.41% + (50vw - 450px) + 0px), calc(-28% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    transform: translate(calc(-52.41% + (50vw - 456px)), calc(-28% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    transform: translate(calc(-52.41% + (50vw - 457.5px)), calc(-28% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-molokai .islands-map-map-dynamic {
    transform: translate(calc(-52.41% + (50vw - 458.5px)), calc(-28% - 50px));
  }
}
@media (min-width: 0px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    transform: translate(calc(-56.41% + 20px), calc(-40.4% - 20px - (100vw - 320px) / 8.96));
  }
  /* line 335, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    width: calc((100vw - 40px) * 23.25);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    width: calc((100vw - 52px) * 23.25);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    width: calc((100vw - 55px) * 23.25);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    width: calc((100vw - 57px) * 23.25);
  }
}
@media (min-width: 768px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    transform: translate(calc(-56.41% + 60px), calc(-40.4% - 36px - (100vw - 768px) / 8.96));
  }
  /* line 335, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    width: calc((100vw - 120px) * 23.25);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    width: calc((100vw - 132px) * 23.25);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    width: calc((100vw - 135px) * 23.25);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    width: calc((100vw - 137px) * 23.25);
  }
}
@media (min-width: 992px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    width: 20900px !important;
  }
  /* line 324, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    transform: translate(calc(-56.41% + (50vw - 450px) + 0px), calc(-40.4% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    transform: translate(calc(-56.41% + (50vw - 456px)), calc(-40.4% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    transform: translate(calc(-56.41% + (50vw - 457.5px)), calc(-40.4% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-lanai .islands-map-map-dynamic {
    transform: translate(calc(-56.41% + (50vw - 458.5px)), calc(-40.4% - 50px));
  }
}
@media (min-width: 0px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    transform: translate(calc(-62.63% + 20px), calc(-36.09% - 19px - (100vw - 320px) / 8.96));
  }
  /* line 335, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    width: calc((100vw - 40px) * 8.33);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    width: calc((100vw - 52px) * 8.33);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    width: calc((100vw - 55px) * 8.33);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    width: calc((100vw - 57px) * 8.33);
  }
}
@media (min-width: 768px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    transform: translate(calc(-62.63% + 60px), calc(-36.09% - 35px - (100vw - 768px) / 8.96));
  }
  /* line 335, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    width: calc((100vw - 120px) * 8.33);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    width: calc((100vw - 132px) * 8.33);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    width: calc((100vw - 135px) * 8.33);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    width: calc((100vw - 137px) * 8.33);
  }
}
@media (min-width: 992px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    width: 7495px !important;
  }
  /* line 324, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    transform: translate(calc(-62.63% + (50vw - 450px) + 0px), calc(-36.09% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    transform: translate(calc(-62.63% + (50vw - 456px)), calc(-36.09% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    transform: translate(calc(-62.63% + (50vw - 457.5px)), calc(-36.09% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-maui .islands-map-map-dynamic {
    transform: translate(calc(-62.63% + (50vw - 458.5px)), calc(-36.09% - 50px));
  }
}
@media (min-width: 0px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    transform: translate(calc(-68.65% + 20px), calc(-53.8% - 20px - (100vw - 320px) / 9.33333));
  }
  /* line 335, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    width: calc((100vw - 40px) * 3.32);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    width: calc((100vw - 52px) * 3.32);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    width: calc((100vw - 55px) * 3.32);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    width: calc((100vw - 57px) * 3.32);
  }
}
@media (min-width: 768px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    transform: translate(calc(-68.65% + 60px), calc(-53.8% - 34px - (100vw - 768px) / 8.61538));
  }
  /* line 335, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    width: calc((100vw - 120px) * 3.32);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    width: calc((100vw - 132px) * 3.32);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    width: calc((100vw - 135px) * 3.32);
  }
  /* line 340, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    width: calc((100vw - 137px) * 3.32);
  }
}
@media (min-width: 992px) {
  /* line 298, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    width: 2990px !important;
  }
  /* line 324, ../assets/scss/components/_island_maps.scss */
  html:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    transform: translate(calc(-68.65% + (50vw - 450px) + 0px), calc(-53.8% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_12:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    transform: translate(calc(-68.65% + (50vw - 456px)), calc(-53.8% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_15:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    transform: translate(calc(-68.65% + (50vw - 457.5px)), calc(-53.8% - 50px));
  }
  /* line 329, ../assets/scss/components/_island_maps.scss */
  html.scrollbarWidth_17:not(.ie):not(.edge12):not(.edge13) .asset-island-maps.asset-island-maps-hawaii .islands-map-map-dynamic {
    transform: translate(calc(-68.65% + (50vw - 458.5px)), calc(-53.8% - 50px));
  }
}
/* line 371, ../assets/scss/components/_island_maps.scss */
html.ie .asset-island-maps .island-map-map-static, html.ie11 .asset-island-maps .island-map-map-static, html.edge12 .asset-island-maps .island-map-map-static, html.edge13 .asset-island-maps .island-map-map-static {
  display: block;
}
/* line 376, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-map-static {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 391, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .entity-asset {
  position: relative;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  /* line 391, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps .entity-asset {
    padding: 35px 60px;
  }
}
@media (min-width: 992px) {
  /* line 391, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps .entity-asset {
    margin: 0 auto;
    max-width: 900px;
    padding: 50px 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 391, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps .entity-asset {
    padding: 50px 0;
  }
}

/* line 405, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-wrapper {
  position: relative;
}
/* line 409, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-map-placeholder {
  width: 100%;
  height: 0;
  padding-bottom: 79.79%;
}
/* line 415, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-item-label {
  position: absolute;
  min-width: 12em;
}
/* line 420, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-item-label-inner {
  position: absolute;
  line-height: 1;
  cursor: pointer;
  top: -18px;
  left: -6px;
}
@media (min-width: 768px) {
  /* line 420, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps .island-map-item-label-inner {
    top: -24px;
    left: -8px;
  }
}
@media (min-width: 1200px) {
  /* line 420, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps .island-map-item-label-inner {
    top: -30px;
    left: -10px;
  }
}
/* line 441, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-marker {
  display: inline-block;
}
/* line 445, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-marker {
  background-image: url('../assets/images-min/icons/location-gray-reg.svg?1718916822');
  background-position: center;
  background-repeat: no-repeat;
  height: 18px;
  width: 12px;
}
@media (min-width: 768px) {
  /* line 445, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps .island-map-marker {
    height: 24px;
    width: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 445, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps .island-map-marker {
    height: 30px;
    width: 20px;
  }
}
/* line 464, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-title {
  font-size: 1.5rem;
  line-height: 1.1;
  display: inline;
  color: black;
  border-bottom: 2px dashed black;
  font-weight: bold;
}
@media (min-width: 768px) {
  /* line 464, ../assets/scss/components/_island_maps.scss */
  .asset-island-maps .island-map-title {
    font-size: 2rem;
  }
}
/* line 482, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-marker + .island-map-label {
  margin-left: 0.25em;
}
/* line 486, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup {
  display: none;
  pointer-events: none;
  position: absolute;
  width: 320px;
  transform: translateX(-50%);
  padding-top: 1em;
  z-index: 1;
}
/* line 495, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup.opening, .asset-island-maps .island-map-popup.open, .asset-island-maps .island-map-popup.closing {
  display: block;
}
/* line 501, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup.open {
  pointer-events: auto;
}
/* line 506, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-inner {
  position: relative;
  padding-bottom: 0.5em;
}
/* line 511, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-inner.kauai {
  background-color: rgba(120, 89, 131, 0.9);
}
/* line 511, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-inner.oahu {
  background-color: rgba(243, 190, 55, 0.9);
}
/* line 511, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-inner.molokai {
  background-color: rgba(17, 90, 46, 0.9);
}
/* line 511, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-inner.lanai {
  background-color: rgba(246, 147, 67, 0.9);
}
/* line 511, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-inner.maui {
  background-color: rgba(172, 7, 114, 0.9);
}
/* line 511, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-inner.hawaii {
  background-color: rgba(194, 38, 53, 0.9);
}
/* line 511, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-inner.island-of-hawaii {
  background-color: rgba(194, 38, 53, 0.9);
}
/* line 511, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-inner.multiple {
  background-color: rgba(0, 104, 140, 0.9);
}
/* line 516, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-inner .close {
  color: white;
  display: block;
  float: none;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 100%;
}
/* line 528, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-img {
  width: 100%;
}
/* line 532, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-title {
  padding: 0 1em;
}
/* line 536, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-title h2 a {
  border-bottom: 2px solid white;
  font-size: 30px;
  display: inline-block;
  line-height: 30px;
  font-weight: 100;
  color: white;
}
/* line 550, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-description {
  padding: 0 1em 0.5em;
  font-size: 16px;
  line-height: 1.2;
}
/* line 556, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .mmg-lfef-directions-link,
.asset-island-maps .island-map-popup-learn-more {
  display: block;
}
/* line 561, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .mmg-lfef-directions-link {
  padding: 0 1em 0.5em;
}
/* line 564, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .mmg-lfef-directions-link span {
  color: white;
}
/* line 573, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-learn-more {
  padding: 0 1em 0.5em;
  color: white;
  font-weight: bold;
}
/* line 583, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-links {
  list-style: none;
  padding: 0 1em 1em;
  line-height: 1.5;
}
/* line 589, ../assets/scss/components/_island_maps.scss */
.asset-island-maps .island-map-popup-link a {
  font-weight: normal;
}

/* line 2, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events {
  margin: 5rem 0;
  overflow: hidden;
  text-align: center;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.asset-highlighted-events:before, .asset-highlighted-events:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.asset-highlighted-events:after {
  clear: both;
}
/* line 8, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events .entity-asset {
  min-height: 48rem;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 8, ../assets/scss/components/_highlighted_events.scss */
  .asset-highlighted-events .entity-asset {
    max-width: 100%;
    min-height: 56.7rem;
  }
}
@media (min-width: 992px) {
  /* line 8, ../assets/scss/components/_highlighted_events.scss */
  .asset-highlighted-events .entity-asset {
    padding: 10rem 0;
  }
}
@media (min-width: 1200px) {
  /* line 8, ../assets/scss/components/_highlighted_events.scss */
  .asset-highlighted-events .entity-asset {
    margin: 0 auto;
    max-width: 1920px;
    padding: 100px 0px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  /* line 8, ../assets/scss/components/_highlighted_events.scss */
  .asset-highlighted-events .entity-asset {
    padding: 100px 0;
  }
}

/* line 27, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events .content {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 48rem;
}
@media (min-width: 992px) {
  /* line 27, ../assets/scss/components/_highlighted_events.scss */
  .asset-highlighted-events .content {
    min-height: 56.7rem;
  }
}
/* line 41, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events .highlighted-wrapper {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  min-height: 30rem;
  height: 100%;
  position: relative;
  z-index: 2;
  margin-top: -5rem;
}
@media (min-width: 992px) {
  /* line 41, ../assets/scss/components/_highlighted_events.scss */
  .asset-highlighted-events .highlighted-wrapper {
    min-height: 0;
  }
}
/* line 62, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events .view-highlighted-events .view-content {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 5rem;
}
@media (min-width: 992px) {
  /* line 62, ../assets/scss/components/_highlighted_events.scss */
  .asset-highlighted-events .view-highlighted-events .view-content {
    min-height: 0;
    flex-direction: row;
  }
}
/* line 77, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events .view-highlighted-events .view-content h2 {
  height: 8rem;
  overflow: hidden;
  margin-bottom: 0;
}
/* line 85, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events .label,
.asset-highlighted-events .field-group-format-title,
.asset-highlighted-events .contextual-links-trigger {
  display: none;
}
/* line 91, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events .highlighted-item {
  width: 30rem;
  margin: 2rem 1rem;
}
@media (min-width: 1200px) {
  /* line 91, ../assets/scss/components/_highlighted_events.scss */
  .asset-highlighted-events .highlighted-item {
    width: 40rem;
  }
}
/* line 100, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events .date-display-single {
  display: block;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
/* line 106, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events .description {
  overflow: hidden;
  max-height: 10rem;
}
/* line 111, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events .component-backdrop-image {
  height: 130rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  /* line 111, ../assets/scss/components/_highlighted_events.scss */
  .asset-highlighted-events .component-backdrop-image {
    height: 100%;
  }
}
/* line 122, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events .component-backdrop-image .img-responsive {
  height: 100%;
  margin: 0 auto;
  max-width: none;
}
/* line 129, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events h2.component-title {
  color: white;
  font-family: "Gill Sans", sans-serif;
  font-weight: normal;
  padding: 2rem;
  background-color: #00688c;
  text-align: center;
  width: 98%;
  margin: 2rem auto 1rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  /* line 129, ../assets/scss/components/_highlighted_events.scss */
  .asset-highlighted-events h2.component-title {
    width: 100%;
  }
}
/* line 145, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events h2.component-title span {
  display: block;
}
/* line 150, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events a {
  display: inline-block;
  margin: 2rem 0 0;
  background: transparent;
  border: 2px solid black;
  color: black;
}
/* line 158, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events a:hover {
  background-color: #00688c;
  color: white !important;
}
/* line 163, ../assets/scss/components/_highlighted_events.scss */
.asset-highlighted-events a:visited {
  color: black;
}

/* line 2, ../assets/scss/components/_list.scss */
.asset-list-component {
  padding: 5%;
  color: black;
}
@media (min-width: 992px) {
  /* line 2, ../assets/scss/components/_list.scss */
  .asset-list-component {
    padding: 2% 8%;
  }
}
@media (min-width: 1200px) {
  /* line 2, ../assets/scss/components/_list.scss */
  .asset-list-component {
    padding: 2% 12.5%;
  }
}
/* line 16, ../assets/scss/components/_list.scss */
.asset-list-component h2.list-component-title a {
  font-size: 50px;
  line-height: 50px;
  font-family: "Lora", serif;
  text-transform: capitalize;
}
/* line 24, ../assets/scss/components/_list.scss */
.asset-list-component .field-collection-view {
  border-bottom: 0;
}
/* line 28, ../assets/scss/components/_list.scss */
.asset-list-component ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
/* line 37, ../assets/scss/components/_list.scss */
.asset-list-component ol.letters {
  list-style-type: lower-alpha;
}
/* line 41, ../assets/scss/components/_list.scss */
.asset-list-component ol.letters-upper {
  list-style-type: upper-alpha;
}
/* line 46, ../assets/scss/components/_list.scss */
.asset-list-component ul {
  padding: 5px;
}
/* line 49, ../assets/scss/components/_list.scss */
.asset-list-component ul.list-items-container {
  list-style: disc !important;
}
/* line 53, ../assets/scss/components/_list.scss */
.asset-list-component ul.no-typelist {
  list-style-type: none;
}
/* line 61, ../assets/scss/components/_list.scss */
.asset-list-component .fc-list-item-content ul {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
/* line 68, ../assets/scss/components/_list.scss */
.asset-list-component .fc-list-item-content ul li {
  list-style-type: disc;
}

/* line 1, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery {
  max-width: 480px;
  padding: 40px 20px 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  /* line 1, ../assets/scss/components/_photo_gallery.scss */
  .asset-photo-gallery {
    max-width: 768px;
  }
}
@media (min-width: 1200px) {
  /* line 1, ../assets/scss/components/_photo_gallery.scss */
  .asset-photo-gallery {
    max-width: 992px;
  }
}
@media (min-width: 1400px) {
  /* line 1, ../assets/scss/components/_photo_gallery.scss */
  .asset-photo-gallery {
    max-width: 1200px;
  }
}
/* line 24, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .field-collection-container {
  margin: 0;
}
/* line 28, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .entity-asset > .field-collection-container {
  position: relative;
}
/* line 31, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .entity-asset > .field-collection-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  height: 70%;
  width: 100vw;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
  background-color: #ededed;
}
/* line 45, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .entity-asset > .field-collection-container .slick-arrow {
  display: none;
  width: 100px;
  background-color: gray;
  color: white;
  height: 180px;
}
@media (min-width: 992px) {
  /* line 45, ../assets/scss/components/_photo_gallery.scss */
  .asset-photo-gallery .entity-asset > .field-collection-container .slick-arrow {
    display: block;
  }
}
/* line 57, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .entity-asset > .field-collection-container .slick-prev {
  left: calc(-100px + 1rem);
}
/* line 60, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .entity-asset > .field-collection-container .slick-prev:before {
  left: 5050px;
}
/* line 65, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .entity-asset > .field-collection-container .slick-next {
  right: calc(-100px + 1rem);
}
/* line 68, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .entity-asset > .field-collection-container .slick-next:after {
  left: 5050px;
}
/* line 74, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .group-main-text-wrapper {
  color: white;
  position: relative;
  padding: 1rem;
  font-weight: normal;
  text-align: center;
}
/* line 81, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .group-main-text-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 999px;
  min-height: 100px;
  width: 100%;
  z-index: -1;
  background-color: #00688c;
}
/* line 95, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .photo-gallery-slide-title {
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: bold;
}
/* line 102, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .field-collection-view {
  border: 0;
  padding: 0 1rem;
  margin: 0;
}
/* line 108, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .photo-gallery-slider-nav {
  margin: 0 50px;
}
@media (min-width: 768px) {
  /* line 108, ../assets/scss/components/_photo_gallery.scss */
  .asset-photo-gallery .photo-gallery-slider-nav {
    margin: 0;
  }
}
/* line 115, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .photo-gallery-slider-nav .slick-prev {
  left: -20px;
  font-size: 50px;
}
/* line 119, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .photo-gallery-slider-nav .slick-prev:before {
  font-size: 50px;
}
/* line 124, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .photo-gallery-slider-nav .slick-next {
  right: -25px;
  font-size: 50px;
}
/* line 128, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .photo-gallery-slider-nav .slick-next:after {
  font-size: 50px;
}
/* line 133, ../assets/scss/components/_photo_gallery.scss */
.asset-photo-gallery .photo-gallery-slider-nav .group-main-text-wrapper {
  display: none;
}

/* line 1, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome {
  padding: 0 0 80px;
  /* @NOTE ex from adminable content:
  <div class="image-overlay"><a href="https://travel.hawaii.gov" class="image-overlay-thg">travel.gohawaii.gov</a></div>
  */
}
@media (min-width: 992px) {
  /* line 1, ../assets/scss/components/welcome/_welcome.scss */
  .asset-welcome {
    margin: auto 70px;
  }
}
/* line 20, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome .entity-asset {
  margin: 0 auto;
  max-width: 900px;
  padding: 0px 20px;
}
@media (min-width: 992px) {
  /* line 20, ../assets/scss/components/welcome/_welcome.scss */
  .asset-welcome .entity-asset {
    padding: 0px 0;
  }
}
/* line 24, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome header {
  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
/* line 31, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome header span::after {
  display: inline-block;
}
/* line 36, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome .field-collection-container,
.asset-welcome .field-collection-view {
  border-bottom: none;
}
/* line 41, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome .field-collection-view {
  padding: 1rem 0 0 0;
  margin: 0 10px;
}
/* line 47, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome .field-collection-item-field-welcome-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 992px) {
  /* line 47, ../assets/scss/components/welcome/_welcome.scss */
  .asset-welcome .field-collection-item-field-welcome-section {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /* line 58, ../assets/scss/components/welcome/_welcome.scss */
  .asset-welcome .field-collection-item-field-welcome-section.welcome-section-item-image-style-content_x-large {
    flex-direction: column;
  }
}
/* line 63, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome .field-collection-item-field-welcome-section .welcome-section-item-image {
  flex-basis: 100%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  /* line 63, ../assets/scss/components/welcome/_welcome.scss */
  .asset-welcome .field-collection-item-field-welcome-section .welcome-section-item-image {
    flex-wrap: nowrap;
    position: relative;
  }
}
/* line 72, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome .field-collection-item-field-welcome-section .welcome-section-item-image img {
  margin: 0 auto;
}
@media (min-width: 992px) {
  /* line 78, ../assets/scss/components/welcome/_welcome.scss */
  .asset-welcome .field-collection-item-field-welcome-section.welcome-section-item-image-pos-default .welcome-section-item-image {
    order: 3;
    left: 60px;
    flex-basis: 45rem;
  }
  /* line 84, ../assets/scss/components/welcome/_welcome.scss */
  .asset-welcome .field-collection-item-field-welcome-section.welcome-section-item-image-pos-default .welcome-section-item-image.half {
    flex-basis: 22.5rem;
  }
}
@media (min-width: 992px) {
  /* line 90, ../assets/scss/components/welcome/_welcome.scss */
  .asset-welcome .field-collection-item-field-welcome-section.welcome-section-item-image-pos-left .welcome-section-item-image {
    order: 1;
    right: 60px;
    flex-basis: 45rem;
    margin-right: -1rem;
  }
  /* line 97, ../assets/scss/components/welcome/_welcome.scss */
  .asset-welcome .field-collection-item-field-welcome-section.welcome-section-item-image-pos-left .welcome-section-item-image.half {
    flex-basis: 22.5rem;
  }
}
/* line 113, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome .field-collection-item-field-welcome-section.welcome-section-item-image-style-none .welcome-section-item-image {
  display: none;
}
/* line 117, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome .field-collection-item-field-welcome-section.welcome-section-item-image-style-content_x-large .welcome-section-item-image {
  flex-basis: 100%;
  flex-shrink: 0;
}
/* line 122, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome .field-collection-item-field-welcome-section .welcome-section-item-content {
  order: 2;
  flex-shrink: 3;
  padding: 10px;
}
/* line 127, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome .field-collection-item-field-welcome-section .welcome-section-item-content ul {
  list-style-type: disc;
  padding-left: 3rem;
}
/* line 134, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome .field-collection-view-links {
  display: none;
}
/* line 138, ../assets/scss/components/welcome/_welcome.scss */
.asset-welcome .action-links {
  display: none;
}
/* line 4, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* line 75, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay a {
  position: absolute;
  background-color: transparent;
  color: transparent;
  display: block;
  overflow: hidden;
}
/* line 82, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay a span {
  display: none;
}
/* line 88, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay .image-overlay-thg {
  top: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 240) / 880);
  left: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 276) / 880);
  width: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 328) / 880);
  height: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 53) / 880);
}
@media (min-width: 900px) {
  /* line 88, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-thg {
    top: calc(((900px - 2 * 20px - 2 * 10px) * 240) / 880);
    left: calc(((900px - 2 * 20px - 2 * 10px) * 276) / 880);
    width: calc(((900px - 2 * 20px - 2 * 10px) * 328) / 880);
    height: calc(((900px - 2 * 20px - 2 * 10px) * 53) / 880);
  }
}
@media (min-width: 992px) {
  /* line 88, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-thg {
    top: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 240) / 880);
    left: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 276) / 880);
    width: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 328) / 880);
    height: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 53) / 880);
  }
}
@media (min-width: 1040px) {
  /* line 88, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-thg {
    top: 240px;
    left: 276px;
    width: 328px;
    height: 53px;
  }
}
/* line 92, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay .image-overlay-stop {
  top: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 313) / 880);
  left: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 471) / 880);
  width: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 289) / 880);
  height: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 34) / 880);
}
@media (min-width: 900px) {
  /* line 92, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-stop {
    top: calc(((900px - 2 * 20px - 2 * 10px) * 313) / 880);
    left: calc(((900px - 2 * 20px - 2 * 10px) * 471) / 880);
    width: calc(((900px - 2 * 20px - 2 * 10px) * 289) / 880);
    height: calc(((900px - 2 * 20px - 2 * 10px) * 34) / 880);
  }
}
@media (min-width: 992px) {
  /* line 92, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-stop {
    top: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 313) / 880);
    left: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 471) / 880);
    width: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 289) / 880);
    height: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 34) / 880);
  }
}
@media (min-width: 1040px) {
  /* line 92, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-stop {
    top: 313px;
    left: 471px;
    width: 289px;
    height: 34px;
  }
}
/* line 96, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay .image-overlay-sta1 {
  top: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 740) / 880);
  left: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 121) / 880);
  width: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 131) / 880);
  height: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 24) / 880);
}
@media (min-width: 900px) {
  /* line 96, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta1 {
    top: calc(((900px - 2 * 20px - 2 * 10px) * 740) / 880);
    left: calc(((900px - 2 * 20px - 2 * 10px) * 121) / 880);
    width: calc(((900px - 2 * 20px - 2 * 10px) * 131) / 880);
    height: calc(((900px - 2 * 20px - 2 * 10px) * 24) / 880);
  }
}
@media (min-width: 992px) {
  /* line 96, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta1 {
    top: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 740) / 880);
    left: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 121) / 880);
    width: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 131) / 880);
    height: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 24) / 880);
  }
}
@media (min-width: 1040px) {
  /* line 96, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta1 {
    top: 740px;
    left: 121px;
    width: 131px;
    height: 24px;
  }
}
/* line 100, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay .image-overlay-sta2 {
  top: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 865) / 880);
  left: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 290) / 880);
  width: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 215) / 880);
  height: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 34) / 880);
}
@media (min-width: 900px) {
  /* line 100, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta2 {
    top: calc(((900px - 2 * 20px - 2 * 10px) * 865) / 880);
    left: calc(((900px - 2 * 20px - 2 * 10px) * 290) / 880);
    width: calc(((900px - 2 * 20px - 2 * 10px) * 215) / 880);
    height: calc(((900px - 2 * 20px - 2 * 10px) * 34) / 880);
  }
}
@media (min-width: 992px) {
  /* line 100, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta2 {
    top: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 865) / 880);
    left: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 290) / 880);
    width: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 215) / 880);
    height: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 34) / 880);
  }
}
@media (min-width: 1040px) {
  /* line 100, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta2 {
    top: 865px;
    left: 290px;
    width: 215px;
    height: 34px;
  }
}
/* line 104, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay .image-overlay-sta3 {
  top: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 1312) / 880);
  left: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 300) / 880);
  width: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 216) / 880);
  height: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 34) / 880);
}
@media (min-width: 900px) {
  /* line 104, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta3 {
    top: calc(((900px - 2 * 20px - 2 * 10px) * 1312) / 880);
    left: calc(((900px - 2 * 20px - 2 * 10px) * 300) / 880);
    width: calc(((900px - 2 * 20px - 2 * 10px) * 216) / 880);
    height: calc(((900px - 2 * 20px - 2 * 10px) * 34) / 880);
  }
}
@media (min-width: 992px) {
  /* line 104, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta3 {
    top: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 1312) / 880);
    left: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 300) / 880);
    width: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 216) / 880);
    height: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 34) / 880);
  }
}
@media (min-width: 1040px) {
  /* line 104, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta3 {
    top: 1312px;
    left: 300px;
    width: 216px;
    height: 34px;
  }
}
/* line 108, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay .image-overlay-sta4 {
  top: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 1575) / 880);
  left: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 125) / 880);
  width: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 132) / 880);
  height: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 24) / 880);
}
@media (min-width: 900px) {
  /* line 108, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta4 {
    top: calc(((900px - 2 * 20px - 2 * 10px) * 1575) / 880);
    left: calc(((900px - 2 * 20px - 2 * 10px) * 125) / 880);
    width: calc(((900px - 2 * 20px - 2 * 10px) * 132) / 880);
    height: calc(((900px - 2 * 20px - 2 * 10px) * 24) / 880);
  }
}
@media (min-width: 992px) {
  /* line 108, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta4 {
    top: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 1575) / 880);
    left: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 125) / 880);
    width: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 132) / 880);
    height: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 24) / 880);
  }
}
@media (min-width: 1040px) {
  /* line 108, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta4 {
    top: 1575px;
    left: 125px;
    width: 132px;
    height: 24px;
  }
}
/* line 112, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay .image-overlay-hctp1 {
  top: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 436) / 880);
  left: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 100) / 880);
  width: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 472) / 880);
  height: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 87) / 880);
}
@media (min-width: 900px) {
  /* line 112, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hctp1 {
    top: calc(((900px - 2 * 20px - 2 * 10px) * 436) / 880);
    left: calc(((900px - 2 * 20px - 2 * 10px) * 100) / 880);
    width: calc(((900px - 2 * 20px - 2 * 10px) * 472) / 880);
    height: calc(((900px - 2 * 20px - 2 * 10px) * 87) / 880);
  }
}
@media (min-width: 992px) {
  /* line 112, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hctp1 {
    top: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 436) / 880);
    left: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 100) / 880);
    width: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 472) / 880);
    height: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 87) / 880);
  }
}
@media (min-width: 1040px) {
  /* line 112, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hctp1 {
    top: 436px;
    left: 100px;
    width: 472px;
    height: 87px;
  }
}
/* line 116, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay .image-overlay-hct1 {
  top: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 1866) / 880);
  left: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 592) / 880);
  width: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 157) / 880);
  height: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 24) / 880);
}
@media (min-width: 900px) {
  /* line 116, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hct1 {
    top: calc(((900px - 2 * 20px - 2 * 10px) * 1866) / 880);
    left: calc(((900px - 2 * 20px - 2 * 10px) * 592) / 880);
    width: calc(((900px - 2 * 20px - 2 * 10px) * 157) / 880);
    height: calc(((900px - 2 * 20px - 2 * 10px) * 24) / 880);
  }
}
@media (min-width: 992px) {
  /* line 116, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hct1 {
    top: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 1866) / 880);
    left: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 592) / 880);
    width: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 157) / 880);
    height: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 24) / 880);
  }
}
@media (min-width: 1040px) {
  /* line 116, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hct1 {
    top: 1866px;
    left: 592px;
    width: 157px;
    height: 24px;
  }
}
/* line 121, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay .image-overlay-download {
  top: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 129) / 880);
  left: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 668) / 880);
  width: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 212) / 880);
  height: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 52) / 880);
    /* @NOTE decided to alter the image to include a download "button"
    @include image-overlay(86, 0);
    background-color: $blue-dark; // sample from PNG #006885
    color: $white;
    font-family: 'Gill Sans';
    font-weight: normal;
    line-height: 1.2;
    font-size: 0.4em;
    border-radius: 4px;
    padding: 4px;

    @include breakpoint($screen-xs) {
      font-size: 0.5em;
      border-radius: 5px;
      padding: 5px;
      line-height: 1.4;
    }

    @include breakpoint($screen-sm) {
      font-size: 0.8em;
      border-radius: 8px;
      padding: 8px;
      line-height: 1.6;
    }

    @include breakpoint($screen-md) {
      font-size: 1em;
      border-radius: 10px;
      padding: 10px;
      line-height: 1.8;
    }

    &::after {
      @extend .icon, .icon-arrow-next;
    }
    */
}
@media (min-width: 900px) {
  /* line 121, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-download {
    top: calc(((900px - 2 * 20px - 2 * 10px) * 129) / 880);
    left: calc(((900px - 2 * 20px - 2 * 10px) * 668) / 880);
    width: calc(((900px - 2 * 20px - 2 * 10px) * 212) / 880);
    height: calc(((900px - 2 * 20px - 2 * 10px) * 52) / 880);
  }
}
@media (min-width: 992px) {
  /* line 121, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-download {
    top: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 129) / 880);
    left: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 668) / 880);
    width: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 212) / 880);
    height: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 52) / 880);
  }
}
@media (min-width: 1040px) {
  /* line 121, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-download {
    top: 129px;
    left: 668px;
    width: 212px;
    height: 52px;
  }
}
/* line 162, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay .image-overlay-sta5 {
  top: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 520) / 880);
  left: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 174) / 880);
  width: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 154) / 880);
  height: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 24) / 880);
}
@media (min-width: 900px) {
  /* line 162, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta5 {
    top: calc(((900px - 2 * 20px - 2 * 10px) * 520) / 880);
    left: calc(((900px - 2 * 20px - 2 * 10px) * 174) / 880);
    width: calc(((900px - 2 * 20px - 2 * 10px) * 154) / 880);
    height: calc(((900px - 2 * 20px - 2 * 10px) * 24) / 880);
  }
}
@media (min-width: 992px) {
  /* line 162, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta5 {
    top: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 520) / 880);
    left: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 174) / 880);
    width: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 154) / 880);
    height: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 24) / 880);
  }
}
@media (min-width: 1040px) {
  /* line 162, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-sta5 {
    top: 520px;
    left: 174px;
    width: 154px;
    height: 24px;
  }
}
/* line 166, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay .image-overlay-hsdh1 {
  top: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 180) / 880);
  left: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 620) / 880);
  width: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 218) / 880);
  height: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 96) / 880);
}
@media (min-width: 900px) {
  /* line 166, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hsdh1 {
    top: calc(((900px - 2 * 20px - 2 * 10px) * 180) / 880);
    left: calc(((900px - 2 * 20px - 2 * 10px) * 620) / 880);
    width: calc(((900px - 2 * 20px - 2 * 10px) * 218) / 880);
    height: calc(((900px - 2 * 20px - 2 * 10px) * 96) / 880);
  }
}
@media (min-width: 992px) {
  /* line 166, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hsdh1 {
    top: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 180) / 880);
    left: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 620) / 880);
    width: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 218) / 880);
    height: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 96) / 880);
  }
}
@media (min-width: 1040px) {
  /* line 166, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hsdh1 {
    top: 180px;
    left: 620px;
    width: 218px;
    height: 96px;
  }
}
/* line 170, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay .image-overlay-hsdh2 {
  top: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 610) / 880);
  left: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 480) / 880);
  width: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 368) / 880);
  height: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 106) / 880);
}
@media (min-width: 900px) {
  /* line 170, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hsdh2 {
    top: calc(((900px - 2 * 20px - 2 * 10px) * 610) / 880);
    left: calc(((900px - 2 * 20px - 2 * 10px) * 480) / 880);
    width: calc(((900px - 2 * 20px - 2 * 10px) * 368) / 880);
    height: calc(((900px - 2 * 20px - 2 * 10px) * 106) / 880);
  }
}
@media (min-width: 992px) {
  /* line 170, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hsdh2 {
    top: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 610) / 880);
    left: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 480) / 880);
    width: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 368) / 880);
    height: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 106) / 880);
  }
}
@media (min-width: 1040px) {
  /* line 170, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hsdh2 {
    top: 610px;
    left: 480px;
    width: 368px;
    height: 106px;
  }
}
/* line 174, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
.asset-welcome .image-overlay .image-overlay-hctp2 {
  top: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 178) / 880);
  left: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 314) / 880);
  width: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 252) / 880);
  height: calc(((100vw - 2 * 20px - 2 * 10px - 15px) * 102) / 880);
}
@media (min-width: 900px) {
  /* line 174, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hctp2 {
    top: calc(((900px - 2 * 20px - 2 * 10px) * 178) / 880);
    left: calc(((900px - 2 * 20px - 2 * 10px) * 314) / 880);
    width: calc(((900px - 2 * 20px - 2 * 10px) * 252) / 880);
    height: calc(((900px - 2 * 20px - 2 * 10px) * 102) / 880);
  }
}
@media (min-width: 992px) {
  /* line 174, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hctp2 {
    top: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 178) / 880);
    left: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 314) / 880);
    width: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 252) / 880);
    height: calc(((100vw - 2 * 70px - 2 * 10px - 15px) * 102) / 880);
  }
}
@media (min-width: 1040px) {
  /* line 174, ../assets/scss/components/welcome/_welcome_hacky_imagemap.scss */
  .asset-welcome .image-overlay .image-overlay-hctp2 {
    top: 178px;
    left: 314px;
    width: 252px;
    height: 102px;
  }
}

/* line 3, ../assets/scss/components/welcome/_welcome-collapse.scss */
.asset-welcome header {
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 3, ../assets/scss/components/welcome/_welcome-collapse.scss */
  .asset-welcome header {
    pointer-events: none;
  }
  /* line 9, ../assets/scss/components/welcome/_welcome-collapse.scss */
  .asset-welcome header span::after {
    display: none;
  }
}
/* line 19, ../assets/scss/components/welcome/_welcome-collapse.scss */
.asset-welcome .welcome-section-collapse-default span::after {
  transform: rotateZ(180deg);
}
/* line 23, ../assets/scss/components/welcome/_welcome-collapse.scss */
.asset-welcome .welcome-section-collapse-default + .welcome-section-wrapper {
  display: block;
}
/* line 35, ../assets/scss/components/welcome/_welcome-collapse.scss */
.asset-welcome ~ .asset-welcome .welcome-section-collapse-default span::after {
  transform: rotateZ(0deg);
}
@media (min-width: 768px) {
  /* line 35, ../assets/scss/components/welcome/_welcome-collapse.scss */
  .asset-welcome ~ .asset-welcome .welcome-section-collapse-default span::after {
    transform: rotateZ(180deg);
  }
}
/* line 43, ../assets/scss/components/welcome/_welcome-collapse.scss */
.asset-welcome ~ .asset-welcome .welcome-section-collapse-default + .welcome-section-wrapper {
  display: none;
}
@media (min-width: 768px) {
  /* line 43, ../assets/scss/components/welcome/_welcome-collapse.scss */
  .asset-welcome ~ .asset-welcome .welcome-section-collapse-default + .welcome-section-wrapper {
    display: block;
  }
}
/* line 54, ../assets/scss/components/welcome/_welcome-collapse.scss */
.asset-welcome .welcome-section-collapse-open span::after {
  transform: rotateZ(180deg);
}
/* line 58, ../assets/scss/components/welcome/_welcome-collapse.scss */
.asset-welcome .welcome-section-collapse-open + .welcome-section-wrapper {
  display: block;
}
/* line 64, ../assets/scss/components/welcome/_welcome-collapse.scss */
.asset-welcome .welcome-section-collapse-closed span::after {
  transform: rotateZ(0deg);
}
/* line 68, ../assets/scss/components/welcome/_welcome-collapse.scss */
.asset-welcome .welcome-section-collapse-closed + .welcome-section-wrapper {
  display: none;
}

/* line 1, ../assets/scss/node/profile/_full.scss */
.node--profile--full {
  margin: 0 auto;
  max-width: 1980px;
  padding: 50px 60px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff)), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #ffffff 50%), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #ffffff 50%), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #ffffff 50%), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 45px 100%, 45px auto;
}
@media (min-width: 992px) {
  /* line 1, ../assets/scss/node/profile/_full.scss */
  .node--profile--full {
    padding: 50px 0;
  }
}
/* line 5, ../assets/scss/node/profile/_full.scss */
.node--profile--full > *:not(.mmg-listings-media) {
  margin: 0 auto;
  max-width: 840px;
}
/* line 11, ../assets/scss/node/profile/_full.scss */
.node--profile--full > h1 {
  padding-top: 50px;
}
/* line 17, ../assets/scss/node/profile/_full.scss */
.node--profile--full .label {
  display: none;
  color: #333333;
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 22, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-listings-back-to-listings {
  align-items: center;
  display: flex;
}
/* line 28, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-listings-back-to-listings a {
  color: #333333;
}
/* line 33, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-summary {
  font-size: 26px;
  font-style: italic;
  line-height: 40px;
  padding-bottom: 15px;
  padding-top: 15px;
}
/* line 42, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-description {
  margin-bottom: 40px;
  white-space: pre-wrap;
}
/* line 47, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-hea-sustainable-certified {
  margin: 0 auto;
  padding: 15px 0;
  width: 160px;
  text-align: center;
}
/* line 53, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-hea-sustainable-certified .sustainable-tourism-seal {
  width: 100%;
}
/* line 58, ../assets/scss/node/profile/_full.scss */
.node--profile--full .field-reported-closed {
  background-color: #00688c;
  color: white;
  padding: 0.25rem 1rem;
  margin-top: 1rem;
}
/* line 66, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-address-phone {
  flex-grow: 1;
  border: solid #ededed;
  border-width: 2px 0;
  font-family: "elza thin", sans-serif;
  font-size: 22px;
  padding: 15px 0;
}
/* line 75, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-row {
  margin-top: 1em;
}
@media (min-width: 768px) {
  /* line 75, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .group-row {
    display: flex;
  }
}
/* line 84, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-address {
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  display: flex;
  align-items: flex-end;
  background-image: url('../assets/images-min/icons/location-red.svg?1718916822');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 20px auto;
  min-height: 35px;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 25px;
}
/* line 99, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-address > *:not(.label) {
  display: inline-block;
}
/* line 102, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-address > *:not(.label):not(:last-child) {
  margin-right: 10px;
}
/* line 110, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-numbers li {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  /* line 110, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-lfef-numbers li {
    display: inline-block;
  }
  /* line 117, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-lfef-numbers li:not(:last-child) {
    margin-right: 30px;
  }
}
/* line 126, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-listings-email-print .label {
  display: inline;
  font-weight: normal;
  font-size: 16px;
  padding: 0;
  text-transform: none;
}
/* line 134, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-listings-email-print a {
  border: 0;
  color: #00688c;
  display: inline;
  font-weight: bold;
  padding: 0;
  text-transform: none;
}
/* line 142, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-listings-email-print a::after {
  content: '';
}
/* line 146, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-listings-email-print a:hover {
  background: transparent;
  border: 0;
  color: #00adef;
}
/* line 154, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-islands-list {
  font-size: 16px;
}
/* line 157, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-islands-list .label {
  display: inline;
  font-weight: normal;
  font-size: 16px;
  padding: 0;
  text-transform: none;
}
/* line 167, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-social-links {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 167, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .group-social-links {
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* line 96, ../assets/scss/_mixins.scss */
.node--profile--full .group-social-links .mmg-lfef-email,
.node--profile--full .group-social-links .mmg-lfef-websites,
.node--profile--full .group-social-links .mg-lfef-booking-url {
  width: 10em;
}
@media (min-width: 480px) {
  /* line 96, ../assets/scss/_mixins.scss */
  .node--profile--full .group-social-links .mmg-lfef-email,
  .node--profile--full .group-social-links .mmg-lfef-websites,
  .node--profile--full .group-social-links .mg-lfef-booking-url {
    width: auto;
  }
}
/* line 106, ../assets/scss/_mixins.scss */
.node--profile--full .group-social-links > *,
.node--profile--full .group-social-links .social {
  display: inline-block;
}
/* line 171, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-social-links-1 {
  display: none;
}
@media (min-width: 1200px) {
  /* line 171, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .group-social-links-1 {
    display: flex;
  }
}
@media (min-width: 1200px) {
  /* line 179, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .group-social-links-2 {
    display: none;
  }
}
/* line 186, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-social {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 186, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-lfef-social {
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 20px;
    width: auto;
  }
}
/* line 126, ../assets/scss/_mixins.scss */
.node--profile--full .mmg-lfef-social .label {
  display: inline-block;
  padding-bottom: 0;
}
/* line 131, ../assets/scss/_mixins.scss */
.node--profile--full .mmg-lfef-social .social {
  margin: 5px;
}
/* line 136, ../assets/scss/_mixins.scss */
.node--profile--full .mmg-lfef-social .social--link {
  background-image: url('../assets/images-min/icons/facebook.svg?1718916822');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-color: #ededed;
  display: block;
  height: 50px;
  width: 50px;
}
/* line 146, ../assets/scss/_mixins.scss */
.node--profile--full .mmg-lfef-social .social--link:hover {
  background-color: #b1b1b1;
}
/* line 150, ../assets/scss/_mixins.scss */
.node--profile--full .mmg-lfef-social .social--link span {
  display: none;
}
/* line 154, ../assets/scss/_mixins.scss */
.node--profile--full .mmg-lfef-social .social--link.social--link--youtube {
  background-image: url('../assets/images-min/icons/youtube.svg?1718916822');
}
/* line 158, ../assets/scss/_mixins.scss */
.node--profile--full .mmg-lfef-social .social--link.social--link--twitter, .node--profile--full .mmg-lfef-social .social--link.social--link--x-twitter {
  background-image: url('../assets/images-min/icons/twitter-x.svg?1718916822');
}
/* line 163, ../assets/scss/_mixins.scss */
.node--profile--full .mmg-lfef-social .social--link.social--link--linkedin {
  background-image: url('../assets/images-min/icons/linkedin.svg?1718916822');
}
/* line 167, ../assets/scss/_mixins.scss */
.node--profile--full .mmg-lfef-social .social--link.social--link--instagram {
  background-image: url('../assets/images-min/icons/instagram.svg?1718916822');
}
/* line 171, ../assets/scss/_mixins.scss */
.node--profile--full .mmg-lfef-social .social--link.social--link--yelp {
  background-image: url('../assets/images-min/icons/yelp.svg?1718916822');
}
/* line 175, ../assets/scss/_mixins.scss */
.node--profile--full .mmg-lfef-social .social--link.social--link--tripadvisor {
  background-image: url('../assets/images-min/icons/tripadvisor.png?1718916822');
}
/* line 179, ../assets/scss/_mixins.scss */
.node--profile--full .mmg-lfef-social .social--link.social--link--opentable {
  background-image: url('../assets/images-min/icons/opentable.svg?1718916822');
}
/* line 190, ../assets/scss/node/profile/_full.scss */
.node--profile--full .social-media {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 198, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-listing-buttons {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding-top: calc(16px + 0.2rem);
}
/* line 193, ../assets/scss/_mixins.scss */
.node--profile--full .group-listing-buttons > div {
  margin: 5px;
}
/* line 197, ../assets/scss/_mixins.scss */
.node--profile--full .group-listing-buttons ul,
.node--profile--full .group-listing-buttons li,
.node--profile--full .group-listing-buttons a {
  height: 100%;
}
/* line 203, ../assets/scss/_mixins.scss */
.node--profile--full .group-listing-buttons a {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
/* line 206, ../assets/scss/node/profile/_full.scss */
.node--profile--full .email--business-email,
.node--profile--full .website--link,
.node--profile--full .directions--link {
  margin-bottom: 20px;
  margin-right: 10px;
}
/* line 213, ../assets/scss/node/profile/_full.scss */
.node--profile--full .email--business-email::after,
.node--profile--full .website--link::after,
.node--profile--full .directions--link::after {
  content: '\e908';
  margin: 0 0 0 10px;
  font-size: 12px;
  font-weight: bold;
}
/* line 222, ../assets/scss/node/profile/_full.scss */
.node--profile--full .email--business-email .mailto,
.node--profile--full .website--link .mailto,
.node--profile--full .directions--link .mailto {
  display: none;
}
/* line 227, ../assets/scss/node/profile/_full.scss */
.node--profile--full .website--link {
  margin-bottom: 0;
}
/* line 231, ../assets/scss/node/profile/_full.scss */
.node--profile--full .directions--link {
  margin-right: 0;
}
/* line 236, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-listings-media {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #ededed), color-stop(100%, #ededed));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 50%, #ededed 50%, #ededed 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 50%, #ededed 50%, #ededed 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffffff 50%, #ededed 50%, #ededed 100%);
  margin: 0 auto;
  max-width: 1600px;
  padding: 50px 20px;
  padding: 0;
}
@media (min-width: 992px) {
  /* line 236, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-media {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  /* line 236, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-media {
    margin: 0 60px;
    padding: 50px 20px;
  }
}
/* line 247, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-listings-slideshow--slides {
  margin: 0 auto;
  max-width: 350px;
}
@media (min-width: 480px) {
  /* line 247, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-slideshow--slides {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  /* line 247, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-slideshow--slides {
    max-width: 675px;
  }
}
@media (min-width: 992px) {
  /* line 247, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-slideshow--slides {
    max-width: 850px;
  }
}
@media (min-width: 1200px) {
  /* line 247, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-slideshow--slides {
    max-width: 1150px;
  }
}
/* line 267, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-listings-slideshow--slides .slick-list {
  margin: 0 auto;
  max-width: 215px;
  padding: 50px 20px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  /* line 267, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-slideshow--slides .slick-list {
    padding: 50px 0;
  }
}
@media (min-width: 480px) {
  /* line 267, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-slideshow--slides .slick-list {
    margin: 0 auto;
    max-width: 340px;
    padding: 50px 20px;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  /* line 267, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-slideshow--slides .slick-list {
    padding: 50px 0;
  }
}

@media (min-width: 768px) {
  /* line 267, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-slideshow--slides .slick-list {
    margin: 0 auto;
    max-width: 450px;
    padding: 50px 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  /* line 267, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-slideshow--slides .slick-list {
    padding: 50px 0;
  }
}

@media (min-width: 992px) {
  /* line 267, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-slideshow--slides .slick-list {
    margin: 0 auto;
    max-width: 650px;
    padding: 50px 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 267, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-slideshow--slides .slick-list {
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  /* line 267, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-slideshow--slides .slick-list {
    margin: 0 auto;
    max-width: 950px;
    padding: 50px 20px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  /* line 267, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .mmg-listings-slideshow--slides .slick-list {
    padding: 50px 0;
  }
}

/* line 289, ../assets/scss/node/profile/_full.scss */
.node--profile--full .slick-arrow {
  text-shadow: none;
}
@media (min-width: 992px) {
  /* line 289, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .slick-arrow {
    background-color: #b1b1b1;
    color: white;
    height: 180px;
    width: 100px;
  }
}
/* line 299, ../assets/scss/node/profile/_full.scss */
.node--profile--full .slick-arrow::before, .node--profile--full .slick-arrow::after {
  font-size: 40px;
}
@media (min-width: 768px) {
  /* line 299, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .slick-arrow::before, .node--profile--full .slick-arrow::after {
    font-size: 75px;
  }
}
/* line 309, ../assets/scss/node/profile/_full.scss */
.node--profile--full .slick-prev {
  left: 0;
}
/* line 313, ../assets/scss/node/profile/_full.scss */
.node--profile--full .slick-next {
  right: 0;
}
@media (min-width: 992px) {
  /* line 319, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .slick-arrow.slick-prev::before, .node--profile--full .slick-arrow.slick-next::after {
    left: 5045px;
  }
}
/* line 327, ../assets/scss/node/profile/_full.scss */
.node--profile--full .horizontal-tabs-pane.panel {
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}
/* line 333, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-info {
  border-bottom: 10px solid #ededed;
  margin: 50px auto;
}
/* line 337, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-info .horizontal-tabs {
  border: 0;
}
/* line 343, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-info .horizontal-tabs-list {
  background-color: inherit;
  border: 0;
  font-family: "Gill Sans", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
/* line 350, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-info .horizontal-tabs-list li {
  min-width: auto;
}
/* line 354, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-info .horizontal-tabs-list li:hover {
  background-color: white;
}
/* line 360, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-info .horizontal-tab-button {
  background-color: white;
  border-right: 0;
  float: none;
  position: relative;
}
@media (min-width: 768px) {
  /* line 360, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .group-info .horizontal-tab-button {
    float: left;
  }
  /* line 369, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .group-info .horizontal-tab-button:not(:last-child) {
    margin-right: 40px;
  }
}
/* line 374, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-info .horizontal-tab-button::after {
  content: '\e908';
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 10px;
  position: absolute;
  right: 0;
  top: 50%;
}
@media (min-width: 768px) {
  /* line 374, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .group-info .horizontal-tab-button::after {
    content: '';
  }
}
/* line 390, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-info .horizontal-tab-button strong {
  color: gray;
}
/* line 395, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-info .horizontal-tab-button.selected::after {
  content: '\e909';
}
@media (min-width: 768px) {
  /* line 395, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .group-info .horizontal-tab-button.selected::after {
    content: '';
  }
}
/* line 403, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-info .horizontal-tab-button.selected a {
  border-bottom: 6px solid gray;
  padding: 0;
}
/* line 409, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-info .horizontal-tab-button a {
  border-bottom: 6px solid #ededed;
  padding: 0;
}
/* line 414, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-info .horizontal-tab-button a:hover {
  background-color: white;
}
/* line 419, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-info .selected strong {
  color: #333333;
}
/* line 424, ../assets/scss/node/profile/_full.scss */
.node--profile--full .horizontal-tabs-panes {
  padding: 40px 0;
}
/* line 428, ../assets/scss/node/profile/_full.scss */
.node--profile--full .panel-body {
  padding: 0;
}
/* line 433, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-details .mmg-listings-credit-cards,
.node--profile--full .group-details .mmg-lfef-extra-info {
  margin: 15px 0;
}
/* line 437, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-details .mmg-listings-credit-cards .label,
.node--profile--full .group-details .mmg-listings-credit-cards label,
.node--profile--full .group-details .mmg-lfef-extra-info .label,
.node--profile--full .group-details .mmg-lfef-extra-info label {
  display: inline-block;
  font-family: "Lora", serif;
  text-transform: none;
  padding: 0;
}
/* line 445, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-details .mmg-listings-credit-cards label,
.node--profile--full .group-details .mmg-lfef-extra-info label {
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
/* line 451, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-details .mmg-listings-credit-cards a,
.node--profile--full .group-details .mmg-lfef-extra-info a {
  display: inline-block;
  margin-top: 5px;
}
/* line 456, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-details .mmg-listings-credit-cards a::after,
.node--profile--full .group-details .mmg-lfef-extra-info a::after {
  content: '\e908';
  margin: 0 0 0 10px;
  font-size: 12px;
  font-weight: bold;
}
/* line 467, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-details li.credit-card {
  display: inline-block;
  margin-right: 5px;
}
/* line 472, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-details li.credit-card::before {
  -webkit-box-shadow: 0 0 1px 0 rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 0 1px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 1px 0 rgba(51, 51, 51, 0.5);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 4px;
  content: '';
  display: inline-block;
  height: 25px;
  width: 40px;
}
/* line 483, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-details li.credit-card-americanexpress::before {
  background-image: url('../assets/images-min/icons/amex.svg?1718916822');
}
/* line 487, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-details li.credit-card-discover::before {
  background-image: url('../assets/images-min/icons/discover.svg?1718916822');
}
/* line 491, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-details li.credit-card-jcb::before {
  background-image: url('../assets/images-min/icons/jcb.svg?1718916822');
}
/* line 495, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-details li.credit-card-mastercard::before {
  background-image: url('../assets/images-min/icons/mastercard.svg?1718916822');
}
/* line 499, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-details li.credit-card-visa::before {
  background-image: url('../assets/images-min/icons/visa.svg?1718916822');
}
/* line 503, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-details li.credit-card span {
  display: none;
}
@media (min-width: 768px) {
  /* line 509, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .group-location .panel-body {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
/* line 519, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-location .geofieldMap {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 20px;
}
/* line 524, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-location .mmg-lfef-address {
  background-image: none;
  font-weight: bold;
  padding-left: 0;
}
/* line 530, ../assets/scss/node/profile/_full.scss */
.node--profile--full .group-location .directions--link {
  display: inline-block;
}
/* line 535, ../assets/scss/node/profile/_full.scss */
.node--profile--full .amenity--subamenities--header {
  display: none;
}
@media (min-width: 768px) {
  /* line 541, ../assets/scss/node/profile/_full.scss */
  .node--profile--full .amenity--subamenities li {
    font: 16px/26px "Gill Sans", sans-serif;
  }
}
/* line 548, ../assets/scss/node/profile/_full.scss */
.node--profile--full li.facility,
.node--profile--full li.amenity--subamenities--subamenity {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 4px solid #ededed;
  margin-bottom: 8px;
}
/* line 560, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-facilities {
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  -webkit-flex-wrap: no-wrap;
  display: flex;
  align-items: flex-start;
  flex-wrap: no-wrap;
}
/* line 567, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-facilities .facilities-description {
  flex-basis: 45%;
  font: 18px/32px "Lora", serif;
  margin-right: 15px;
}
/* line 573, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-facilities ul.facilities {
  flex-basis: 55%;
  font: 18px "Gill Sans", sans-serif;
}
/* line 578, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-facilities ul.facilities.no-description {
  flex-basis: 100%;
}
/* line 582, ../assets/scss/node/profile/_full.scss */
.node--profile--full .mmg-lfef-facilities li.facility .label {
  display: inline-block;
  font-weight: normal;
  text-transform: none;
}
/* line 593, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-kauai .horizontal-tab-button.selected a {
  border-color: #785983;
}
@media (min-width: 992px) {
  /* line 597, ../assets/scss/node/profile/_full.scss */
  .node--profile--full.island-kauai .slick-arrow {
    background-color: #785983;
  }
}
/* line 603, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-kauai .slick-dots li {
  border-color: #785983;
}
/* line 607, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-kauai .slick-dots li.slick-active {
  background-color: #785983;
}
/* line 593, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-oahu .horizontal-tab-button.selected a {
  border-color: #f3be37;
}
@media (min-width: 992px) {
  /* line 597, ../assets/scss/node/profile/_full.scss */
  .node--profile--full.island-oahu .slick-arrow {
    background-color: #f3be37;
  }
}
/* line 603, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-oahu .slick-dots li {
  border-color: #f3be37;
}
/* line 607, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-oahu .slick-dots li.slick-active {
  background-color: #f3be37;
}
/* line 593, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-molokai .horizontal-tab-button.selected a {
  border-color: #115a2e;
}
@media (min-width: 992px) {
  /* line 597, ../assets/scss/node/profile/_full.scss */
  .node--profile--full.island-molokai .slick-arrow {
    background-color: #115a2e;
  }
}
/* line 603, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-molokai .slick-dots li {
  border-color: #115a2e;
}
/* line 607, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-molokai .slick-dots li.slick-active {
  background-color: #115a2e;
}
/* line 593, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-lanai .horizontal-tab-button.selected a {
  border-color: #f69343;
}
@media (min-width: 992px) {
  /* line 597, ../assets/scss/node/profile/_full.scss */
  .node--profile--full.island-lanai .slick-arrow {
    background-color: #f69343;
  }
}
/* line 603, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-lanai .slick-dots li {
  border-color: #f69343;
}
/* line 607, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-lanai .slick-dots li.slick-active {
  background-color: #f69343;
}
/* line 593, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-maui .horizontal-tab-button.selected a {
  border-color: #ac0772;
}
@media (min-width: 992px) {
  /* line 597, ../assets/scss/node/profile/_full.scss */
  .node--profile--full.island-maui .slick-arrow {
    background-color: #ac0772;
  }
}
/* line 603, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-maui .slick-dots li {
  border-color: #ac0772;
}
/* line 607, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-maui .slick-dots li.slick-active {
  background-color: #ac0772;
}
/* line 593, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-hawaii .horizontal-tab-button.selected a {
  border-color: #c22635;
}
@media (min-width: 992px) {
  /* line 597, ../assets/scss/node/profile/_full.scss */
  .node--profile--full.island-hawaii .slick-arrow {
    background-color: #c22635;
  }
}
/* line 603, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-hawaii .slick-dots li {
  border-color: #c22635;
}
/* line 607, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-hawaii .slick-dots li.slick-active {
  background-color: #c22635;
}
/* line 593, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-island-of-hawaii .horizontal-tab-button.selected a {
  border-color: #c22635;
}
@media (min-width: 992px) {
  /* line 597, ../assets/scss/node/profile/_full.scss */
  .node--profile--full.island-island-of-hawaii .slick-arrow {
    background-color: #c22635;
  }
}
/* line 603, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-island-of-hawaii .slick-dots li {
  border-color: #c22635;
}
/* line 607, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-island-of-hawaii .slick-dots li.slick-active {
  background-color: #c22635;
}
/* line 593, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-multiple .horizontal-tab-button.selected a {
  border-color: #00688c;
}
@media (min-width: 992px) {
  /* line 597, ../assets/scss/node/profile/_full.scss */
  .node--profile--full.island-multiple .slick-arrow {
    background-color: #00688c;
  }
}
/* line 603, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-multiple .slick-dots li {
  border-color: #00688c;
}
/* line 607, ../assets/scss/node/profile/_full.scss */
.node--profile--full.island-multiple .slick-dots li.slick-active {
  background-color: #00688c;
}
/* line 5, ../assets/scss/node/profile/_full_malama_overrides.scss */
.node--profile--full.is-malama-listing .group-listing-buttons > div:not(.mmg-lfef-websites) {
  display: none;
}

/* line 1, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser {
  display: flex;
  flex-direction: column;
}
/* line 6, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.is-malama-listing .mmg-lfef-address {
  display: none;
}
/* line 11, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .node-readmore {
  display: none;
}
/* line 15, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .group-island {
  color: white;
  font: 600 15px "Lora", serif;
  text-align: center;
  text-transform: uppercase;
}
/* line 22, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .group-image {
  margin-bottom: 30px;
}
/* line 26, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .group-copy {
  font: normal 16px/24px "elza thin", sans-serif;
  margin: 0 auto;
}
/* line 30, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .group-copy a {
  display: block;
  margin: 0 0 5px;
  color: #333333;
  font: bold 22px/32px "Lora", serif;
}
/* line 38, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .more-link a {
  font: 600 16px/20px "Lora", serif;
}
/* line 46, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .mmg-lfef-main-image {
  background-color: #ededed;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
@supports (aspect-ratio: 1/1) {
  /* line 46, ../assets/scss/node/profile/_teaser.scss */
  .node--profile--teaser .mmg-lfef-main-image {
    aspect-ratio: 1 / 1;
    height: auto;
    padding-bottom: 0;
  }
}
/* line 58, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .mmg-lfef-main-image a {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@supports (aspect-ratio: 1/1) {
  /* line 58, ../assets/scss/node/profile/_teaser.scss */
  .node--profile--teaser .mmg-lfef-main-image a {
    position: unset;
  }
}
/* line 72, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .mmg-lfef-main-image img {
  display: block;
  margin: 0 auto;
  width: auto;
}
/* line 80, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .field-island-ref {
  margin: 0 auto;
  padding: 10px;
  width: 80%;
}
@media (min-width: 768px) {
  /* line 80, ../assets/scss/node/profile/_teaser.scss */
  .node--profile--teaser .field-island-ref {
    width: 100%;
  }
}
/* line 90, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .mmg-lfef-address {
  color: gray;
  font: normal 14px/18px "elza thin", sans-serif;
  text-transform: uppercase;
}
/* line 95, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .mmg-lfef-address::before {
  margin: 0 5px 0 0;
  color: #df1e25;
  font-size: 25px;
  vertical-align: bottom;
}
/* line 103, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .mmg-lfef-address div {
  display: inline-block;
}
/* line 107, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .mmg-lfef-address .address::after {
  content: ',\00a0';
}
/* line 113, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .mmg-lfef-summary {
  margin: 0 0 10px;
}
/* line 116, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .mmg-lfef-summary .label {
  display: none;
}
/* line 123, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .group-copy .mmg-lfef-booking-url,
.node--profile--teaser .group-copy .mmg-lfef-shopping-url,
.node--profile--teaser .group-copy .mmg-lfef-covid,
.node--profile--teaser .group-copy .mmg-lfef-websites {
  display: inline-block;
}
/* line 129, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .group-copy .mmg-lfef-booking-url > label,
.node--profile--teaser .group-copy .mmg-lfef-shopping-url > label,
.node--profile--teaser .group-copy .mmg-lfef-covid > label,
.node--profile--teaser .group-copy .mmg-lfef-websites > label {
  display: none;
}
/* line 135, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .group-copy .email--business-email,
.node--profile--teaser .group-copy .website--link {
  font-size: 0.75em;
  padding: 10px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 10px;
}
/* line 145, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .group-copy .email--business-email::after,
.node--profile--teaser .group-copy .website--link::after {
  content: '\e908';
  margin: 0 0 0 10px;
  font-size: 0.75em;
  font-weight: bold;
}
/* line 154, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .group-copy .email--business-email .mailto,
.node--profile--teaser .group-copy .website--link .mailto {
  display: none;
}
/* line 159, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .group-copy .website--link {
  margin-bottom: 0;
}
/* line 164, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .group-listing-buttons {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  justify-content: left;
}
/* line 193, ../assets/scss/_mixins.scss */
.node--profile--teaser .group-listing-buttons > div {
  margin: 5px;
}
/* line 197, ../assets/scss/_mixins.scss */
.node--profile--teaser .group-listing-buttons ul,
.node--profile--teaser .group-listing-buttons li,
.node--profile--teaser .group-listing-buttons a {
  height: 100%;
}
/* line 203, ../assets/scss/_mixins.scss */
.node--profile--teaser .group-listing-buttons a {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
/* line 169, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser .group-listing-buttons > div {
  margin: 5px 0;
}
/* line 177, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-kauai .field-island-ref {
  background-color: #785983;
}
/* line 177, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-oahu .field-island-ref {
  background-color: #f3be37;
}
/* line 177, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-molokai .field-island-ref {
  background-color: #115a2e;
}
/* line 177, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-lanai .field-island-ref {
  background-color: #f69343;
}
/* line 177, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-maui .field-island-ref {
  background-color: #ac0772;
}
/* line 177, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-hawaii .field-island-ref {
  background-color: #c22635;
}
/* line 177, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-island-of-hawaii .field-island-ref {
  background-color: #c22635;
}
/* line 177, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-multiple .field-island-ref {
  background-color: #00688c;
}
/* line 184, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-kauai .field-island-ref {
  color: white;
}
/* line 184, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-oahu .field-island-ref {
  color: black;
}
/* line 184, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-molokai .field-island-ref {
  color: white;
}
/* line 184, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-lanai .field-island-ref {
  color: black;
}
/* line 184, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-maui .field-island-ref {
  color: white;
}
/* line 184, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-hawaii .field-island-ref {
  color: white;
}
/* line 184, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-island-of-hawaii .field-island-ref {
  color: white;
}
/* line 184, ../assets/scss/node/profile/_teaser.scss */
.node--profile--teaser.island-multiple .field-island-ref {
  color: white;
}

/* line 1, ../assets/scss/node/event/full/_full.scss */
.node--event--full {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0px 0px;
}
@media (min-width: 992px) {
  /* line 1, ../assets/scss/node/event/full/_full.scss */
  .node--event--full {
    padding: 0px 0;
  }
}
@media (min-width: 992px) {
  /* line 1, ../assets/scss/node/event/full/_full.scss */
  .node--event--full {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff)), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #ffffff 50%), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #ffffff 50%), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #ffffff 50%), url('../assets/images-min/patterns/malu_pattern_a_gray_medium.svg?1718916822');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 45px 100%, 45px auto;
  }
}
/* line 8, ../assets/scss/node/event/full/_full.scss */
.node--event--full > * {
  margin: 0 auto;
  max-width: 950px;
  padding: 50px 20px;
}
@media (min-width: 992px) {
  /* line 8, ../assets/scss/node/event/full/_full.scss */
  .node--event--full > * {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  /* line 8, ../assets/scss/node/event/full/_full.scss */
  .node--event--full > * {
    margin: 0 auto;
    max-width: 1280px;
    padding: 50px 20px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  /* line 8, ../assets/scss/node/event/full/_full.scss */
  .node--event--full > * {
    padding: 50px 0;
  }
}

/* line 16, ../assets/scss/node/event/full/_full.scss */
.node--event--full .label {
  display: none;
  color: #333333;
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 21, ../assets/scss/node/event/full/_full.scss */
.node--event--full .group-social-links {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 21, ../assets/scss/node/event/full/_full.scss */
  .node--event--full .group-social-links {
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* line 96, ../assets/scss/_mixins.scss */
.node--event--full .group-social-links .mmg-lfef-email,
.node--event--full .group-social-links .mmg-lfef-websites,
.node--event--full .group-social-links .mg-lfef-booking-url {
  width: 10em;
}
@media (min-width: 480px) {
  /* line 96, ../assets/scss/_mixins.scss */
  .node--event--full .group-social-links .mmg-lfef-email,
  .node--event--full .group-social-links .mmg-lfef-websites,
  .node--event--full .group-social-links .mg-lfef-booking-url {
    width: auto;
  }
}
/* line 106, ../assets/scss/_mixins.scss */
.node--event--full .group-social-links > *,
.node--event--full .group-social-links .social {
  display: inline-block;
}
/* line 26, ../assets/scss/node/event/full/_full.scss */
.node--event--full .mmg-lfef-social {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 26, ../assets/scss/node/event/full/_full.scss */
  .node--event--full .mmg-lfef-social {
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 20px;
    width: auto;
  }
}
/* line 126, ../assets/scss/_mixins.scss */
.node--event--full .mmg-lfef-social .label {
  display: inline-block;
  padding-bottom: 0;
}
/* line 131, ../assets/scss/_mixins.scss */
.node--event--full .mmg-lfef-social .social {
  margin: 5px;
}
/* line 136, ../assets/scss/_mixins.scss */
.node--event--full .mmg-lfef-social .social--link {
  background-image: url('../assets/images-min/icons/facebook.svg?1718916822');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-color: #ededed;
  display: block;
  height: 50px;
  width: 50px;
}
/* line 146, ../assets/scss/_mixins.scss */
.node--event--full .mmg-lfef-social .social--link:hover {
  background-color: #b1b1b1;
}
/* line 150, ../assets/scss/_mixins.scss */
.node--event--full .mmg-lfef-social .social--link span {
  display: none;
}
/* line 154, ../assets/scss/_mixins.scss */
.node--event--full .mmg-lfef-social .social--link.social--link--youtube {
  background-image: url('../assets/images-min/icons/youtube.svg?1718916822');
}
/* line 158, ../assets/scss/_mixins.scss */
.node--event--full .mmg-lfef-social .social--link.social--link--twitter, .node--event--full .mmg-lfef-social .social--link.social--link--x-twitter {
  background-image: url('../assets/images-min/icons/twitter-x.svg?1718916822');
}
/* line 163, ../assets/scss/_mixins.scss */
.node--event--full .mmg-lfef-social .social--link.social--link--linkedin {
  background-image: url('../assets/images-min/icons/linkedin.svg?1718916822');
}
/* line 167, ../assets/scss/_mixins.scss */
.node--event--full .mmg-lfef-social .social--link.social--link--instagram {
  background-image: url('../assets/images-min/icons/instagram.svg?1718916822');
}
/* line 171, ../assets/scss/_mixins.scss */
.node--event--full .mmg-lfef-social .social--link.social--link--yelp {
  background-image: url('../assets/images-min/icons/yelp.svg?1718916822');
}
/* line 175, ../assets/scss/_mixins.scss */
.node--event--full .mmg-lfef-social .social--link.social--link--tripadvisor {
  background-image: url('../assets/images-min/icons/tripadvisor.png?1718916822');
}
/* line 179, ../assets/scss/_mixins.scss */
.node--event--full .mmg-lfef-social .social--link.social--link--opentable {
  background-image: url('../assets/images-min/icons/opentable.svg?1718916822');
}

/* line 6, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .group-main-info {
  padding-bottom: 250px;
  position: relative;
}
@media (min-width: 992px) {
  /* line 6, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .group-main-info {
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 0;
    position: relative;
  }
  /* line 19, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .group-main-info > .field-group-html-element {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  /* line 19, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .group-main-info > .field-group-html-element {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .group-main-info > *:not(.field-group-html-element) {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  /* line 31, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .group-main-info .group-image-links {
    -webkit-flex-basis: 520px;
    flex-basis: 520px;
    margin-right: 20px;
  }
}
/* line 37, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .group-main-info::before {
  content: '';
  background-color: #ededed;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  /* line 37, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .group-main-info::before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #ededed));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #ededed 50%);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #ededed 50%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #ededed 50%);
    background-color: transparent;
    margin: 0 -50%;
    width: 235%;
    transform: none;
    left: auto;
  }
}
/* line 62, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .group-main-info .mmg-listings-search-for-events {
  margin: 0 auto;
  max-width: 950px;
  padding: 0px 0px;
}
@media (min-width: 992px) {
  /* line 62, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .group-main-info .mmg-listings-search-for-events {
    padding: 0px 0;
  }
}
/* line 65, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .group-main-info .mmg-listings-search-for-events a::before {
  transform: rotate(180deg);
  display: inline-block;
}
/* line 71, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .group-main-info h1 {
  max-width: 950px;
  margin: 20px 0;
}
@media (min-width: 992px) {
  /* line 71, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .group-main-info h1 {
    margin: 50px 0;
  }
}
/* line 81, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-main-image {
  margin: 30px auto 0;
  max-width: 540px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 81, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .mmg-lfef-main-image {
    margin: 20px 0;
  }
}
/* line 92, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-main-image::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM4MDgwODAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #808080));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #808080 50%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #808080 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #808080 50%);
  content: '';
  height: 100%;
  left: 0;
  margin: 0 -50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  /* line 92, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .mmg-lfef-main-image::before {
    display: none;
  }
}
/* line 108, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-main-image img {
  max-width: 100%;
}
/* line 116, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-kauai .mmg-lfef-main-image::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM3ODU5ODMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #785983));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #785983 50%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #785983 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #785983 50%);
}
/* line 116, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-oahu .mmg-lfef-main-image::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmM2JlMzciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #f3be37));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #f3be37 50%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #f3be37 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #f3be37 50%);
}
/* line 116, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-molokai .mmg-lfef-main-image::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxMTVhMmUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #115a2e));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #115a2e 50%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #115a2e 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #115a2e 50%);
}
/* line 116, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-lanai .mmg-lfef-main-image::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNjkzNDMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #f69343));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #f69343 50%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #f69343 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #f69343 50%);
}
/* line 116, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-maui .mmg-lfef-main-image::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNhYzA3NzIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #ac0772));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #ac0772 50%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #ac0772 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #ac0772 50%);
}
/* line 116, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-hawaii .mmg-lfef-main-image::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjMjI2MzUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #c22635));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #c22635 50%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #c22635 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #c22635 50%);
}
/* line 116, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-island-of-hawaii .mmg-lfef-main-image::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjMjI2MzUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #c22635));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #c22635 50%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #c22635 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #c22635 50%);
}
/* line 116, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-multiple .mmg-lfef-main-image::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDY4OGMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #00688c));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #00688c 50%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #00688c 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #00688c 50%);
}
/* line 121, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .group-links {
  margin-top: 200px;
  display: block;
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 121, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .group-links {
    position: relative;
    text-align: left;
  }
}
/* line 136, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-main-image + .group-links {
  margin-top: 0;
}
/* line 140, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-sms-link,
.node--event--full .mmg-lfef-calendar-link {
  margin: 0 auto 25px;
}
@media (min-width: 992px) {
  /* line 140, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .mmg-lfef-sms-link,
  .node--event--full .mmg-lfef-calendar-link {
    width: calc(50% - 25px);
    float: left;
  }
}
/* line 149, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-sms-link .label,
.node--event--full .mmg-lfef-calendar-link .label {
  display: none;
}
/* line 153, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-sms-link a,
.node--event--full .mmg-lfef-calendar-link a {
  padding-left: 50px;
  font-size: 14px;
  min-height: 30px;
  display: block;
  line-height: 2;
}
/* line 162, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-sms-link {
  max-width: 225px;
}
@media (min-width: 992px) {
  /* line 162, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .mmg-lfef-sms-link {
    max-width: none;
  }
}
/* line 169, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-sms-link a {
  padding-left: 43px;
  background: url(../assets/images-min/icons/mobile-phone.png) no-repeat;
}
/* line 175, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-calendar-link {
  max-width: 200px;
}
@media (min-width: 992px) {
  /* line 175, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .mmg-lfef-calendar-link {
    max-width: none;
    margin-right: 50px;
  }
}
/* line 183, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-calendar-link a {
  background: url(../assets/images-min/icons/calendar.svg) no-repeat;
}
/* line 188, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-websites,
.node--event--full .mmg-lfef-directions-link {
  display: block;
  clear: both;
  margin-bottom: 20px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  /* line 188, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .mmg-lfef-websites,
  .node--event--full .mmg-lfef-directions-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
/* line 200, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-websites a,
.node--event--full .mmg-lfef-directions-link a {
  background-color: white;
  display: inline-block;
}
@media (min-width: 992px) {
  /* line 211, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .mmg-lfef-websites {
    margin-right: 20px;
  }
}
/* line 217, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-event-dates {
  color: white;
  font-family: "Gill Sans", sans-serif;
  font-size: 40px;
  line-height: 56px;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 217, ../assets/scss/node/event/full/_group-info.scss */
  .node--event--full .mmg-lfef-event-dates {
    text-align: left;
  }
}
/* line 230, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-event-dates::before {
  background-color: gray;
  content: '';
  display: block;
  height: 100%;
  margin: 0 -50%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(1920px - 45%);
  z-index: -1;
}
/* line 247, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-kauai .mmg-lfef-event-dates::before {
  background-color: #785983;
}
/* line 247, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-oahu .mmg-lfef-event-dates::before {
  background-color: #f3be37;
}
/* line 247, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-molokai .mmg-lfef-event-dates::before {
  background-color: #115a2e;
}
/* line 247, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-lanai .mmg-lfef-event-dates::before {
  background-color: #f69343;
}
/* line 247, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-maui .mmg-lfef-event-dates::before {
  background-color: #ac0772;
}
/* line 247, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-hawaii .mmg-lfef-event-dates::before {
  background-color: #c22635;
}
/* line 247, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-island-of-hawaii .mmg-lfef-event-dates::before {
  background-color: #c22635;
}
/* line 247, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full.island-multiple .mmg-lfef-event-dates::before {
  background-color: #00688c;
}
/* line 252, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-description {
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 32px;
  padding: 50px 0 30px;
}
/* line 258, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-description a:link,
.node--event--full .mmg-lfef-description a:visited {
  border-bottom: 1px dashed currentColor;
  color: #00688c;
  font-weight: bold;
}
/* line 265, ../assets/scss/node/event/full/_group-info.scss */
.node--event--full .mmg-lfef-description a:hover {
  color: #00adef;
}

/* line 4, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full {
  /* Not using, for now?
  .mmg-lfef-numbers a.partner-referral::before {
    background-image: url(../assets/images-min/icons/mobile-phone.png);
    // Icon is 20x30px.
    width: 1.5rem;
    height: (3/2 * 1.5rem);
  }

  .mmg-lfef-email a.partner-referral::before {
    // Icon is 116x150 px (but is letter boxed.
    width: 2rem;
    background-image: url(../assets/images-min/icons/email.svg);
  }
  */
}
/* line 5, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .group-location {
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 5, ../assets/scss/node/event/full/_group-locations.scss */
  .node--event--full .group-location {
    margin-left: 130px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 5, ../assets/scss/node/event/full/_group-locations.scss */
  .node--event--full .group-location {
    max-width: 950px;
    margin: 0 auto;
  }
}
/* line 21, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .group-location::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(40%, #ededed));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #ededed 40%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #ededed 40%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #ededed 40%);
  content: '';
  height: 100%;
  left: 0;
  margin: 0 -50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/* line 37, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .mmg-listings-location-island h2 {
  font-size: 50px;
  line-height: 50px;
  margin: 0 auto 30px;
  max-width: 950px;
  text-align: left;
}
/* line 48, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .geofieldMap {
  height: 100%;
  margin: 0 auto;
  max-height: 350px;
  max-width: 950px;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 48, ../assets/scss/node/event/full/_group-locations.scss */
  .node--event--full .geofieldMap {
    max-height: 700px;
  }
}
/* line 61, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .group-location-info {
  background-color: rgba(128, 128, 128, 0.8);
  color: white;
  padding: 20px;
  text-align: left;
  z-index: 2;
}
@media (min-width: 992px) {
  /* line 61, ../assets/scss/node/event/full/_group-locations.scss */
  .node--event--full .group-location-info {
    left: -110px;
    min-height: 280px;
    position: absolute;
    top: 20%;
    width: 300px;
  }
}
/* line 80, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .group-location-info .mmg-lfef-address {
  margin-bottom: 20px;
}
/* line 84, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .group-location-info .venue-name {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 15px;
}
/* line 89, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .group-location-info .venue-name::before {
  content: '';
  display: block;
  width: 50px;
  margin: 30px 0 10px;
  border-top: 2px solid white;
}
/* line 102, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full.island-kauai .group-location-info {
  background-color: rgba(120, 89, 131, 0.8);
}
/* line 102, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full.island-oahu .group-location-info {
  background-color: rgba(243, 190, 55, 0.8);
}
/* line 102, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full.island-molokai .group-location-info {
  background-color: rgba(17, 90, 46, 0.8);
}
/* line 102, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full.island-lanai .group-location-info {
  background-color: rgba(246, 147, 67, 0.8);
}
/* line 102, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full.island-maui .group-location-info {
  background-color: rgba(172, 7, 114, 0.8);
}
/* line 102, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full.island-hawaii .group-location-info {
  background-color: rgba(194, 38, 53, 0.8);
}
/* line 102, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full.island-island-of-hawaii .group-location-info {
  background-color: rgba(194, 38, 53, 0.8);
}
/* line 102, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full.island-multiple .group-location-info {
  background-color: rgba(0, 104, 140, 0.8);
}
/* line 108, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .mmg-listings-back-to-events a {
  background-color: white;
  display: inline-block;
}
/* line 113, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .mmg-listings-back-to-events a::before {
  transform: rotate(180deg);
  display: inline-block;
  margin: 0 10px 0 0;
}
/* line 123, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .mmg-lfef-numbers,
.node--event--full .mmg-lfef-email {
  /* Not using, for now?
  a.partner-referral::before {
    content: "";
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  */
}
/* line 134, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .mmg-lfef-numbers a.partner-referral,
.node--event--full .mmg-lfef-email a.partner-referral {
  color: white;
  text-decoration: underline;
}
/* line 155, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .mmg-listings-newsletter-signup {
  font-size: 30px;
  margin: 50px;
}
/* line 161, ../assets/scss/node/event/full/_group-locations.scss */
.node--event--full .mmg-listings-newsletter-signup a {
  background-color: white;
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 992px) {
  /* line 161, ../assets/scss/node/event/full/_group-locations.scss */
  .node--event--full .mmg-listings-newsletter-signup a {
    margin-top: 0;
    margin-left: 30px;
  }
}

/* line 1, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser {
  margin: 0 auto 30px;
  max-width: 380px;
}
/* line 6, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .links {
  display: none;
}
/* line 10, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .group-image {
  margin-top: 30px;
  position: relative;
}
/* line 15, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .mmg-lfef-event-dates,
.node--event--teaser .event-teaser-date {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #00688c;
  color: white;
  font-family: "elza thin", sans-serif;
  font-size: 10px;
  height: 100%;
  left: 10%;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -30px;
  height: 60px;
  width: 60px;
}
@media (min-width: 992px) {
  /* line 15, ../assets/scss/node/event/_teaser.scss */
  .node--event--teaser .mmg-lfef-event-dates,
  .node--event--teaser .event-teaser-date {
    left: 0;
  }
}
/* line 42, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .mmg-lfef-event-dates > *,
.node--event--teaser .event-teaser-date > * {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
/* line 46, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .mmg-lfef-event-dates .date,
.node--event--teaser .event-teaser-date .date {
  font-size: 26px;
  font-weight: bold;
  line-height: 1px;
}
/* line 53, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .mmg-lfef-main-image {
  border: 1px solid #ededed;
  max-height: 250px;
  max-width: 380px;
}
/* line 59, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .field-island-ref {
  background-color: #c22635;
  color: white;
  font-family: "Gill Sans", sans-serif;
  font-size: 15px;
  margin: -1px auto 0;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
}
/* line 74, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser.island-kauai .field-island-ref {
  background-color: #785983;
}
/* line 74, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser.island-oahu .field-island-ref {
  background-color: #f3be37;
}
/* line 74, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser.island-molokai .field-island-ref {
  background-color: #115a2e;
}
/* line 74, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser.island-lanai .field-island-ref {
  background-color: #f69343;
}
/* line 74, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser.island-maui .field-island-ref {
  background-color: #ac0772;
}
/* line 74, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser.island-hawaii .field-island-ref {
  background-color: #c22635;
}
/* line 74, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser.island-island-of-hawaii .field-island-ref {
  background-color: #c22635;
}
/* line 74, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser.island-multiple .field-island-ref {
  background-color: #00688c;
}
/* line 79, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .group-copy {
  margin: 0 auto;
  width: 80%;
}
@media (min-width: 992px) {
  /* line 79, ../assets/scss/node/event/_teaser.scss */
  .node--event--teaser .group-copy {
    width: 100%;
  }
}
/* line 89, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser h3 a:link,
.node--event--teaser h3 a:visited {
  color: #333333;
  font-weight: bold;
  margin: 0;
}
/* line 99, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .mmg-lfef-sms-link .label,
.node--event--teaser .mmg-lfef-calendar-link .label {
  display: none;
}
/* line 104, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .mmg-lfef-summary {
  color: #333333;
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
/* line 111, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .mmg-lfef-summary .label {
  display: none;
}
/* line 117, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .more-link a {
  color: #333333;
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
/* line 128, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .more-link a:hover {
  border-bottom: 2px solid currentColor;
}
/* line 134, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .event-teaser-date-full {
  color: gray;
  font-family: "Gill Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 142, ../assets/scss/node/event/_teaser.scss */
.node--event--teaser .event-teaser-date-full > * {
  display: inline-block;
}

/* line 2, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .field-island-ref {
  display: none;
}
/* line 6, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-hero {
  position: relative;
}
/* line 9, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-hero img {
  height: 100%;
  width: auto;
  max-width: none;
  max-height: 550px;
}
@media (min-width: 992px) {
  /* line 9, ../assets/scss/node/_itineraries.scss */
  .itinerary-maui .itinerary-hero img {
    max-height: none;
    max-width: 100%;
  }
}
/* line 21, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-hero::before {
  background-image: url(../assets/images-min/patterns/hanai_pattern_d_white.svg?1719409820);
  bottom: -1px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  height: 25px;
  width: 2400px;
  z-index: 99;
}
@media (min-width: 992px) {
  /* line 21, ../assets/scss/node/_itineraries.scss */
  .itinerary-maui .itinerary-hero::before {
    height: 47px;
  }
}
/* line 38, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-hero::after {
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
}
/* line 49, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-hero .itinerary-hero__content {
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: white;
  z-index: 99;
}
/* line 57, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-hero .itinerary-hero__content .hero-labels {
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  /* line 57, ../assets/scss/node/_itineraries.scss */
  .itinerary-maui .itinerary-hero .itinerary-hero__content .hero-labels {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/* line 68, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-hero .itinerary-hero__content .island {
  display: block;
  text-transform: uppercase;
  background-color: #ac0772;
  padding: 6px;
  font-weight: 700;
}
@media (min-width: 992px) {
  /* line 68, ../assets/scss/node/_itineraries.scss */
  .itinerary-maui .itinerary-hero .itinerary-hero__content .island {
    padding: 8px;
  }
}
/* line 80, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-hero .itinerary-hero__content .itinerary {
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 6px;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  /* line 80, ../assets/scss/node/_itineraries.scss */
  .itinerary-maui .itinerary-hero .itinerary-hero__content .itinerary {
    padding: 8px;
  }
}
/* line 91, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-hero .itinerary-hero__content .hero-title {
  font-size: 36px;
  font-weight: 700;
}
@media (min-width: 992px) {
  /* line 91, ../assets/scss/node/_itineraries.scss */
  .itinerary-maui .itinerary-hero .itinerary-hero__content .hero-title {
    font-size: 50px;
  }
}
/* line 102, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .two-images {
  padding-bottom: 0;
}
/* line 105, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .two-images img {
  margin: 0;
}
/* line 110, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-divider {
  background-color: #ac0772;
  background-image: url(../assets/images/patterns/wave.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 24px 0;
}
/* line 122, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-divider .divider-title {
  font-size: 30px;
}
/* line 126, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-divider .divider-subtitle {
  font-size: 18px;
  font-style: italic;
  padding-left: 16px;
}
/* line 133, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content {
  max-width: 900px;
  padding: 30px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  /* line 133, ../assets/scss/node/_itineraries.scss */
  .itinerary-maui .itinerary-content {
    padding: 30px 0;
  }
}
/* line 142, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .itinerary-content__header {
  display: flex;
  gap: 16px;
}
/* line 146, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .itinerary-content__header .header-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
/* line 152, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .itinerary-content__header .category {
  font-size: 16px;
  font-style: italic;
}
/* line 157, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .itinerary-content__header .title {
  font-size: 24px;
  font-weight: 700;
}
/* line 162, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .itinerary-content__header .time {
  font-size: 14px;
  font-family: "Gill Sans", sans-serif;
}
/* line 168, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .category-icon {
  width: 75px;
  height: 75px;
  filter: invert(9%) sepia(83%) saturate(5031%) hue-rotate(311deg) brightness(108%) contrast(100%);
}
/* line 173, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .category-icon[data-icon="Foodies"] {
  background-image: url("/sites/default/files/icons/Foodies_normal.svg");
}
/* line 178, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .category-icon[data-icon="Families"] {
  background-image: url("/sites/default/files/icons/family_normal.svg");
}
/* line 182, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .category-icon[data-icon="Culture & History Aficionados"] {
  background-image: url("/sites/default/files/icons/culturalists_nomal.svg");
}
/* line 186, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .category-icon[data-icon="Nature Lovers"] {
  background-image: url("/sites/default/files/icons/nature_lover_normal.svg");
}
/* line 190, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .category-icon[data-icon="First-timers"] {
  background-image: url("/sites/default/files/icons/first_timers_normal.svg");
}
/* line 194, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .category-icon[data-icon="Romance Seekers"] {
  background-image: url("/sites/default/files/icons/romance_normal.svg");
}
/* line 198, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .category-icon[data-icon="Outdoor Adventurers"] {
  background-image: url("/sites/default/files/icons/outdoors_normal.svg");
}
/* line 202, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .category-icon[data-icon="Shoppers"] {
  background-image: url("/sites/default/files/icons/shopping_normal.svg");
}
/* line 206, ../assets/scss/node/_itineraries.scss */
.itinerary-maui .itinerary-content .category-icon[data-icon="Health & Wellness Enthusiasts"] {
  background-image: url("/sites/default/files/icons/health_fanatics_normal.svg");
}

/**
 * Set layout and various styles to be used for Search result pages
 */
/* line 8, ../assets/scss/_search.scss */
.page-search .main-container .row .region, .page-search .main-container .asset-weather .islands-list .region, .asset-weather .page-search .main-container .islands-list .region {
  margin: 0 auto;
  max-width: 900px;
  padding: 10px 20px;
}
@media (min-width: 992px) {
  /* line 8, ../assets/scss/_search.scss */
  .page-search .main-container .row .region, .page-search .main-container .asset-weather .islands-list .region, .asset-weather .page-search .main-container .islands-list .region {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  /* line 8, ../assets/scss/_search.scss */
  .page-search .main-container .row .region, .page-search .main-container .asset-weather .islands-list .region, .asset-weather .page-search .main-container .islands-list .region {
    margin: 0 auto;
    max-width: 900px;
    padding: 35px 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  /* line 8, ../assets/scss/_search.scss */
  .page-search .main-container .row .region, .page-search .main-container .asset-weather .islands-list .region, .asset-weather .page-search .main-container .islands-list .region {
    padding: 35px 0;
  }
}

@media (min-width: 992px) {
  /* line 8, ../assets/scss/_search.scss */
  .page-search .main-container .row .region, .page-search .main-container .asset-weather .islands-list .region, .asset-weather .page-search .main-container .islands-list .region {
    margin: 0 auto;
    max-width: 900px;
    padding: 50px 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 8, ../assets/scss/_search.scss */
  .page-search .main-container .row .region, .page-search .main-container .asset-weather .islands-list .region, .asset-weather .page-search .main-container .islands-list .region {
    padding: 50px 0;
  }
}

/* line 1, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal,
#video-collection-video-modal {
  color: black;
}
/* line 5, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal .modal-dialog,
#video-collection-video-modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 90%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 480px) {
  /* line 5, ../assets/scss/_video-modal.scss */
  #ambient-header-video-modal .modal-dialog,
  #video-collection-video-modal .modal-dialog {
    width: 75%;
  }
}
/* line 18, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal .modal-content,
#video-collection-video-modal .modal-content {
  border-radius: 0;
}
/* line 22, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal .modal-body,
#video-collection-video-modal .modal-body {
  line-height: 0;
  padding: 56.25% 0 0;
  text-align: center;
}
/* line 28, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal .player-overlay,
#video-collection-video-modal .player-overlay {
  position: absolute;
  /* @TODO ADD box shadow in case yt native box's shadow isn't there or doesn't blead */
  width: 40.5%;
  height: 47%;
  bottom: 28.3%;
  right: 13px;
  z-index: 1;
  display: none;
  overflow: hidden;
  line-height: normal;
}
/* line 41, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal .player-overlay .player-overlay-header,
#video-collection-video-modal .player-overlay .player-overlay-header {
  text-align: left;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  font-size: 14px;
  text-transform: uppercase;
}
/* line 48, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal .player-overlay a,
#video-collection-video-modal .player-overlay a {
  display: block;
  position: relative;
}
/* line 53, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal .player-overlay .player-overlay-play-button,
#video-collection-video-modal .player-overlay .player-overlay-play-button {
  position: relative;
}
/* line 56, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal .player-overlay .player-overlay-play-button::after,
#video-collection-video-modal .player-overlay .player-overlay-play-button::after {
  background-image: url('../assets/images-min/icons/play-white-for-hover.svg?1718916822');
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 45px;
  outline: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
}
/* line 77, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal .player-overlay img,
#video-collection-video-modal .player-overlay img {
  width: 100%;
}
/* line 81, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal .player-overlay .player-overlay-title,
#video-collection-video-modal .player-overlay .player-overlay-title {
  position: absolute;
  font-size: 12px;
  left: 8px;
  text-align: left;
  right: 40%;
  height: auto;
  max-height: 100%;
  color: white;
  font-weight: normal;
  top: 50%;
  transform: translateY(-50%);
}
/* line 97, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal .close,
#video-collection-video-modal .close {
  background-color: black;
  border-radius: 50%;
  color: white;
  opacity: 1;
  padding: 5px;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 999;
}
/* line 109, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal iframe,
#ambient-header-video-modal video,
#video-collection-video-modal iframe,
#video-collection-video-modal video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 119, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal .modal-footer,
#video-collection-video-modal .modal-footer {
  text-align: left;
}

/* line 125, ../assets/scss/_video-modal.scss */
#ambient-header-video-modal .modal-footer {
  display: none;
}

/* line 1, ../assets/scss/_ui-datepicker.scss */
#ui-datepicker-div {
  font-size: 75%;
  line-height: 24px;
}
@media (min-width: 768px) {
  /* line 1, ../assets/scss/_ui-datepicker.scss */
  #ui-datepicker-div {
    font-size: 90%;
    line-height: 29px;
  }
}

/**
 * Specific CSS overrides for Japanese pages.
 */
/* line 7, ../assets/scss/languages/_ja.scss */
body.i18n-ja {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 201, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-discover-hawaii .traveler-types a .category {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 205, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-discover-hawaii.open .slide-title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 209, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-discover-hawaii header h2 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 214, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-form {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 218, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-image-gallery h2.component-title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 222, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .node--event--full .mmg-lfef-description {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 229, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .node--profile--full .group-details .mmg-listings-credit-cards .label,
body.i18n-ja .node--profile--full .group-details .mmg-listings-credit-cards label,
body.i18n-ja .node--profile--full .group-details .mmg-lfef-extra-info .label,
body.i18n-ja .node--profile--full .group-details .mmg-lfef-extra-info label {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 236, ../assets/scss/_shared-overrides.scss */
body.i18n-ja h2.component-title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 241, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-curated-content header h2,
body.i18n-ja .asset-curated-content header h3 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 248, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-product-grid .view-filters .filters-label {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 252, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] label {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 256, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-product-grid .view-filters .view-content.view-header {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 260, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-product-grid .view-filters .pagination li a {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 266, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-hero-unit h1,
body.i18n-ja .asset-hero-unit h2,
body.i18n-ja .asset-hero-unit h2 span {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 273, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-island-curated-content h2 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 277, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-content-grid .field-collection-view h2 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 282, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .node--profile--teaser .group-island {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 286, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .node--profile--teaser .group-copy a {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 290, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .node--profile--teaser .more-link a {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 295, ../assets/scss/_shared-overrides.scss */
body.i18n-ja footer.container .main a {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/* line 4, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset:not(.asset-embedded-video):not(.asset-promo-unit-single-band) h2.component-title {
  font-size: 18.2px;
  line-height: 25.2px;
}
@media (min-width: 768px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-ja .asset:not(.asset-embedded-video):not(.asset-promo-unit-single-band) h2.component-title {
    font-size: 24.5px;
    line-height: 31.5px;
  }
}
@media (min-width: 992px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-ja .asset:not(.asset-embedded-video):not(.asset-promo-unit-single-band) h2.component-title {
    font-size: 35px;
    line-height: 35px;
  }
}
/* line 28, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-promo-unit-single-band h2.component-title {
  font-size: 27px;
}
@media (min-width: 992px) {
  /* line 28, ../assets/scss/_shared-overrides.scss */
  body.i18n-ja .asset-promo-unit-single-band h2.component-title {
    font-size: 32.4px;
  }
}
/* line 41, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-promo-unit-large h2.component-title span.line-1 {
  font-size: 15.4px;
  line-height: 34.3px;
}
@media (min-width: 992px) {
  /* line 41, ../assets/scss/_shared-overrides.scss */
  body.i18n-ja .asset-promo-unit-large h2.component-title span.line-1 {
    font-size: 22.4px;
    line-height: 49px;
  }
}
/* line 51, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-promo-unit-large h2.component-title span.line-2 {
  font-size: 35px;
  line-height: 34.3px;
}
@media (min-width: 992px) {
  /* line 51, ../assets/scss/_shared-overrides.scss */
  body.i18n-ja .asset-promo-unit-large h2.component-title span.line-2 {
    font-size: 50.4px;
    line-height: 51.8px;
  }
}
/* line 61, ../assets/scss/_shared-overrides.scss */
body.i18n-ja .asset-promo-unit-large h2.component-title span.line-3 {
  font-size: 26.6px;
  line-height: 29.4px;
}
@media (min-width: 992px) {
  /* line 61, ../assets/scss/_shared-overrides.scss */
  body.i18n-ja .asset-promo-unit-large h2.component-title span.line-3 {
    font-size: 38.5px;
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  /* line 29, ../assets/scss/languages/_ja.scss */
  body.i18n-ja footer.container .main .signup-group {
    float: right;
  }
}
/* line 36, ../assets/scss/languages/_ja.scss */
body.i18n-ja footer.container .main .entitytype-signup_form-form .field-widget-email-textfield input,
body.i18n-ja footer.container .main .entitytype-signup_form-form .form-actions {
  display: none;
}
@media (min-width: 768px) {
  /* line 44, ../assets/scss/languages/_ja.scss */
  body.i18n-ja footer.container .main .signup-button-only {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 992px) {
  /* line 54, ../assets/scss/languages/_ja.scss */
  body.i18n-ja .asset-single-column-text header h2 {
    font-size: 34px;
    line-height: 34px;
  }
}

/* line 4, ../assets/scss/languages/_zh-hans.scss */
body.i18n-zh-hans {
  font-family: sans-serif;
}
/* line 201, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-discover-hawaii .traveler-types a .category {
  font-family: sans-serif;
}
/* line 205, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-discover-hawaii.open .slide-title {
  font-family: sans-serif;
}
/* line 209, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-discover-hawaii header h2 {
  font-family: sans-serif;
}
/* line 214, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-form {
  font-family: sans-serif;
}
/* line 218, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-image-gallery h2.component-title {
  font-family: sans-serif;
}
/* line 222, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .node--event--full .mmg-lfef-description {
  font-family: sans-serif;
}
/* line 229, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .node--profile--full .group-details .mmg-listings-credit-cards .label,
body.i18n-zh-hans .node--profile--full .group-details .mmg-listings-credit-cards label,
body.i18n-zh-hans .node--profile--full .group-details .mmg-lfef-extra-info .label,
body.i18n-zh-hans .node--profile--full .group-details .mmg-lfef-extra-info label {
  font-family: sans-serif;
}
/* line 236, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans h2.component-title {
  font-family: sans-serif;
}
/* line 241, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-curated-content header h2,
body.i18n-zh-hans .asset-curated-content header h3 {
  font-family: sans-serif;
}
/* line 248, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-product-grid .view-filters .filters-label {
  font-family: sans-serif;
}
/* line 252, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] label {
  font-family: sans-serif;
}
/* line 256, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-product-grid .view-filters .view-content.view-header {
  font-family: sans-serif;
}
/* line 260, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-product-grid .view-filters .pagination li a {
  font-family: sans-serif;
}
/* line 266, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-hero-unit h1,
body.i18n-zh-hans .asset-hero-unit h2,
body.i18n-zh-hans .asset-hero-unit h2 span {
  font-family: sans-serif;
}
/* line 273, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-island-curated-content h2 {
  font-family: sans-serif;
}
/* line 277, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-content-grid .field-collection-view h2 {
  font-family: sans-serif;
}
/* line 282, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .node--profile--teaser .group-island {
  font-family: sans-serif;
}
/* line 286, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .node--profile--teaser .group-copy a {
  font-family: sans-serif;
}
/* line 290, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .node--profile--teaser .more-link a {
  font-family: sans-serif;
}
/* line 295, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans footer.container .main a {
  font-family: sans-serif;
}
/* line 4, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-content-carousel h2.component-title {
  font-size: 23.4px;
  line-height: 32.4px;
}
@media (min-width: 768px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-zh-hans .asset-content-carousel h2.component-title {
    font-size: 31.5px;
    line-height: 40.5px;
  }
}
@media (min-width: 992px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-zh-hans .asset-content-carousel h2.component-title {
    font-size: 45px;
    line-height: 45px;
  }
}
/* line 4, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-image-gallery h2.component-title {
  font-size: 23.4px;
  line-height: 32.4px;
}
@media (min-width: 768px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-zh-hans .asset-image-gallery h2.component-title {
    font-size: 31.5px;
    line-height: 40.5px;
  }
}
@media (min-width: 992px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-zh-hans .asset-image-gallery h2.component-title {
    font-size: 45px;
    line-height: 45px;
  }
}
/* line 4, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-island-curated-content h2.component-title {
  font-size: 23.4px;
  line-height: 32.4px;
}
@media (min-width: 768px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-zh-hans .asset-island-curated-content h2.component-title {
    font-size: 31.5px;
    line-height: 40.5px;
  }
}
@media (min-width: 992px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-zh-hans .asset-island-curated-content h2.component-title {
    font-size: 45px;
    line-height: 45px;
  }
}
/* line 4, ../assets/scss/_shared-overrides.scss */
body.i18n-zh-hans .asset-content-grid h2.component-title {
  font-size: 23.4px;
  line-height: 32.4px;
}
@media (min-width: 768px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-zh-hans .asset-content-grid h2.component-title {
    font-size: 31.5px;
    line-height: 40.5px;
  }
}
@media (min-width: 992px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-zh-hans .asset-content-grid h2.component-title {
    font-size: 45px;
    line-height: 45px;
  }
}

/* line 8, ../assets/scss/languages/_de.scss */
body.i18n-de .asset-hero-unit .continue-scroll {
  width: 10em;
}

/* line 4, ../assets/scss/languages/_ko.scss */
body.i18n-ko {
  font-family: sans-serif;
}
/* line 201, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-discover-hawaii .traveler-types a .category {
  font-family: sans-serif;
}
/* line 205, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-discover-hawaii.open .slide-title {
  font-family: sans-serif;
}
/* line 209, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-discover-hawaii header h2 {
  font-family: sans-serif;
}
/* line 214, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-form {
  font-family: sans-serif;
}
/* line 218, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-image-gallery h2.component-title {
  font-family: sans-serif;
}
/* line 222, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .node--event--full .mmg-lfef-description {
  font-family: sans-serif;
}
/* line 229, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .node--profile--full .group-details .mmg-listings-credit-cards .label,
body.i18n-ko .node--profile--full .group-details .mmg-listings-credit-cards label,
body.i18n-ko .node--profile--full .group-details .mmg-lfef-extra-info .label,
body.i18n-ko .node--profile--full .group-details .mmg-lfef-extra-info label {
  font-family: sans-serif;
}
/* line 236, ../assets/scss/_shared-overrides.scss */
body.i18n-ko h2.component-title {
  font-family: sans-serif;
}
/* line 241, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-curated-content header h2,
body.i18n-ko .asset-curated-content header h3 {
  font-family: sans-serif;
}
/* line 248, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-product-grid .view-filters .filters-label {
  font-family: sans-serif;
}
/* line 252, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-product-grid .view-filters .views-exposed-widget[class*="views-widget-facet_filter_"] label {
  font-family: sans-serif;
}
/* line 256, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-product-grid .view-filters .view-content.view-header {
  font-family: sans-serif;
}
/* line 260, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-product-grid .view-filters .pagination li a {
  font-family: sans-serif;
}
/* line 266, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-hero-unit h1,
body.i18n-ko .asset-hero-unit h2,
body.i18n-ko .asset-hero-unit h2 span {
  font-family: sans-serif;
}
/* line 273, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-island-curated-content h2 {
  font-family: sans-serif;
}
/* line 277, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-content-grid .field-collection-view h2 {
  font-family: sans-serif;
}
/* line 282, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .node--profile--teaser .group-island {
  font-family: sans-serif;
}
/* line 286, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .node--profile--teaser .group-copy a {
  font-family: sans-serif;
}
/* line 290, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .node--profile--teaser .more-link a {
  font-family: sans-serif;
}
/* line 295, ../assets/scss/_shared-overrides.scss */
body.i18n-ko footer.container .main a {
  font-family: sans-serif;
}
/* line 4, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-content-carousel h2.component-title {
  font-size: 23.4px;
  line-height: 32.4px;
}
@media (min-width: 768px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-ko .asset-content-carousel h2.component-title {
    font-size: 31.5px;
    line-height: 40.5px;
  }
}
@media (min-width: 992px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-ko .asset-content-carousel h2.component-title {
    font-size: 45px;
    line-height: 45px;
  }
}
/* line 4, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-image-gallery h2.component-title {
  font-size: 23.4px;
  line-height: 32.4px;
}
@media (min-width: 768px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-ko .asset-image-gallery h2.component-title {
    font-size: 31.5px;
    line-height: 40.5px;
  }
}
@media (min-width: 992px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-ko .asset-image-gallery h2.component-title {
    font-size: 45px;
    line-height: 45px;
  }
}
/* line 4, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-island-curated-content h2.component-title {
  font-size: 23.4px;
  line-height: 32.4px;
}
@media (min-width: 768px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-ko .asset-island-curated-content h2.component-title {
    font-size: 31.5px;
    line-height: 40.5px;
  }
}
@media (min-width: 992px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-ko .asset-island-curated-content h2.component-title {
    font-size: 45px;
    line-height: 45px;
  }
}
/* line 4, ../assets/scss/_shared-overrides.scss */
body.i18n-ko .asset-content-grid h2.component-title {
  font-size: 23.4px;
  line-height: 32.4px;
}
@media (min-width: 768px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-ko .asset-content-grid h2.component-title {
    font-size: 31.5px;
    line-height: 40.5px;
  }
}
@media (min-width: 992px) {
  /* line 4, ../assets/scss/_shared-overrides.scss */
  body.i18n-ko .asset-content-grid h2.component-title {
    font-size: 45px;
    line-height: 45px;
  }
}

/* line 6, ../assets/scss/languages/_es.scss */
body.i18n-es .asset-hero-unit .continue-scroll {
  width: 8em;
}
