/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/assets/fontawesome-webfont-b286394e851d277e2d7b3565e2521ce84da11b7f6fce07db1c2f22edf4376cc7.eot);
  src: url(/assets/fontawesome-webfont-b286394e851d277e2d7b3565e2521ce84da11b7f6fce07db1c2f22edf4376cc7.eot?#iefix) format("eot"), url(/assets/fontawesome-webfont-91d5c9561ecf2908189b881a8ba86a52ef1ded1cbda3fab620db028af6143a93.woff) format("woff"), url(/assets/fontawesome-webfont-f959ef6d098505f01200e66ee927eb8432e89c35f51ab4ebab50c38c600d4d0e.ttf) format("truetype"), url(/assets/fontawesome-webfont-691a2559d28153e7f27508b31ddf97017b0972957cba99d614a2913ec1b91d28.svg#FontAwesome) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, app/assets/stylesheets/font-awesome.scss.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
/* line 24, app/assets/stylesheets/font-awesome.scss.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 29, app/assets/stylesheets/font-awesome.scss.erb */
.fa-2x {
  font-size: 2em;
}

/* line 32, app/assets/stylesheets/font-awesome.scss.erb */
.fa-3x {
  font-size: 3em;
}

/* line 35, app/assets/stylesheets/font-awesome.scss.erb */
.fa-4x {
  font-size: 4em;
}

/* line 38, app/assets/stylesheets/font-awesome.scss.erb */
.fa-5x {
  font-size: 5em;
}

/* line 41, app/assets/stylesheets/font-awesome.scss.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 45, app/assets/stylesheets/font-awesome.scss.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 50, app/assets/stylesheets/font-awesome.scss.erb */
.fa-ul > li {
  position: relative;
}

/* line 53, app/assets/stylesheets/font-awesome.scss.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 60, app/assets/stylesheets/font-awesome.scss.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 63, app/assets/stylesheets/font-awesome.scss.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 68, app/assets/stylesheets/font-awesome.scss.erb */
.pull-right {
  float: right;
}

/* line 71, app/assets/stylesheets/font-awesome.scss.erb */
.pull-left {
  float: left;
}

/* line 74, app/assets/stylesheets/font-awesome.scss.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 77, app/assets/stylesheets/font-awesome.scss.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 80, app/assets/stylesheets/font-awesome.scss.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 84, app/assets/stylesheets/font-awesome.scss.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 108, app/assets/stylesheets/font-awesome.scss.erb */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 114, app/assets/stylesheets/font-awesome.scss.erb */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 120, app/assets/stylesheets/font-awesome.scss.erb */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 126, app/assets/stylesheets/font-awesome.scss.erb */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 132, app/assets/stylesheets/font-awesome.scss.erb */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 138, app/assets/stylesheets/font-awesome.scss.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 145, app/assets/stylesheets/font-awesome.scss.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 153, app/assets/stylesheets/font-awesome.scss.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 160, app/assets/stylesheets/font-awesome.scss.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 163, app/assets/stylesheets/font-awesome.scss.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 166, app/assets/stylesheets/font-awesome.scss.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 171, app/assets/stylesheets/font-awesome.scss.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 174, app/assets/stylesheets/font-awesome.scss.erb */
.fa-music:before {
  content: "\f001";
}

/* line 177, app/assets/stylesheets/font-awesome.scss.erb */
.fa-search:before {
  content: "\f002";
}

/* line 180, app/assets/stylesheets/font-awesome.scss.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 183, app/assets/stylesheets/font-awesome.scss.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 186, app/assets/stylesheets/font-awesome.scss.erb */
.fa-star:before {
  content: "\f005";
}

/* line 189, app/assets/stylesheets/font-awesome.scss.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 192, app/assets/stylesheets/font-awesome.scss.erb */
.fa-user:before {
  content: "\f007";
}

/* line 195, app/assets/stylesheets/font-awesome.scss.erb */
.fa-film:before {
  content: "\f008";
}

/* line 198, app/assets/stylesheets/font-awesome.scss.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 201, app/assets/stylesheets/font-awesome.scss.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 204, app/assets/stylesheets/font-awesome.scss.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 207, app/assets/stylesheets/font-awesome.scss.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 210, app/assets/stylesheets/font-awesome.scss.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 215, app/assets/stylesheets/font-awesome.scss.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 218, app/assets/stylesheets/font-awesome.scss.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 221, app/assets/stylesheets/font-awesome.scss.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 224, app/assets/stylesheets/font-awesome.scss.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 227, app/assets/stylesheets/font-awesome.scss.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 231, app/assets/stylesheets/font-awesome.scss.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 234, app/assets/stylesheets/font-awesome.scss.erb */
.fa-home:before {
  content: "\f015";
}

/* line 237, app/assets/stylesheets/font-awesome.scss.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 240, app/assets/stylesheets/font-awesome.scss.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 243, app/assets/stylesheets/font-awesome.scss.erb */
.fa-road:before {
  content: "\f018";
}

/* line 246, app/assets/stylesheets/font-awesome.scss.erb */
.fa-download:before {
  content: "\f019";
}

/* line 249, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 252, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 255, app/assets/stylesheets/font-awesome.scss.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 258, app/assets/stylesheets/font-awesome.scss.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 261, app/assets/stylesheets/font-awesome.scss.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 265, app/assets/stylesheets/font-awesome.scss.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 268, app/assets/stylesheets/font-awesome.scss.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 271, app/assets/stylesheets/font-awesome.scss.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 274, app/assets/stylesheets/font-awesome.scss.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 277, app/assets/stylesheets/font-awesome.scss.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 280, app/assets/stylesheets/font-awesome.scss.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 283, app/assets/stylesheets/font-awesome.scss.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 286, app/assets/stylesheets/font-awesome.scss.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 289, app/assets/stylesheets/font-awesome.scss.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 292, app/assets/stylesheets/font-awesome.scss.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 295, app/assets/stylesheets/font-awesome.scss.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 298, app/assets/stylesheets/font-awesome.scss.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 301, app/assets/stylesheets/font-awesome.scss.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 304, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 307, app/assets/stylesheets/font-awesome.scss.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 310, app/assets/stylesheets/font-awesome.scss.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 313, app/assets/stylesheets/font-awesome.scss.erb */
.fa-font:before {
  content: "\f031";
}

/* line 316, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 319, app/assets/stylesheets/font-awesome.scss.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 322, app/assets/stylesheets/font-awesome.scss.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 325, app/assets/stylesheets/font-awesome.scss.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 328, app/assets/stylesheets/font-awesome.scss.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 331, app/assets/stylesheets/font-awesome.scss.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 334, app/assets/stylesheets/font-awesome.scss.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 337, app/assets/stylesheets/font-awesome.scss.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 340, app/assets/stylesheets/font-awesome.scss.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 343, app/assets/stylesheets/font-awesome.scss.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 347, app/assets/stylesheets/font-awesome.scss.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 350, app/assets/stylesheets/font-awesome.scss.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 353, app/assets/stylesheets/font-awesome.scss.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 358, app/assets/stylesheets/font-awesome.scss.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 361, app/assets/stylesheets/font-awesome.scss.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 364, app/assets/stylesheets/font-awesome.scss.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 367, app/assets/stylesheets/font-awesome.scss.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 370, app/assets/stylesheets/font-awesome.scss.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 374, app/assets/stylesheets/font-awesome.scss.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 377, app/assets/stylesheets/font-awesome.scss.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 380, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 383, app/assets/stylesheets/font-awesome.scss.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 386, app/assets/stylesheets/font-awesome.scss.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 389, app/assets/stylesheets/font-awesome.scss.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 392, app/assets/stylesheets/font-awesome.scss.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 395, app/assets/stylesheets/font-awesome.scss.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 398, app/assets/stylesheets/font-awesome.scss.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 401, app/assets/stylesheets/font-awesome.scss.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 404, app/assets/stylesheets/font-awesome.scss.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 407, app/assets/stylesheets/font-awesome.scss.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 410, app/assets/stylesheets/font-awesome.scss.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 413, app/assets/stylesheets/font-awesome.scss.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 416, app/assets/stylesheets/font-awesome.scss.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 419, app/assets/stylesheets/font-awesome.scss.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 422, app/assets/stylesheets/font-awesome.scss.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 425, app/assets/stylesheets/font-awesome.scss.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 428, app/assets/stylesheets/font-awesome.scss.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 431, app/assets/stylesheets/font-awesome.scss.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 434, app/assets/stylesheets/font-awesome.scss.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 437, app/assets/stylesheets/font-awesome.scss.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 440, app/assets/stylesheets/font-awesome.scss.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 443, app/assets/stylesheets/font-awesome.scss.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 446, app/assets/stylesheets/font-awesome.scss.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 449, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 452, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 455, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 458, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 461, app/assets/stylesheets/font-awesome.scss.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 465, app/assets/stylesheets/font-awesome.scss.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 468, app/assets/stylesheets/font-awesome.scss.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 471, app/assets/stylesheets/font-awesome.scss.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 474, app/assets/stylesheets/font-awesome.scss.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 477, app/assets/stylesheets/font-awesome.scss.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 480, app/assets/stylesheets/font-awesome.scss.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 483, app/assets/stylesheets/font-awesome.scss.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 486, app/assets/stylesheets/font-awesome.scss.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 489, app/assets/stylesheets/font-awesome.scss.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 492, app/assets/stylesheets/font-awesome.scss.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 495, app/assets/stylesheets/font-awesome.scss.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 498, app/assets/stylesheets/font-awesome.scss.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 502, app/assets/stylesheets/font-awesome.scss.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 505, app/assets/stylesheets/font-awesome.scss.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 508, app/assets/stylesheets/font-awesome.scss.erb */
.fa-random:before {
  content: "\f074";
}

/* line 511, app/assets/stylesheets/font-awesome.scss.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 514, app/assets/stylesheets/font-awesome.scss.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 517, app/assets/stylesheets/font-awesome.scss.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 520, app/assets/stylesheets/font-awesome.scss.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 523, app/assets/stylesheets/font-awesome.scss.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 526, app/assets/stylesheets/font-awesome.scss.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 529, app/assets/stylesheets/font-awesome.scss.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 532, app/assets/stylesheets/font-awesome.scss.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 535, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 538, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 541, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 545, app/assets/stylesheets/font-awesome.scss.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 548, app/assets/stylesheets/font-awesome.scss.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 551, app/assets/stylesheets/font-awesome.scss.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 554, app/assets/stylesheets/font-awesome.scss.erb */
.fa-key:before {
  content: "\f084";
}

/* line 557, app/assets/stylesheets/font-awesome.scss.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 561, app/assets/stylesheets/font-awesome.scss.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 564, app/assets/stylesheets/font-awesome.scss.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 567, app/assets/stylesheets/font-awesome.scss.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 570, app/assets/stylesheets/font-awesome.scss.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 573, app/assets/stylesheets/font-awesome.scss.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 576, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 579, app/assets/stylesheets/font-awesome.scss.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 582, app/assets/stylesheets/font-awesome.scss.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 585, app/assets/stylesheets/font-awesome.scss.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 588, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 591, app/assets/stylesheets/font-awesome.scss.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 594, app/assets/stylesheets/font-awesome.scss.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 597, app/assets/stylesheets/font-awesome.scss.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 600, app/assets/stylesheets/font-awesome.scss.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 603, app/assets/stylesheets/font-awesome.scss.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 606, app/assets/stylesheets/font-awesome.scss.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 609, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 612, app/assets/stylesheets/font-awesome.scss.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 615, app/assets/stylesheets/font-awesome.scss.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 618, app/assets/stylesheets/font-awesome.scss.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 622, app/assets/stylesheets/font-awesome.scss.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 625, app/assets/stylesheets/font-awesome.scss.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 628, app/assets/stylesheets/font-awesome.scss.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 631, app/assets/stylesheets/font-awesome.scss.erb */
.fa-rss:before {
  content: "\f09e";
}

/* line 634, app/assets/stylesheets/font-awesome.scss.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 637, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 640, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 643, app/assets/stylesheets/font-awesome.scss.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 646, app/assets/stylesheets/font-awesome.scss.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 649, app/assets/stylesheets/font-awesome.scss.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 652, app/assets/stylesheets/font-awesome.scss.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 655, app/assets/stylesheets/font-awesome.scss.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 658, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 661, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 664, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 667, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 670, app/assets/stylesheets/font-awesome.scss.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 673, app/assets/stylesheets/font-awesome.scss.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 676, app/assets/stylesheets/font-awesome.scss.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 679, app/assets/stylesheets/font-awesome.scss.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 682, app/assets/stylesheets/font-awesome.scss.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 685, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 688, app/assets/stylesheets/font-awesome.scss.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 692, app/assets/stylesheets/font-awesome.scss.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 696, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 699, app/assets/stylesheets/font-awesome.scss.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 702, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 706, app/assets/stylesheets/font-awesome.scss.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 710, app/assets/stylesheets/font-awesome.scss.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 713, app/assets/stylesheets/font-awesome.scss.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 717, app/assets/stylesheets/font-awesome.scss.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 720, app/assets/stylesheets/font-awesome.scss.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 725, app/assets/stylesheets/font-awesome.scss.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 728, app/assets/stylesheets/font-awesome.scss.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 731, app/assets/stylesheets/font-awesome.scss.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 734, app/assets/stylesheets/font-awesome.scss.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 737, app/assets/stylesheets/font-awesome.scss.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 740, app/assets/stylesheets/font-awesome.scss.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 743, app/assets/stylesheets/font-awesome.scss.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 746, app/assets/stylesheets/font-awesome.scss.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 749, app/assets/stylesheets/font-awesome.scss.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 752, app/assets/stylesheets/font-awesome.scss.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 755, app/assets/stylesheets/font-awesome.scss.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 758, app/assets/stylesheets/font-awesome.scss.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 761, app/assets/stylesheets/font-awesome.scss.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 764, app/assets/stylesheets/font-awesome.scss.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 767, app/assets/stylesheets/font-awesome.scss.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 770, app/assets/stylesheets/font-awesome.scss.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 773, app/assets/stylesheets/font-awesome.scss.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 776, app/assets/stylesheets/font-awesome.scss.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 780, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 784, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 788, app/assets/stylesheets/font-awesome.scss.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 791, app/assets/stylesheets/font-awesome.scss.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 794, app/assets/stylesheets/font-awesome.scss.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 798, app/assets/stylesheets/font-awesome.scss.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 802, app/assets/stylesheets/font-awesome.scss.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 806, app/assets/stylesheets/font-awesome.scss.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 809, app/assets/stylesheets/font-awesome.scss.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 812, app/assets/stylesheets/font-awesome.scss.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 816, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 819, app/assets/stylesheets/font-awesome.scss.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 822, app/assets/stylesheets/font-awesome.scss.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 826, app/assets/stylesheets/font-awesome.scss.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 829, app/assets/stylesheets/font-awesome.scss.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 832, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 835, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 838, app/assets/stylesheets/font-awesome.scss.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 841, app/assets/stylesheets/font-awesome.scss.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 844, app/assets/stylesheets/font-awesome.scss.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 847, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 850, app/assets/stylesheets/font-awesome.scss.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 853, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 856, app/assets/stylesheets/font-awesome.scss.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 859, app/assets/stylesheets/font-awesome.scss.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 862, app/assets/stylesheets/font-awesome.scss.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 865, app/assets/stylesheets/font-awesome.scss.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 868, app/assets/stylesheets/font-awesome.scss.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 871, app/assets/stylesheets/font-awesome.scss.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 874, app/assets/stylesheets/font-awesome.scss.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 877, app/assets/stylesheets/font-awesome.scss.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 880, app/assets/stylesheets/font-awesome.scss.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 883, app/assets/stylesheets/font-awesome.scss.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 886, app/assets/stylesheets/font-awesome.scss.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 889, app/assets/stylesheets/font-awesome.scss.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 892, app/assets/stylesheets/font-awesome.scss.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 895, app/assets/stylesheets/font-awesome.scss.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 898, app/assets/stylesheets/font-awesome.scss.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 901, app/assets/stylesheets/font-awesome.scss.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 904, app/assets/stylesheets/font-awesome.scss.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 907, app/assets/stylesheets/font-awesome.scss.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 910, app/assets/stylesheets/font-awesome.scss.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 913, app/assets/stylesheets/font-awesome.scss.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 916, app/assets/stylesheets/font-awesome.scss.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 920, app/assets/stylesheets/font-awesome.scss.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 923, app/assets/stylesheets/font-awesome.scss.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 926, app/assets/stylesheets/font-awesome.scss.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 929, app/assets/stylesheets/font-awesome.scss.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 932, app/assets/stylesheets/font-awesome.scss.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 935, app/assets/stylesheets/font-awesome.scss.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 939, app/assets/stylesheets/font-awesome.scss.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 942, app/assets/stylesheets/font-awesome.scss.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 945, app/assets/stylesheets/font-awesome.scss.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 948, app/assets/stylesheets/font-awesome.scss.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 951, app/assets/stylesheets/font-awesome.scss.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 954, app/assets/stylesheets/font-awesome.scss.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 957, app/assets/stylesheets/font-awesome.scss.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 960, app/assets/stylesheets/font-awesome.scss.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 963, app/assets/stylesheets/font-awesome.scss.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 966, app/assets/stylesheets/font-awesome.scss.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 969, app/assets/stylesheets/font-awesome.scss.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 972, app/assets/stylesheets/font-awesome.scss.erb */
.fa-code:before {
  content: "\f121";
}

/* line 975, app/assets/stylesheets/font-awesome.scss.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 979, app/assets/stylesheets/font-awesome.scss.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 984, app/assets/stylesheets/font-awesome.scss.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 987, app/assets/stylesheets/font-awesome.scss.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 990, app/assets/stylesheets/font-awesome.scss.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 993, app/assets/stylesheets/font-awesome.scss.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 997, app/assets/stylesheets/font-awesome.scss.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1000, app/assets/stylesheets/font-awesome.scss.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1003, app/assets/stylesheets/font-awesome.scss.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1006, app/assets/stylesheets/font-awesome.scss.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1009, app/assets/stylesheets/font-awesome.scss.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1012, app/assets/stylesheets/font-awesome.scss.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1015, app/assets/stylesheets/font-awesome.scss.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1018, app/assets/stylesheets/font-awesome.scss.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1021, app/assets/stylesheets/font-awesome.scss.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1024, app/assets/stylesheets/font-awesome.scss.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1027, app/assets/stylesheets/font-awesome.scss.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1030, app/assets/stylesheets/font-awesome.scss.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1033, app/assets/stylesheets/font-awesome.scss.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1036, app/assets/stylesheets/font-awesome.scss.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1039, app/assets/stylesheets/font-awesome.scss.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1042, app/assets/stylesheets/font-awesome.scss.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1045, app/assets/stylesheets/font-awesome.scss.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1048, app/assets/stylesheets/font-awesome.scss.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1051, app/assets/stylesheets/font-awesome.scss.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1054, app/assets/stylesheets/font-awesome.scss.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1057, app/assets/stylesheets/font-awesome.scss.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1060, app/assets/stylesheets/font-awesome.scss.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1063, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1066, app/assets/stylesheets/font-awesome.scss.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1069, app/assets/stylesheets/font-awesome.scss.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1072, app/assets/stylesheets/font-awesome.scss.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1075, app/assets/stylesheets/font-awesome.scss.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1078, app/assets/stylesheets/font-awesome.scss.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1081, app/assets/stylesheets/font-awesome.scss.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1084, app/assets/stylesheets/font-awesome.scss.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1087, app/assets/stylesheets/font-awesome.scss.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1090, app/assets/stylesheets/font-awesome.scss.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1093, app/assets/stylesheets/font-awesome.scss.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1096, app/assets/stylesheets/font-awesome.scss.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1099, app/assets/stylesheets/font-awesome.scss.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1102, app/assets/stylesheets/font-awesome.scss.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1105, app/assets/stylesheets/font-awesome.scss.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1108, app/assets/stylesheets/font-awesome.scss.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1112, app/assets/stylesheets/font-awesome.scss.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1116, app/assets/stylesheets/font-awesome.scss.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1120, app/assets/stylesheets/font-awesome.scss.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1124, app/assets/stylesheets/font-awesome.scss.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1127, app/assets/stylesheets/font-awesome.scss.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1131, app/assets/stylesheets/font-awesome.scss.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1135, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1141, app/assets/stylesheets/font-awesome.scss.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1146, app/assets/stylesheets/font-awesome.scss.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1150, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1154, app/assets/stylesheets/font-awesome.scss.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1157, app/assets/stylesheets/font-awesome.scss.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1160, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1163, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1166, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1169, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1172, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1175, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1178, app/assets/stylesheets/font-awesome.scss.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1181, app/assets/stylesheets/font-awesome.scss.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1184, app/assets/stylesheets/font-awesome.scss.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1187, app/assets/stylesheets/font-awesome.scss.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1190, app/assets/stylesheets/font-awesome.scss.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1193, app/assets/stylesheets/font-awesome.scss.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1196, app/assets/stylesheets/font-awesome.scss.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1199, app/assets/stylesheets/font-awesome.scss.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1202, app/assets/stylesheets/font-awesome.scss.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1205, app/assets/stylesheets/font-awesome.scss.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1208, app/assets/stylesheets/font-awesome.scss.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1211, app/assets/stylesheets/font-awesome.scss.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1214, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1217, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1220, app/assets/stylesheets/font-awesome.scss.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1223, app/assets/stylesheets/font-awesome.scss.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1226, app/assets/stylesheets/font-awesome.scss.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1229, app/assets/stylesheets/font-awesome.scss.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1232, app/assets/stylesheets/font-awesome.scss.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1235, app/assets/stylesheets/font-awesome.scss.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1238, app/assets/stylesheets/font-awesome.scss.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1241, app/assets/stylesheets/font-awesome.scss.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1244, app/assets/stylesheets/font-awesome.scss.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1247, app/assets/stylesheets/font-awesome.scss.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1250, app/assets/stylesheets/font-awesome.scss.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1253, app/assets/stylesheets/font-awesome.scss.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1256, app/assets/stylesheets/font-awesome.scss.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1259, app/assets/stylesheets/font-awesome.scss.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1262, app/assets/stylesheets/font-awesome.scss.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1265, app/assets/stylesheets/font-awesome.scss.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1268, app/assets/stylesheets/font-awesome.scss.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1272, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1275, app/assets/stylesheets/font-awesome.scss.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1278, app/assets/stylesheets/font-awesome.scss.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1281, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1284, app/assets/stylesheets/font-awesome.scss.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1287, app/assets/stylesheets/font-awesome.scss.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1290, app/assets/stylesheets/font-awesome.scss.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1293, app/assets/stylesheets/font-awesome.scss.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1296, app/assets/stylesheets/font-awesome.scss.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1299, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1302, app/assets/stylesheets/font-awesome.scss.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1305, app/assets/stylesheets/font-awesome.scss.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1309, app/assets/stylesheets/font-awesome.scss.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1312, app/assets/stylesheets/font-awesome.scss.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1315, app/assets/stylesheets/font-awesome.scss.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1318, app/assets/stylesheets/font-awesome.scss.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1322, app/assets/stylesheets/font-awesome.scss.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1325, app/assets/stylesheets/font-awesome.scss.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1328, app/assets/stylesheets/font-awesome.scss.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1331, app/assets/stylesheets/font-awesome.scss.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1334, app/assets/stylesheets/font-awesome.scss.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1337, app/assets/stylesheets/font-awesome.scss.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1340, app/assets/stylesheets/font-awesome.scss.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1345, app/assets/stylesheets/font-awesome.scss.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1349, app/assets/stylesheets/font-awesome.scss.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1352, app/assets/stylesheets/font-awesome.scss.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1355, app/assets/stylesheets/font-awesome.scss.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1358, app/assets/stylesheets/font-awesome.scss.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1361, app/assets/stylesheets/font-awesome.scss.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1364, app/assets/stylesheets/font-awesome.scss.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1367, app/assets/stylesheets/font-awesome.scss.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1370, app/assets/stylesheets/font-awesome.scss.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1373, app/assets/stylesheets/font-awesome.scss.erb */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 1376, app/assets/stylesheets/font-awesome.scss.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1379, app/assets/stylesheets/font-awesome.scss.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1382, app/assets/stylesheets/font-awesome.scss.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1385, app/assets/stylesheets/font-awesome.scss.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1388, app/assets/stylesheets/font-awesome.scss.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1391, app/assets/stylesheets/font-awesome.scss.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1394, app/assets/stylesheets/font-awesome.scss.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1397, app/assets/stylesheets/font-awesome.scss.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1400, app/assets/stylesheets/font-awesome.scss.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1403, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1406, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1409, app/assets/stylesheets/font-awesome.scss.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1412, app/assets/stylesheets/font-awesome.scss.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1415, app/assets/stylesheets/font-awesome.scss.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1418, app/assets/stylesheets/font-awesome.scss.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1421, app/assets/stylesheets/font-awesome.scss.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1424, app/assets/stylesheets/font-awesome.scss.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1428, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1432, app/assets/stylesheets/font-awesome.scss.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1435, app/assets/stylesheets/font-awesome.scss.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1438, app/assets/stylesheets/font-awesome.scss.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1441, app/assets/stylesheets/font-awesome.scss.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1444, app/assets/stylesheets/font-awesome.scss.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1447, app/assets/stylesheets/font-awesome.scss.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1450, app/assets/stylesheets/font-awesome.scss.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1453, app/assets/stylesheets/font-awesome.scss.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1456, app/assets/stylesheets/font-awesome.scss.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1459, app/assets/stylesheets/font-awesome.scss.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1464, app/assets/stylesheets/font-awesome.scss.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1468, app/assets/stylesheets/font-awesome.scss.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1472, app/assets/stylesheets/font-awesome.scss.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1476, app/assets/stylesheets/font-awesome.scss.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1479, app/assets/stylesheets/font-awesome.scss.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1482, app/assets/stylesheets/font-awesome.scss.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1485, app/assets/stylesheets/font-awesome.scss.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1488, app/assets/stylesheets/font-awesome.scss.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1495, app/assets/stylesheets/font-awesome.scss.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1498, app/assets/stylesheets/font-awesome.scss.erb */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1502, app/assets/stylesheets/font-awesome.scss.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1506, app/assets/stylesheets/font-awesome.scss.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1509, app/assets/stylesheets/font-awesome.scss.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1512, app/assets/stylesheets/font-awesome.scss.erb */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1515, app/assets/stylesheets/font-awesome.scss.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1518, app/assets/stylesheets/font-awesome.scss.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1521, app/assets/stylesheets/font-awesome.scss.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1525, app/assets/stylesheets/font-awesome.scss.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1529, app/assets/stylesheets/font-awesome.scss.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1533, app/assets/stylesheets/font-awesome.scss.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1536, app/assets/stylesheets/font-awesome.scss.erb */
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1540, app/assets/stylesheets/font-awesome.scss.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1543, app/assets/stylesheets/font-awesome.scss.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1546, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1549, app/assets/stylesheets/font-awesome.scss.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1552, app/assets/stylesheets/font-awesome.scss.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1555, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1558, app/assets/stylesheets/font-awesome.scss.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1562, app/assets/stylesheets/font-awesome.scss.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1565, app/assets/stylesheets/font-awesome.scss.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1568, app/assets/stylesheets/font-awesome.scss.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1571, app/assets/stylesheets/font-awesome.scss.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1574, app/assets/stylesheets/font-awesome.scss.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1577, app/assets/stylesheets/font-awesome.scss.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1580, app/assets/stylesheets/font-awesome.scss.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1583, app/assets/stylesheets/font-awesome.scss.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1586, app/assets/stylesheets/font-awesome.scss.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1589, app/assets/stylesheets/font-awesome.scss.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1592, app/assets/stylesheets/font-awesome.scss.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1595, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1598, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1601, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1604, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1607, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1610, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1613, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1616, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1619, app/assets/stylesheets/font-awesome.scss.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1622, app/assets/stylesheets/font-awesome.scss.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1625, app/assets/stylesheets/font-awesome.scss.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1628, app/assets/stylesheets/font-awesome.scss.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1631, app/assets/stylesheets/font-awesome.scss.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1634, app/assets/stylesheets/font-awesome.scss.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1637, app/assets/stylesheets/font-awesome.scss.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1640, app/assets/stylesheets/font-awesome.scss.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1643, app/assets/stylesheets/font-awesome.scss.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1646, app/assets/stylesheets/font-awesome.scss.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1649, app/assets/stylesheets/font-awesome.scss.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1652, app/assets/stylesheets/font-awesome.scss.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1655, app/assets/stylesheets/font-awesome.scss.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1658, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1661, app/assets/stylesheets/font-awesome.scss.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1664, app/assets/stylesheets/font-awesome.scss.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1667, app/assets/stylesheets/font-awesome.scss.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1670, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1673, app/assets/stylesheets/font-awesome.scss.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1678, app/assets/stylesheets/font-awesome.scss.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1681, app/assets/stylesheets/font-awesome.scss.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1684, app/assets/stylesheets/font-awesome.scss.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1687, app/assets/stylesheets/font-awesome.scss.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1690, app/assets/stylesheets/font-awesome.scss.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1693, app/assets/stylesheets/font-awesome.scss.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1696, app/assets/stylesheets/font-awesome.scss.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1699, app/assets/stylesheets/font-awesome.scss.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1702, app/assets/stylesheets/font-awesome.scss.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1705, app/assets/stylesheets/font-awesome.scss.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1708, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1711, app/assets/stylesheets/font-awesome.scss.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1714, app/assets/stylesheets/font-awesome.scss.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1717, app/assets/stylesheets/font-awesome.scss.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1720, app/assets/stylesheets/font-awesome.scss.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1723, app/assets/stylesheets/font-awesome.scss.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1726, app/assets/stylesheets/font-awesome.scss.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1729, app/assets/stylesheets/font-awesome.scss.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1732, app/assets/stylesheets/font-awesome.scss.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1735, app/assets/stylesheets/font-awesome.scss.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1738, app/assets/stylesheets/font-awesome.scss.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1741, app/assets/stylesheets/font-awesome.scss.erb */
.fa-transgender:before {
  content: "\f224";
}

/* line 1744, app/assets/stylesheets/font-awesome.scss.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1747, app/assets/stylesheets/font-awesome.scss.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1750, app/assets/stylesheets/font-awesome.scss.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1753, app/assets/stylesheets/font-awesome.scss.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1756, app/assets/stylesheets/font-awesome.scss.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1759, app/assets/stylesheets/font-awesome.scss.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1762, app/assets/stylesheets/font-awesome.scss.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1765, app/assets/stylesheets/font-awesome.scss.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1768, app/assets/stylesheets/font-awesome.scss.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1771, app/assets/stylesheets/font-awesome.scss.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1774, app/assets/stylesheets/font-awesome.scss.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1777, app/assets/stylesheets/font-awesome.scss.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1780, app/assets/stylesheets/font-awesome.scss.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1783, app/assets/stylesheets/font-awesome.scss.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1786, app/assets/stylesheets/font-awesome.scss.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1790, app/assets/stylesheets/font-awesome.scss.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1793, app/assets/stylesheets/font-awesome.scss.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1796, app/assets/stylesheets/font-awesome.scss.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1799, app/assets/stylesheets/font-awesome.scss.erb */
.fa-medium:before {
  content: "\f23a";
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-c23f23416a84a359723ffe28c6231f7e6edd10de024da40c190f9e0706c70276.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-24221a00d39ccfd2da654907e99b5af8d8dc60b91bfb414b4ca82779f7f9ffb6.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0a3bb6e0c499ea585572cbda26b638d08b96a568bfb173f0dce2c9eee4a441b3.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-c7cf3a680d1476856186d49a361c0b3e09d13a2f4ba4ebd638595bbad9d21c2d.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-ea4f5d5317b31eaaaf01e3db3357884b418c8b3361019647559c835996ddaedb.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, app/assets/stylesheets/foundation/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, app/assets/stylesheets/foundation/normalize.css */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, app/assets/stylesheets/foundation/normalize.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, app/assets/stylesheets/foundation/normalize.css */
[hidden],
template {
  display: none;
}

/* line 56, app/assets/stylesheets/foundation/normalize.css */
script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 70, app/assets/stylesheets/foundation/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 80, app/assets/stylesheets/foundation/normalize.css */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 92, app/assets/stylesheets/foundation/normalize.css */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 100, app/assets/stylesheets/foundation/normalize.css */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 108, app/assets/stylesheets/foundation/normalize.css */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 122, app/assets/stylesheets/foundation/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 131, app/assets/stylesheets/foundation/normalize.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 139, app/assets/stylesheets/foundation/normalize.css */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, app/assets/stylesheets/foundation/normalize.css */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, app/assets/stylesheets/foundation/normalize.css */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 166, app/assets/stylesheets/foundation/normalize.css */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 175, app/assets/stylesheets/foundation/normalize.css */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 187, app/assets/stylesheets/foundation/normalize.css */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 195, app/assets/stylesheets/foundation/normalize.css */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 203, app/assets/stylesheets/foundation/normalize.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 211, app/assets/stylesheets/foundation/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 219, app/assets/stylesheets/foundation/normalize.css */
sup {
  top: -0.5em;
}

/* line 223, app/assets/stylesheets/foundation/normalize.css */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 235, app/assets/stylesheets/foundation/normalize.css */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 243, app/assets/stylesheets/foundation/normalize.css */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 255, app/assets/stylesheets/foundation/normalize.css */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 267, app/assets/stylesheets/foundation/normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 278, app/assets/stylesheets/foundation/normalize.css */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 289, app/assets/stylesheets/foundation/normalize.css */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 303, app/assets/stylesheets/foundation/normalize.css */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 315, app/assets/stylesheets/foundation/normalize.css */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 328, app/assets/stylesheets/foundation/normalize.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 340, app/assets/stylesheets/foundation/normalize.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 350, app/assets/stylesheets/foundation/normalize.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 362, app/assets/stylesheets/foundation/normalize.css */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 374, app/assets/stylesheets/foundation/normalize.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 383, app/assets/stylesheets/foundation/normalize.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 394, app/assets/stylesheets/foundation/normalize.css */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 407, app/assets/stylesheets/foundation/normalize.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, app/assets/stylesheets/foundation/foundation.css */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

/* line 5, app/assets/stylesheets/foundation/foundation.css */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

/* line 9, app/assets/stylesheets/foundation/foundation.css */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

/* line 13, app/assets/stylesheets/foundation/foundation.css */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, app/assets/stylesheets/foundation/foundation.css */
html,
body {
  font-size: 100%;
}

/* line 24, app/assets/stylesheets/foundation/foundation.css */
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 34, app/assets/stylesheets/foundation/foundation.css */
a:hover {
  cursor: pointer;
}

/* line 37, app/assets/stylesheets/foundation/foundation.css */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 43, app/assets/stylesheets/foundation/foundation.css */
object,
embed {
  height: 100%;
}

/* line 47, app/assets/stylesheets/foundation/foundation.css */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 50, app/assets/stylesheets/foundation/foundation.css */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 58, app/assets/stylesheets/foundation/foundation.css */
.left {
  float: left !important;
}

/* line 61, app/assets/stylesheets/foundation/foundation.css */
.right {
  float: right !important;
}

/* line 64, app/assets/stylesheets/foundation/foundation.css */
.text-left {
  text-align: left !important;
}

/* line 67, app/assets/stylesheets/foundation/foundation.css */
.text-right {
  text-align: right !important;
}

/* line 70, app/assets/stylesheets/foundation/foundation.css */
.text-center {
  text-align: center !important;
}

/* line 73, app/assets/stylesheets/foundation/foundation.css */
.text-justify {
  text-align: justify !important;
}

/* line 76, app/assets/stylesheets/foundation/foundation.css */
.hide {
  display: none;
}

/* line 79, app/assets/stylesheets/foundation/foundation.css */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 82, app/assets/stylesheets/foundation/foundation.css */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 86, app/assets/stylesheets/foundation/foundation.css */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 90, app/assets/stylesheets/foundation/foundation.css */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 94, app/assets/stylesheets/foundation/foundation.css */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 64.375em;
  *zoom: 1;
}

/* line 102, app/assets/stylesheets/foundation/foundation.css */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 105, app/assets/stylesheets/foundation/foundation.css */
.row:after {
  clear: both;
}

/* line 107, app/assets/stylesheets/foundation/foundation.css */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

/* line 113, app/assets/stylesheets/foundation/foundation.css */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 116, app/assets/stylesheets/foundation/foundation.css */
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

/* line 124, app/assets/stylesheets/foundation/foundation.css */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 127, app/assets/stylesheets/foundation/foundation.css */
.row .row:after {
  clear: both;
}

/* line 129, app/assets/stylesheets/foundation/foundation.css */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

/* line 134, app/assets/stylesheets/foundation/foundation.css */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 137, app/assets/stylesheets/foundation/foundation.css */
.row .row.collapse:after {
  clear: both;
}

/* line 140, app/assets/stylesheets/foundation/foundation.css */
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 149, app/assets/stylesheets/foundation/foundation.css */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  /* line 156, app/assets/stylesheets/foundation/foundation.css */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }
  /* line 160, app/assets/stylesheets/foundation/foundation.css */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }
  /* line 164, app/assets/stylesheets/foundation/foundation.css */
  .small-3 {
    position: relative;
    width: 25%;
  }
  /* line 168, app/assets/stylesheets/foundation/foundation.css */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }
  /* line 172, app/assets/stylesheets/foundation/foundation.css */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }
  /* line 176, app/assets/stylesheets/foundation/foundation.css */
  .small-6 {
    position: relative;
    width: 50%;
  }
  /* line 180, app/assets/stylesheets/foundation/foundation.css */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }
  /* line 184, app/assets/stylesheets/foundation/foundation.css */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }
  /* line 188, app/assets/stylesheets/foundation/foundation.css */
  .small-9 {
    position: relative;
    width: 75%;
  }
  /* line 192, app/assets/stylesheets/foundation/foundation.css */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }
  /* line 196, app/assets/stylesheets/foundation/foundation.css */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }
  /* line 200, app/assets/stylesheets/foundation/foundation.css */
  .small-12 {
    position: relative;
    width: 100%;
  }
  /* line 204, app/assets/stylesheets/foundation/foundation.css */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  /* line 208, app/assets/stylesheets/foundation/foundation.css */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  /* line 212, app/assets/stylesheets/foundation/foundation.css */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  /* line 216, app/assets/stylesheets/foundation/foundation.css */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  /* line 220, app/assets/stylesheets/foundation/foundation.css */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  /* line 224, app/assets/stylesheets/foundation/foundation.css */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  /* line 228, app/assets/stylesheets/foundation/foundation.css */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  /* line 232, app/assets/stylesheets/foundation/foundation.css */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  /* line 236, app/assets/stylesheets/foundation/foundation.css */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  /* line 240, app/assets/stylesheets/foundation/foundation.css */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  /* line 244, app/assets/stylesheets/foundation/foundation.css */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  /* line 248, app/assets/stylesheets/foundation/foundation.css */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  /* line 251, app/assets/stylesheets/foundation/foundation.css */
  [class*="column"] + .end[class*="column"] {
    float: left;
  }
  /* line 254, app/assets/stylesheets/foundation/foundation.css */
  .column.small-centered,
.columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 262, app/assets/stylesheets/foundation/foundation.css */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }
  /* line 266, app/assets/stylesheets/foundation/foundation.css */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }
  /* line 270, app/assets/stylesheets/foundation/foundation.css */
  .large-3 {
    position: relative;
    width: 25%;
  }
  /* line 274, app/assets/stylesheets/foundation/foundation.css */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }
  /* line 278, app/assets/stylesheets/foundation/foundation.css */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }
  /* line 282, app/assets/stylesheets/foundation/foundation.css */
  .large-6 {
    position: relative;
    width: 50%;
  }
  /* line 286, app/assets/stylesheets/foundation/foundation.css */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }
  /* line 290, app/assets/stylesheets/foundation/foundation.css */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }
  /* line 294, app/assets/stylesheets/foundation/foundation.css */
  .large-9 {
    position: relative;
    width: 75%;
  }
  /* line 298, app/assets/stylesheets/foundation/foundation.css */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }
  /* line 302, app/assets/stylesheets/foundation/foundation.css */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }
  /* line 306, app/assets/stylesheets/foundation/foundation.css */
  .large-12 {
    position: relative;
    width: 100%;
  }
  /* line 310, app/assets/stylesheets/foundation/foundation.css */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  /* line 314, app/assets/stylesheets/foundation/foundation.css */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  /* line 318, app/assets/stylesheets/foundation/foundation.css */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  /* line 322, app/assets/stylesheets/foundation/foundation.css */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  /* line 326, app/assets/stylesheets/foundation/foundation.css */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  /* line 330, app/assets/stylesheets/foundation/foundation.css */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  /* line 334, app/assets/stylesheets/foundation/foundation.css */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  /* line 338, app/assets/stylesheets/foundation/foundation.css */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  /* line 342, app/assets/stylesheets/foundation/foundation.css */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  /* line 346, app/assets/stylesheets/foundation/foundation.css */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  /* line 350, app/assets/stylesheets/foundation/foundation.css */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  /* line 354, app/assets/stylesheets/foundation/foundation.css */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
  /* line 358, app/assets/stylesheets/foundation/foundation.css */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  /* line 363, app/assets/stylesheets/foundation/foundation.css */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  /* line 368, app/assets/stylesheets/foundation/foundation.css */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  /* line 373, app/assets/stylesheets/foundation/foundation.css */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  /* line 378, app/assets/stylesheets/foundation/foundation.css */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 383, app/assets/stylesheets/foundation/foundation.css */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 388, app/assets/stylesheets/foundation/foundation.css */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  /* line 393, app/assets/stylesheets/foundation/foundation.css */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  /* line 398, app/assets/stylesheets/foundation/foundation.css */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  /* line 403, app/assets/stylesheets/foundation/foundation.css */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  /* line 408, app/assets/stylesheets/foundation/foundation.css */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 413, app/assets/stylesheets/foundation/foundation.css */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 418, app/assets/stylesheets/foundation/foundation.css */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  /* line 423, app/assets/stylesheets/foundation/foundation.css */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  /* line 428, app/assets/stylesheets/foundation/foundation.css */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  /* line 433, app/assets/stylesheets/foundation/foundation.css */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  /* line 438, app/assets/stylesheets/foundation/foundation.css */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 443, app/assets/stylesheets/foundation/foundation.css */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 448, app/assets/stylesheets/foundation/foundation.css */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  /* line 453, app/assets/stylesheets/foundation/foundation.css */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  /* line 458, app/assets/stylesheets/foundation/foundation.css */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  /* line 463, app/assets/stylesheets/foundation/foundation.css */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  /* line 468, app/assets/stylesheets/foundation/foundation.css */
  .column.large-centered,
.columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  /* line 475, app/assets/stylesheets/foundation/foundation.css */
  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  /* line 481, app/assets/stylesheets/foundation/foundation.css */
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right !important;
  }
}

/* Foundation Visibility HTML Classes */
/* line 485, app/assets/stylesheets/foundation/foundation.css */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 490, app/assets/stylesheets/foundation/foundation.css */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 497, app/assets/stylesheets/foundation/foundation.css */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 504, app/assets/stylesheets/foundation/foundation.css */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 510, app/assets/stylesheets/foundation/foundation.css */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

/* line 513, app/assets/stylesheets/foundation/foundation.css */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

/* line 516, app/assets/stylesheets/foundation/foundation.css */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

/* line 519, app/assets/stylesheets/foundation/foundation.css */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 522, app/assets/stylesheets/foundation/foundation.css */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  /* line 535, app/assets/stylesheets/foundation/foundation.css */
  .show-for-medium,
.show-for-medium-up {
    display: inherit !important;
  }
  /* line 539, app/assets/stylesheets/foundation/foundation.css */
  .show-for-small {
    display: none !important;
  }
  /* line 542, app/assets/stylesheets/foundation/foundation.css */
  .hide-for-small {
    display: inherit !important;
  }
  /* line 545, app/assets/stylesheets/foundation/foundation.css */
  .hide-for-medium,
.hide-for-medium-up {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 550, app/assets/stylesheets/foundation/foundation.css */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }
  /* line 553, app/assets/stylesheets/foundation/foundation.css */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }
  /* line 556, app/assets/stylesheets/foundation/foundation.css */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }
  /* line 559, app/assets/stylesheets/foundation/foundation.css */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }
  /* line 562, app/assets/stylesheets/foundation/foundation.css */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
th.show-for-medium,
th.show-for-medium-up,
th.hide-for-small {
    display: table-cell !important;
  }
}

/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  /* line 569, app/assets/stylesheets/foundation/foundation.css */
  .show-for-large,
.show-for-large-up {
    display: inherit !important;
  }
  /* line 573, app/assets/stylesheets/foundation/foundation.css */
  .show-for-medium,
.show-for-medium-down {
    display: none !important;
  }
  /* line 577, app/assets/stylesheets/foundation/foundation.css */
  .hide-for-medium,
.hide-for-medium-down {
    display: inherit !important;
  }
  /* line 581, app/assets/stylesheets/foundation/foundation.css */
  .hide-for-large,
.hide-for-large-up {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 586, app/assets/stylesheets/foundation/foundation.css */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }
  /* line 589, app/assets/stylesheets/foundation/foundation.css */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }
  /* line 592, app/assets/stylesheets/foundation/foundation.css */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }
  /* line 595, app/assets/stylesheets/foundation/foundation.css */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }
  /* line 598, app/assets/stylesheets/foundation/foundation.css */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
th.show-for-large,
th.show-for-large-up,
th.hide-for-medium,
th.hide-for-medium-down {
    display: table-cell !important;
  }
}

/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  /* line 606, app/assets/stylesheets/foundation/foundation.css */
  .show-for-xlarge {
    display: inherit !important;
  }
  /* line 609, app/assets/stylesheets/foundation/foundation.css */
  .show-for-large,
.show-for-large-down {
    display: none !important;
  }
  /* line 613, app/assets/stylesheets/foundation/foundation.css */
  .hide-for-large,
.hide-for-large-down {
    display: inherit !important;
  }
  /* line 617, app/assets/stylesheets/foundation/foundation.css */
  .hide-for-xlarge {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 621, app/assets/stylesheets/foundation/foundation.css */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }
  /* line 624, app/assets/stylesheets/foundation/foundation.css */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }
  /* line 627, app/assets/stylesheets/foundation/foundation.css */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }
  /* line 630, app/assets/stylesheets/foundation/foundation.css */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }
  /* line 633, app/assets/stylesheets/foundation/foundation.css */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
th.show-for-xlarge,
th.hide-for-large,
th.hide-for-large-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
/* line 639, app/assets/stylesheets/foundation/foundation.css */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 643, app/assets/stylesheets/foundation/foundation.css */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 648, app/assets/stylesheets/foundation/foundation.css */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 651, app/assets/stylesheets/foundation/foundation.css */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 654, app/assets/stylesheets/foundation/foundation.css */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 657, app/assets/stylesheets/foundation/foundation.css */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 660, app/assets/stylesheets/foundation/foundation.css */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 666, app/assets/stylesheets/foundation/foundation.css */
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }
  /* line 670, app/assets/stylesheets/foundation/foundation.css */
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 675, app/assets/stylesheets/foundation/foundation.css */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }
  /* line 678, app/assets/stylesheets/foundation/foundation.css */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  /* line 681, app/assets/stylesheets/foundation/foundation.css */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  /* line 684, app/assets/stylesheets/foundation/foundation.css */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  /* line 687, app/assets/stylesheets/foundation/foundation.css */
  td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  /* line 692, app/assets/stylesheets/foundation/foundation.css */
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }
  /* line 696, app/assets/stylesheets/foundation/foundation.css */
  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 701, app/assets/stylesheets/foundation/foundation.css */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }
  /* line 704, app/assets/stylesheets/foundation/foundation.css */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  /* line 707, app/assets/stylesheets/foundation/foundation.css */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  /* line 710, app/assets/stylesheets/foundation/foundation.css */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  /* line 713, app/assets/stylesheets/foundation/foundation.css */
  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
/* line 718, app/assets/stylesheets/foundation/foundation.css */
.show-for-touch {
  display: none !important;
}

/* line 721, app/assets/stylesheets/foundation/foundation.css */
.hide-for-touch {
  display: inherit !important;
}

/* line 724, app/assets/stylesheets/foundation/foundation.css */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 727, app/assets/stylesheets/foundation/foundation.css */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 731, app/assets/stylesheets/foundation/foundation.css */
table.hide-for-touch {
  display: table;
}

/* line 734, app/assets/stylesheets/foundation/foundation.css */
.touch table.show-for-touch {
  display: table;
}

/* line 737, app/assets/stylesheets/foundation/foundation.css */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 740, app/assets/stylesheets/foundation/foundation.css */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 743, app/assets/stylesheets/foundation/foundation.css */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 746, app/assets/stylesheets/foundation/foundation.css */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 749, app/assets/stylesheets/foundation/foundation.css */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 752, app/assets/stylesheets/foundation/foundation.css */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 755, app/assets/stylesheets/foundation/foundation.css */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 758, app/assets/stylesheets/foundation/foundation.css */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 761, app/assets/stylesheets/foundation/foundation.css */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 764, app/assets/stylesheets/foundation/foundation.css */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 769, app/assets/stylesheets/foundation/foundation.css */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  /* line 774, app/assets/stylesheets/foundation/foundation.css */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 777, app/assets/stylesheets/foundation/foundation.css */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 779, app/assets/stylesheets/foundation/foundation.css */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }
  /* line 785, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 788, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 790, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 793, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 796, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 798, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 801, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 804, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 806, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 809, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 812, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 814, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 817, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 820, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 822, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 825, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 828, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 830, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 833, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 836, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 838, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 841, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 844, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 846, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 849, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 852, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 854, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 857, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 860, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 862, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 865, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 868, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 870, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 873, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 876, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 878, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  /* line 883, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }
  /* line 886, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }
  /* line 889, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }
  /* line 892, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }
  /* line 895, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }
  /* line 898, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }
  /* line 901, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }
  /* line 904, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }
  /* line 907, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }
  /* line 910, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }
  /* line 913, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }
  /* line 916, app/assets/stylesheets/foundation/foundation.css */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }
  /* line 919, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 922, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 924, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 927, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 930, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 932, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 935, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 938, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 940, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 943, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 946, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 948, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 951, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 954, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 956, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 959, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 962, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 964, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 967, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 970, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 972, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 975, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 978, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 980, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 983, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 986, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 988, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 991, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 994, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 996, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 999, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 1002, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 1004, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 1007, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 1010, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 1012, app/assets/stylesheets/foundation/foundation.css */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/* line 1014, app/assets/stylesheets/foundation/foundation.css */
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

/* line 1018, app/assets/stylesheets/foundation/foundation.css */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 1026, app/assets/stylesheets/foundation/foundation.css */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
/* line 1050, app/assets/stylesheets/foundation/foundation.css */
a {
  text-decoration: none;
  line-height: inherit;
}

/* line 1053, app/assets/stylesheets/foundation/foundation.css */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 1057, app/assets/stylesheets/foundation/foundation.css */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}

/* line 1064, app/assets/stylesheets/foundation/foundation.css */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 1070, app/assets/stylesheets/foundation/foundation.css */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}

/* line 1078, app/assets/stylesheets/foundation/foundation.css */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  line-height: 0;
}

/* line 1081, app/assets/stylesheets/foundation/foundation.css */
h1 {
  font-size: 2.125em;
}

/* line 1084, app/assets/stylesheets/foundation/foundation.css */
h2 {
  font-size: 1.6875em;
}

/* line 1087, app/assets/stylesheets/foundation/foundation.css */
h3 {
  font-size: 1.375em;
}

/* line 1090, app/assets/stylesheets/foundation/foundation.css */
h4 {
  font-size: 1.125em;
}

/* line 1093, app/assets/stylesheets/foundation/foundation.css */
h5 {
  font-size: 1.125em;
}

/* line 1096, app/assets/stylesheets/foundation/foundation.css */
h6 {
  font-size: 1em;
}

/* line 1099, app/assets/stylesheets/foundation/foundation.css */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 1107, app/assets/stylesheets/foundation/foundation.css */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 1112, app/assets/stylesheets/foundation/foundation.css */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 1117, app/assets/stylesheets/foundation/foundation.css */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 1121, app/assets/stylesheets/foundation/foundation.css */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
/* line 1127, app/assets/stylesheets/foundation/foundation.css */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 1136, app/assets/stylesheets/foundation/foundation.css */
ul, ol {
  margin-left: 0;
}

/* line 1138, app/assets/stylesheets/foundation/foundation.css */
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */
/* line 1142, app/assets/stylesheets/foundation/foundation.css */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}

/* line 1148, app/assets/stylesheets/foundation/foundation.css */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

/* line 1150, app/assets/stylesheets/foundation/foundation.css */
ul.square {
  list-style-type: square;
}

/* line 1152, app/assets/stylesheets/foundation/foundation.css */
ul.circle {
  list-style-type: circle;
}

/* line 1154, app/assets/stylesheets/foundation/foundation.css */
ul.disc {
  list-style-type: disc;
}

/* line 1156, app/assets/stylesheets/foundation/foundation.css */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 1160, app/assets/stylesheets/foundation/foundation.css */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 1166, app/assets/stylesheets/foundation/foundation.css */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}

/* line 1169, app/assets/stylesheets/foundation/foundation.css */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 1173, app/assets/stylesheets/foundation/foundation.css */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
}

/* line 1180, app/assets/stylesheets/foundation/foundation.css */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 1184, app/assets/stylesheets/foundation/foundation.css */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd;
}

/* line 1188, app/assets/stylesheets/foundation/foundation.css */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}

/* line 1192, app/assets/stylesheets/foundation/foundation.css */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 1194, app/assets/stylesheets/foundation/foundation.css */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 1198, app/assets/stylesheets/foundation/foundation.css */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 1204, app/assets/stylesheets/foundation/foundation.css */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em;
}

/* line 1209, app/assets/stylesheets/foundation/foundation.css */
.vcard li {
  margin: 0;
  display: block;
}

/* line 1212, app/assets/stylesheets/foundation/foundation.css */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 1216, app/assets/stylesheets/foundation/foundation.css */
.vevent .summary {
  font-weight: bold;
}

/* line 1218, app/assets/stylesheets/foundation/foundation.css */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 768px) {
  /* line 1226, app/assets/stylesheets/foundation/foundation.css */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  /* line 1229, app/assets/stylesheets/foundation/foundation.css */
  h1 {
    font-size: 2.75em;
  }
  /* line 1232, app/assets/stylesheets/foundation/foundation.css */
  h2 {
    font-size: 2.3125em;
  }
  /* line 1235, app/assets/stylesheets/foundation/foundation.css */
  h3 {
    font-size: 1.6875em;
  }
  /* line 1238, app/assets/stylesheets/foundation/foundation.css */
  h4 {
    font-size: 1.4375em;
  }
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 1246, app/assets/stylesheets/foundation/foundation.css */
.print-only {
  display: none !important;
}

@media print {
  /* line 1250, app/assets/stylesheets/foundation/foundation.css */
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 1257, app/assets/stylesheets/foundation/foundation.css */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 1261, app/assets/stylesheets/foundation/foundation.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 1264, app/assets/stylesheets/foundation/foundation.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 1267, app/assets/stylesheets/foundation/foundation.css */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 1272, app/assets/stylesheets/foundation/foundation.css */
  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  /* line 1277, app/assets/stylesheets/foundation/foundation.css */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 1281, app/assets/stylesheets/foundation/foundation.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 1285, app/assets/stylesheets/foundation/foundation.css */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 1291, app/assets/stylesheets/foundation/foundation.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 1297, app/assets/stylesheets/foundation/foundation.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 1301, app/assets/stylesheets/foundation/foundation.css */
  .hide-on-print {
    display: none !important;
  }
  /* line 1304, app/assets/stylesheets/foundation/foundation.css */
  .print-only {
    display: block !important;
  }
  /* line 1307, app/assets/stylesheets/foundation/foundation.css */
  .hide-for-print {
    display: none !important;
  }
  /* line 1310, app/assets/stylesheets/foundation/foundation.css */
  .show-for-print {
    display: inherit !important;
  }
}

/* line 1312, app/assets/stylesheets/foundation/foundation.css */
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white;
}

/* line 1332, app/assets/stylesheets/foundation/foundation.css */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #2284a1;
}

/* line 1334, app/assets/stylesheets/foundation/foundation.css */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}

/* line 1336, app/assets/stylesheets/foundation/foundation.css */
button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
}

/* line 1340, app/assets/stylesheets/foundation/foundation.css */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #d0d0d0;
}

/* line 1342, app/assets/stylesheets/foundation/foundation.css */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}

/* line 1344, app/assets/stylesheets/foundation/foundation.css */
button.success, .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}

/* line 1348, app/assets/stylesheets/foundation/foundation.css */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #457a1a;
}

/* line 1350, app/assets/stylesheets/foundation/foundation.css */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}

/* line 1352, app/assets/stylesheets/foundation/foundation.css */
button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}

/* line 1356, app/assets/stylesheets/foundation/foundation.css */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}

/* line 1358, app/assets/stylesheets/foundation/foundation.css */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}

/* line 1361, app/assets/stylesheets/foundation/foundation.css */
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}

/* line 1367, app/assets/stylesheets/foundation/foundation.css */
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}

/* line 1373, app/assets/stylesheets/foundation/foundation.css */
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}

/* line 1379, app/assets/stylesheets/foundation/foundation.css */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

/* line 1383, app/assets/stylesheets/foundation/foundation.css */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}

/* line 1386, app/assets/stylesheets/foundation/foundation.css */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}

/* line 1389, app/assets/stylesheets/foundation/foundation.css */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1397, app/assets/stylesheets/foundation/foundation.css */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2284a1;
}

/* line 1399, app/assets/stylesheets/foundation/foundation.css */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}

/* line 1401, app/assets/stylesheets/foundation/foundation.css */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2ba6cb;
}

/* line 1403, app/assets/stylesheets/foundation/foundation.css */
button.disabled.secondary, button.secondary[disabled], .button.disabled.secondary, .button.secondary[disabled] {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1411, app/assets/stylesheets/foundation/foundation.css */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  background-color: #d0d0d0;
}

/* line 1413, app/assets/stylesheets/foundation/foundation.css */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  color: #333333;
}

/* line 1415, app/assets/stylesheets/foundation/foundation.css */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  background-color: #e9e9e9;
}

/* line 1417, app/assets/stylesheets/foundation/foundation.css */
button.disabled.success, button.success[disabled], .button.disabled.success, .button.success[disabled] {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1425, app/assets/stylesheets/foundation/foundation.css */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  background-color: #457a1a;
}

/* line 1427, app/assets/stylesheets/foundation/foundation.css */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  color: white;
}

/* line 1429, app/assets/stylesheets/foundation/foundation.css */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  background-color: #5da423;
}

/* line 1431, app/assets/stylesheets/foundation/foundation.css */
button.disabled.alert, button.alert[disabled], .button.disabled.alert, .button.alert[disabled] {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1439, app/assets/stylesheets/foundation/foundation.css */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  background-color: #970b0e;
}

/* line 1441, app/assets/stylesheets/foundation/foundation.css */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  color: white;
}

/* line 1443, app/assets/stylesheets/foundation/foundation.css */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  background-color: #c60f13;
}

/* line 1446, app/assets/stylesheets/foundation/foundation.css */
button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}

/* line 1450, app/assets/stylesheets/foundation/foundation.css */
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}

/* line 1454, app/assets/stylesheets/foundation/foundation.css */
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}

/* line 1458, app/assets/stylesheets/foundation/foundation.css */
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  /* line 1464, app/assets/stylesheets/foundation/foundation.css */
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  /* line 1470, app/assets/stylesheets/foundation/foundation.css */
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  /* line 1473, app/assets/stylesheets/foundation/foundation.css */
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 1476, app/assets/stylesheets/foundation/foundation.css */
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 1480, app/assets/stylesheets/foundation/foundation.css */
  button, .button {
    display: inline-block;
  }
}

/* Standard Forms */
/* line 1483, app/assets/stylesheets/foundation/foundation.css */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
/* line 1487, app/assets/stylesheets/foundation/foundation.css */
form .row .row {
  margin: 0 -0.5em;
}

/* line 1489, app/assets/stylesheets/foundation/foundation.css */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}

/* line 1492, app/assets/stylesheets/foundation/foundation.css */
form .row .row.collapse {
  margin: 0;
}

/* line 1494, app/assets/stylesheets/foundation/foundation.css */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

/* line 1497, app/assets/stylesheets/foundation/foundation.css */
form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

/* line 1502, app/assets/stylesheets/foundation/foundation.css */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
/* line 1509, app/assets/stylesheets/foundation/foundation.css */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */
}

/* line 1517, app/assets/stylesheets/foundation/foundation.css */
label.right {
  float: none;
  text-align: right;
}

/* line 1520, app/assets/stylesheets/foundation/foundation.css */
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}

/* line 1523, app/assets/stylesheets/foundation/foundation.css */
label small {
  text-transform: capitalize;
  color: #666666;
}

/* Attach elements to the beginning or end of an input */
/* line 1528, app/assets/stylesheets/foundation/foundation.css */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 1545, app/assets/stylesheets/foundation/foundation.css */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 1553, app/assets/stylesheets/foundation/foundation.css */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 1561, app/assets/stylesheets/foundation/foundation.css */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1571, app/assets/stylesheets/foundation/foundation.css */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 1581, app/assets/stylesheets/foundation/foundation.css */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 1591, app/assets/stylesheets/foundation/foundation.css */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 1602, app/assets/stylesheets/foundation/foundation.css */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}

/* line 1607, app/assets/stylesheets/foundation/foundation.css */
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1617, app/assets/stylesheets/foundation/foundation.css */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}

/* line 1622, app/assets/stylesheets/foundation/foundation.css */
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 1633, app/assets/stylesheets/foundation/foundation.css */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1640, app/assets/stylesheets/foundation/foundation.css */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 1647, app/assets/stylesheets/foundation/foundation.css */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 1654, app/assets/stylesheets/foundation/foundation.css */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 1663, app/assets/stylesheets/foundation/foundation.css */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -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);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/* line 1698, app/assets/stylesheets/foundation/foundation.css */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 1716, app/assets/stylesheets/foundation/foundation.css */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

/* line 1733, app/assets/stylesheets/foundation/foundation.css */
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

/* Adjust margin for form elements below */
/* line 1750, app/assets/stylesheets/foundation/foundation.css */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
/* line 1757, app/assets/stylesheets/foundation/foundation.css */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 1761, app/assets/stylesheets/foundation/foundation.css */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0;
}

/* line 1765, app/assets/stylesheets/foundation/foundation.css */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
/* line 1773, app/assets/stylesheets/foundation/foundation.css */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

/* line 1782, app/assets/stylesheets/foundation/foundation.css */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 1785, app/assets/stylesheets/foundation/foundation.css */
span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

/* line 1795, app/assets/stylesheets/foundation/foundation.css */
.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

/* line 1801, app/assets/stylesheets/foundation/foundation.css */
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 1806, app/assets/stylesheets/foundation/foundation.css */
.error label,
.error label.error {
  color: #c60f13;
}

/* line 1809, app/assets/stylesheets/foundation/foundation.css */
.error > small,
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

/* line 1819, app/assets/stylesheets/foundation/foundation.css */
.error span.error-message {
  display: block;
}

/* line 1822, app/assets/stylesheets/foundation/foundation.css */
input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

/* line 1827, app/assets/stylesheets/foundation/foundation.css */
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 1832, app/assets/stylesheets/foundation/foundation.css */
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

/* line 1835, app/assets/stylesheets/foundation/foundation.css */
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 1839, app/assets/stylesheets/foundation/foundation.css */
label.error {
  color: #c60f13;
}

/* Button Groups */
/* line 1843, app/assets/stylesheets/foundation/foundation.css */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}

/* line 1847, app/assets/stylesheets/foundation/foundation.css */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

/* line 1850, app/assets/stylesheets/foundation/foundation.css */
.button-group:after {
  clear: both;
}

/* line 1852, app/assets/stylesheets/foundation/foundation.css */
.button-group > * {
  margin: 0 0 0 -1px;
  float: left;
}

/* line 1855, app/assets/stylesheets/foundation/foundation.css */
.button-group > *:first-child {
  margin-left: 0;
}

/* line 1857, app/assets/stylesheets/foundation/foundation.css */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1864, app/assets/stylesheets/foundation/foundation.css */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 1871, app/assets/stylesheets/foundation/foundation.css */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 1878, app/assets/stylesheets/foundation/foundation.css */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* line 1885, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-2 li {
  width: 50%;
}

/* line 1887, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}

/* line 1889, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-3 li {
  width: 33.33333%;
}

/* line 1891, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}

/* line 1893, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-4 li {
  width: 25%;
}

/* line 1895, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}

/* line 1897, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-5 li {
  width: 20%;
}

/* line 1899, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}

/* line 1901, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-6 li {
  width: 16.66667%;
}

/* line 1903, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}

/* line 1905, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-7 li {
  width: 14.28571%;
}

/* line 1907, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}

/* line 1909, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-8 li {
  width: 12.5%;
}

/* line 1911, app/assets/stylesheets/foundation/foundation.css */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 1914, app/assets/stylesheets/foundation/foundation.css */
.button-bar {
  *zoom: 1;
}

/* line 1916, app/assets/stylesheets/foundation/foundation.css */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

/* line 1919, app/assets/stylesheets/foundation/foundation.css */
.button-bar:after {
  clear: both;
}

/* line 1921, app/assets/stylesheets/foundation/foundation.css */
.button-bar .button-group {
  float: left;
  margin-right: 0.625em;
}

/* line 1924, app/assets/stylesheets/foundation/foundation.css */
.button-bar .button-group div {
  overflow: hidden;
}

/* Dropdown Button */
/* line 1928, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button {
  position: relative;
  padding-right: 3.1875em;
}

/* line 1931, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}

/* line 1940, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button:before {
  border-width: 0.5625em;
  right: 1.5em;
  margin-top: -0.25em;
}

/* line 1944, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button:before {
  border-color: white transparent transparent transparent;
}

/* line 1946, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button.tiny {
  padding-right: 2.1875em;
}

/* line 1948, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button.tiny:before {
  border-width: 0.4375em;
  right: 0.875em;
  margin-top: -0.15625em;
}

/* line 1952, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button.tiny:before {
  border-color: white transparent transparent transparent;
}

/* line 1954, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button.small {
  padding-right: 2.8125em;
}

/* line 1956, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button.small:before {
  border-width: 0.5625em;
  right: 1.125em;
  margin-top: -0.21875em;
}

/* line 1960, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button.small:before {
  border-color: white transparent transparent transparent;
}

/* line 1962, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button.large {
  padding-right: 4em;
}

/* line 1964, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button.large:before {
  border-width: 0.625em;
  right: 1.75em;
  margin-top: -0.3125em;
}

/* line 1968, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button.large:before {
  border-color: white transparent transparent transparent;
}

/* line 1970, app/assets/stylesheets/foundation/foundation.css */
.dropdown.button.secondary:before {
  border-color: #333333 transparent transparent transparent;
}

/* Split Buttons */
/* line 1974, app/assets/stylesheets/foundation/foundation.css */
.split.button {
  position: relative;
  padding-right: 4.8em;
}

/* line 1977, app/assets/stylesheets/foundation/foundation.css */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

/* line 1984, app/assets/stylesheets/foundation/foundation.css */
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}

/* line 1992, app/assets/stylesheets/foundation/foundation.css */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1994, app/assets/stylesheets/foundation/foundation.css */
.split.button span {
  border-left-color: #1e728c;
}

/* line 1996, app/assets/stylesheets/foundation/foundation.css */
.split.button span {
  width: 3em;
}

/* line 1998, app/assets/stylesheets/foundation/foundation.css */
.split.button span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 1.125em;
  margin-left: -0.5625em;
}

/* line 2003, app/assets/stylesheets/foundation/foundation.css */
.split.button span:before {
  border-color: white transparent transparent transparent;
}

/* line 2005, app/assets/stylesheets/foundation/foundation.css */
.split.button.secondary span {
  border-left-color: #c3c3c3;
}

/* line 2007, app/assets/stylesheets/foundation/foundation.css */
.split.button.secondary span:before {
  border-color: white transparent transparent transparent;
}

/* line 2009, app/assets/stylesheets/foundation/foundation.css */
.split.button.alert span {
  border-left-color: #7f0a0c;
}

/* line 2011, app/assets/stylesheets/foundation/foundation.css */
.split.button.success span {
  border-left-color: #396516;
}

/* line 2013, app/assets/stylesheets/foundation/foundation.css */
.split.button.tiny {
  padding-right: 3.9375em;
}

/* line 2015, app/assets/stylesheets/foundation/foundation.css */
.split.button.tiny span {
  width: 2.84375em;
}

/* line 2017, app/assets/stylesheets/foundation/foundation.css */
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.4375em;
  top: 0.875em;
  margin-left: -0.3125em;
}

/* line 2022, app/assets/stylesheets/foundation/foundation.css */
.split.button.small {
  padding-right: 3.9375em;
}

/* line 2024, app/assets/stylesheets/foundation/foundation.css */
.split.button.small span {
  width: 2.8125em;
}

/* line 2026, app/assets/stylesheets/foundation/foundation.css */
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 0.84375em;
  margin-left: -0.5625em;
}

/* line 2031, app/assets/stylesheets/foundation/foundation.css */
.split.button.large {
  padding-right: 6em;
}

/* line 2033, app/assets/stylesheets/foundation/foundation.css */
.split.button.large span {
  width: 3.75em;
}

/* line 2035, app/assets/stylesheets/foundation/foundation.css */
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.625em;
  top: 1.3125em;
  margin-left: -0.5625em;
}

/* line 2040, app/assets/stylesheets/foundation/foundation.css */
.split.button.expand {
  padding-left: 2em;
}

/* line 2042, app/assets/stylesheets/foundation/foundation.css */
.split.button.secondary span:before {
  border-color: #333333 transparent transparent transparent;
}

/* line 2044, app/assets/stylesheets/foundation/foundation.css */
.split.button.radius span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 2051, app/assets/stylesheets/foundation/foundation.css */
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Flex Video */
/* line 2060, app/assets/stylesheets/foundation/foundation.css */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}

/* line 2067, app/assets/stylesheets/foundation/foundation.css */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}

/* line 2069, app/assets/stylesheets/foundation/foundation.css */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 2071, app/assets/stylesheets/foundation/foundation.css */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sections */
/* line 2082, app/assets/stylesheets/foundation/foundation.css */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

/* line 2091, app/assets/stylesheets/foundation/foundation.css */
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}

/* line 2097, app/assets/stylesheets/foundation/foundation.css */
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 2112, app/assets/stylesheets/foundation/foundation.css */
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}

/* line 2138, app/assets/stylesheets/foundation/foundation.css */
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}

/* line 2152, app/assets/stylesheets/foundation/foundation.css */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 2178, app/assets/stylesheets/foundation/foundation.css */
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 2206, app/assets/stylesheets/foundation/foundation.css */
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}

/* line 2232, app/assets/stylesheets/foundation/foundation.css */
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > .active[data-section-region] > [data-section-content], [data-section=''] > .active[data-section-region] > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > .active[data-section-region] > [data-section-content], [data-section='auto'] > .active[data-section-region] > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > .active[data-section-region] > [data-section-content], .section-container.auto > .active[data-section-region] > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > .active[data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > .active[data-section-region] > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > .active[data-section-region] > [data-section-content], .section-container.vertical-tabs > .active[data-section-region] > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > .active[data-section-region] > [data-section-content],
[data-section='vertical-nav'] > .active[data-section-region] > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > .active[data-section-region] > [data-section-content], .section-container.vertical-nav > .active[data-section-region] > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > .active[data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > .active[data-section-region] > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > .active[data-section-region] > [data-section-content], .section-container.horizontal-nav > .active[data-section-region] > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > .active[data-section-region] > [data-section-content],
[data-section='accordion'] > .active[data-section-region] > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > .active[data-section-region] > [data-section-content], .section-container.accordion > .active[data-section-region] > .content {
  display: block;
}

/* line 2258, app/assets/stylesheets/foundation/foundation.css */
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 2272, app/assets/stylesheets/foundation/foundation.css */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

/* line 2299, app/assets/stylesheets/foundation/foundation.css */
.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #cccccc;
}

/* line 2305, app/assets/stylesheets/foundation/foundation.css */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}

/* line 2317, app/assets/stylesheets/foundation/foundation.css */
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}

/* line 2330, app/assets/stylesheets/foundation/foundation.css */
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 2340, app/assets/stylesheets/foundation/foundation.css */
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}

/* line 2352, app/assets/stylesheets/foundation/foundation.css */
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 2362, app/assets/stylesheets/foundation/foundation.css */
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 2372, app/assets/stylesheets/foundation/foundation.css */
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 2382, app/assets/stylesheets/foundation/foundation.css */
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #d5d5d5;
}

/* line 2392, app/assets/stylesheets/foundation/foundation.css */
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333333;
}

/* line 2402, app/assets/stylesheets/foundation/foundation.css */
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}

/* line 2412, app/assets/stylesheets/foundation/foundation.css */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

/* line 2423, app/assets/stylesheets/foundation/foundation.css */
[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

/* line 2428, app/assets/stylesheets/foundation/foundation.css */
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}

/* line 2430, app/assets/stylesheets/foundation/foundation.css */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 2432, app/assets/stylesheets/foundation/foundation.css */
[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 2436, app/assets/stylesheets/foundation/foundation.css */
[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}

/* line 2438, app/assets/stylesheets/foundation/foundation.css */
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > .active[data-section-region] > [data-section-content], [data-section='tabs'] > .active[data-section-region] > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > .active[data-section-region] > [data-section-content], .section-container.tabs > .active[data-section-region] > .content {
  display: block;
}

/* line 2440, app/assets/stylesheets/foundation/foundation.css */
[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 2442, app/assets/stylesheets/foundation/foundation.css */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2448, app/assets/stylesheets/foundation/foundation.css */
.section-container.tabs {
  border: none;
}

/* line 2450, app/assets/stylesheets/foundation/foundation.css */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}

/* line 2454, app/assets/stylesheets/foundation/foundation.css */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}

/* line 2459, app/assets/stylesheets/foundation/foundation.css */
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 2461, app/assets/stylesheets/foundation/foundation.css */
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}

/* line 2465, app/assets/stylesheets/foundation/foundation.css */
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 2467, app/assets/stylesheets/foundation/foundation.css */
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 2469, app/assets/stylesheets/foundation/foundation.css */
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 2471, app/assets/stylesheets/foundation/foundation.css */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: white;
}

/* line 2473, app/assets/stylesheets/foundation/foundation.css */
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333333;
}

/* line 2475, app/assets/stylesheets/foundation/foundation.css */
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}

/* line 2477, app/assets/stylesheets/foundation/foundation.css */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 2480, app/assets/stylesheets/foundation/foundation.css */
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 2485, app/assets/stylesheets/foundation/foundation.css */
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 2487, app/assets/stylesheets/foundation/foundation.css */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 2489, app/assets/stylesheets/foundation/foundation.css */
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 2493, app/assets/stylesheets/foundation/foundation.css */
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  /* line 2495, app/assets/stylesheets/foundation/foundation.css */
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > .active[data-section-region] > [data-section-content], [data-section=''] > .active[data-section-region] > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > .active[data-section-region] > [data-section-content], [data-section='auto'] > .active[data-section-region] > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > .active[data-section-region] > [data-section-content], .section-container.auto > .active[data-section-region] > .content {
    display: block;
  }
  /* line 2497, app/assets/stylesheets/foundation/foundation.css */
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 2499, app/assets/stylesheets/foundation/foundation.css */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 2505, app/assets/stylesheets/foundation/foundation.css */
  .section-container.auto {
    border: none;
  }
  /* line 2507, app/assets/stylesheets/foundation/foundation.css */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  /* line 2511, app/assets/stylesheets/foundation/foundation.css */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  /* line 2516, app/assets/stylesheets/foundation/foundation.css */
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 2518, app/assets/stylesheets/foundation/foundation.css */
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  /* line 2522, app/assets/stylesheets/foundation/foundation.css */
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 2524, app/assets/stylesheets/foundation/foundation.css */
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 2526, app/assets/stylesheets/foundation/foundation.css */
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 2528, app/assets/stylesheets/foundation/foundation.css */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: white;
  }
  /* line 2530, app/assets/stylesheets/foundation/foundation.css */
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333333;
  }
  /* line 2532, app/assets/stylesheets/foundation/foundation.css */
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 2534, app/assets/stylesheets/foundation/foundation.css */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }
  /* line 2537, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 2542, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 2544, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  /* line 2546, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 2549, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 2551, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 2553, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 2557, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  /* line 2559, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > .active[data-section-region] > [data-section-content], [data-section='vertical-tabs'] > .active[data-section-region] > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > .active[data-section-region] > [data-section-content], .section-container.vertical-tabs > .active[data-section-region] > .content {
    display: block;
  }
  /* line 2561, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 2563, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5em;
  }
  /* line 2568, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > .active[data-section-region], .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > .active[data-section-region] {
    padding-left: 12.5em;
  }
  /* line 2570, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > .active[data-section-region] > [data-section-title], [data-section='vertical-tabs'] > .active[data-section-region] > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > .active[data-section-region] > [data-section-title], .section-container.vertical-tabs > .active[data-section-region] > .title {
    width: 12.5em;
  }
  /* line 2573, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-tabs {
    border: none;
  }
  /* line 2575, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  /* line 2579, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  /* line 2584, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 2586, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  /* line 2590, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 2592, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 2594, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 2596, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d5d5d5;
  }
  /* line 2598, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333333;
  }
  /* line 2600, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 2602, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 12.4375em;
  }
  /* line 2604, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #d5d5d5;
  }
  /* line 2607, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 2612, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 2614, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 2616, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 2619, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 2621, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  /* line 2624, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 2626, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 2630, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 2632, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > .active[data-section-region] > [data-section-content], [data-section='vertical-nav'] > .active[data-section-region] > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > .active[data-section-region] > [data-section-content], .section-container.vertical-nav > .active[data-section-region] > .content {
    display: block;
  }
  /* line 2634, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 2636, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 2639, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 2641, app/assets/stylesheets/foundation/foundation.css */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }
  /* line 2648, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-nav {
    border: none;
  }
  /* line 2650, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  /* line 2654, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  /* line 2659, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 2661, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  /* line 2665, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 2667, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 2669, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 2671, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d5d5d5;
  }
  /* line 2673, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333333;
  }
  /* line 2675, app/assets/stylesheets/foundation/foundation.css */
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 2678, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 2683, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 2685, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 2687, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 2690, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 2692, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  /* line 2695, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 2697, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 2701, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 2703, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > .active[data-section-region] > [data-section-content], [data-section='horizontal-nav'] > .active[data-section-region] > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > .active[data-section-region] > [data-section-content], .section-container.horizontal-nav > .active[data-section-region] > .content {
    display: block;
  }
  /* line 2705, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 2707, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 2710, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 2712, app/assets/stylesheets/foundation/foundation.css */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }
  /* line 2720, app/assets/stylesheets/foundation/foundation.css */
  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #cccccc;
  }
  /* line 2723, app/assets/stylesheets/foundation/foundation.css */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  /* line 2727, app/assets/stylesheets/foundation/foundation.css */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  /* line 2732, app/assets/stylesheets/foundation/foundation.css */
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 2734, app/assets/stylesheets/foundation/foundation.css */
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  /* line 2738, app/assets/stylesheets/foundation/foundation.css */
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 2740, app/assets/stylesheets/foundation/foundation.css */
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 2742, app/assets/stylesheets/foundation/foundation.css */
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 2744, app/assets/stylesheets/foundation/foundation.css */
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d5d5d5;
  }
  /* line 2746, app/assets/stylesheets/foundation/foundation.css */
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333333;
  }
  /* line 2748, app/assets/stylesheets/foundation/foundation.css */
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}

/* line 2750, app/assets/stylesheets/foundation/foundation.css */
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

/* line 2755, app/assets/stylesheets/foundation/foundation.css */
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}

/* line 2757, app/assets/stylesheets/foundation/foundation.css */
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 2760, app/assets/stylesheets/foundation/foundation.css */
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}

/* line 2762, app/assets/stylesheets/foundation/foundation.css */
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}

/* line 2764, app/assets/stylesheets/foundation/foundation.css */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 2766, app/assets/stylesheets/foundation/foundation.css */
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 2770, app/assets/stylesheets/foundation/foundation.css */
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}

/* line 2772, app/assets/stylesheets/foundation/foundation.css */
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > .active[data-section-region] > [data-section-content], .no-js [data-section] > .active[data-section-region] > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > .active[data-section-region] > [data-section-content], .no-js .section-container > .active[data-section-region] > .content {
  display: block;
}

/* line 2774, app/assets/stylesheets/foundation/foundation.css */
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 2776, app/assets/stylesheets/foundation/foundation.css */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}

/* line 2778, app/assets/stylesheets/foundation/foundation.css */
.no-js .section-container {
  border-top: 1px solid #cccccc;
}

/* line 2780, app/assets/stylesheets/foundation/foundation.css */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}

/* line 2784, app/assets/stylesheets/foundation/foundation.css */
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}

/* line 2789, app/assets/stylesheets/foundation/foundation.css */
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 2791, app/assets/stylesheets/foundation/foundation.css */
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}

/* line 2795, app/assets/stylesheets/foundation/foundation.css */
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 2797, app/assets/stylesheets/foundation/foundation.css */
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 2799, app/assets/stylesheets/foundation/foundation.css */
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 2801, app/assets/stylesheets/foundation/foundation.css */
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d5d5d5;
}

/* line 2803, app/assets/stylesheets/foundation/foundation.css */
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333333;
}

/* line 2805, app/assets/stylesheets/foundation/foundation.css */
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}

/* line 2807, app/assets/stylesheets/foundation/foundation.css */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 2811, app/assets/stylesheets/foundation/foundation.css */
.contain-to-grid {
  width: 100%;
  background: #111111;
}

/* line 2814, app/assets/stylesheets/foundation/foundation.css */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 2817, app/assets/stylesheets/foundation/foundation.css */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 2823, app/assets/stylesheets/foundation/foundation.css */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

/* line 2828, app/assets/stylesheets/foundation/foundation.css */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/* line 2832, app/assets/stylesheets/foundation/foundation.css */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 2836, app/assets/stylesheets/foundation/foundation.css */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111111;
  margin-bottom: 0;
}

/* line 2843, app/assets/stylesheets/foundation/foundation.css */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

/* line 2846, app/assets/stylesheets/foundation/foundation.css */
.top-bar .row {
  max-width: none;
}

/* line 2848, app/assets/stylesheets/foundation/foundation.css */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

/* line 2851, app/assets/stylesheets/foundation/foundation.css */
.top-bar input {
  height: 2.45em;
}

/* line 2853, app/assets/stylesheets/foundation/foundation.css */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}

/* line 2857, app/assets/stylesheets/foundation/foundation.css */
.top-bar .title-area {
  position: relative;
  margin: 0;
}

/* line 2860, app/assets/stylesheets/foundation/foundation.css */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

/* line 2864, app/assets/stylesheets/foundation/foundation.css */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625em;
  border: 0;
  margin: 0;
}

/* line 2869, app/assets/stylesheets/foundation/foundation.css */
.top-bar .name h1 a {
  font-weight: bold;
  color: white;
  border: 0;
  width: 50%;
  display: block;
  padding: 0 15px;
}

/* line 2876, app/assets/stylesheets/foundation/foundation.css */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 2880, app/assets/stylesheets/foundation/foundation.css */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

/* line 2890, app/assets/stylesheets/foundation/foundation.css */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

/* line 2895, app/assets/stylesheets/foundation/foundation.css */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: white;
}

/* line 2902, app/assets/stylesheets/foundation/foundation.css */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}

/* line 2910, app/assets/stylesheets/foundation/foundation.css */
.top-bar.expanded {
  height: auto;
  background: transparent;
}

/* line 2913, app/assets/stylesheets/foundation/foundation.css */
.top-bar.expanded .title-area {
  background: #111111;
}

/* line 2915, app/assets/stylesheets/foundation/foundation.css */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}

/* line 2917, app/assets/stylesheets/foundation/foundation.css */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 2921, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}

/* line 2928, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #222222;
  font-size: 16px;
  margin: 0;
}

/* line 2935, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px black;
  clear: both;
  height: 1px;
  width: 100%;
}

/* line 2942, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-size: 0.8125em;
  font-weight: bold;
  background: #222222;
}

/* line 2951, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section ul li > a.button {
  background: #2ba6cb;
  font-size: 0.8125em;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 2956, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section ul li > a.button:hover {
  background: #2284a1;
}

/* line 2958, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section ul li > a.button.secondary {
  background: #e9e9e9;
}

/* line 2960, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section ul li > a.button.secondary:hover {
  background: #d0d0d0;
}

/* line 2962, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section ul li > a.button.success {
  background: #5da423;
}

/* line 2964, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section ul li > a.button.success:hover {
  background: #457a1a;
}

/* line 2966, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section ul li > a.button.alert {
  background: #c60f13;
}

/* line 2968, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section ul li > a.button.alert:hover {
  background: #970b0e;
}

/* line 2970, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section ul li:hover > a {
  background: black;
  color: white;
}

/* line 2973, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section ul li.active > a {
  background: #090909;
  color: white;
}

/* line 2976, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section .has-form {
  padding: 15px;
}

/* line 2978, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section .has-dropdown {
  position: relative;
}

/* line 2980, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 2993, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section .has-dropdown.moved {
  position: static;
}

/* line 2995, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}

/* line 2997, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}

/* line 3003, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

/* line 3006, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

/* line 3009, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}

/* line 3011, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

/* line 3013, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 22.5px;
  display: block;
}

/* line 3017, app/assets/stylesheets/foundation/foundation.css */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  font-size: 0.625em;
}

/* line 3025, app/assets/stylesheets/foundation/foundation.css */
.top-bar-js-breakpoint {
  width: 768px !important;
  visibility: hidden;
}

/* line 3029, app/assets/stylesheets/foundation/foundation.css */
.js-generated {
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 3033, app/assets/stylesheets/foundation/foundation.css */
  .top-bar {
    background: #111111;
    *zoom: 1;
    overflow: visible;
  }
  /* line 3037, app/assets/stylesheets/foundation/foundation.css */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 3040, app/assets/stylesheets/foundation/foundation.css */
  .top-bar:after {
    clear: both;
  }
  /* line 3042, app/assets/stylesheets/foundation/foundation.css */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 3044, app/assets/stylesheets/foundation/foundation.css */
  .top-bar .title-area {
    float: left;
  }
  /* line 3046, app/assets/stylesheets/foundation/foundation.css */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 3048, app/assets/stylesheets/foundation/foundation.css */
  .top-bar input,
.top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 3056, app/assets/stylesheets/foundation/foundation.css */
  .top-bar.expanded {
    background: #111111;
  }
  /* line 3059, app/assets/stylesheets/foundation/foundation.css */
  .contain-to-grid .top-bar {
    max-width: 64.375em;
    margin: 0 auto;
    margin-bottom: 0;
  }
  /* line 3064, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 3069, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 3073, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section ul li {
    float: left;
  }
  /* line 3075, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 3077, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section li.hover > a:not(.button) {
    background: black;
    color: white;
  }
  /* line 3080, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #111111;
  }
  /* line 3084, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section li a:not(.button):hover {
    background: black;
  }
  /* line 3086, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 3088, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 3098, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 3100, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  /* line 3102, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  /* line 3104, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1em;
    margin-top: -7px;
    right: 5px;
  }
  /* line 3110, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 3115, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 15px;
    background: #1e1e1e;
  }
  /* line 3121, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  /* line 3124, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 3127, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 3135, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section .has-form {
    background: #111111;
    padding: 0 15px;
    height: 45px;
  }
  /* line 3139, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 3142, app/assets/stylesheets/foundation/foundation.css */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 3145, app/assets/stylesheets/foundation/foundation.css */
  .no-js .top-bar-section ul li:hover > a {
    background: black;
    color: white;
  }
  /* line 3148, app/assets/stylesheets/foundation/foundation.css */
  .no-js .top-bar-section ul li:active > a {
    background: #090909;
    color: white;
  }
  /* line 3151, app/assets/stylesheets/foundation/foundation.css */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 3182, app/assets/stylesheets/foundation/foundation.css */
.slideshow-wrapper {
  position: relative;
}

/* line 3184, app/assets/stylesheets/foundation/foundation.css */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

/* line 3187, app/assets/stylesheets/foundation/foundation.css */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

/* line 3190, app/assets/stylesheets/foundation/foundation.css */
.slideshow-wrapper ul li:first-child {
  display: block;
}

/* line 3192, app/assets/stylesheets/foundation/foundation.css */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

/* line 3194, app/assets/stylesheets/foundation/foundation.css */
.slideshow-wrapper .orbit-container li {
  display: block;
}

/* line 3196, app/assets/stylesheets/foundation/foundation.css */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 3199, app/assets/stylesheets/foundation/foundation.css */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 white;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 3229, app/assets/stylesheets/foundation/foundation.css */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke;
}

/* line 3234, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 3239, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

/* line 3242, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

/* line 3247, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}

/* line 3249, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}

/* line 3257, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

/* line 3265, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}

/* line 3268, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

/* line 3275, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}

/* line 3280, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px black;
  border-top: none;
  border-bottom: none;
}

/* line 3290, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent black;
}

/* line 3298, app/assets/stylesheets/foundation/foundation.css */
.orbit-container:hover .orbit-timer > span {
  display: block;
}

/* line 3300, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}

/* line 3312, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 3315, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}

/* line 3324, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-prev {
  left: 0;
}

/* line 3326, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white;
}

/* line 3330, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #cccccc;
}

/* line 3332, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-next {
  right: 0;
}

/* line 3334, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -8px;
}

/* line 3340, app/assets/stylesheets/foundation/foundation.css */
.orbit-container .orbit-next:hover > span {
  border-left-color: #cccccc;
}

/* line 3343, app/assets/stylesheets/foundation/foundation.css */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}

/* line 3348, app/assets/stylesheets/foundation/foundation.css */
.orbit-bullets li {
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: #999999;
  float: left;
  margin-right: 6px;
  border: solid 1px #555555;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 3358, app/assets/stylesheets/foundation/foundation.css */
.orbit-bullets li.active {
  background: #555555;
}

/* line 3360, app/assets/stylesheets/foundation/foundation.css */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 3363, app/assets/stylesheets/foundation/foundation.css */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

/* line 3366, app/assets/stylesheets/foundation/foundation.css */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 3370, app/assets/stylesheets/foundation/foundation.css */
  .touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 3373, app/assets/stylesheets/foundation/foundation.css */
  .touch .orbit-bullets {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  /* line 3376, app/assets/stylesheets/foundation/foundation.css */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 3378, app/assets/stylesheets/foundation/foundation.css */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 3381, app/assets/stylesheets/foundation/foundation.css */
  .orbit-stack-on-small .orbit-timer,
.orbit-stack-on-small .orbit-next,
.orbit-stack-on-small .orbit-prev,
.orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}

/* line 3386, app/assets/stylesheets/foundation/foundation.css */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

/* line 3397, app/assets/stylesheets/foundation/foundation.css */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 1000;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}

/* line 3412, app/assets/stylesheets/foundation/foundation.css */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

/* line 3415, app/assets/stylesheets/foundation/foundation.css */
.reveal-modal > :first-child {
  margin-top: 0;
}

/* line 3417, app/assets/stylesheets/foundation/foundation.css */
.reveal-modal > :last-child {
  margin-bottom: 0;
}

/* line 3419, app/assets/stylesheets/foundation/foundation.css */
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  /* line 3430, app/assets/stylesheets/foundation/foundation.css */
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  /* line 3433, app/assets/stylesheets/foundation/foundation.css */
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  /* line 3436, app/assets/stylesheets/foundation/foundation.css */
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  /* line 3439, app/assets/stylesheets/foundation/foundation.css */
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  /* line 3442, app/assets/stylesheets/foundation/foundation.css */
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  /* line 3445, app/assets/stylesheets/foundation/foundation.css */
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}

@media only screen and (max-width: 30em) {
  /* line 3449, app/assets/stylesheets/foundation/foundation.css */
  .reveal-modal {
    margin-left: 0;
    width: 100%;
    left: 0;
  }
}

@media print {
  /* line 3457, app/assets/stylesheets/foundation/foundation.css */
  .reveal-modal {
    background: white !important;
  }
}

/* Foundation Joyride */
/* line 3460, app/assets/stylesheets/foundation/foundation.css */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 3464, app/assets/stylesheets/foundation/foundation.css */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 3476, app/assets/stylesheets/foundation/foundation.css */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 3481, app/assets/stylesheets/foundation/foundation.css */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em;
}

/* line 3484, app/assets/stylesheets/foundation/foundation.css */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 3488, app/assets/stylesheets/foundation/foundation.css */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}

/* line 3495, app/assets/stylesheets/foundation/foundation.css */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: black;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
}

/* line 3502, app/assets/stylesheets/foundation/foundation.css */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: black !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
}

/* line 3509, app/assets/stylesheets/foundation/foundation.css */
.joyride-tip-guide .joyride-nub.right {
  right: -28px;
}

/* line 3511, app/assets/stylesheets/foundation/foundation.css */
.joyride-tip-guide .joyride-nub.left {
  left: -28px;
}

/* Typography */
/* line 3515, app/assets/stylesheets/foundation/foundation.css */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}

/* line 3526, app/assets/stylesheets/foundation/foundation.css */
.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3;
}

/* line 3531, app/assets/stylesheets/foundation/foundation.css */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em;
}

/* line 3539, app/assets/stylesheets/foundation/foundation.css */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

/* line 3545, app/assets/stylesheets/foundation/foundation.css */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.5 !important;
}

/* line 3554, app/assets/stylesheets/foundation/foundation.css */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eeeeee !important;
}

/* line 3557, app/assets/stylesheets/foundation/foundation.css */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 3569, app/assets/stylesheets/foundation/foundation.css */
.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0 0 30px white;
  -webkit-box-shadow: 0 0 15px white;
  box-shadow: 0 0 15px white;
}

/* line 3578, app/assets/stylesheets/foundation/foundation.css */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 3588, app/assets/stylesheets/foundation/foundation.css */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 3591, app/assets/stylesheets/foundation/foundation.css */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
  }
  /* line 3597, app/assets/stylesheets/foundation/foundation.css */
  .joyride-tip-guide .joyride-nub.right {
    border-color: black !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -28px;
  }
  /* line 3605, app/assets/stylesheets/foundation/foundation.css */
  .joyride-tip-guide .joyride-nub.left {
    border-color: black !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
  }
}

/* Clearing Styles */
/* line 3614, app/assets/stylesheets/foundation/foundation.css */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

/* line 3619, app/assets/stylesheets/foundation/foundation.css */
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

/* line 3622, app/assets/stylesheets/foundation/foundation.css */
[data-clearing]:after {
  clear: both;
}

/* line 3624, app/assets/stylesheets/foundation/foundation.css */
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 3628, app/assets/stylesheets/foundation/foundation.css */
.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

/* line 3636, app/assets/stylesheets/foundation/foundation.css */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 3639, app/assets/stylesheets/foundation/foundation.css */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 3646, app/assets/stylesheets/foundation/foundation.css */
.visible-img {
  height: 95%;
  position: relative;
}

/* line 3649, app/assets/stylesheets/foundation/foundation.css */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 3657, app/assets/stylesheets/foundation/foundation.css */
.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

/* line 3669, app/assets/stylesheets/foundation/foundation.css */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none;
}

/* line 3677, app/assets/stylesheets/foundation/foundation.css */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 3680, app/assets/stylesheets/foundation/foundation.css */
.clearing-assembled .clearing-container {
  height: 100%;
}

/* line 3682, app/assets/stylesheets/foundation/foundation.css */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 3685, app/assets/stylesheets/foundation/foundation.css */
.clearing-feature li {
  display: none;
}

/* line 3687, app/assets/stylesheets/foundation/foundation.css */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 3691, app/assets/stylesheets/foundation/foundation.css */
  .clearing-main-prev,
.clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 3697, app/assets/stylesheets/foundation/foundation.css */
  .clearing-main-prev > span,
.clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }
  /* line 3706, app/assets/stylesheets/foundation/foundation.css */
  .clearing-main-prev {
    left: 0;
  }
  /* line 3708, app/assets/stylesheets/foundation/foundation.css */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: white;
  }
  /* line 3713, app/assets/stylesheets/foundation/foundation.css */
  .clearing-main-next {
    right: 0;
  }
  /* line 3715, app/assets/stylesheets/foundation/foundation.css */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: white;
  }
  /* line 3719, app/assets/stylesheets/foundation/foundation.css */
  .clearing-main-prev.disabled,
.clearing-main-next.disabled {
    opacity: 0.5;
  }
  /* line 3723, app/assets/stylesheets/foundation/foundation.css */
  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px;
  }
  /* line 3727, app/assets/stylesheets/foundation/foundation.css */
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  /* line 3735, app/assets/stylesheets/foundation/foundation.css */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  /* line 3746, app/assets/stylesheets/foundation/foundation.css */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  /* line 3750, app/assets/stylesheets/foundation/foundation.css */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  /* line 3755, app/assets/stylesheets/foundation/foundation.css */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  /* line 3758, app/assets/stylesheets/foundation/foundation.css */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 3760, app/assets/stylesheets/foundation/foundation.css */
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%;
  }
  /* line 3765, app/assets/stylesheets/foundation/foundation.css */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

/* Foundation Alerts */
/* line 3772, app/assets/stylesheets/foundation/foundation.css */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white;
}

/* line 3784, app/assets/stylesheets/foundation/foundation.css */
.alert-box .close {
  font-size: 1.375em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.4375em;
  right: 0.3125em;
  color: #333333;
  opacity: 0.3;
}

/* line 3793, app/assets/stylesheets/foundation/foundation.css */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

/* line 3795, app/assets/stylesheets/foundation/foundation.css */
.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 3798, app/assets/stylesheets/foundation/foundation.css */
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 3801, app/assets/stylesheets/foundation/foundation.css */
.alert-box.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}

/* line 3805, app/assets/stylesheets/foundation/foundation.css */
.alert-box.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}

/* line 3809, app/assets/stylesheets/foundation/foundation.css */
.alert-box.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #505050;
}

/* Breadcrumbs */
/* line 3815, app/assets/stylesheets/foundation/foundation.css */
.breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f6f6f6;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 3827, app/assets/stylesheets/foundation/foundation.css */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875em;
  text-transform: uppercase;
}

/* line 3832, app/assets/stylesheets/foundation/foundation.css */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

/* line 3834, app/assets/stylesheets/foundation/foundation.css */
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #2ba6cb;
}

/* line 3838, app/assets/stylesheets/foundation/foundation.css */
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}

/* line 3841, app/assets/stylesheets/foundation/foundation.css */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}

/* line 3844, app/assets/stylesheets/foundation/foundation.css */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

/* line 3846, app/assets/stylesheets/foundation/foundation.css */
.breadcrumbs > *.unavailable {
  color: #999999;
}

/* line 3848, app/assets/stylesheets/foundation/foundation.css */
.breadcrumbs > *.unavailable a {
  color: #999999;
}

/* line 3850, app/assets/stylesheets/foundation/foundation.css */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}

/* line 3855, app/assets/stylesheets/foundation/foundation.css */
.breadcrumbs > *:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}

/* line 3861, app/assets/stylesheets/foundation/foundation.css */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Custom Checkbox and Radio Inputs */
/* line 3866, app/assets/stylesheets/foundation/foundation.css */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}

/* line 3870, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white;
}

/* line 3880, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.checkbox {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

/* line 3884, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}

/* line 3888, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: white;
}

/* line 3893, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222222;
  position: relative;
}

/* line 3902, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
/* line 3912, app/assets/stylesheets/foundation/foundation.css */
form.custom {
  /* Custom input, disabled */
}

/* line 3914, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
}

/* line 3931, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}

/* line 3934, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}

/* line 3944, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  display: block;
  right: 0;
  top: 0;
}

/* line 3952, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaaaaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.9375em;
  top: 50%;
  margin-top: -3px;
}

/* line 3966, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222222 transparent transparent transparent;
  border-top-style: solid;
}

/* line 3974, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown .disabled {
  color: #888888;
}

/* line 3976, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888888;
}

/* line 3979, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}

/* line 3981, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 3988, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown.small {
  max-width: 134px;
}

/* line 3990, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown.medium {
  max-width: 254px;
}

/* line 3992, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown.large {
  max-width: 434px;
}

/* line 3994, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown.expand {
  width: 100% !important;
}

/* line 3996, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4001, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4006, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4011, app/assets/stylesheets/foundation/foundation.css */
form.custom .error .custom.dropdown {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  background: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

/* line 4016, app/assets/stylesheets/foundation/foundation.css */
form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 4019, app/assets/stylesheets/foundation/foundation.css */
form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}

/* line 4021, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
}

/* line 4035, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown ul li {
  color: #555555;
  font-size: 0.875em;
  cursor: default;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 2.375em;
  min-height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}

/* line 4048, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: black;
}

/* line 4051, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: black;
}

/* line 4054, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: black;
}

/* line 4058, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.dropdown ul.show {
  display: block;
}

/* line 4060, app/assets/stylesheets/foundation/foundation.css */
form.custom .custom.disabled {
  background: #dddddd;
}

/* Keystroke Characters */
/* line 4064, app/assets/stylesheets/foundation/foundation.css */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875em;
  padding: 0.125em 0.25em 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Labels */
/* line 4079, app/assets/stylesheets/foundation/foundation.css */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #2ba6cb;
  color: white;
}

/* line 4091, app/assets/stylesheets/foundation/foundation.css */
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 4094, app/assets/stylesheets/foundation/foundation.css */
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 4097, app/assets/stylesheets/foundation/foundation.css */
.label.alert {
  background-color: #c60f13;
  color: white;
}

/* line 4100, app/assets/stylesheets/foundation/foundation.css */
.label.success {
  background-color: #5da423;
  color: white;
}

/* line 4103, app/assets/stylesheets/foundation/foundation.css */
.label.secondary {
  background-color: #e9e9e9;
  color: #333333;
}

/* Inline Lists */
/* line 4108, app/assets/stylesheets/foundation/foundation.css */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 4115, app/assets/stylesheets/foundation/foundation.css */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}

/* line 4120, app/assets/stylesheets/foundation/foundation.css */
.inline-list > li > * {
  display: block;
}

/* Default Pagination */
/* line 4124, app/assets/stylesheets/foundation/foundation.css */
ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}

/* line 4128, app/assets/stylesheets/foundation/foundation.css */
ul.pagination li {
  height: 1.5em;
  color: #222222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}

/* line 4133, app/assets/stylesheets/foundation/foundation.css */
ul.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999999;
}

/* line 4137, app/assets/stylesheets/foundation/foundation.css */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}

/* line 4140, app/assets/stylesheets/foundation/foundation.css */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}

/* line 4143, app/assets/stylesheets/foundation/foundation.css */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}

/* line 4145, app/assets/stylesheets/foundation/foundation.css */
ul.pagination li.current a {
  background: #2ba6cb;
  color: white;
  font-weight: bold;
  cursor: default;
}

/* line 4150, app/assets/stylesheets/foundation/foundation.css */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #2ba6cb;
}

/* line 4152, app/assets/stylesheets/foundation/foundation.css */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 4157, app/assets/stylesheets/foundation/foundation.css */
.pagination-centered {
  text-align: center;
}

/* line 4159, app/assets/stylesheets/foundation/foundation.css */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 4164, app/assets/stylesheets/foundation/foundation.css */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
}

/* line 4171, app/assets/stylesheets/foundation/foundation.css */
.panel > :first-child {
  margin-top: 0;
}

/* line 4173, app/assets/stylesheets/foundation/foundation.css */
.panel > :last-child {
  margin-bottom: 0;
}

/* line 4175, app/assets/stylesheets/foundation/foundation.css */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333333;
}

/* line 4177, app/assets/stylesheets/foundation/foundation.css */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}

/* line 4180, app/assets/stylesheets/foundation/foundation.css */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

/* line 4182, app/assets/stylesheets/foundation/foundation.css */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #2284a1;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #2ba6cb;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

/* line 4191, app/assets/stylesheets/foundation/foundation.css */
.panel.callout > :first-child {
  margin-top: 0;
}

/* line 4193, app/assets/stylesheets/foundation/foundation.css */
.panel.callout > :last-child {
  margin-bottom: 0;
}

/* line 4195, app/assets/stylesheets/foundation/foundation.css */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: white;
}

/* line 4197, app/assets/stylesheets/foundation/foundation.css */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}

/* line 4200, app/assets/stylesheets/foundation/foundation.css */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

/* line 4202, app/assets/stylesheets/foundation/foundation.css */
.panel.callout a {
  color: white;
}

/* line 4204, app/assets/stylesheets/foundation/foundation.css */
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Pricing Tables */
/* line 4209, app/assets/stylesheets/foundation/foundation.css */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25em;
}

/* line 4213, app/assets/stylesheets/foundation/foundation.css */
.pricing-table * {
  list-style: none;
  line-height: 1;
}

/* line 4216, app/assets/stylesheets/foundation/foundation.css */
.pricing-table .title {
  background-color: #dddddd;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 1em;
}

/* line 4223, app/assets/stylesheets/foundation/foundation.css */
.pricing-table .price {
  background-color: #eeeeee;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 1.25em;
}

/* line 4230, app/assets/stylesheets/foundation/foundation.css */
.pricing-table .description {
  background-color: white;
  padding: 0.9375em;
  text-align: center;
  color: #777777;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}

/* line 4239, app/assets/stylesheets/foundation/foundation.css */
.pricing-table .bullet-item {
  background-color: white;
  padding: 0.9375em;
  text-align: center;
  color: #333333;
  font-size: 0.875em;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}

/* line 4247, app/assets/stylesheets/foundation/foundation.css */
.pricing-table .cta-button {
  background-color: whitesmoke;
  text-align: center;
  padding: 1.25em 1.25em 0;
}

/* Progress Bar */
/* line 4253, app/assets/stylesheets/foundation/foundation.css */
.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #cccccc;
  padding: 0.125em;
  margin-bottom: 0.625em;
}

/* line 4259, app/assets/stylesheets/foundation/foundation.css */
.progress .meter {
  background: #2ba6cb;
  height: 100%;
  display: block;
}

/* line 4263, app/assets/stylesheets/foundation/foundation.css */
.progress.secondary .meter {
  background: #e9e9e9;
  height: 100%;
  display: block;
}

/* line 4267, app/assets/stylesheets/foundation/foundation.css */
.progress.success .meter {
  background: #5da423;
  height: 100%;
  display: block;
}

/* line 4271, app/assets/stylesheets/foundation/foundation.css */
.progress.alert .meter {
  background: #c60f13;
  height: 100%;
  display: block;
}

/* line 4275, app/assets/stylesheets/foundation/foundation.css */
.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 4278, app/assets/stylesheets/foundation/foundation.css */
.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 4281, app/assets/stylesheets/foundation/foundation.css */
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 4284, app/assets/stylesheets/foundation/foundation.css */
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

/* Side Nav */
/* line 4289, app/assets/stylesheets/foundation/foundation.css */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}

/* line 4295, app/assets/stylesheets/foundation/foundation.css */
.side-nav li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
}

/* line 4298, app/assets/stylesheets/foundation/foundation.css */
.side-nav li a {
  display: block;
  color: #2ba6cb;
}

/* line 4301, app/assets/stylesheets/foundation/foundation.css */
.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: bold;
}

/* line 4304, app/assets/stylesheets/foundation/foundation.css */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

/* Side Nav */
/* line 4312, app/assets/stylesheets/foundation/foundation.css */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em;
}

/* line 4320, app/assets/stylesheets/foundation/foundation.css */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 0.5625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 0.875em;
}

/* line 4329, app/assets/stylesheets/foundation/foundation.css */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  text-decoration: none;
}

/* line 4334, app/assets/stylesheets/foundation/foundation.css */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #2ba6cb;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: white;
}

/* Foundation Switches */
@media only screen {
  /* line 4347, app/assets/stylesheets/foundation/foundation.css */
  div.switch {
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    height: 2.25em;
    background: white;
    border-color: #cccccc;
  }
  /* line 4358, app/assets/stylesheets/foundation/foundation.css */
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 4371, app/assets/stylesheets/foundation/foundation.css */
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  /* line 4378, app/assets/stylesheets/foundation/foundation.css */
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  /* line 4380, app/assets/stylesheets/foundation/foundation.css */
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 4392, app/assets/stylesheets/foundation/foundation.css */
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  /* line 4394, app/assets/stylesheets/foundation/foundation.css */
  div.switch input:checked {
    display: none !important;
  }
  /* line 4396, app/assets/stylesheets/foundation/foundation.css */
  div.switch input {
    left: 0;
    display: block !important;
  }
  /* line 4399, app/assets/stylesheets/foundation/foundation.css */
  div.switch input:first-of-type + label,
div.switch input:first-of-type + span + label {
    left: -50%;
  }
  /* line 4402, app/assets/stylesheets/foundation/foundation.css */
  div.switch input:first-of-type:checked + label,
div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  /* line 4405, app/assets/stylesheets/foundation/foundation.css */
  div.switch input:last-of-type + label,
div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  /* line 4410, app/assets/stylesheets/foundation/foundation.css */
  div.switch input:last-of-type:checked + label,
div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  /* line 4414, app/assets/stylesheets/foundation/foundation.css */
  div.switch span.custom {
    display: none !important;
  }
  /* line 4416, app/assets/stylesheets/foundation/foundation.css */
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible;
  }
  /* line 4420, app/assets/stylesheets/foundation/foundation.css */
  div.switch label {
    padding: 0;
    line-height: 2.3em;
    font-size: 0.875em;
  }
  /* line 4424, app/assets/stylesheets/foundation/foundation.css */
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875em;
  }
  /* line 4427, app/assets/stylesheets/foundation/foundation.css */
  div.switch span:last-child {
    width: 2.25em;
    height: 2.25em;
  }
  /* line 4430, app/assets/stylesheets/foundation/foundation.css */
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
  }
  /* line 4438, app/assets/stylesheets/foundation/foundation.css */
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, white 0%, #e6e6e6 100%);
  }
  /* line 4443, app/assets/stylesheets/foundation/foundation.css */
  div.switch:active {
    background: transparent;
  }
  /* line 4445, app/assets/stylesheets/foundation/foundation.css */
  div.switch.large {
    height: 2.75em;
  }
  /* line 4447, app/assets/stylesheets/foundation/foundation.css */
  div.switch.large label {
    padding: 0;
    line-height: 2.3em;
    font-size: 1.0625em;
  }
  /* line 4451, app/assets/stylesheets/foundation/foundation.css */
  div.switch.large input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.6875em;
  }
  /* line 4454, app/assets/stylesheets/foundation/foundation.css */
  div.switch.large span:last-child {
    width: 2.75em;
    height: 2.75em;
  }
  /* line 4457, app/assets/stylesheets/foundation/foundation.css */
  div.switch.small {
    height: 1.75em;
  }
  /* line 4459, app/assets/stylesheets/foundation/foundation.css */
  div.switch.small label {
    padding: 0;
    line-height: 2.1em;
    font-size: 0.75em;
  }
  /* line 4463, app/assets/stylesheets/foundation/foundation.css */
  div.switch.small input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.6875em;
  }
  /* line 4466, app/assets/stylesheets/foundation/foundation.css */
  div.switch.small span:last-child {
    width: 1.75em;
    height: 1.75em;
  }
  /* line 4469, app/assets/stylesheets/foundation/foundation.css */
  div.switch.tiny {
    height: 1.375em;
  }
  /* line 4471, app/assets/stylesheets/foundation/foundation.css */
  div.switch.tiny label {
    padding: 0;
    line-height: 1.9em;
    font-size: 0.6875em;
  }
  /* line 4475, app/assets/stylesheets/foundation/foundation.css */
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.3125em;
  }
  /* line 4478, app/assets/stylesheets/foundation/foundation.css */
  div.switch.tiny span:last-child {
    width: 1.375em;
    height: 1.375em;
  }
  /* line 4481, app/assets/stylesheets/foundation/foundation.css */
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 4484, app/assets/stylesheets/foundation/foundation.css */
  div.switch.radius span:last-child {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 4487, app/assets/stylesheets/foundation/foundation.css */
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  /* line 4490, app/assets/stylesheets/foundation/foundation.css */
  div.switch.round span:last-child {
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  /* line 4493, app/assets/stylesheets/foundation/foundation.css */
  div.switch.round label {
    padding: 0 0.5625em;
  }
  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative;
    }
    to {
      position: relative;
    }
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 480px) {
  /* line 4503, app/assets/stylesheets/foundation/foundation.css */
  div.switch {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 4506, app/assets/stylesheets/foundation/foundation.css */
  div.switch {
    -webkit-animation: none 0;
  }
}

/* line 4508, app/assets/stylesheets/foundation/foundation.css */
[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}

/* line 4513, app/assets/stylesheets/foundation/foundation.css */
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}

/* line 4515, app/assets/stylesheets/foundation/foundation.css */
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

/* Tables */
/* line 4519, app/assets/stylesheets/foundation/foundation.css */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd;
}

/* line 4523, app/assets/stylesheets/foundation/foundation.css */
table thead,
table tfoot {
  background: whitesmoke;
  font-weight: bold;
}

/* line 4527, app/assets/stylesheets/foundation/foundation.css */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: #222222;
  text-align: left;
}

/* line 4535, app/assets/stylesheets/foundation/foundation.css */
table tr th,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222222;
}

/* line 4540, app/assets/stylesheets/foundation/foundation.css */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}

/* line 4542, app/assets/stylesheets/foundation/foundation.css */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

/* Image Thumbnails */
/* line 4551, app/assets/stylesheets/foundation/foundation.css */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

/* line 4560, app/assets/stylesheets/foundation/foundation.css */
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}

/* line 4563, app/assets/stylesheets/foundation/foundation.css */
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 4567, app/assets/stylesheets/foundation/foundation.css */
a.th {
  display: inline-block;
  max-width: 100%;
}

/* Tooltips */
/* line 4572, app/assets/stylesheets/foundation/foundation.css */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}

/* line 4577, app/assets/stylesheets/foundation/foundation.css */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #196177;
  color: #2ba6cb;
}

/* line 4580, app/assets/stylesheets/foundation/foundation.css */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 4583, app/assets/stylesheets/foundation/foundation.css */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 4598, app/assets/stylesheets/foundation/foundation.css */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  top: -10px;
}

/* line 4607, app/assets/stylesheets/foundation/foundation.css */
.tooltip.opened {
  color: #2ba6cb !important;
  border-bottom: dotted 1px #196177 !important;
}

/* line 4611, app/assets/stylesheets/foundation/foundation.css */
.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888888;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  /* line 4618, app/assets/stylesheets/foundation/foundation.css */
  .tooltip > .nub {
    border-color: transparent transparent black transparent;
    top: -10px;
  }
  /* line 4621, app/assets/stylesheets/foundation/foundation.css */
  .tooltip.tip-top > .nub {
    border-color: black transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 4625, app/assets/stylesheets/foundation/foundation.css */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 4627, app/assets/stylesheets/foundation/foundation.css */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 4633, app/assets/stylesheets/foundation/foundation.css */
  .tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 4640, app/assets/stylesheets/foundation/foundation.css */
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}

/* Foundation Dropdowns */
/* line 4644, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}

/* line 4658, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown > *:first-child {
  margin-top: 0;
}

/* line 4660, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}

/* line 4662, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

/* line 4674, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}

/* line 4686, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

/* line 4689, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

/* line 4692, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown li {
  font-size: 0.875em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}

/* line 4697, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}

/* line 4699, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown li a {
  display: block;
  padding: 0.5em;
  color: #555555;
}

/* line 4703, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}

/* line 4717, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}

/* line 4719, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

/* line 4721, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown.tiny {
  max-width: 200px;
}

/* line 4723, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown.small {
  max-width: 300px;
}

/* line 4725, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown.medium {
  max-width: 500px;
}

/* line 4727, app/assets/stylesheets/foundation/foundation.css */
.f-dropdown.large {
  max-width: 800px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 15, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 19, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url(/assets/fonts/flexslider-icon-42ae62509ce6365c7ed2834c6e21a730e21798ef6ae103508c1adc927df21280.eot);
  src: url(/assets/fonts/flexslider-icon-42ae62509ce6365c7ed2834c6e21a730e21798ef6ae103508c1adc927df21280.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/flexslider-icon-bd2a9dc79dc9b38a3ae1a3a2f76dac57887ba0e289db516707fe61be8435d148.woff) format("woff"), url(/assets/fonts/flexslider-icon-a33da7f79dd1c1613427b0456652a39eabf4495325695b61331fd02ecc2e747d.ttf) format("truetype"), url(/assets/fonts/flexslider-icon-ac8acd124fa4d9146da396ad5c3735d00d8933f26f70b853a9935b131d803bdd.svg#flexslider-icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 39, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 40, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 41, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 42, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 45, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 46, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
html[xmlns] .slides {
  display: block;
}

/* line 47, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 52, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 56, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

/* line 57, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 58, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 59, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 60, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 63, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 64, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 65, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 66, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 67, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 68, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 69, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 70, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 71, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}

/* line 72, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
/* line 75, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 76, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 77, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 78, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
/* line 81, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 82, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 83, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 84, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 85, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 87, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 88, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 89, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 90, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 91, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 94, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  /* line 95, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/gems/flexslider-2.2.0/vendor/assets/stylesheets/flexslider.css.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* @group Base */
/* line 2, app/assets/stylesheets/chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 13, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 27, app/assets/stylesheets/chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 30, app/assets/stylesheets/chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
/* line 36, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 57, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 60, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 67, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 70, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 80, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 83, app/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 86, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 94, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat 0px 2px;
}

/* line 100, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 107, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat 100% -20px;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 128, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 133, app/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 140, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 149, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}

/* line 156, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 160, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 165, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 174, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

/* line 178, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 183, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 186, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 193, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

/* line 213, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 217, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 222, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 236, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

/* line 239, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 257, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 267, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 270, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 281, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 284, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 287, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 291, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 299, app/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 303, app/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 316, app/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 320, app/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 323, app/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 327, app/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
/* line 333, app/assets/stylesheets/chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 337, app/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 340, app/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 346, app/assets/stylesheets/chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 349, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 353, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 358, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 361, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 365, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 369, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 372, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 375, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 379, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 383, app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 387, app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 391, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 395, app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 398, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat -30px -20px;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}

/* line 408, app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 411, app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  /* line 418, app/assets/stylesheets/chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-085ee9b19ba0e879649a3bb219296e48c49f3da9a6dd70272348e9abd2ddde8e.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/* line 2, app/assets/stylesheets/publishing_groups.scss */
#grupos-publicaciones .publishing-group {
  opacity: 0.6;
}

/* line 7, app/assets/stylesheets/publishing_groups.scss */
#grupos-publicaciones .publishing-group.selected {
  opacity: 1;
}

/* line 10, app/assets/stylesheets/publishing_groups.scss */
.f-dropdown.content {
  left: -9999px;
}

/* line 14, app/assets/stylesheets/publishing_groups.scss */
.product-with-description .description-container ul {
  list-style-type: disc;
}

/* line 16, app/assets/stylesheets/publishing_groups.scss */
.product-with-description .description-container ul li {
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  /* line 21, app/assets/stylesheets/publishing_groups.scss */
  .publishing-group-image-description .price {
    top: -1.8em;
  }
  /* line 25, app/assets/stylesheets/publishing_groups.scss */
  #functional .publishing-group-image-description .price {
    top: initial;
  }
  /* line 28, app/assets/stylesheets/publishing_groups.scss */
  #functional .publishing-group-image-description > .large-5.columns {
    min-height: 0 !important;
  }
  /* line 30, app/assets/stylesheets/publishing_groups.scss */
  #functional .publishing-group-image-description > .large-5.columns > .row {
    position: relative !important;
  }
}

/* line 37, app/assets/stylesheets/publishing_groups.scss */
.publishing-group-container .publishing-group-image-description {
  margin-top: 2em !important;
}

/* line 43, app/assets/stylesheets/publishing_groups.scss */
.publishing-group-slides .image-background {
  background-size: cover;
}

/* line 46, app/assets/stylesheets/publishing_groups.scss */
.publishing-group-slides .publishing-group-image-slide .label {
  font-size: 1em;
}

/* line 49, app/assets/stylesheets/publishing_groups.scss */
.publishing-group-slides h3.title {
  text-align: center;
  margin: 0;
}

/* line 54, app/assets/stylesheets/publishing_groups.scss */
.publishing-group-slides .observations {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: scale(0);
  transition: 0.5s ease-in-out;
}

/* line 64, app/assets/stylesheets/publishing_groups.scss */
.box-slide > a > .row > .columns {
  min-height: 13em;
}

/* line 68, app/assets/stylesheets/publishing_groups.scss */
.box-slide:hover .observations {
  transform: scale(1);
}

/* line 74, app/assets/stylesheets/publishing_groups.scss */
ul.highlights {
  list-style-position: inside;
  font-size: 0.9em;
}

/* line 77, app/assets/stylesheets/publishing_groups.scss */
ul.highlights li {
  line-height: 2.1;
}

/* line 79, app/assets/stylesheets/publishing_groups.scss */
ul.highlights li:not(:first-child):before {
  content: "";
  position: absolute;
  left: 3%;
  height: 1px;
  width: 90%;
  border-bottom: 1px solid;
}

/* line 91, app/assets/stylesheets/publishing_groups.scss */
.publishing-group-container.group-8 .price, .publishing-group-container.group-8 .view-more-link {
  margin-bottom: 0;
}

/* line 96, app/assets/stylesheets/publishing_groups.scss */
.mosaic-products .finder-publications-container .products-max-content {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

/* line 4, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-images .image-background {
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media only screen and (min-width: 768px) {
  /* line 16, app/assets/stylesheets/product_show.scss.erb */
  .product-show .product-images .image-background {
    height: 250px;
    width: 100%;
  }
  /* line 21, app/assets/stylesheets/product_show.scss.erb */
  .product-show .prominent-feature-image {
    width: 600px !important;
    max-width: 600px !important;
  }
}

@media only screen and (max-width: 768px) {
  /* line 29, app/assets/stylesheets/product_show.scss.erb */
  .publishing-group-with-prominent-products .image-background, .publishing-group-products-list .image-background, .publishing-group-standard .image-background {
    background-image: none !important;
  }
  /* line 37, app/assets/stylesheets/product_show.scss.erb */
  .product-show .product-images .image-background {
    background-image: none !important;
  }
  /* line 41, app/assets/stylesheets/product_show.scss.erb */
  .product-show .prominent-feature-image {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* line 48, app/assets/stylesheets/product_show.scss.erb */
img.feature {
  border: 1px solid #E3E3E3;
  padding: 2px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  cursor: help;
  width: 32px;
  height: 32px;
}

/* line 58, app/assets/stylesheets/product_show.scss.erb */
.filter-option img.feature {
  cursor: pointer;
}

/* line 63, app/assets/stylesheets/product_show.scss.erb */
.product-show.show-small {
  font-size: 0.8em;
  margin-bottom: 1.875em;
}

/* line 66, app/assets/stylesheets/product_show.scss.erb */
.product-show.show-small .product-booking {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

/* line 71, app/assets/stylesheets/product_show.scss.erb */
.product-show.show-small .duration {
  float: none;
  display: inline-block;
  margin-bottom: 0.5em;
}

/* line 76, app/assets/stylesheets/product_show.scss.erb */
.product-show.show-small a.booking-button {
  margin-top: 0.9em;
}

/* line 82, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info {
  background-color: white;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 1.9375em;
}

/* line 88, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions {
  font-size: 0.9em;
  margin-top: 1.375em;
}

/* line 91, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions h2.itinerary-title-large {
  font-size: 1.4em;
}

/* line 94, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions .content {
  border: 1px solid #F2F2F2;
  padding: 2em;
}

/* line 97, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions .content #map, .product-show .product-info .product-descriptions .content #itinerary-map {
  height: 440px;
}

/* line 100, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions .content #itinerary-detail {
  padding-top: 3em;
}

/* line 104, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions .content .detail-tip .image-background {
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  object-fit: cover;
  height: 200px;
  width: 100%;
}

/* line 113, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions .content .detail-tip .title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

/* line 120, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions .content .content-tips p {
  cursor: pointer;
  margin: 0 0 1.2em 0;
  text-align: center;
}

/* line 125, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions .content .content-tips .image-background {
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  object-fit: cover;
  height: 150px;
  width: 100%;
}

/* line 137, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions section > .title, .product-show .product-info .product-descriptions ul#descriptions li.tab-title {
  padding-right: 0.3em;
}

/* line 139, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions section > .title a, .product-show .product-info .product-descriptions ul#descriptions li.tab-title a {
  padding: 0.5em 0.9375em;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 0.9em;
}

/* line 146, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions .inline-list {
  margin-left: 0;
  margin-bottom: 0;
}

/* line 149, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions .inline-list li {
  margin-left: 0;
  border: 1px solid #000000;
}

/* line 154, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions .img_marker {
  padding: 2px;
  border: solid 1px gray;
}

/* line 159, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-info .product-descriptions img + p {
  margin-bottom: 5px;
}

/* line 165, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-text {
  font-size: 0.9em;
}

/* line 167, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-text .product-subheader {
  font-size: 0.9em;
  margin-bottom: 1.9375em;
}

/* line 170, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-text .product-subheader .destination {
  text-decoration: underline;
  font-weight: bold;
}

/* line 176, app/assets/stylesheets/product_show.scss.erb */
.product-show .duration {
  color: #413A65;
  text-align: center;
  font-size: 1.2em;
  display: inline-block;
  margin-bottom: 0.75em;
  font-weight: bold;
}

/* line 184, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-booking {
  position: relative;
  background-color: #EAC64D;
  color: #413A65;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 191, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-booking .price-container {
  display: block;
  text-align: right;
}

/* line 195, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-booking .price-container .from {
  display: block;
  font-size: 0.8em;
}

/* line 200, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-booking .price-container .price {
  display: block;
  font-size: 1.8em;
  font-weight: bold;
}

/* line 206, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-booking .booking-price-container {
  padding: 1em;
}

/* line 210, app/assets/stylesheets/product_show.scss.erb */
.product-show a.booking-button, .product-show button.booking-button {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
}

/* line 216, app/assets/stylesheets/product_show.scss.erb */
.product-show .features-list {
  margin: 1.375em 0;
}

/* line 218, app/assets/stylesheets/product_show.scss.erb */
.product-show .features-list li {
  margin-right: 0.5em;
  margin-left: 0;
}

/* line 223, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-header {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #E3E3E3;
  margin: 0;
  padding: 0.9375em 0.5em;
}

/* line 230, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-header h1, .product-show .product-header h2 {
  border: none;
  font-size: 1.2em;
  color: #525251;
  margin: 0;
  padding: 0;
}

/* line 236, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-header h1 i, .product-show .product-header h2 i {
  color: #525251;
}

/* line 241, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-selection-criteria {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 0.9375em 0.5em;
  margin: 0;
}

/* line 245, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-selection-criteria form {
  margin-bottom: 0;
}

/* line 246, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-selection-criteria form label {
  font-weight: bold;
  margin-bottom: 0.5em;
}

/* line 251, app/assets/stylesheets/product_show.scss.erb */
.product-show .product-selection-criteria form .custom.dropdown {
  margin: 0 !important;
}

/* line 256, app/assets/stylesheets/product_show.scss.erb */
.product-show label.itinerary-modality-label {
  font-size: 0.9em;
}

/* line 259, app/assets/stylesheets/product_show.scss.erb */
.product-show select.itinerary-modality {
  width: auto;
  margin: 0;
}

/* line 265, app/assets/stylesheets/product_show.scss.erb */
.product-header .link-icons {
  font-size: 0.8em;
  margin-left: 0;
  float: right;
  list-style: none;
  margin-bottom: 0;
  line-height: 24px;
}

/* line 273, app/assets/stylesheets/product_show.scss.erb */
.product-header .link-icons li {
  margin-left: 10px;
  height: 24px;
  vertical-align: middle;
}

/* line 279, app/assets/stylesheets/product_show.scss.erb */
.product-header .link-icons li.pdf_share a {
  background-image: url(/assets/pdf-icon-fd5199899372d1738762d8eebd944245feb1dd0b514a51ad195f67ea03b83093.png);
  background-repeat: no-repeat !important;
  width: 27px;
  height: 24px;
}

/* line 284, app/assets/stylesheets/product_show.scss.erb */
.product-header .link-icons li.pdf_share a:hover {
  background-image: url(/assets/pdf-icon-hover-74621919011f25283cb1c102395d95f7c664a5139dcf67c7e71eb70ebfbb4f62.png);
}

/* line 288, app/assets/stylesheets/product_show.scss.erb */
.product-header .link-icons li.facebook_share a {
  background-image: url(/assets/iconos-social-network/facebook-share-ee2515d5d5e912e3debc72d7d6c9ecceb9007665f34295f1c1789a320c833823.png);
  background-repeat: no-repeat !important;
  width: 27px;
  height: 24px;
}

/* line 293, app/assets/stylesheets/product_show.scss.erb */
.product-header .link-icons li.facebook_share a:hover {
  background-image: url(/assets/iconos-social-network/facebook-share-hover-d52cd9576d84753aedac2e4c9b3472337af7835ba5a39fa20cb54f1419653b8d.png);
}

/* line 297, app/assets/stylesheets/product_show.scss.erb */
.product-header .link-icons li.twitter_share a {
  background-image: url(/assets/iconos-social-network/twitter-share-4bffb53c33d301d5a774dda8e8c7111b91e09c036ff9a08c4fae5ced9984417a.png);
  background-repeat: no-repeat !important;
  width: 27px;
  height: 24px;
}

/* line 302, app/assets/stylesheets/product_show.scss.erb */
.product-header .link-icons li.twitter_share a:hover {
  background-image: url(/assets/iconos-social-network/twitter-share-hover-4bffb53c33d301d5a774dda8e8c7111b91e09c036ff9a08c4fae5ced9984417a.png);
}

/* line 306, app/assets/stylesheets/product_show.scss.erb */
.product-header .link-icons li i.print-pdf {
  cursor: pointer;
  color: #666;
}

/* line 309, app/assets/stylesheets/product_show.scss.erb */
.product-header .link-icons li i.print-pdf:hover {
  color: green;
}

/* line 316, app/assets/stylesheets/product_show.scss.erb */
.meses {
  font-size: 0.85em !important;
}

/* line 317, app/assets/stylesheets/product_show.scss.erb */
.meses h2 {
  margin-bottom: 0;
}

/* line 320, app/assets/stylesheets/product_show.scss.erb */
.meses hr {
  margin-top: 0;
  heigth: 1px;
}

/* line 325, app/assets/stylesheets/product_show.scss.erb */
.meses table {
  width: 100%;
  margin-bottom: 0;
  font-size: 1em;
}

/* line 330, app/assets/stylesheets/product_show.scss.erb */
.meses table th {
  text-align: center;
}

/* line 333, app/assets/stylesheets/product_show.scss.erb */
.meses table th.titulo-mes, .meses table th.sig a, .meses table th.ant a {
  font-size: 1em;
  text-transform: capitalize;
}

/* line 337, app/assets/stylesheets/product_show.scss.erb */
.meses .dias-semana {
  border-bottom: 2px solid #ccc;
}

/* line 340, app/assets/stylesheets/product_show.scss.erb */
.meses table tbody td {
  width: 10%;
  padding: 1px;
  border: 1px solid #fff;
  text-align: center;
}

/* line 346, app/assets/stylesheets/product_show.scss.erb */
.meses table td.dia-salida {
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

/* line 351, app/assets/stylesheets/product_show.scss.erb */
.meses table td.dia-salida span {
  display: inline-block;
  padding: 2px 0;
  width: 100%;
}

/* line 357, app/assets/stylesheets/product_show.scss.erb */
.meses #leyenda-calendario {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

/* line 361, app/assets/stylesheets/product_show.scss.erb */
.meses #leyenda-calendario li {
  font-size: 0.85em;
  float: left;
  padding: 0 20px 0 0;
  list-style-type: none;
}

/* line 367, app/assets/stylesheets/product_show.scss.erb */
.meses .leyenda-fecha-oferta {
  padding: 5px 5px 5px 20px;
}

/* line 370, app/assets/stylesheets/product_show.scss.erb */
.meses .leyenda-fecha-salida {
  padding: 5px;
}

/* line 376, app/assets/stylesheets/product_show.scss.erb */
.product-booking .ribbon-wrapper {
  font-size: 1.25em;
  z-index: 100;
  text-align: center;
}

/* line 381, app/assets/stylesheets/product_show.scss.erb */
.product-booking .ribbon {
  border-radius: 3px 3px 0 0;
  background-color: #8983a0;
  color: white;
  padding: 5px 10px;
}

/* line 389, app/assets/stylesheets/product_show.scss.erb */
.show-description, .hide-description {
  color: blue;
}

/* line 1, app/assets/stylesheets/publication_filter.scss */
.publication-filter {
  font-size: 0.9em;
}

/* line 3, app/assets/stylesheets/publication_filter.scss */
.publication-filter #title-filter {
  cursor: pointer;
}

/* line 4, app/assets/stylesheets/publication_filter.scss */
.publication-filter .header {
  color: #525251;
  font-weight: bold;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #E3E3E3;
  margin: 0;
  padding: 0.9375em;
}

/* line 14, app/assets/stylesheets/publication_filter.scss */
.publication-filter .filter {
  background-color: white;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  padding: 1em;
}

/* line 20, app/assets/stylesheets/publication_filter.scss */
.publication-filter .filter .filter-option {
  margin-bottom: 1.5em;
}

/* line 23, app/assets/stylesheets/publication_filter.scss */
.publication-filter .filter label {
  margin-top: 1.2em;
  margin-bottom: 0.2em;
  text-transform: capitalize;
}

/* line 31, app/assets/stylesheets/publication_filter.scss */
.publication-filter .content label {
  margin-top: 1.2em;
  margin-bottom: 0.2em;
  text-transform: capitalize;
}

/* line 38, app/assets/stylesheets/publication_filter.scss */
.publication-filter .search-button {
  margin: 0;
  float: right;
  font-size: 0.9em;
  border: 0;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

/* line 47, app/assets/stylesheets/publication_filter.scss */
.languajes-list {
  margin: 0;
}

/* line 49, app/assets/stylesheets/publication_filter.scss */
.languajes-list li {
  margin-bottom: 0;
  margin-left: 0.2em;
}

/* line 53, app/assets/stylesheets/publication_filter.scss */
.languajes-list li img {
  height: 15px;
}

/* line 2, app/assets/stylesheets/home.scss.erb */
header #top {
  padding: 0.75em;
}

/* line 7, app/assets/stylesheets/home.scss.erb */
hr {
  border-color: #a62c37;
  border-width: 2px;
}

/* line 12, app/assets/stylesheets/home.scss.erb */
.top-bar .name h1 {
  font-size: 0.9em;
}

/* line 15, app/assets/stylesheets/home.scss.erb */
.top-bar .name span {
  font-size: 0.9em;
  line-height: 45px;
  border: 0;
  margin: 0;
}

/* line 21, app/assets/stylesheets/home.scss.erb */
#reservation-options, #reservation-options-slider-form, #reservation-options-mobile-form {
  background-color: #f6f6f6;
  border: 1px solid #dadada;
  margin: 0 0 20px 0;
  padding: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 30, app/assets/stylesheets/home.scss.erb */
#booking-modal select, #reservation-options select, #reservation-options-slider-form select, #reservation-options-mobile-form select {
  line-height: 32px;
  height: 32px;
  border: 1px solid #DDD;
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.9em;
}

/* line 38, app/assets/stylesheets/home.scss.erb */
#nav-reservation-options-mobile-form-select {
  font-size: 1.3em;
  height: 40px;
  line-height: 40px;
}

/* line 43, app/assets/stylesheets/home.scss.erb */
#NumeroHabitaciones_chosen {
  font-size: 0.75em;
}

/* line 47, app/assets/stylesheets/home.scss.erb */
#nav-reservation-options a, #nav-reservation-options-slider-form a {
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: uppercase;
}

/* line 52, app/assets/stylesheets/home.scss.erb */
#nav-reservation-options .active, #nav-reservation-options-slider-form .active {
  color: #ea4e1b;
}

@media only screen and (max-width: 768px) {
  /* line 56, app/assets/stylesheets/home.scss.erb */
  #accordion-form {
    margin-bottom: 0;
  }
  /* line 59, app/assets/stylesheets/home.scss.erb */
  #accordion-form .tab-accordion {
    border: 1px solid #ddd;
    padding: 0 0.3em;
  }
  /* line 63, app/assets/stylesheets/home.scss.erb */
  #accordion-form .tab-accordion:last-child, #accordion-form .tab-accordion form {
    margin-bottom: 0;
  }
  /* line 67, app/assets/stylesheets/home.scss.erb */
  #accordion-form .tab-accordion form {
    margin: 0.5em 0 0 0;
  }
  /* line 71, app/assets/stylesheets/home.scss.erb */
  #accordion-form .tab-accordion .button {
    margin-bottom: 0.5em;
  }
  /* line 76, app/assets/stylesheets/home.scss.erb */
  #accordion-form .tab-accordion .link-accordion .fa {
    float: right;
    margin: 0.3em 0 0 0;
  }
  /* line 83, app/assets/stylesheets/home.scss.erb */
  #accordion-form .content-search-filter {
    margin-top: 0.5em;
  }
  /* line 86, app/assets/stylesheets/home.scss.erb */
  #accordion-form .content-search-filter .button {
    margin-bottom: 0.5em;
  }
  /* line 91, app/assets/stylesheets/home.scss.erb */
  .small-only-text-center {
    text-align: center !important;
  }
}

/* line 96, app/assets/stylesheets/home.scss.erb */
#grupo-publicacion {
  background-color: #fff;
  border: 1px solid #dadada;
  margin: 0 0 15px 0;
  min-height: 340px;
  padding: 10px 10px 0 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 105, app/assets/stylesheets/home.scss.erb */
#grupo-publicacion .inline-list {
  margin-bottom: 0;
}

/* line 108, app/assets/stylesheets/home.scss.erb */
#producto {
  background-color: #fff;
  border: 1px solid #dadada;
  margin: 0 0 15px 0;
  padding: 10px 10px 0 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Chosen como Foundation*/
/* line 118, app/assets/stylesheets/home.scss.erb */
.chosen-container {
  font-size: 0.875em;
}

/* line 119, app/assets/stylesheets/home.scss.erb */
.chosen-container-multi .chosen-choices {
  line-height: 32px !important;
  height: 32px !important;
}

/* line 123, app/assets/stylesheets/home.scss.erb */
.chosen-container-single .chosen-single {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-color: #ccc;
  color: rgba(0, 0, 0, 0.75);
  height: 32px;
  line-height: 32px;
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: inherit;
  background-color: #fff;
  border: 1px;
}

/* line 139, app/assets/stylesheets/home.scss.erb */
.chosen-container-single {
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}

/* line 146, app/assets/stylesheets/home.scss.erb */
.publication-filter .chosen-container-single .chosen-single {
  height: auto !important;
  padding-right: 16px;
  font-size: 0.8em;
}

/* line 152, app/assets/stylesheets/home.scss.erb */
.chosen-container-single .chosen-single div {
  top: 4px;
}

/* line 156, app/assets/stylesheets/home.scss.erb */
.chosen-container-single .chosen-single abbr {
  top: 10px;
}

/* line 160, app/assets/stylesheets/home.scss.erb */
.chosen-container-single .chosen-drop {
  border-radius: 0;
}

/* Formularios Genericos */
/* line 164, app/assets/stylesheets/home.scss.erb */
.date-select .date {
  width: 30% !important;
  float: left;
}

@media only screen and (min-width: 768px) {
  /* line 171, app/assets/stylesheets/home.scss.erb */
  #contenedor-autocheckin {
    min-height: 200px;
  }
  /* line 173, app/assets/stylesheets/home.scss.erb */
  #contenedor-autocheckin #imagen-autochekin {
    min-height: 30px;
  }
  /* line 177, app/assets/stylesheets/home.scss.erb */
  #select_locales_chosen {
    display: none;
  }
}

/* line 183, app/assets/stylesheets/home.scss.erb */
.destinos .subzona {
  padding-left: 10px !important;
}

/* line 186, app/assets/stylesheets/home.scss.erb */
.destinos .destino {
  padding-left: 20px !important;
}

/* line 190, app/assets/stylesheets/home.scss.erb */
.text-icon-calendar, .text-icon-calendar:focus {
  background-image: url(/assets/iconoCalendario-a9222955c1cae5bfb089f8e4c191f0391c3091e0617e93df5e970a8e62252488.png) !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
}

/* line 197, app/assets/stylesheets/home.scss.erb */
.menu-usuario {
  font-size: 0.8em;
}

/* line 205, app/assets/stylesheets/home.scss.erb */
#wrapper-content {
  padding: 0;
}

/* line 208, app/assets/stylesheets/home.scss.erb */
#content {
  padding: 0.75em;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 40em) {
  /* line 213, app/assets/stylesheets/home.scss.erb */
  #content {
    padding: 0;
  }
}

/* line 217, app/assets/stylesheets/home.scss.erb */
header #menu {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

/* line 218, app/assets/stylesheets/home.scss.erb */
header #menu .prominent {
  height: 55px;
  line-height: 55px;
  border-radius: 8px 8px 0 0;
  margin-top: -10px;
}

/* line 227, app/assets/stylesheets/home.scss.erb */
#reservation-option-menu {
  margin: 0;
  padding: 0 0.25em;
}

/* line 230, app/assets/stylesheets/home.scss.erb */
#reservation-option-menu li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0.25em;
  z-index: 2;
}

/* line 236, app/assets/stylesheets/home.scss.erb */
#reservation-option-menu li a {
  text-transform: uppercase;
  font-size: 0.8em;
}

/* line 241, app/assets/stylesheets/home.scss.erb */
#reservation-option-menu .divider {
  padding: 0;
  color: #ccc;
}

/* line 245, app/assets/stylesheets/home.scss.erb */
#reservation-option-menu .wrapper-content-reservation-option-menu {
  position: absolute;
  z-index: 1;
  width: 450px;
  display: none;
}

/* line 246, app/assets/stylesheets/home.scss.erb */
#reservation-option-menu .wrapper-content-reservation-option-menu .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  margin-left: 10px;
  margin-top: 5px;
}

/* line 259, app/assets/stylesheets/home.scss.erb */
#reservation-option-menu .wrapper-content-reservation-option-menu .content-reservation-option-menu {
  padding: 0.75em 0;
}

/* line 261, app/assets/stylesheets/home.scss.erb */
#reservation-option-menu .wrapper-content-reservation-option-menu .content-reservation-option-menu a {
  font-size: 0.75em;
  padding: 0.25em;
  display: block;
}

/* line 268, app/assets/stylesheets/home.scss.erb */
#reservation-option-menu .separator {
  border-right: 1px solid #ccc;
}

/* line 272, app/assets/stylesheets/home.scss.erb */
#markup-mesage {
  font-size: 0.8em;
}

/* line 274, app/assets/stylesheets/home.scss.erb */
#markup-mesage p {
  margin-bottom: 0px;
}

/* line 278, app/assets/stylesheets/home.scss.erb */
#locales {
  padding: 0;
}

/* line 280, app/assets/stylesheets/home.scss.erb */
#locales li {
  list-style: none;
  float: right;
  margin-right: 1em;
  display: block;
}

/* line 288, app/assets/stylesheets/home.scss.erb */
#shopping_cart_link {
  display: block;
  margin-top: 0.75em;
}

/* line 293, app/assets/stylesheets/home.scss.erb */
#spinner {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.45);
  display: table;
}

/* line 304, app/assets/stylesheets/home.scss.erb */
.content-spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.25);
  display: table;
}

/* line 315, app/assets/stylesheets/home.scss.erb */
#spinner .loading {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  position: relative;
}

/* line 323, app/assets/stylesheets/home.scss.erb */
#spinner .loading i, .content-spinner i.fa {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 10%;
}

/* line 329, app/assets/stylesheets/home.scss.erb */
#spinner .content {
  margin: 0 auto;
  width: 60%;
  padding: 1em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 333, app/assets/stylesheets/home.scss.erb */
#spinner .content table, #spinner .content img {
  width: 100% !important;
}

/* line 340, app/assets/stylesheets/home.scss.erb */
#spinner .content-spinner .white-mark, .content-spinner .white-mark {
  width: 80% !important;
}

/* line 344, app/assets/stylesheets/home.scss.erb */
#wrapper-reservation-option-slider {
  position: absolute;
  bottom: 5px;
  left: 90px;
  z-index: 3;
}

/* line 350, app/assets/stylesheets/home.scss.erb */
#wrapper-reservation-option-slider .arrow-up {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: none;
  margin-left: 13%;
  width: 0;
  height: 0;
}

/* line 360, app/assets/stylesheets/home.scss.erb */
.form-slider form.custom .custom.dropdown,
.form-slider form, .form-slider .button,
.form-slider button, .form-slider input {
  margin: 0 !important;
}

/* line 364, app/assets/stylesheets/home.scss.erb */
.form-slider {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px;
  margin-top: 3px;
}

/* line 369, app/assets/stylesheets/home.scss.erb */
#wrapper-reservation-option-slider .arrow-up {
  border-top: 10px solid rgba(255, 255, 255, 0.75);
}

/* line 372, app/assets/stylesheets/home.scss.erb */
#reservation-option-slider {
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
  font-size: 0.75em;
  height: 195px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.9375em 0.9375em 0.5em 0.9375em;
}

/* line 381, app/assets/stylesheets/home.scss.erb */
#reservation-option-slider h6 {
  padding: 5px;
  border-radius: 3px;
}

/* line 387, app/assets/stylesheets/home.scss.erb */
#reservation-option-slider ul {
  margin-left: 0 !important;
}

/* line 389, app/assets/stylesheets/home.scss.erb */
#reservation-option-slider li {
  padding: 2px;
  background-color: #fff;
  margin: 2px;
  border-radius: 2px;
}

/* line 394, app/assets/stylesheets/home.scss.erb */
#reservation-option-slider li:hover {
  border-radius: 2px;
  color: #fff;
}

/* line 400, app/assets/stylesheets/home.scss.erb */
#home-publication-filter {
  margin-bottom: 1.25em;
}

/* line 403, app/assets/stylesheets/home.scss.erb */
#hotels-form-40 .dropdown, #hotels-form-40 #PlaceName {
  margin-bottom: 0.25em;
}

/* line 408, app/assets/stylesheets/home.scss.erb */
label[for='idaVuelta'] {
  display: inline-block;
  margin: 0 0.5em 0.5em 0.2em;
}

/* line 410, app/assets/stylesheets/home.scss.erb */
label[for='soloIda'] {
  display: inline-block;
  margin: 0 0.5em 0.5em 0.2em;
}

/* line 412, app/assets/stylesheets/home.scss.erb */
#divContenedorMarcaBlanca {
  background: none;
  text-align: center;
}

/* line 417, app/assets/stylesheets/home.scss.erb */
.ui-autocomplete {
  font-size: 12px;
}

/* line 424, app/assets/stylesheets/home.scss.erb */
.wrap-option-search-filter i.fa {
  position: absolute;
  z-index: 1;
  bottom: 9px;
  right: 20px;
}

/* line 430, app/assets/stylesheets/home.scss.erb */
#phone-header ul {
  list-style: none;
  line-height: inherit;
  margin-bottom: 0;
}

/* line 435, app/assets/stylesheets/home.scss.erb */
.content-slider-lateral {
  margin-bottom: 0.5em;
  position: relative;
}

/* line 441, app/assets/stylesheets/home.scss.erb */
.title-recuperar-contraseña {
  border-bottom: 2px solid;
  font-size: 2.175em;
  font-weight: bold;
  line-height: 1.4;
}

/* line 448, app/assets/stylesheets/home.scss.erb */
ul#list-search-filter li.tab-title {
  padding-right: 0.3em;
}

/* line 450, app/assets/stylesheets/home.scss.erb */
ul#list-search-filter li.tab-title a {
  padding: 0.5em 0.9375em;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 0.9em;
}

/* line 457, app/assets/stylesheets/home.scss.erb */
#select-locales, select#currency {
  background: white;
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
  border-color: #ddd;
}

/* line 482, app/assets/stylesheets/home.scss.erb */
i.fa {
  font-style: normal;
  line-height: initial;
}

/* line 487, app/assets/stylesheets/home.scss.erb */
.orbit {
  margin-top: 1em;
}

/* line 493, app/assets/stylesheets/home.scss.erb */
.home-map #home-map-container .title-home-map {
  display: block;
  font-size: 1.25em;
  line-height: 1.4;
  margin: 0.2em 0 0.5em 0;
}

/* line 502, app/assets/stylesheets/home.scss.erb */
.button-super-round {
  padding: .6em 1em;
  border: 1px solid;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 1.25em;
  text-transform: uppercase;
  transition: background-color 500ms;
}

/* line 512, app/assets/stylesheets/home.scss.erb */
.grecaptcha-badge {
  transform: scale(0);
}

/* line 516, app/assets/stylesheets/home.scss.erb */
.top-bar .toggle-topbar.menu-icon a span {
  height: .1px;
}

@media only screen and (min-width: 768px) {
  /* line 3, app/assets/stylesheets/home_publishing_groups.scss */
  .publishing-group-with-prominent-products .image-background, .publishing-group-luxotour-mosaic .image-background {
    height: 120px;
    width: 100%;
    background-color: #E3E3E3;
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  /* line 15, app/assets/stylesheets/home_publishing_groups.scss */
  .publishing-group-products-list .image-background, .publishing-group-standard .image-background, .publishing-group-with-extension .image-background, .publishing-group-img-variable .image-background {
    height: 200px;
    width: 100%;
    background-color: #E3E3E3;
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  /* line 28, app/assets/stylesheets/home_publishing_groups.scss */
  .publishing-group-all-centered-in-image .image-background {
    height: 240px;
    width: 100%;
    background-color: transparent;
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  /* line 41, app/assets/stylesheets/home_publishing_groups.scss */
  .publishing-group-three-centered-in-image .image-background {
    height: 300px;
    width: 100%;
    background-color: transparent;
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  /* line 51, app/assets/stylesheets/home_publishing_groups.scss */
  .publishing-group-three-centered-in-image .content-view-link {
    margin: 270px 0 0 0;
  }
}

@media only screen and (max-width: 768px) {
  /* line 56, app/assets/stylesheets/home_publishing_groups.scss */
  .publishing-group-with-prominent-products .image-background, .publishing-group-products-list .image-background, .publishing-group-standard .image-background {
    background-image: none !important;
  }
  /* line 62, app/assets/stylesheets/home_publishing_groups.scss */
  .row-publishing-group-three-centered-in-image {
    left: 0;
    margin: 0 !important;
    position: relative;
    top: 0;
    width: 100% !important;
  }
  /* line 69, app/assets/stylesheets/home_publishing_groups.scss */
  .row-publishing-group-three-centered-in-image .publishing-group-luxotour-mosaic {
    margin-bottom: 20px;
  }
}

/* line 75, app/assets/stylesheets/home_publishing_groups.scss */
.container-info-cms-alerts {
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}

/* line 80, app/assets/stylesheets/home_publishing_groups.scss */
.container-info-cms-alerts ul.features-list-alerts li {
  margin-bottom: 0.3em;
}

/* line 82, app/assets/stylesheets/home_publishing_groups.scss */
.container-info-cms-alerts ul.features-list-alerts li img.feature-alerts {
  border: none !important;
  min-height: auto !important;
  width: auto !important;
}

/* line 86, app/assets/stylesheets/home_publishing_groups.scss */
.container-info-cms-alerts ul.features-list-alerts li img.feature-alerts:hover {
  border: none !important;
}

/* line 94, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container {
  margin-bottom: 0.9375em;
}

/* line 95, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container span.title {
  font-size: 2.5em;
  line-height: 1.4;
  font-weight: bold;
}

/* line 101, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container span.title {
  color: #525251;
  font-size: 1.7em;
  margin-bottom: 0;
}

/* line 107, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container hr {
  margin-top: 0em;
}

/* line 110, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container .image {
  position: relative;
}

/* line 113, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container .image .duration {
  background-color: #413a65;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  padding: 3px 5px;
  position: absolute;
  top: 5%;
  right: 0px;
}

/* line 123, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container .image img {
  width: 100%;
  object-fit: cover;
}

/* line 128, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container i {
  color: #525251;
}

/* line 131, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container .view-link {
  font-size: 0.9em;
}

/* line 135, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container .flex-direction-nav {
  display: none;
}

/* line 142, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container .center-text-absolute-title-gp,
#home-super-publishing-group-container .center-text-absolute-title-gp {
  position: absolute;
  left: 50%;
}

/* line 145, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container .center-text-absolute-title-gp .center-text-title-gp,
#home-super-publishing-group-container .center-text-absolute-title-gp .center-text-title-gp {
  left: -50%;
  position: relative;
  top: -25px;
}

/* line 149, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container .center-text-absolute-title-gp .center-text-title-gp .title-line-through,
#home-super-publishing-group-container .center-text-absolute-title-gp .center-text-title-gp .title-line-through {
  background-color: #fff;
  padding: 0 0.5em;
  text-transform: uppercase;
}

/* line 157, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-container .hr-line-through,
#home-super-publishing-group-container .hr-line-through {
  border-width: 1px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #ddd;
  margin: 0 0 2.5em 0;
}

/* line 165, app/assets/stylesheets/home_publishing_groups.scss */
.price-container-under-image {
  font-weight: bold;
}

/* line 172, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-standard .title-container {
  padding: 15px;
  background-color: #e3e3e3;
  border: 1px solid #DDD;
}

/* line 176, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-standard .title-container span.title {
  font-size: 0.9em;
  text-align: center;
}

/* line 182, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-standard .image .price-container {
  color: #413a65;
  font-weight: bold;
  padding: 7px 15px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 99px;
  height: 54px;
  border-radius: 10px 0 0 10px;
}

/* line 192, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-standard .image .price-container .from {
  display: inline-block;
  width: 100%;
  font-size: 0.7em;
  margin-botton: 3px !important;
}

/* line 199, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-standard .image .price-container .price {
  display: inline-block;
  width: 100%;
  font-size: 1em;
}

/* line 204, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-standard .image .price-container .price .currency {
  font-size: 0.5em;
}

/* line 211, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-standard .details-container {
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 0.9375em;
  text-align: right;
}

/* line 219, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-standard .details-container p {
  font-size: 0.9em;
  text-align: left;
}

/* line 225, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-standard .under-image {
  padding: 0.9375em;
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  line-height: 1;
}

/* line 230, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-standard .under-image .duration-under-image {
  font-size: 0.8em;
  max-width: 40%;
}

/* line 234, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-standard .under-image .price-container-under-image {
  max-width: 55%;
}

/* line 240, app/assets/stylesheets/home_publishing_groups.scss */
.vertical-center-middle {
  display: table-cell;
  vertical-align: middle;
}

/* line 245, app/assets/stylesheets/home_publishing_groups.scss */
.vertical-right-bottom {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
}

/* line 254, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-all-centered-in-image .image .text-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* line 261, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-all-centered-in-image .image .text-shadow a {
  display: block;
  width: 100%;
  height: 100%;
  display: table;
}

/* line 269, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-all-centered-in-image .image .text-shadow a .center-block-flex {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* line 273, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-all-centered-in-image .image .text-shadow a .center-block-flex .from-price {
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.2em 1em;
}

/* line 282, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-all-centered-in-image .image .text-shadow h2 {
  text-align: center;
  color: #ffffff;
  padding: 0em 1.5em;
}

/* line 291, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products {
  background-color: #fff;
  display: block;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}

/* line 300, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products .price-container {
  color: #413a65;
  font-size: 0.8em;
  font-weight: bold;
  padding: 7px 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 75px;
  height: 46px;
  border-radius: 10px 0 0 10px;
}

/* line 312, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products .price-container .from {
  display: inline-block;
  width: 100%;
  font-size: 0.7em;
  margin-botton: 3px !important;
}

/* line 319, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products .price-container .price {
  display: inline-block;
  width: 100%;
  font-size: 1em;
}

/* line 324, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products .price-container .price .currency {
  font-size: 0.5em;
}

/* line 330, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul {
  line-height: 0.8em;
}

/* line 332, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul .product-without-description {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  margin: 0.9375em 0;
}

/* line 335, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul .product-without-description .title-container {
  background-color: #e3e3e3;
  padding: 0.9375em;
}

/* line 339, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul .product-without-description a.title {
  display: block;
  margin: 0px auto;
  font-weight: bold;
  line-height: 20px;
  font-size: 0.9em;
  height: 40px;
  overflow: hidden;
}

/* line 348, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul .product-without-description .under-image {
  padding: 0.9375em;
  background-color: #e3e3e3;
  line-height: 1;
  min-height: 2.7em;
}

/* line 353, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul .product-without-description .under-image .duration-under-image {
  font-size: 0.8em;
  max-width: 40%;
}

/* line 357, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul .product-without-description .under-image .price-container-under-image {
  max-width: 55%;
}

/* line 362, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul .product-with-description {
  margin: 0.9375em 0;
}

/* line 364, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul .product-with-description .title-container {
  padding: 0.9375em 0 0.5em 0;
}

/* line 366, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul .product-with-description .title-container a.title {
  display: block;
  margin: 0px auto;
  font-weight: bold;
  line-height: 20px;
  font-size: 0.9em;
  overflow: hidden;
}

/* line 375, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul .product-with-description .description-container {
  line-height: 1.2;
  font-size: 0.8em;
}

/* line 379, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul .product-with-description .under-image {
  padding-top: 0.9375em;
  line-height: 1;
  min-height: 2.7em;
}

/* line 383, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul .product-with-description .under-image .duration-under-image {
  font-size: 0.8em;
  max-width: 40%;
}

/* line 387, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ul .product-with-description .under-image .price-container-under-image {
  max-width: 55%;
}

/* line 393, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ol.flex-control-nav {
  top: 15px;
  height: 25px;
  right: 15px;
  text-align: right;
  overflow: hidden;
  width: 25%;
}

/* line 400, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-prominent-products ol.flex-control-nav a {
  text-indent: 999px;
}

/* line 409, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list .title-container {
  padding: 15px;
  background-color: #e3e3e3;
  border: 1px solid #DDD;
}

/* line 413, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list .title-container span.title {
  font-size: 0.9em;
  text-align: center;
}

/* line 418, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list ul {
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  list-style: none;
  margin-bottom: 0;
}

/* line 425, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list ul li {
  padding: 0.65em;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
  min-height: 60px;
}

/* line 430, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list ul li .product-container {
  line-height: 1.2;
}

/* line 432, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list ul li .product-container .title {
  font-size: 0.8em;
  font-weight: bold;
}

/* line 436, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list ul li .product-container .details-container {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  margin-top: 0.5em;
}

/* line 441, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list ul li .product-container .details-container .duration {
  color: #413A65;
  font-weight: bold;
}

/* line 447, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list ul li .price-container {
  position: absolute;
  display: inline-block;
  right: 5px;
  top: 0;
  line-height: 1;
  color: #413a65;
  font-size: 0.8em;
  font-weight: bold;
  padding: 7px 10px;
  position: absolute;
  width: 75px;
  height: 46px;
  border-radius: 10px 0 0 10px;
}

/* line 462, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list ul li .price-container .from {
  display: inline-block;
  width: 100%;
  font-size: 0.7em;
}

/* line 468, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list ul li .price-container .price {
  display: inline-block;
  width: 100%;
  font-size: 1em;
  line-height: 1;
}

/* line 474, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list ul li .price-container .price .currency {
  font-size: 0.5em;
}

/* line 480, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list ul li.more-products {
  font-size: 0.8em;
  border: none;
  padding-bottom: 0;
  text-align: right;
}

/* line 491, app/assets/stylesheets/home_publishing_groups.scss */
.product-with-description .ribbon-wrapper, .product-without-description .ribbon-wrapper {
  position: absolute;
  right: 0px;
  bottom: 38px;
  width: 75px;
  font-size: 0.8em;
  z-index: 90;
}

/* line 500, app/assets/stylesheets/home_publishing_groups.scss */
.product-with-description .ribbon, .product-without-description .ribbon {
  border-radius: 10px 0 0 0px;
  background-color: #8983a0;
  color: white;
  padding: 5px 10px;
}

/* line 508, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list .ribbon-wrapper {
  position: absolute;
  right: 5px;
  bottom: -10px;
  width: 75px;
  font-size: 0.7em;
  z-index: 90;
}

/* line 517, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-products-list .ribbon {
  border-radius: 10px 0 0 0px;
  background-color: #8983a0;
  color: white;
  padding: 0px 10px;
}

/* line 526, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-image-description .title {
  margin-top: 1em;
}

/* line 529, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-image-description .price {
  padding: 0.3em 0.7em;
  color: white;
  font-size: 1.8rem;
  z-index: 1;
  position: absolute;
  right: 0;
}

/* line 537, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-image-description .view-more-link {
  font-size: 1.4rem;
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  right: 20%;
}

/* line 544, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-image-description .image-background {
  min-height: 20em;
  background-size: cover;
  background-position: 50% 50%;
}

/* line 552, app/assets/stylesheets/home_publishing_groups.scss */
#functional .publishing-group-image-description .view-more-link {
  bottom: initial;
  right: initial;
}

/* line 556, app/assets/stylesheets/home_publishing_groups.scss */
#functional .publishing-group-image-description .price {
  bottom: 0;
  position: relative;
}

/* line 562, app/assets/stylesheets/home_publishing_groups.scss */
.flex-viewport .product-with-extension .chosen-container.chosen-with-drop .chosen-drop,
.flex-viewport .product-img-variable .chosen-container.chosen-with-drop .chosen-drop {
  bottom: 2.5em;
  top: inherit;
}

/* line 568, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension {
  background-color: transparent;
  display: block;
}

/* line 573, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension ul {
  line-height: 1em;
}

/* line 577, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension .product-with-extension {
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  min-height: 365px;
  margin: 0.9375em 0;
}

/* line 582, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension .product-with-extension .image {
  position: relative;
}

/* line 583, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension .product-with-extension .product-description-container {
  padding: 0.935em;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: transparent !important;
}

/* line 592, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension .product-with-extension .title-container {
  padding: 0.9375em;
}

/* line 594, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension .product-with-extension .title-container span.product-description,
.publishing-group-with-extension .product-with-extension .title-container span.duration {
  display: block;
  padding: 0 0 0.2em 0;
}

/* line 599, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension .product-with-extension .title-container span.duration {
  font-size: 0.8em;
  font-weight: normal;
  margin: 0;
  text-align: left;
  visibility: visible;
}

/* line 607, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension .product-with-extension .booking-buttons-container {
  padding-right: 2em;
}

/* line 609, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension .product-with-extension .booking-buttons-container a, .publishing-group-with-extension .product-with-extension .booking-buttons-container .booking-button {
  margin: 0em 0.9375em 0.5em 0em;
  font-weight: bold;
  font-size: 0.8em;
  overflow: hidden;
  padding: 0.2em;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0;
}

/* line 622, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension .product-with-extension .price-container {
  padding: 0 0.9375em 0.9375em 0.9375em;
}

/* line 626, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension .product-with-extension span.from {
  display: block;
  font-size: 0.8em;
}

/* line 630, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension .product-with-extension span.price {
  display: block;
  font-weight: bold;
}

/* line 634, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension .product-with-extension .extension-container {
  padding: 0 0.9375em 0.1em 0.9375em;
}

/* line 637, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension .product-with-extension .select-extension {
  margin: 0;
}

/* line 642, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension ol.flex-control-nav {
  top: 15px;
  height: 25px;
  right: 15px;
  text-align: right;
  overflow: hidden;
  width: 25%;
}

/* line 649, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-with-extension ol.flex-control-nav a {
  text-indent: 999px;
}

/* line 655, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable {
  background-color: transparent;
  display: block;
}

/* line 660, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable ul {
  line-height: 1em;
}

/* line 664, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  display: flex !important;
  min-height: 370px;
  margin: 0.9375em 0;
  flex-direction: column;
  flex-wrap: nowrap !important;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
}

/* line 676, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable > .product-img-variable {
  margin: 0;
}

/* line 678, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure {
  background-size: cover;
  background-position: center;
  display: -moz-box !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1 !important;
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important;
  margin: 0;
}

/* line 694, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure .content-image {
  background-color: transparent;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
  -ms-flex-positive: 1 !important;
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important;
  min-height: 150px;
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
  display: flex !important;
  flex-wrap: wrap !important;
}

/* line 708, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure .content-image .link-info-publication i {
  color: #f98200;
  margin: 0.5em;
  z-index: 2;
}

/* line 714, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure .content-image .container-airports-departures {
  position: relative;
  text-align: right;
  margin: 0 0.5em 0.5em 0.5em;
}

/* line 720, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure .content-image .container-airports-departures .show-airports-departures .fa-plane {
  border-bottom: 2px solid #f98200;
  color: #f98200;
}

/* line 724, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure .content-image .container-airports-departures .show-airports-departures + .airports-departures {
  display: none;
}

/* line 727, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure .content-image .container-airports-departures .show-airports-departures:hover + .airports-departures {
  display: block;
}

/* line 731, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure .content-image .container-airports-departures .airports-departures {
  background-color: #fff;
  border: 2px solid #f98200;
  color: #111;
  font-size: 0.8em;
  padding: 1em;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 10;
}

/* line 742, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure .content-image .container-airports-departures .airports-departures::after, .publishing-group-img-variable .product-img-variable figure .content-image .container-airports-departures .airports-departures::before {
  bottom: 100%;
  left: 96%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 753, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure .content-image .container-airports-departures .airports-departures::after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

/* line 759, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure .content-image .container-airports-departures .airports-departures::before {
  border-color: rgba(249, 130, 0, 0);
  border-bottom-color: #f98200;
  border-width: 14px;
  margin-left: -14px;
}

/* line 766, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure .content-image .container-airports-departures .airports-departures ul.no-bullet {
  margin: 0;
  text-align: left;
}

/* line 769, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure .content-image .container-airports-departures .airports-departures ul.no-bullet li {
  margin: 0 0 0.5em 0;
}

/* line 771, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure .content-image .container-airports-departures .airports-departures ul.no-bullet li:last-child {
  margin: 0;
}

/* line 779, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure:hover .content-image {
  background-color: #0058a2;
  /*opacity: 0.9;*/
}

/* line 784, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure:hover figcaption {
  -ms-flex-item-align: center !important;
  align-self: center !important;
  background-color: transparent;
  -ms-flex-positive: 1 !important;
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important;
  opacity: 1;
  text-align: center !important;
  -webkit-transition: -webkit-all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
}

/* line 797, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure:hover .title-container .duration {
  text-align: center;
}

/* line 799, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure figcaption {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
  background-color: #0058a2;
  color: #fff;
  font-weight: bold;
  opacity: 0.9;
  padding: 1rem;
  width: 100%;
}

/* line 809, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure figcaption .title-container a {
  color: #fff;
}

/* line 811, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure figcaption .product-description {
  display: block;
  text-transform: uppercase;
}

/* line 815, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable figure figcaption .duration {
  color: #fff;
  display: block;
  font-size: 0.9em;
  text-align: left;
  margin: 0;
}

/* line 825, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable .booking-buttons-container {
  margin: 0.7em 0 0 0;
}

/* line 827, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable .booking-buttons-container a, .publishing-group-img-variable .product-img-variable .booking-buttons-container .booking-button {
  margin: 0em 0.9375em 0.5em 0em;
  font-weight: bold;
  font-size: 0.8em;
  overflow: hidden;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0;
}

/* line 837, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable .booking-buttons-container .chosen-container .chosen-drop {
  left: -9999999999999999999999999999999999999999px;
}

/* line 842, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable .content-price {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap !important;
  flex: 2;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  padding: 0.9375em;
}

/* line 854, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable span.from {
  display: block;
  font-size: 0.8em;
  padding: 0 0 0.5em 0;
}

/* line 859, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable span.price {
  display: block;
  font-weight: bold;
}

/* line 863, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable .content-distinctives {
  padding: 0.5em 0 0 0;
}

/* line 866, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable .content-distinctives .feature-gp {
  height: 24px;
  width: 26px;
  padding: 0 5px 0 0;
}

/* line 872, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable .extension-container {
  padding: 0 0.9375em 0.9375em 0.9375em;
}

/* line 875, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable .product-img-variable .select-extension {
  margin: 0;
}

/* line 880, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable ol.flex-control-nav {
  top: 15px;
  height: 25px;
  right: 15px;
  text-align: right;
  overflow: hidden;
  width: 25%;
}

/* line 887, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-img-variable ol.flex-control-nav a {
  text-indent: 999px;
}

/* line 894, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 {
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  margin: 0.9375em 0;
}

/* line 900, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 .title-container {
  padding: 15px;
  background-color: #e3e3e3;
  border: 1px solid #DDD;
}

/* line 905, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 .title-container span.title {
  font-size: 1.2em;
}

/* line 909, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 .product-content {
  padding: 1em;
}

/* line 912, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 .product-content .content-duration-and-price {
  border-bottom: black dotted 1px;
}

/* line 914, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 .product-content .content-duration-and-price .price-container {
  font-weight: bold;
}

/* line 917, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 .product-content .content-duration-and-price .offer_text {
  font-size: 0.9em;
  white-space: nowrap;
}

/* line 922, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 .product-content .content-duration-and-price .last_departure_month {
  margin-bottom: .5rem;
  font-weight: bold;
}

/* line 929, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 .product-content .content-distinctives .features-list {
  margin: 0;
}

/* line 934, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 .product-content .detailed_text {
  margin-top: 0.2em;
  overflow: hidden;
  font-size: 0.9em;
  height: 45px;
}

/* line 941, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 .product-content .inline-list > li {
  margin-left: 0;
  margin-right: 0.5em;
}

/* line 949, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 .image-background {
  height: 200px;
  width: 100%;
  background-color: #E3E3E3;
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 957, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 .image-background img {
  height: 200px;
}

/* line 961, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 .publication-container-11 img.image-background {
  object-fit: cover;
}

/* line 965, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 ol.flex-control-nav {
  top: 15px;
  height: 25px;
  right: 15px;
  text-align: right;
  overflow: hidden;
  width: 25%;
}

/* line 972, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-11 ol.flex-control-nav a {
  text-indent: 999px;
}

/* line 978, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-luxotour-mosaic {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 982, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-luxotour-mosaic hr {
  border-top: 1px solid #111;
  border-bottom: 1px solid #ccc;
  margin: 10px 10px 0 10px;
}

/* line 988, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-luxotour-mosaic .title-container {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  min-height: 52px;
}

/* line 993, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-luxotour-mosaic .title-container span.title {
  color: #525251;
  font-size: 0.9em;
  text-align: center;
}

/* line 1000, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-luxotour-mosaic .price-container {
  color: #111;
  padding: 0 10px;
}

/* line 1003, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-luxotour-mosaic .price-container .from {
  width: 100%;
  font-size: 0.7em;
  text-transform: lowercase;
}

/* line 1009, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-luxotour-mosaic .price-container .price {
  display: inline-block;
  width: 100%;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1em;
}

/* line 1015, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-luxotour-mosaic .price-container .price .currency {
  font-size: 0.5em;
}

/* line 1019, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-luxotour-mosaic .price-container .duration {
  background-color: #fff !important;
  color: #4d4a47 !important;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
}

/* line 1029, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-luxotour-mosaic .details-container {
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 0.9375em;
  text-align: right;
}

/* line 1037, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-luxotour-mosaic .details-container p {
  font-size: 0.9em;
  text-align: left;
}

/* line 1044, app/assets/stylesheets/home_publishing_groups.scss */
.row-publishing-group-three-centered-in-image {
  left: 10%;
  margin: 0 !important;
  position: absolute;
  top: 150px;
  width: 80% !important;
}

@media only screen and (max-width: 768px) {
  /* line 1053, app/assets/stylesheets/home_publishing_groups.scss */
  .row-publishing-group-three-centered-in-image {
    left: 0;
    margin: 0 !important;
    position: relative;
    top: 0;
    width: 100% !important;
  }
  /* line 1060, app/assets/stylesheets/home_publishing_groups.scss */
  .row-publishing-group-three-centered-in-image .publishing-group-luxotour-mosaic {
    margin-bottom: 20px;
  }
  /* line 1064, app/assets/stylesheets/home_publishing_groups.scss */
  .publishing-group-luxotour-mosaic {
    margin-bottom: 2em;
  }
  /* line 1069, app/assets/stylesheets/home_publishing_groups.scss */
  .publishing-group-three-centered-in-image .image-background {
    height: 250px;
    width: 100%;
    background-color: transparent;
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  /* line 1079, app/assets/stylesheets/home_publishing_groups.scss */
  .publishing-group-three-centered-in-image .content-view-link {
    margin: 190px 0 0 0;
  }
}

/* line 1085, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 .publishing-group-container {
  margin-top: 1em !important;
}

/* line 1090, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 .carousel-control, #carousel-product-show .carousel-control {
  background-image: none;
  text-shadow: none;
  opacity: 1;
  width: 30px;
  top: inherit;
  bottom: 91px;
  z-index: 15;
}

/* line 1099, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 .carousel-control.right, #carousel-product-show .carousel-control.right {
  right: 20px;
}

/* line 1103, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 .carousel-product-show-left, #carousel-product-show .carousel-product-show-left {
  background: none repeat scroll 0 0 rgba(34, 34, 34, 0.3);
  border-radius: 100px;
  outline: 0 none;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  color: #fff;
  width: 60px;
  height: 60px;
  top: 50%;
  position: fixed;
  left: 1em;
}

/* line 1114, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 .carousel-product-show-left i, #carousel-product-show .carousel-product-show-left i {
  display: block !important;
  margin-top: 9px;
}

/* line 1118, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 .carousel-product-show-left:hover, #carousel-product-show .carousel-product-show-left:hover {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  color: #9d1c32;
}

/* line 1124, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 .carousel-product-show-right, #carousel-product-show .carousel-product-show-right {
  background: none repeat scroll 0 0 rgba(34, 34, 34, 0.3);
  border-radius: 100px;
  outline: 0 none;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  color: #fff;
  width: 60px;
  height: 60px;
  top: 50%;
  position: fixed;
  right: 1em;
}

/* line 1135, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 .carousel-product-show-right i, #carousel-product-show .carousel-product-show-right i {
  margin-top: 9px;
}

/* line 1138, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 .carousel-product-show-right:hover, #carousel-product-show .carousel-product-show-right:hover {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  color: #9d1c32;
}

/* line 1145, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 #title-gp-list, #carousel-publishing-groups-14 #nav-tab-product-show, #carousel-product-show #title-gp-list, #carousel-product-show #nav-tab-product-show {
  display: table;
  height: 35px;
  width: 88%;
  margin: 5px auto;
}

/* line 1151, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 #title-gp-list #center-list-item-nav-carousel, #carousel-publishing-groups-14 #nav-tab-product-show #center-list-item-nav-carousel, #carousel-product-show #title-gp-list #center-list-item-nav-carousel, #carousel-product-show #nav-tab-product-show #center-list-item-nav-carousel {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 1157, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 #title-gp-list .carousel-indicators, #carousel-publishing-groups-14 #nav-tab-product-show .carousel-indicators, #carousel-product-show #title-gp-list .carousel-indicators, #carousel-product-show #nav-tab-product-show .carousel-indicators {
  left: inherit;
  margin: 0px;
  text-align: left;
  padding-left: inherit;
  width: inherit;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  bottom: inherit;
  z-index: 1;
}

/* line 1169, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 #title-gp-list .carousel-indicators li, #carousel-publishing-groups-14 #nav-tab-product-show .carousel-indicators li, #carousel-product-show #title-gp-list .carousel-indicators li, #carousel-product-show #nav-tab-product-show .carousel-indicators li {
  background: transparent !important;
  height: 30px;
  border: none;
  border-radius: 0;
  font-size: 1em;
  margin: 0 -3px;
  text-indent: 0px;
  width: 150px;
}

/* line 1178, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 #title-gp-list .carousel-indicators li a, #carousel-publishing-groups-14 #nav-tab-product-show .carousel-indicators li a, #carousel-product-show #title-gp-list .carousel-indicators li a, #carousel-product-show #nav-tab-product-show .carousel-indicators li a {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  color: #888;
  height: 30px;
  text-indent: 0px;
  text-align: center;
  font-size: 1em;
  padding: 3px;
  display: inline-block;
  width: 150px;
}

/* line 1189, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 #title-gp-list .carousel-indicators li a:hover, #carousel-publishing-groups-14 #nav-tab-product-show .carousel-indicators li a:hover, #carousel-product-show #title-gp-list .carousel-indicators li a:hover, #carousel-product-show #nav-tab-product-show .carousel-indicators li a:hover {
  background-color: #646473;
  color: #fff;
}

/* line 1195, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 #title-gp-list .carousel-indicators li.active a, #carousel-publishing-groups-14 #nav-tab-product-show .carousel-indicators li.active a, #carousel-product-show #title-gp-list .carousel-indicators li.active a, #carousel-product-show #nav-tab-product-show .carousel-indicators li.active a {
  background-color: #646473;
  color: #fff;
}

/* line 1198, app/assets/stylesheets/home_publishing_groups.scss */
#carousel-publishing-groups-14 #title-gp-list .carousel-indicators li.active a:hover, #carousel-publishing-groups-14 #nav-tab-product-show .carousel-indicators li.active a:hover, #carousel-product-show #title-gp-list .carousel-indicators li.active a:hover, #carousel-product-show #nav-tab-product-show .carousel-indicators li.active a:hover {
  background-color: #646473;
}

/* line 1209, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-video-and-product .flex-control-nav {
  z-index: 9999;
}

/* line 1214, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-mosaic-without-carousel {
  margin: 3em 0;
}

/* line 1216, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-mosaic-without-carousel .title {
  display: block;
  text-align: center;
}

/* line 1220, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-mosaic-without-carousel .observations {
  text-align: center;
}

/* line 1223, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-mosaic-without-carousel .fluid-mosaic {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

/* line 1229, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-mosaic-without-carousel .product-mosaic {
  border: 1px solid #fff;
  padding: 0.5em;
}

/* line 1232, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-mosaic-without-carousel .product-mosaic:hover {
  border: 1px solid #003066;
}

/* line 1235, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-mosaic-without-carousel .product-mosaic .content-image {
  text-align: center;
}

/* line 1240, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-mosaic-without-carousel .product-mosaic .product-content .title-container a {
  color: #707070;
}

/* line 1242, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-mosaic-without-carousel .product-mosaic .product-content .title-container a:hover {
  color: #de1d22;
  text-decoration: underline;
}

/* line 1248, app/assets/stylesheets/home_publishing_groups.scss */
.publishing-group-mosaic-without-carousel .product-mosaic .product-content .product-description {
  display: block;
  margin: 10px 0 0 0;
  text-align: center;
}

/* line 1257, app/assets/stylesheets/home_publishing_groups.scss */
.clone .chosen-container .chosen-drop {
  display: none;
}

/* line 5, app/assets/stylesheets/home_reservation_options.scss */
#menu-lateral .reservation-option-colapsed p {
  margin: 0;
}

/* line 9, app/assets/stylesheets/home_reservation_options.scss */
#menu-lateral .reservation-option {
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 16, app/assets/stylesheets/home_reservation_options.scss */
#menu-lateral .reservation-option h2 {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #8983A0;
  color: white;
  font-size: 1em;
  padding: 0.4em 0.7em;
  margin: 0;
  text-transform: uppercase;
}

/* line 27, app/assets/stylesheets/home_reservation_options.scss */
#menu-lateral .reservation-option ul {
  list-style: none;
}

/* line 29, app/assets/stylesheets/home_reservation_options.scss */
#menu-lateral .reservation-option ul li {
  padding: 0.7em;
  margin: 0;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
  min-height: 60px;
}

/* line 36, app/assets/stylesheets/home_reservation_options.scss */
#menu-lateral .reservation-option ul li .superdestination {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
}

/* line 41, app/assets/stylesheets/home_reservation_options.scss */
#menu-lateral .reservation-option ul li .duration {
  font-size: 0.7em;
  color: #413A65;
  font-weight: bold;
  display: block;
}

/* line 48, app/assets/stylesheets/home_reservation_options.scss */
#menu-lateral .reservation-option ul li .price-container {
  position: absolute;
  display: inline-block;
  right: 3px;
  top: -0.3em;
  line-height: 1;
  color: #413a65;
  font-size: 0.8em;
  font-weight: bold;
  padding: 7px 10px;
  position: absolute;
  width: 75px;
  height: 46px;
  border-radius: 10px 0 0 10px;
}

/* line 63, app/assets/stylesheets/home_reservation_options.scss */
#menu-lateral .reservation-option ul li .price-container .from {
  display: inline-block;
  width: 100%;
  font-size: 0.7em;
}

/* line 69, app/assets/stylesheets/home_reservation_options.scss */
#menu-lateral .reservation-option ul li .price-container .price {
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
  line-height: 1;
}

/* line 75, app/assets/stylesheets/home_reservation_options.scss */
#menu-lateral .reservation-option ul li .price-container .price .currency {
  font-size: 0.5em;
}

/* line 82, app/assets/stylesheets/home_reservation_options.scss */
#menu-lateral .reservation-option ul li:last-child {
  border: none;
}

/* line 91, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .chosen-container-single, #destination-filter .chosen-container-single, #reservation-options-slider-form .chosen-container-single, #reservation-options-mobile-form .chosen-container-single {
  width: 100% !important;
}

/* line 94, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .zona, #destination-filter .zona, #reservation-options-slider-form .zona, #reservation-options-mobile-form .zona {
  font-weight: bold;
  text-decoration: underline;
}

/* line 98, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .subzona, #destination-filter .subzona, #reservation-options-slider-form .subzona, #reservation-options-mobile-form .subzona {
  font-weight: bold;
  margin-left: 10px;
}

/* line 103, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .destino, #destination-filter .destino, #reservation-options-slider-form .destino, #reservation-options-mobile-form .destino {
  margin-left: 20px;
}

/* line 107, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.destination-icon, #destination-filter .ui-menu .ui-menu-item a.destination-icon, #reservation-options-slider-form .ui-menu .ui-menu-item a.destination-icon, #reservation-options-mobile-form .ui-menu .ui-menu-item a.destination-icon {
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 5px;
}

/* line 112, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.area, #destination-filter .ui-menu .ui-menu-item a.area, #reservation-options-slider-form .ui-menu .ui-menu-item a.area, #reservation-options-mobile-form .ui-menu .ui-menu-item a.area {
  background-image: url(/assets/tipos-destinos/area-f774a30294ee246ed179b6280734fc193ab63cff4b4be37f9dc41a4c218369cf.png);
}

/* line 115, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.area:hover, #destination-filter .ui-menu .ui-menu-item a.area:hover, #reservation-options-slider-form .ui-menu .ui-menu-item a.area:hover, #reservation-options-mobile-form .ui-menu .ui-menu-item a.area:hover {
  background-image: url(/assets/tipos-destinos/area-hover-9bae14794512ef75022bb0d93bff80f72ba4a50514d668eefa33a1834ba91c64.png);
}

/* line 118, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.city, #destination-filter .ui-menu .ui-menu-item a.city, #reservation-options-slider-form .ui-menu .ui-menu-item a.city, #reservation-options-mobile-form .ui-menu .ui-menu-item a.city {
  background-image: url(/assets/tipos-destinos/city-a5738189558fc36517056e2d5146ccb481546f1e792a1148e5b4df0f71c30bf7.png);
}

/* line 121, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.city:hover, #destination-filter .ui-menu .ui-menu-item a.city:hover, #reservation-options-slider-form .ui-menu .ui-menu-item a.city:hover, #reservation-options-mobile-form .ui-menu .ui-menu-item a.city:hover {
  background-image: url(/assets/tipos-destinos/city-hover-a6cf3ed61a6b38ec3f2b12a60f5f4309aa05e069f3de78569185d779cadb203c.png);
}

/* line 124, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.center, #destination-filter .ui-menu .ui-menu-item a.center, #reservation-options-slider-form .ui-menu .ui-menu-item a.center, #reservation-options-mobile-form .ui-menu .ui-menu-item a.center {
  background-image: url(/assets/tipos-destinos/center-571d646ab02c131f4b3eb518b29ad036ad165a167e5b3f0090b9a74ee23977da.png);
}

/* line 127, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.center:hover, #destination-filter .ui-menu .ui-menu-item a.center:hover, #reservation-options-slider-form .ui-menu .ui-menu-item a.center:hover, #reservation-options-mobile-form .ui-menu .ui-menu-item a.center:hover {
  background-image: url(/assets/tipos-destinos/center-hover-af90c2bf59ecedb53a3c8d8c24122d346173b481f2a868d1126bfc03318f2cb2.png);
}

/* line 130, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.populatedplace, #destination-filter .ui-menu .ui-menu-item a.populatedplace, #reservation-options-slider-form .ui-menu .ui-menu-item a.populatedplace, #reservation-options-mobile-form .ui-menu .ui-menu-item a.populatedplace {
  background-image: url(/assets/tipos-destinos/populatedplace-9b1c105f50c36d1b44cabaa4f2a7cc2677c8b12cdcbae0927feb317b1f2ca057.png);
}

/* line 133, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.populatedplace:hover, #destination-filter .ui-menu .ui-menu-item a.populatedplace:hover, #reservation-options-slider-form .ui-menu .ui-menu-item a.populatedplace:hover, #reservation-options-mobile-form .ui-menu .ui-menu-item a.populatedplace:hover {
  background-image: url(/assets/tipos-destinos/populatedplace-hover-a843bdb54293c01c1491ddad91cbcae42c08f5c3e435aac41f59d546784552f2.png);
}

/* line 136, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.island, #destination-filter .ui-menu .ui-menu-item a.island, #reservation-options-slider-form .ui-menu .ui-menu-item a.island, #reservation-options-mobile-form .ui-menu .ui-menu-item a.island {
  background-image: url(/assets/tipos-destinos/island-985f2159ab5da44d91f02fa2d9b462d221e49f7bfb3d2d927c5c5a32ad224152.png);
}

/* line 139, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.island:hover, #destination-filter .ui-menu .ui-menu-item a.island:hover, #reservation-options-slider-form .ui-menu .ui-menu-item a.island:hover, #reservation-options-mobile-form .ui-menu .ui-menu-item a.island:hover {
  background-image: url(/assets/tipos-destinos/island-hover-777f04d2210d95d7f37959f8e1e371d114d1ae6c9a18d82da3a56f45f05ecfe9.png);
}

/* line 142, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.mountain, #destination-filter .ui-menu .ui-menu-item a.mountain, #reservation-options-slider-form .ui-menu .ui-menu-item a.mountain, #reservation-options-mobile-form .ui-menu .ui-menu-item a.mountain {
  background-image: url(/assets/tipos-destinos/mountain-c4b3df6638e02d71a1d8b0433f7847e1388d3308b723c35b9ad12287de03e25c.png);
}

/* line 145, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.mountain:hover, #destination-filter .ui-menu .ui-menu-item a.mountain:hover, #reservation-options-slider-form .ui-menu .ui-menu-item a.mountain:hover, #reservation-options-mobile-form .ui-menu .ui-menu-item a.mountain:hover {
  background-image: url(/assets/tipos-destinos/mountain-hover-aa8cb155838048743765a54dbbcbde255053bbc6388d088f8d24002213b094ac.png);
}

/* line 148, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.coast, #destination-filter .ui-menu .ui-menu-item a.coast, #reservation-options-slider-form .ui-menu .ui-menu-item a.coast, #reservation-options-mobile-form .ui-menu .ui-menu-item a.coast {
  background-image: url(/assets/tipos-destinos/beach-63f4ce86909423b97c4d7f867f16d49abb2ba7cada72fb321aede09e35c4beec.png);
}

/* line 151, app/assets/stylesheets/home_reservation_options.scss */
#reservation-options .ui-menu .ui-menu-item a.coast:hover, #destination-filter .ui-menu .ui-menu-item a.coast:hover, #reservation-options-slider-form .ui-menu .ui-menu-item a.coast:hover, #reservation-options-mobile-form .ui-menu .ui-menu-item a.coast:hover {
  background-image: url(/assets/tipos-destinos/beach-hover-441cb9f269efc2b357c2c18e549655a50ef89181fb0bbf5406ab95f4050e87c0.png);
}

/* line 155, app/assets/stylesheets/home_reservation_options.scss */
.ToponymName {
  font-size: 0.75em;
  font-weight: bold;
}

/* line 159, app/assets/stylesheets/home_reservation_options.scss */
.AdminName1 {
  font-size: 0.70em;
}

/* line 162, app/assets/stylesheets/home_reservation_options.scss */
.AdminName2 {
  font-size: 0.70em;
}

/* line 165, app/assets/stylesheets/home_reservation_options.scss */
.CountryName {
  font-size: 0.70em;
}

/* line 168, app/assets/stylesheets/home_reservation_options.scss */
#fechaDesdeContainer, #fechaHastaContainer {
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

/* line 174, app/assets/stylesheets/home_reservation_options.scss */
#fechaDesdeContainer.move-right, #fechaHastaContainer.move-right {
  width: 0;
  overflow: hidden;
}

/* line 180, app/assets/stylesheets/home_reservation_options.scss */
#reservation-option-slider-box {
  position: absolute;
  top: 2em;
  z-index: 2;
}

/* line 184, app/assets/stylesheets/home_reservation_options.scss */
#reservation-option-slider-box .box-slider {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.6em;
  border-radius: 20px;
  transform: scale(0);
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

/* line 193, app/assets/stylesheets/home_reservation_options.scss */
#reservation-option-slider-box .box-slider p {
  margin-bottom: 0;
}

/* line 195, app/assets/stylesheets/home_reservation_options.scss */
#reservation-option-slider-box .box-slider p i {
  margin-right: 0.15em;
}

/* line 199, app/assets/stylesheets/home_reservation_options.scss */
#reservation-option-slider-box .box-slider a {
  font-size: 0.9em;
}

/* line 201, app/assets/stylesheets/home_reservation_options.scss */
#reservation-option-slider-box .box-slider a:hover {
  text-decoration: underline;
}

/* line 205, app/assets/stylesheets/home_reservation_options.scss */
#reservation-option-slider-box .box-slider.open {
  transform: scale(1);
}

/* line 209, app/assets/stylesheets/home_reservation_options.scss */
#reservation-option-slider-box.z-index-1 {
  z-index: -1;
}

/* line 217, app/assets/stylesheets/home_reservation_options.scss */
.destinations-tree option {
  font-weight: normal;
}

/* The Grid ---------------------- */
@media only screen and (min-width: 768px) {
  /* line 4, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini {
    position: absolute;
  }
}

/* line 9, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini, #search-filters-by-content {
  top: 5px;
  z-index: 2;
}

/* line 13, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini input[type="text"], #form-mini input[type="password"], #form-mini input[type="date"], #form-mini input[type="datetime"], #form-mini input[type="datetime-local"], #form-mini input[type="month"], #form-mini input[type="week"], #form-mini input[type="email"], #form-mini input[type="number"], #form-mini input[type="search"], #form-mini input[type="tel"], #form-mini input[type="time"], #form-mini input[type="url"], #form-mini textarea, #form-mini input[type="file"], #form-mini input[type="checkbox"], #form-mini input[type="radio"], #form-mini select, #form-mini .chosen-container, #search-filters-by-content input[type="text"], #search-filters-by-content input[type="password"], #search-filters-by-content input[type="date"], #search-filters-by-content input[type="datetime"], #search-filters-by-content input[type="datetime-local"], #search-filters-by-content input[type="month"], #search-filters-by-content input[type="week"], #search-filters-by-content input[type="email"], #search-filters-by-content input[type="number"], #search-filters-by-content input[type="search"], #search-filters-by-content input[type="tel"], #search-filters-by-content input[type="time"], #search-filters-by-content input[type="url"], #search-filters-by-content textarea, #search-filters-by-content input[type="file"], #search-filters-by-content input[type="checkbox"], #search-filters-by-content input[type="radio"], #search-filters-by-content select, #search-filters-by-content .chosen-container {
  margin-bottom: 0.25em !important;
}

/* line 16, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini button, #form-mini .button, #search-filters-by-content button, #search-filters-by-content .button {
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}

/* line 20, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini form, #search-filters-by-content form {
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .show-for-small-up, #form-mini .show-for-medium-up, #search-filters-by-content .show-for-small-up, #search-filters-by-content .show-for-medium-up {
  display: none !important;
}

/* line 26, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .show-for-small, #search-filters-by-content .show-for-small {
  display: block !important;
}

/* line 31, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .row {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
}

/* line 32, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

/* line 33, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .row.collapse .column,
#form-mini .row.collapse .columns {
  padding: 0;
}

/* line 35, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

/* line 36, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .row .row.collapse {
  margin: 0;
}

/* line 38, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .column, #form-mini .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

/* line 39, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .content-search-filter .column, #form-mini .content-search-filter .columns {
  padding: 0;
}

/* line 41, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .column.small-centered, .columns.small-centered {
  float: none;
  margin: 0 auto;
}

/* line 43, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini [class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 44, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini [class*="column"] + .end[class*="column"] {
  float: left;
}

@media only screen {
  /* line 48, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .small-1,
#form-mini .row .small-1 {
    width: 8.33333%;
  }
  /* line 51, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .small-2,
#form-mini .row .small-2 {
    width: 16.66667%;
  }
  /* line 54, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .small-3,
#form-mini .row .small-3 {
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .small-4,
#form-mini .row .small-4 {
    width: 33.33333%;
  }
  /* line 60, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .small-5,
#form-mini .row .small-5 {
    width: 41.66667%;
  }
  /* line 63, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .small-6,
#form-mini .row .small-6 {
    width: 50%;
  }
  /* line 66, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .small-7,
#form-mini .row .small-7 {
    width: 58.33333%;
  }
  /* line 69, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .small-8,
#form-mini .row .small-8 {
    width: 66.66667%;
  }
  /* line 72, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .small-9,
#form-mini .row .small-9 {
    width: 75%;
  }
  /* line 75, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .small-10,
#form-mini .row .small-10 {
    width: 83.33333%;
  }
  /* line 78, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .small-11,
#form-mini .row .small-11 {
    width: 91.66667%;
  }
  /* line 81, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .small-12,
#form-mini .row .small-12 {
    width: 100%;
  }
  /* line 84, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .row .small-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 85, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .row .small-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 86, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .row .small-offset-3 {
    margin-left: 25%;
  }
  /* line 87, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .row .small-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 88, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .row .small-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 89, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .row .small-offset-6 {
    margin-left: 50%;
  }
  /* line 90, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .row .small-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 91, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .row .small-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 92, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .row .small-offset-9 {
    margin-left: 75%;
  }
  /* line 93, app/assets/stylesheets/home_reservation_option_slider.scss */
  #form-mini .row .small-offset-10 {
    margin-left: 83.33333%;
  }
}

/* line 96, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .pull-2 {
  right: 16.66667%;
}

/* line 97, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .pull-3 {
  right: 25%;
}

/* line 98, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .pull-4 {
  right: 33.33333%;
}

/* line 99, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .pull-5 {
  right: 41.66667%;
}

/* line 100, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .pull-6 {
  right: 50%;
}

/* line 101, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .pull-7 {
  right: 58.33333%;
}

/* line 102, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .pull-8 {
  right: 66.66667%;
}

/* line 103, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .pull-9 {
  right: 75%;
}

/* line 104, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .pull-10 {
  right: 83.33333%;
}

/* line 106, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .push-2 {
  left: 16.66667%;
}

/* line 107, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .push-3 {
  left: 25%;
}

/* line 108, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .push-4 {
  left: 33.33333%;
}

/* line 109, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .push-5 {
  left: 41.66667%;
}

/* line 110, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .push-6 {
  left: 50%;
}

/* line 111, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .push-7 {
  left: 58.33333%;
}

/* line 112, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .push-8 {
  left: 66.66667%;
}

/* line 113, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .push-9 {
  left: 75%;
}

/* line 114, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .push-10 {
  left: 83.33333%;
}

/* Nicolas Gallagher's micro clearfix */
/* line 117, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .row {
  *zoom: 1;
}

/* line 118, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .row:before, .row:after {
  content: " ";
  display: table;
}

/* line 119, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-mini .row:after {
  clear: both;
}

/* line 121, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-horizontal {
  position: absolute;
  top: 8em;
  width: 100%;
  z-index: 3;
}

/* line 127, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-horizontal input[type="text"], #form-horizontal input[type="password"], #form-horizontal input[type="date"], #form-horizontal input[type="datetime"], #form-horizontal input[type="datetime-local"], #form-horizontal input[type="month"], #form-horizontal input[type="week"], #form-horizontal input[type="email"], #form-horizontal input[type="number"], #form-horizontal input[type="search"], #form-horizontal input[type="tel"], #form-horizontal input[type="time"], #form-horizontal input[type="url"], #form-horizontal textarea, #form-horizontal input[type="file"], #form-horizontal input[type="checkbox"], #form-horizontal input[type="radio"], #form-horizontal select, #form-horizontal .chosen-container, #form-horizontal .chosen-container-single, #form-horizontal .chosen-single {
  margin-bottom: 0.25em !important;
  height: 3em;
}

/* line 131, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-horizontal button, #form-horizontal .button {
  margin-bottom: 0.25em;
  height: 3em;
}

/* line 135, app/assets/stylesheets/home_reservation_option_slider.scss */
#form-horizontal form {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker-inline {
  width: 220px;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker-rtl {
  direction: rtl;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker > div {
  display: none;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker.days div.datepicker-days {
  display: block;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker.months div.datepicker-months {
  display: block;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker.years div.datepicker-years {
  display: block;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker table {
  border: 0;
  margin: 0;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker td.active.day, .datepicker th.active.day {
  background: #2ba6cb;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker td.active.year, .datepicker th.active.year {
  background: #2ba6cb;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker td span.active, .datepicker th span.active {
  background: #2ba6cb;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker th.date-switch {
  width: 145px;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker thead tr:first-child th, .datepicker tfoot tr:first-child th {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker-dropdown::before, .datepicker-dropdown::after {
  display: none;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker td.old, .datepicker td.new {
  color: #999;
}

/* line 1, app/assets/stylesheets/foundation-datepicker.css */
.datepicker td.day.disabled {
  color: #eee;
}

/* line 2, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-footer_groups-5d601b012b56/app/assets/stylesheets/footer_groups.scss */
.footer-in-header ul {
  display: inline-block;
  list-style: none;
  font-size: 0.9em;
}

/* line 7, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-footer_groups-5d601b012b56/app/assets/stylesheets/footer_groups.scss */
.footer-in-header ul li a {
  text-align: center;
}

/* line 9, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-footer_groups-5d601b012b56/app/assets/stylesheets/footer_groups.scss */
.footer-in-header ul li a span {
  display: block;
}

/* line 16, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-footer_groups-5d601b012b56/app/assets/stylesheets/footer_groups.scss */
footer ul:not(#social-networks-footer) {
  list-style: none;
  font-size: 0.9em;
}

/* line 19, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-footer_groups-5d601b012b56/app/assets/stylesheets/footer_groups.scss */
footer ul:not(#social-networks-footer) li:before {
  content: "\003E \0020 ";
  padding-right: 7px;
}

/* line 23, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-footer_groups-5d601b012b56/app/assets/stylesheets/footer_groups.scss */
footer ul:not(#social-networks-footer) .item-icon-vertical {
  height: 24px;
}

/* line 26, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-footer_groups-5d601b012b56/app/assets/stylesheets/footer_groups.scss */
footer ul:not(#social-networks-footer) .item-icon-horizontal {
  max-height: 100px;
}

/* line 31, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-footer_groups-5d601b012b56/app/assets/stylesheets/footer_groups.scss */
footer .footer-group {
  border-right: 1px solid;
  min-height: 165px;
}

/* line 35, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-footer_groups-5d601b012b56/app/assets/stylesheets/footer_groups.scss */
footer .horizontal-item-inline > li:before {
  content: "";
}

/* line 38, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-footer_groups-5d601b012b56/app/assets/stylesheets/footer_groups.scss */
footer .horizontal-item-inline {
  margin-bottom: 0;
  display: inline-block;
}

/* line 41, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-footer_groups-5d601b012b56/app/assets/stylesheets/footer_groups.scss */
footer .horizontal-item-inline img, footer .horizontal-item-inline span {
  float: left;
  margin: 2px;
}

/* line 46, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-footer_groups-5d601b012b56/app/assets/stylesheets/footer_groups.scss */
footer #fixed-bottom {
  position: fixed;
  font-size: 1.2em;
  width: 100%;
  bottom: 0px;
  text-align: center;
}

/* line 52, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-footer_groups-5d601b012b56/app/assets/stylesheets/footer_groups.scss */
footer #fixed-bottom li {
  padding: 0.7em;
}

/* line 1, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-members-c6855c7206c2/app/assets/stylesheets/members.scss */
#members {
  margin-bottom: 40px;
}

/* line 5, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-members-c6855c7206c2/app/assets/stylesheets/members.scss */
#members .member-image img {
  width: 100%;
}

/* line 9, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-members-c6855c7206c2/app/assets/stylesheets/members.scss */
#members .member-name a {
  font-weight: bold;
  font-size: 1.1em;
}

/* line 13, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-members-c6855c7206c2/app/assets/stylesheets/members.scss */
#members .member-info {
  padding-bottom: 0.9375em;
  padding-top: 0.9375em;
}

/* line 17, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-members-c6855c7206c2/app/assets/stylesheets/members.scss */
#members .member-text {
  padding: 10px;
  font-size: 0.8em;
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.25);
}

/* line 1, app/assets/stylesheets/slider.scss */
.flexslider {
  margin: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

/* line 4, app/assets/stylesheets/slider.scss */
.flexslider .arrows-down {
  position: absolute;
  bottom: 3em;
  width: 100%;
}

/* line 10, app/assets/stylesheets/slider.scss */
.flexslider .slider > li:not(.flex-active-slide), .flexslider .slides > li:not(.flex-active-slide) {
  z-index: 0 !important;
}

/* line 16, app/assets/stylesheets/slider.scss */
.flex-direction-nav a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  top: 95%;
}

@media only screen and (max-width: 768px) {
  /* line 19, app/assets/stylesheets/slider.scss */
  .flex-direction-nav a {
    display: none;
  }
}

/* line 24, app/assets/stylesheets/slider.scss */
.flexslider .flex-next, .flexslider .flex-prev {
  opacity: 1;
}

/* line 25, app/assets/stylesheets/slider.scss */
.flexslider .flex-prev {
  left: 0px;
}

/* line 26, app/assets/stylesheets/slider.scss */
.flexslider .flex-next {
  right: 0px;
}

/* line 27, app/assets/stylesheets/slider.scss */
.flexslider {
  border: 0px;
}

/* line 28, app/assets/stylesheets/slider.scss */
.flexslider .slides > li {
  position: relative;
}

/* line 31, app/assets/stylesheets/slider.scss */
.flex-control-thumbs li {
  width: 10%;
}

/* line 34, app/assets/stylesheets/slider.scss */
.flexslider .slides li img {
  width: auto;
}

/* line 35, app/assets/stylesheets/slider.scss */
.flexslider .slides li img.image-slider {
  width: 100%;
}

/* line 36, app/assets/stylesheets/slider.scss */
.caption-slider {
  top: 0;
  position: absolute;
  width: 100%;
  padding: 1em;
}

/* line 42, app/assets/stylesheets/slider.scss */
.caption-slider .P1, .caption-slider .P2, .caption-slider .P3, .caption-slider .P4 {
  color: #fff;
  padding: 1em;
}

/* line 46, app/assets/stylesheets/slider.scss */
.caption-slider .P1, .caption-slider .P2 {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 51, app/assets/stylesheets/slider.scss */
.caption-slider .P1, .caption-slider .P3 {
  float: left;
}

/* line 54, app/assets/stylesheets/slider.scss */
.caption-slider .P2, .caption-slider .P4 {
  float: right;
}

/* line 57, app/assets/stylesheets/slider.scss */
.caption-slider h1, .caption-slider h2, .caption-slider h3, .caption-slider h4, .caption-slider h5, .caption-slider h6 {
  padding: 0;
  margin: 0em;
  border: none;
}

/* line 62, app/assets/stylesheets/slider.scss */
.caption-slider p, .caption-slider ul {
  font-size: 0.8em;
}

/* line 66, app/assets/stylesheets/slider.scss */
.caption-slider p {
  margin-bottom: 0;
}

/* line 69, app/assets/stylesheets/slider.scss */
#slider-range {
  margin-bottom: 1.25em;
}

/* line 73, app/assets/stylesheets/slider.scss */
.flexslider .slider-shadow {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.27;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 84, app/assets/stylesheets/slider.scss */
.animated-arrow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce-arrow {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce-arrow {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* line 105, app/assets/stylesheets/slider.scss */
.bounce-arrow {
  -webkit-animation-name: bounce-arrow;
  animation-name: bounce-arrow;
}

/* line 112, app/assets/stylesheets/slider.scss */
.flex-direction-nav a, .flex-direction-nav a:hover, .flex-direction-nav a:focus {
  color: rgba(0, 0, 0, 0.8);
  width: 30px;
  height: 30px;
}

/* line 117, app/assets/stylesheets/slider.scss */
.flex-direction-nav a:before {
  font-family: "fontAwesome";
  content: "\f137";
  font-size: 30px;
  line-height: 1;
}

/* line 123, app/assets/stylesheets/slider.scss */
.flex-direction-nav a.flex-next:before {
  content: "\f138";
}

/* line 127, app/assets/stylesheets/slider.scss */
.slider-mobile {
  margin-bottom: 1em;
}

/* line 1, app/assets/stylesheets/blog.scss */
.item-menu-blog {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #A62C37;
  box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.3);
  background-color: #A62C37;
  margin: 0 0 5px 0;
  padding: 10px 10px 10px 10px;
}

/* line 10, app/assets/stylesheets/blog.scss */
.item-menu-blog h2 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3);
  font-size: 0.875em;
}

/* line 17, app/assets/stylesheets/blog.scss */
.item-menu-blog ul {
  margin-left: 15px;
}

/* line 21, app/assets/stylesheets/blog.scss */
.item-post-blog {
  background-color: white;
  border: 1px solid #DDD;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 0.9375em;
  padding: 10px 20px 10px 20px;
}

/* line 30, app/assets/stylesheets/blog.scss */
.item-post-blog h1 {
  border: 0;
  margin-bottom: 0em;
  margin-top: 0em;
  line-height: 0.8em;
}

/* line 35, app/assets/stylesheets/blog.scss */
.item-post-blog h1 a {
  color: #2795B6;
  font-size: 0.675em;
}

/* line 40, app/assets/stylesheets/blog.scss */
.item-post-blog .date-author-post-blog {
  font-size: 0.72em;
}

/* line 42, app/assets/stylesheets/blog.scss */
.item-post-blog .date-author-post-blog .date-post-blog, .item-post-blog .date-author-post-blog .author-post-blog {
  font-weight: bold;
}

/* line 46, app/assets/stylesheets/blog.scss */
.item-post-blog .tagged {
  font-size: 0.72em;
  margin-bottom: 10px;
}

/* line 50, app/assets/stylesheets/blog.scss */
.item-post-blog .read-more-post-blog {
  margin-bottom: 10px;
}

/* line 53, app/assets/stylesheets/blog.scss */
.item-post-blog .comment_count {
  font-size: 0.72em;
}

/* line 56, app/assets/stylesheets/blog.scss */
.item-post-blog .header-post-blog {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #C3C3C3;
}

/* line 61, app/assets/stylesheets/blog.scss */
.item-post-blog .blog_source {
  font-size: 0.72em;
}

/* line 64, app/assets/stylesheets/blog.scss */
.item-post-blog p {
  margin-bottom: 0.5em;
}

/* line 68, app/assets/stylesheets/blog.scss */
.before-after-post-blog {
  padding: 0px 10px 0px 10px;
  background-color: #E3E3E3;
  border: 1px solid #DDD;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

/* line 76, app/assets/stylesheets/blog.scss */
.before-after-post-blog h1 {
  margin-bottom: 0em;
  margin-top: 0em;
  line-height: 0.8em;
  color: #2795B6;
  font-size: 0.675em;
}

/* line 86, app/assets/stylesheets/blog.scss */
.comments-users-post-blog {
  background-color: #E3E3E3;
  border: 1px solid #DDD;
  margin: 10px 0px 10px 0px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 20px 20px 0px 20px;
}

/* line 95, app/assets/stylesheets/blog.scss */
.comments-users-post-blog h1 {
  border: 0;
  margin-top: 0em;
  line-height: 0.8em;
  color: #2795B6;
  font-size: 1.75em;
}

/* line 103, app/assets/stylesheets/blog.scss */
.comments-users-post-blog .comment-user-post-blog {
  background-color: white;
  border: 1px solid #DDD;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 0.9375em;
  padding: 10px 20px 10px 20px;
}

/* line 113, app/assets/stylesheets/blog.scss */
.comments-users-post-blog .comment-user-post-blog .avatar {
  margin-bottom: 1em;
}

/* line 116, app/assets/stylesheets/blog.scss */
.comments-users-post-blog .comment-user-post-blog .blog_comment_author {
  font-size: 0.72em;
}

/* line 118, app/assets/stylesheets/blog.scss */
.comments-users-post-blog .comment-user-post-blog .blog_comment_author p {
  margin-bottom: 0px;
}

/* line 124, app/assets/stylesheets/blog.scss */
.send-comment-post-blog {
  background-color: #E3E3E3;
  border: 1px solid #DDD;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 20px 20px 0px 20px;
}

/* line 132, app/assets/stylesheets/blog.scss */
.send-comment-post-blog h1 {
  border: 0;
  margin-top: 0em;
  line-height: 0.8em;
  color: #2795B6;
  font-size: 1.75em;
}

/* Noticias */
/* line 2, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-news-b19822ffd506/app/assets/stylesheets/news.scss */
.new-item-home {
  font-size: 0.8em;
  line-height: 1em;
  background-color: #eaeaea;
  padding: 3px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 1em;
}

/* line 10, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-news-b19822ffd506/app/assets/stylesheets/news.scss */
.new-item-home h3 {
  line-height: 1em;
}

/* line 13, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-news-b19822ffd506/app/assets/stylesheets/news.scss */
.new-item-home .ver-detalle {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  /* line 19, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-news-b19822ffd506/app/assets/stylesheets/news.scss */
  .new-item-content {
    height: 105px;
    overflow: hidden;
  }
  /* line 23, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-news-b19822ffd506/app/assets/stylesheets/news.scss */
  .new-item-content p {
    margin: 0;
  }
}

/* line 29, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-news-b19822ffd506/app/assets/stylesheets/news.scss */
.news_item_truncated {
  border-bottom: 1px solid #d9d9d9;
}

/* line 31, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-news-b19822ffd506/app/assets/stylesheets/news.scss */
.news_item_truncated:last-child {
  border-bottom: 0;
}

/* line 37, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-news-b19822ffd506/app/assets/stylesheets/news.scss */
#recent_news_items h6 {
  font-size: 1em;
}

/* line 39, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-news-b19822ffd506/app/assets/stylesheets/news.scss */
#recent_news_items h6 .subheader {
  font-size: 0.75em;
}

/* line 43, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-news-b19822ffd506/app/assets/stylesheets/news.scss */
#recent_news_items li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0 0 5px;
  width: 100%;
}

/* line 47, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-news-b19822ffd506/app/assets/stylesheets/news.scss */
#recent_news_items li:last-child {
  border-bottom: 0;
}

/* line 53, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-news-b19822ffd506/app/assets/stylesheets/news.scss */
#wp-news-content iframe {
  width: 100%;
  height: 20em;
}

/* Menu Lateral */
/* line 3, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-menus-2c9f9935e784/app/assets/stylesheets/menus.scss */
#menu-lateral .section {
  width: 100%;
}

/* line 5, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-menus-2c9f9935e784/app/assets/stylesheets/menus.scss */
#menu-lateral .section:first-of-type p {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 9, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-menus-2c9f9935e784/app/assets/stylesheets/menus.scss */
#menu-lateral .section:last-child p {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* line 13, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-menus-2c9f9935e784/app/assets/stylesheets/menus.scss */
#menu-lateral .section:only-child p {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 18, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-menus-2c9f9935e784/app/assets/stylesheets/menus.scss */
#menu-lateral .title {
  border: 0;
  background-color: #a62c37;
  margin: 0 0 5px 0;
}

/* line 23, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-menus-2c9f9935e784/app/assets/stylesheets/menus.scss */
#menu-lateral .title a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3);
}

/* line 30, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-menus-2c9f9935e784/app/assets/stylesheets/menus.scss */
#menu-lateral .content {
  background-color: #ededed;
}

/* line 35, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-menus-2c9f9935e784/app/assets/stylesheets/menus.scss */
#menu-lateral .content .inline-list li a {
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  margin: 0 0 10px 0;
  padding: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  /* line 47, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-menus-2c9f9935e784/app/assets/stylesheets/menus.scss */
  #menu-lateral .content {
    border-left: 3px solid #ea4e1b;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    margin: 0 0 0 8px;
    width: 350px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 55, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-menus-2c9f9935e784/app/assets/stylesheets/menus.scss */
  #menu-lateral .content::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 10px;
    border-bottom-style: solid;
    position: absolute;
    top: 7px;
    left: -21px;
    z-index: 99;
    border-color: transparent #ededed transparent  transparent;
  }
  /* line 68, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-menus-2c9f9935e784/app/assets/stylesheets/menus.scss */
  #menu-lateral .content::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 14px;
    border-bottom-style: solid;
    position: absolute;
    top: 3px;
    left: -28px;
    z-index: 98;
    border-color: transparent #ea4e1b transparent  transparent;
  }
  /* line 82, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-menus-2c9f9935e784/app/assets/stylesheets/menus.scss */
  #menu-lateral .content .inline-list {
    margin: 0 0 -10px -11px;
  }
  /* line 84, ../../.rbenv/versions/3.2.8/lib/ruby/gems/3.2.0/bundler/gems/refinerycms-menus-2c9f9935e784/app/assets/stylesheets/menus.scss */
  #menu-lateral .content .inline-list li {
    margin-left: 8px;
  }
}

/* line 1, app/assets/stylesheets/footer.scss */
#copyright {
  padding: 1em;
  font-size: 0.8em;
  text-align: right;
}

/* line 6, app/assets/stylesheets/footer.scss */
footer #new_newsletter {
  margin: 1.2em 0;
}

/* line 8, app/assets/stylesheets/footer.scss */
footer #new_newsletter input {
  margin-bottom: 0;
}

/* line 12, app/assets/stylesheets/footer.scss */
#footer-menu {
  width: 100%;
  text-align: center;
  padding: 5px;
}

/* line 17, app/assets/stylesheets/footer.scss */
.title-footer-group {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.25em;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.4em;
}

@media only screen and (min-width: 64.063em) {
  /* line 28, app/assets/stylesheets/footer.scss */
  .align-middle {
    display: flex;
    align-items: center;
  }
}

/* line 33, app/assets/stylesheets/footer.scss */
.agency-search {
  padding: 0.75em;
}

/* line 35, app/assets/stylesheets/footer.scss */
.agency-search form {
  margin-bottom: 0 !important;
}

/* line 1, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
.no-selected {
  opacity: 0.4;
}

/* line 4, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
.image-distinctive {
  display: block;
  margin-top: 10px;
}

/* line 8, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
.distinctive-style {
  font-size: 0.8em;
}

/* line 11, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
.hide-checkbox {
  display: none;
}

/* line 16, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
#show-offer-pdf img {
  width: 100%;
  height: 300px;
}

/* line 23, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
#show-offer-pdf .container-offer {
  border: 1px solid #e3e3e3;
  border-bottom: 0px;
  margin-bottom: 30px;
}

/* line 28, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
#show-offer-pdf .container-offer p.offer-color {
  margin: 0;
}

/* line 31, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
#show-offer-pdf .container-offer .offer-text {
  font-size: x-small;
}

/* line 35, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
#show-offer-pdf .container-offer .offer-pdf {
  position: relative;
  height: 300px;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: 100% 50% !important;
}

/* line 42, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
#show-offer-pdf .container-offer .offer-pdf .title {
  padding: 5px;
  width: 100%;
  position: absolute;
  font-size: 14px;
  background-color: #e3e3e3;
  color: #07c;
}

/* line 52, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
#show-offer-pdf .container-offer .offer-pdf .footer {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 5px;
  background-color: #EEE;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

/* line 61, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
#show-offer-pdf .container-offer .offer-pdf .footer .link-pdf {
  float: left;
}

/* line 64, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
#show-offer-pdf .container-offer .offer-pdf .footer .link-publication {
  float: right;
}

/* line 67, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
#show-offer-pdf .container-offer .offer-pdf .footer i {
  padding: 0px 5px;
  font-size: 25px;
}

/* line 76, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
.without-horizontal-scroll {
  overflow-x: hidden;
}

/* line 80, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
ul#print-pdf.open {
  right: 0px !important;
  left: inherit !important;
}

/* line 83, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
ul#print-pdf.open:before {
  left: auto;
  right: 10px;
}

/* line 87, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
ul#print-pdf.open:after {
  left: auto;
  right: 9px;
}

/* line 93, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
iframe.hoja-hotel-package {
  width: 100%;
  max-height: 90vh;
  border: none;
}

/* line 99, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
.visibility-hidden {
  visibility: hidden !important;
}

/*Hoteles del paquete*/
/* line 104, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
#fixed-modal-close-button {
  position: fixed;
  top: 12px;
  right: 24px;
  color: white;
  font-size: 100px !important;
  font-weight: bold;
  z-index: 10000;
}

/* line 114, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
.hotel-data-list-hotel-package {
  width: calc(100% - 16rem);
  display: inline-block;
  padding-left: 32px;
}

/* line 120, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] {
  max-width: 100%;
  overflow: hidden;
}

/* line 124, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .pages-modal-format {
  width: 30%;
}

/* line 128, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .page-list,
div[id^="modal-format"] .page-list-modal-format {
  margin-bottom: 0px;
}

/* line 132, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .page-list li,
div[id^="modal-format"] .page-list-modal-format li {
  cursor: pointer;
  padding-left: 15px;
  margin-bottom: 2px;
  border: solid 1px #e2e6ea;
  border-right: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 18px;
  color: #333333;
}

/* line 143, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .page-list li:last-child,
div[id^="modal-format"] .page-list-modal-format li:last-child {
  margin-bottom: 0px;
}

/* line 149, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .page-menu-option-span {
  display: flex;
  align-items: center;
}

/* line 154, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-view,
div[id^="modal-format"] .content-view-modal-format {
  background-color: #e2e6ea;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 100%;
  padding: 15px;
  width: 70%;
}

/* line 164, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-view a.page-tip-info:hover,
div[id^="modal-format"] .content-view-modal-format a.page-tip-info:hover {
  font-weight: bold;
}

/* line 168, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-view .subpages-content-modal-format,
div[id^="modal-format"] .content-view-modal-format .subpages-content-modal-format {
  padding: 0;
}

/* line 172, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-view .subpage-list-modal-format,
div[id^="modal-format"] .content-view-modal-format .subpage-list-modal-format {
  margin-bottom: 0;
}

/* line 175, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-view .subpage-list-modal-format li,
div[id^="modal-format"] .content-view-modal-format .subpage-list-modal-format li {
  padding-left: 1rem;
  padding-right: 1rem;
  height: 540px;
  max-height: 540px;
  overflow-y: auto;
}

/* line 182, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-view .subpage-list-modal-format li .titulo-circuito,
div[id^="modal-format"] .content-view-modal-format .subpage-list-modal-format li .titulo-circuito {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}

/* line 190, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-view #subpage-tip-content,
div[id^="modal-format"] .content-view-modal-format #subpage-tip-content {
  text-align: justify;
}

/* line 193, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-view #subpage-tip-content .tip-title,
div[id^="modal-format"] .content-view-modal-format #subpage-tip-content .tip-title {
  display: none;
}

/* line 197, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-view #subpage-tip-content .tip-description,
div[id^="modal-format"] .content-view-modal-format #subpage-tip-content .tip-description {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: -0.23px;
  text-align: justify;
  color: #3e3e72;
  padding-left: 5%;
  padding-right: 8%;
  height: 300px;
  overflow-y: auto;
}

/* line 214, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-view .img-container,
div[id^="modal-format"] .content-view #subpage-tip-content .img-container,
div[id^="modal-format"] .content-view-modal-format .img-container,
div[id^="modal-format"] .content-view-modal-format #subpage-tip-content .img-container {
  text-align: center;
}

/* line 218, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-view .img-container img,
div[id^="modal-format"] .content-view #subpage-tip-content .img-container img,
div[id^="modal-format"] .content-view-modal-format .img-container img,
div[id^="modal-format"] .content-view-modal-format #subpage-tip-content .img-container img {
  max-height: 224px;
  max-width: 224px;
  width: 75vw;
  height: 75vw;
  border-radius: 100vw;
}

/* line 228, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package {
  height: 10rem;
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 233, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package img {
  width: 16rem;
  border-radius: 8px;
  height: 160px;
  float: left;
}

/* line 240, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package .columns {
  height: 100%;
}

/* line 244, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package p {
  margin: 0;
}

/* line 248, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package .title-hotel-package {
  font-size: 24px;
  color: #333333;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

/* line 258, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package .contenedor-categoria {
  height: max-content;
  margin-bottom: 3px;
}

/* line 262, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package .contenedor-categoria .img-icon {
  height: 18px;
  width: auto;
  object-fit: cover;
  filter: grayscale(1) brightness(0.7);
}

/* line 270, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package .contenedor-contacto {
  font-size: 1rem;
  line-height: normal;
  color: #333333;
  display: inline-block;
  width: 100%;
  margin-top: 14px;
}

/* line 279, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package .contenedor-contacto div[class^='contenedor'] i {
  display: inline-block;
  margin-right: 5px;
}

/* line 285, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package .contenedor-contacto .contenedor-telefono,
div[id^="modal-format"] .content-hotel-package .contenedor-contacto .contenedor-ubicacion {
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* line 291, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package .contenedor-contacto .contenedor-telefono .img-icon,
div[id^="modal-format"] .content-hotel-package .contenedor-contacto .contenedor-ubicacion .img-icon {
  height: 30px;
  width: 30px;
  border-radius: 0;
  margin-right: 10px;
  filter: grayscale(1) brightness(0.7);
}

/* line 300, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package .contenedor-contacto .contenedor-ubicacion {
  height: auto;
}

/* line 304, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package .contenedor-contacto .contenedor-icono {
  width: 5%;
}

/* line 308, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package .contenedor-contacto .contenedor-texto {
  width: 93%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  float: right;
}

/* line 318, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package .contenedor-btn {
  display: flex;
}

/* line 321, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .content-hotel-package .contenedor-btn .elemento-button {
  display: inline;
  align-self: flex-end;
  margin-top: 0;
  padding: 5px 15px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #333333;
}

/* line 335, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .image-icon-modal-option {
  display: inline-block;
  height: 28px;
  margin-right: 8px;
}

/* line 341, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .flex-row {
  display: flex;
}

/* line 345, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] li {
  list-style: none;
}

/* line 349, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .pages,
div[id^="modal-format"] .content-view {
  padding: 0;
  box-shadow: none;
}

/* line 354, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .pages .columns,
div[id^="modal-format"] .content-view .columns {
  padding: 0;
}

/* line 359, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
div[id^="modal-format"] .page-tip-info {
  color: #3e3e72;
  font-size: 25px;
}

/* line 365, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
.contenedor-titulo-circuito {
  height: 50px !important;
  max-height: 50px !important;
}

/* line 369, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
.contenedor-titulo-circuito .titulo-circuito {
  font-weight: bold;
}

/* Mobile Hoteles del paquete */
@media all and (max-width: 767px) {
  /* line 376, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
  .hotel-data-list-hotel-package {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  /* line 382, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
  #modal-format-group_hotels_package > .flex-row, #modal-format-tips_of_zones_and_subzones > .flex-row {
    flex-wrap: wrap !important;
  }
  /* line 386, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
  #modal-format-tips_of_zones_and_subzones, #modal-format-group_hotels_package {
    margin-top: 12px;
  }
  /* line 390, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
  #modal-format-tips_of_zones_and_subzones .pages-modal-format, #modal-format-group_hotels_package .pages-modal-format {
    min-width: 100% !important;
  }
  /* line 393, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
  #modal-format-tips_of_zones_and_subzones .pages-modal-format ul.page-list-modal-format, #modal-format-group_hotels_package .pages-modal-format ul.page-list-modal-format {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    margin-bottom: 4px !important;
  }
  /* line 399, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
  #modal-format-tips_of_zones_and_subzones .pages-modal-format ul.page-list-modal-format li, #modal-format-group_hotels_package .pages-modal-format ul.page-list-modal-format li {
    padding: 8px !important;
    padding-right: 15px !important;
    border: 1px solid #d8d8d8 !important;
    padding-left: 15px !important;
    border-radius: 33px !important;
    font-size: 0.75em !important;
    white-space: nowrap !important;
    margin-right: 6px !important;
    height: 37px;
  }
  /* line 413, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
  #modal-format-tips_of_zones_and_subzones .content-view-modal-format, #modal-format-group_hotels_package .content-view-modal-format {
    min-width: 100% !important;
    border-radius: 18px !important;
  }
  /* line 417, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
  #modal-format-tips_of_zones_and_subzones .content-view-modal-format .contenedor-titulo-circuito, #modal-format-group_hotels_package .content-view-modal-format .contenedor-titulo-circuito {
    height: auto !important;
    max-height: none !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* line 424, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
  #modal-format-tips_of_zones_and_subzones .content-view-modal-format .content-hotel-package, #modal-format-group_hotels_package .content-view-modal-format .content-hotel-package {
    height: auto !important;
  }
  /* line 427, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
  #modal-format-tips_of_zones_and_subzones .content-view-modal-format .content-hotel-package img, #modal-format-group_hotels_package .content-view-modal-format .content-hotel-package img {
    display: inline-block !important;
  }
  /* line 431, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
  #modal-format-tips_of_zones_and_subzones .content-view-modal-format .content-hotel-package img.hotel-image-modal-format, #modal-format-group_hotels_package .content-view-modal-format .content-hotel-package img.hotel-image-modal-format {
    display: block !important;
    width: 100% !important;
    object-fit: cover !important;
  }
  /* line 437, vendor/extensions/publications/app/assets/stylesheets/publications.scss */
  #modal-format-tips_of_zones_and_subzones .content-view-modal-format .content-hotel-package .title-hotel-package, #modal-format-group_hotels_package .content-view-modal-format .content-hotel-package .title-hotel-package {
    font-size: 0.8em !important;
    display: inline-block !important;
    margin-top: 12px !important;
  }
}

/* line 2, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.finder-publication-search-container .chosen-choices {
  height: auto !important;
  padding-right: 12px;
  font-size: 0.8em;
}

/* line 7, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.finder-publication-search-container i {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 5px;
}

/* line 13, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.finder-publication-search-container #publication-content-name {
  height: 36px !important;
  font-size: 0.7em;
}

/* line 17, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.finder-publication-search-container .button {
  height: 36px !important;
  line-height: 2.7em !important;
}

/* line 22, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
#publication_name_chosen {
  margin-bottom: 1em;
}

/* line 26, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.publication-filter .chosen-choices {
  height: auto !important;
  padding-right: 16px;
  font-size: 0.8em;
}

/* line 31, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.publication-filter i {
  position: absolute;
  z-index: 1;
  top: 42px;
  right: 5px;
}

/* line 38, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.publication-filter .wrap-single-chosen .search-field {
  display: none;
}

/* line 41, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.publication-filter .wrap-single-chosen .chosen-choices {
  height: 32px !important;
}

/* line 49, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
#form-mini .wrap-option-search-filter i, #form-mobile .wrap-option-search-filter i {
  position: absolute;
  z-index: 1;
  top: 10px;
}

/* line 57, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
#form-mini .wrap-option-search-filter i {
  right: 5px;
}

/* line 61, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
#form-mobile .wrap-option-search-filter i {
  right: 20px;
}

/* line 66, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.publication-filter-horizontal .publication-filter i {
  right: 20px;
  top: inherit;
}

/* line 71, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.image-expanded {
  margin-top: 0.5em;
}

/* line 73, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.image-expanded .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

/* line 80, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.image-expanded .content span.title {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  font-size: 1.5em;
}

/* line 85, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.image-expanded .content .detailed_text {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  font-size: 1em;
}

/* line 93, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.image-mosaic {
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/* line 96, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.image-mosaic .image-background {
  height: 150px;
  width: 100%;
  background-color: #E3E3E3;
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 105, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.image-mosaic .content {
  height: 100px;
  overflow: hidden;
}

/* line 108, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.image-mosaic .content .title {
  padding: 1em 0.5em;
  font-size: 1em;
  font-weight: bold;
}

/* line 113, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.image-mosaic .content .detailed_text {
  padding: 0 0.5em;
  font-size: 0.8em;
}

/* line 120, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
.h13 {
  height: 13em;
}

/* line 123, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
#search-filters-by-content {
  position: absolute;
  top: 5em;
}

@media only screen and (max-width: 768px) {
  /* line 129, vendor/extensions/search_filters/app/assets/stylesheets/search-filters.scss */
  .publication-filter-vertical {
    margin-bottom: 0.5rem;
  }
}

/* line 1, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumbs-ofi {
  line-height: 25px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumbs-ofi a {
  padding: 5px 10px 4px 14px;
  border: 1px solid;
  font-size: 13px;
  line-height: 23px;
  height: 23px;
  transition: all .5s ease-in-out;
}

/* line 15, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumbs-ofi a:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 24, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumbs-ofi a:after {
  transition: all .5s ease-in-out;
  content: " ";
  position: absolute;
  width: 26px;
  height: 26px;
  margin-left: -2px;
  -ms-transform: scale(0.5, 0.707) rotate(45deg);
  -webkit-transform: scale(0.5, 0.707) rotate(45deg);
  transform: scale(0.5, 0.707) rotate(45deg);
  border-top: 1.5px solid;
  border-right: 1.5px solid;
  z-index: 1;
}

/* line 38, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumbs-ofi a:not(:first-child):before {
  transition: all .5s ease-in-out;
  content: " ";
  position: absolute;
  width: 26px;
  height: 26px;
  -ms-transform: scale(0.5, 0.707) rotate(45deg);
  -webkit-transform: scale(0.5, 0.707) rotate(45deg);
  transform: scale(0.5, 0.707) rotate(45deg);
  border-top: 1.5px solid;
  border-right: 1.5px solid;
  margin-left: -27px;
}

/* line 53, app/assets/stylesheets/breadcrumbs.scss */
ul.breadcrumbs {
  margin-bottom: 0;
}

/* line 57, app/assets/stylesheets/breadcrumbs.scss */
.flexslider .slides > li {
  -webkit-backface-visibility: inherit !important;
}

@media only screen and (min-width: 768px) {
  /* line 3, app/assets/stylesheets/wordpress.scss */
  #wp-news-index .new-item-content {
    height: 20em;
  }
  /* line 6, app/assets/stylesheets/wordpress.scss */
  #wp-news-index .wordpress_post_image {
    height: 13em;
    overflow: hidden;
    margin-bottom: 1em;
  }
  /* line 10, app/assets/stylesheets/wordpress.scss */
  #wp-news-index .wordpress_post_image iframe, #wp-news-index .wordpress_post_image img {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/user-menu.scss */
#user-menu {
  width: auto;
  height: auto;
  line-height: auto !important;
}

/* line 5, app/assets/stylesheets/user-menu.scss */
#user-menu .top-bar-section .has-dropdown > a::after {
  top: 15px !important;
}

/* line 8, app/assets/stylesheets/user-menu.scss */
#user-menu .top-bar-section li.has-dropdown > a {
  line-height: 30px;
}

/* line 13, app/assets/stylesheets/user-menu.scss */
.top-bar-section .logo-user img {
  height: 45px;
}

/*Redes Sociales*/
/* line 3, app/assets/stylesheets/social_network.scss */
#social-network {
  position: fixed;
  top: 20%;
  right: 2px;
  z-index: 3;
  width: auto;
  text-align: center;
}

/* line 12, app/assets/stylesheets/social_network.scss */
#navigationMenu li {
  list-style: none;
  height: 39px;
  padding: 2px;
  width: 40px;
  margin-bottom: 2px;
}

/* line 20, app/assets/stylesheets/social_network.scss */
#navigationMenu span {
  width: 0;
  right: 38px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  font-family: 'Myriad Pro',Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.6px;
  white-space: nowrap;
  line-height: 39px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

/* line 40, app/assets/stylesheets/social_network.scss */
#navigationMenu a {
  height: 39px;
  width: 38px;
  display: block;
  position: relative;
}

/* line 47, app/assets/stylesheets/social_network.scss */
#navigationMenu a:hover span {
  width: auto;
  padding: 0 20px;
  overflow: visible;
}

/* line 48, app/assets/stylesheets/social_network.scss */
#navigationMenu a:hover {
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/social_network.scss */
#navigationMenu .contact_telephone {
  background-image: url(/assets/iconos-social-network/telefono-3e27f579db5c62eddfce0e47f8283b1379b607a7fc68a8837d76ac173dc2ddb9.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 57, app/assets/stylesheets/social_network.scss */
#navigationMenu .contact_telephone:hover {
  background-image: url(/assets/iconos-social-network/telefono-hover-d4a1a81f81bccc292905c07141b1e75872fe3a584097d79d737ca70b56061192.png);
}

/* line 62, app/assets/stylesheets/social_network.scss */
#navigationMenu .pdf_home {
  background-image: url(/iconos-social-network/pdf-icon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 67, app/assets/stylesheets/social_network.scss */
#navigationMenu .pdf_home:hover {
  background-image: url(/assets/pdf-icon-hover-74621919011f25283cb1c102395d95f7c664a5139dcf67c7e71eb70ebfbb4f62.png);
}

/* line 72, app/assets/stylesheets/social_network.scss */
#navigationMenu .wordpress_home {
  background-image: url(/assets/iconos-social-network/wordpress-share-70b1bc025a3cc566ca87a5571710b0701dfef44c99da012cfe0bc2b1dc167a83.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 77, app/assets/stylesheets/social_network.scss */
#navigationMenu .wordpress_home:hover {
  background-image: url(/assets/iconos-social-network/wordpress-share-hover-0435baac0707729c480e3fc66bfe6a2a2fa170ef40a2f944413e1c02e4d22e24.png);
}

/* line 82, app/assets/stylesheets/social_network.scss */
#navigationMenu .youtube_home {
  background-image: url(/assets/iconos-social-network/youtube-share-93540a2c7e0fe4aadf2d4ec185014a016d66041be5be92f2ed5e6cb43a48c4d9.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 87, app/assets/stylesheets/social_network.scss */
#navigationMenu .youtube_home:hover {
  background-image: url(/assets/iconos-social-network/youtube-share-hover-e302187285c02f50daf064abc41958d18871a545ced940f9207b3968c76f1482.png);
}

/* line 92, app/assets/stylesheets/social_network.scss */
#navigationMenu .facebook_home {
  background-image: url(/assets/iconos-social-network/facebook-home-e38643a224971bfb55209f054a1fc677b5b3e90d1fbd595db7d59497076f1e06.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 97, app/assets/stylesheets/social_network.scss */
#navigationMenu .facebook_home:hover {
  background-image: url(/assets/iconos-social-network/facebook-home-hover-ea99b60804b500d5f6e44c62b31e93dff0ad6f8ba5914f556fb117365a53e186.png);
}

/* line 102, app/assets/stylesheets/social_network.scss */
#navigationMenu .slideshare_home {
  background-image: url(/assets/iconos-social-network/slideshare-home-e7bed435419b897aba98a50d556e4ca63cce01c193ff45056e840b17a83ee626.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 107, app/assets/stylesheets/social_network.scss */
#navigationMenu .slideshare_home:hover {
  background-image: url(/assets/iconos-social-network/slideshare-home-hover-241fe7cd3bfa8dd391e8bf5c9218801155f56ff6911302cd111b3bd5840807a2.png);
}

/* line 112, app/assets/stylesheets/social_network.scss */
#navigationMenu .flickr_home {
  background-image: url(/assets/iconos-social-network/flickr-home-3c363fee31f97c23bec32c8143b162e1cb94d6cf3e183dd730ab02c8b3974e2d.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 117, app/assets/stylesheets/social_network.scss */
#navigationMenu .flickr_home:hover {
  background-image: url(/assets/iconos-social-network/flickr-home-hover-7665f1b63956a6de3436432e4f0fa8c8f55682de0826425655021a02d8a09ada.png);
}

/* line 122, app/assets/stylesheets/social_network.scss */
#navigationMenu .twitter_home {
  background-image: url(/assets/iconos-social-network/twitter-home-4bffb53c33d301d5a774dda8e8c7111b91e09c036ff9a08c4fae5ced9984417a.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 127, app/assets/stylesheets/social_network.scss */
#navigationMenu .twitter_home:hover {
  background-image: url(/assets/iconos-social-network/twitter-home-hover-4bffb53c33d301d5a774dda8e8c7111b91e09c036ff9a08c4fae5ced9984417a.png);
}

/* line 132, app/assets/stylesheets/social_network.scss */
#navigationMenu .instagram_home {
  background-image: url(/assets/iconos-social-network/instagram-home-0b7d5ca0eda3ef0cbe52e7dc4bba2b14f1cfbfeae51aa2776882fc53b685071c.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 137, app/assets/stylesheets/social_network.scss */
#navigationMenu .instagram_home:hover {
  background-image: url(/assets/iconos-social-network/instagram-home-hover-42da7cd301c788c8de45308bfd90342e3915c3fdd2fe2e0802149457a98b04df.png);
}

/* line 142, app/assets/stylesheets/social_network.scss */
#navigationMenu .google_home {
  background-image: url(/assets/iconos-social-network/googleplus-home-5af1b0c7c30681dbda3d712e955958ea435c7443c80db950bad8196853f9407a.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 147, app/assets/stylesheets/social_network.scss */
#navigationMenu .google_home:hover {
  background-image: url(/assets/iconos-social-network/googleplus-home-hover-5af1b0c7c30681dbda3d712e955958ea435c7443c80db950bad8196853f9407a.png);
}

/* line 152, app/assets/stylesheets/social_network.scss */
#navigationMenu .tripadvisor_home {
  background-image: url(/assets/iconos-social-network/trip-advisor-share-223d674f0265101f57b0c38a13230d28c03c2a27f2d05812b85d2f2f2dcc0b0e.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 157, app/assets/stylesheets/social_network.scss */
#navigationMenu .tripadvisor_home:hover {
  background-image: url(/assets/iconos-social-network/trip-advisor-share-hover-ebbc580d7bcaacb8494fc1c90f5097db3d9a147df521b03719d01d78c547e1f0.png);
}

/* line 162, app/assets/stylesheets/social_network.scss */
#navigationMenu .key_user_providesupport {
  background-image: url(/assets/iconos-social-network/chat-d40359a0cee12e85c09bfd71dd49ee9e4c3a4d3f1f6e2b279e736270417c9562.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 167, app/assets/stylesheets/social_network.scss */
#navigationMenu .key_user_providesupport:hover {
  background-image: url(/assets/iconos-social-network/chat-hover-362dd1a43d4446e4c7b4886be416421a0049fa477a1da64991a690ebc9211b0c.png);
}

/* line 172, app/assets/stylesheets/social_network.scss */
#navigationMenu .contact_mail {
  background-image: url(/assets/iconos-social-network/email-99ef8e0ac56d5a9b75f23ef530d381c516cef6356d99ad4a602eb503211919b6.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 177, app/assets/stylesheets/social_network.scss */
#navigationMenu .contact_mail:hover {
  background-image: url(/assets/iconos-social-network/email-hover-dff54fcc22f65b0fc9a09123c2c4e4a237f7b358d00c4a2bdc329b4845ada40f.png);
}

/* line 182, app/assets/stylesheets/social_network.scss */
#navigationMenu .budget_request_home {
  background-image: url(/assets/iconos-social-network/presupuesto-11ac4e9065219100dbf88aeb2b7ff6b00d322521f34a54dcbac27b1132505112.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 187, app/assets/stylesheets/social_network.scss */
#navigationMenu .budget_request_home:hover {
  background-image: url(/assets/iconos-social-network/presupuesto-hover-ebee1e7e01b985a3fd3dd655d95cd182614f923d78b4eadf0f559e0aec7fe49f.png);
}

/* line 192, app/assets/stylesheets/social_network.scss */
#navigationMenu .will_call_home {
  background-image: url(/assets/iconos-social-network/te-llamamos-01c7f79fe70a77bb925a43768a37f6ae1cafd3e55e546ef0a72e3aa088151a6e.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 197, app/assets/stylesheets/social_network.scss */
#navigationMenu .will_call_home:hover {
  background-image: url(/assets/iconos-social-network/te-llamamos-hover-a6a723b721529a659e641501ba661be9e6e61a72cf318a64f0ea953197038939.png);
}

/* line 202, app/assets/stylesheets/social_network.scss */
#navigationMenu .newsletter_home {
  background-image: url(/assets/iconos-social-network/newsletter-4f1fd64fd6d5a0cb9726a1aeed19c63bc187fc435866ea4459488821c4268326.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 207, app/assets/stylesheets/social_network.scss */
#navigationMenu .newsletter_home:hover {
  background-image: url(/assets/iconos-social-network/newsletter-hover-42003b04906752f1b0c67869e028669d0bbefe73c4278673e1b74026e071aed4.png);
}

/* line 212, app/assets/stylesheets/social_network.scss */
#navigationMenu .whatsapp_home {
  background-image: url(/assets/iconos-social-network/whatsapp-f4959af3bf6559f39e9cc23990a15dc39fe4934dcbed6d2c1700fe0ec6a018fe.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 217, app/assets/stylesheets/social_network.scss */
#navigationMenu .whatsapp_home:hover {
  opacity: 0.8;
}

/* line 222, app/assets/stylesheets/social_network.scss */
#navigationMenu .linkedin_home {
  background-image: url(/assets/iconos-social-network/linkedin-home-a543263a8c15c3cdf25a263dec9ea450ad22a07abd0c03faf90573b23cb33095.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 227, app/assets/stylesheets/social_network.scss */
#navigationMenu .linkedin_home:hover {
  background-image: url(/assets/iconos-social-network/linkedin-home-hover-4f3bc9f1cde665c705450ad34d9f760eb9f4020e6a44b6cabadb5dda176bb2ff.png);
}

/* line 232, app/assets/stylesheets/social_network.scss */
#navigationMenu .vimeo_home {
  background-image: url(/assets/iconos-social-network/vimeo-home-72bdbcd783bb2b2ab0e2e672c5a28d1bcc72bf755094d3a433856ba621a00530.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 237, app/assets/stylesheets/social_network.scss */
#navigationMenu .vimeo_home:hover {
  background-image: url(/assets/iconos-social-network/vimeo-home-hover-221b667abfb1dd5ae442ea1e6c48d3b83dae30ec98b1149c5496637c73d5c170.png);
}

/* line 242, app/assets/stylesheets/social_network.scss */
#navigationMenu .pinterest_home {
  background-image: url(/assets/iconos-social-network/pinterest-home-aeb8c50bf54509cf44c0dc409647d1cf76c60a89683a219acb8025e59fce7194.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 247, app/assets/stylesheets/social_network.scss */
#navigationMenu .pinterest_home:hover {
  background-image: url(/assets/iconos-social-network/pinterest-home-hover-3b684ea20c963dca5ead6b8c3c78b5be0ab309a8bd891816b225d2792247d0b1.png);
}

/* line 252, app/assets/stylesheets/social_network.scss */
#navigationMenu .tiktok_home {
  background-image: url(/assets/iconos-social-network/tiktok-home-595465ea829db416dcc16b75139c4ad2f97c891e7da821c6f28e42ba315123a1.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 257, app/assets/stylesheets/social_network.scss */
#navigationMenu .tiktok_home:hover {
  background-image: url(/assets/iconos-social-network/tiktok-home-hover-264d3e40930d13199d7d96ff5392438605f32921b7f971af0fca7ccaa105b293.png);
}

/* Chosen como Foundation*/
/* line 3, app/assets/stylesheets/chosen-foundation.css */
.chosen-container {
  font-size: 0.875em;
  width: 100% !important;
  margin-bottom: 0;
}

/* line 9, app/assets/stylesheets/chosen-foundation.css */
.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-color: #ccc;
  height: 32px;
  line-height: 32px;
  box-shadow: none;
}

/* line 18, app/assets/stylesheets/chosen-foundation.css */
.chosen-container-single .chosen-single div {
  top: 4px;
}

/* line 20, app/assets/stylesheets/chosen-foundation.css */
.chosen-container-single .chosen-single abbr {
  top: 10px;
}

/* line 22, app/assets/stylesheets/chosen-foundation.css */
.chosen-container-single .chosen-drop {
  border-radius: 0;
  width: 100% !important;
}

/* line 24, app/assets/stylesheets/chosen-foundation.css */
.chosen-container-single .chosen-search input[type=text] {
  width: 100% !important;
}

/*** Reset foundation ***/
/* line 28, app/assets/stylesheets/chosen-foundation.css */
input[type="text"][readonly] {
  background-color: #ddd;
}

/* line 31, app/assets/stylesheets/chosen-foundation.css */
select[disabled] {
  background-color: #ddd;
}

/* line 34, app/assets/stylesheets/chosen-foundation.css */
td button, td .button,
td input[type=checkbox] {
  margin-bottom: 0;
}

/* line 39, app/assets/stylesheets/chosen-foundation.css */
.accordion-navigation {
  border-bottom: 1px solid #d8d8d8;
}

/* line 42, app/assets/stylesheets/chosen-foundation.css */
.accordion {
  border: 1px solid #d8d8d8;
  border-bottom: 0;
}

/* line 47, app/assets/stylesheets/chosen-foundation.css */
.canvas-zone {
  overflow-x: auto;
  padding: 5px;
  text-align: center;
}

/* line 53, app/assets/stylesheets/chosen-foundation.css */
#menu-acomodacion #editar a,
#menu-acomodacion #eliminar a {
  margin: 0;
}

/* line 59, app/assets/stylesheets/chosen-foundation.css */
.capitalize {
  text-transform: capitalize;
}

/* line 1, app/assets/stylesheets/parallax.css */
.parallax {
  background: 50% 0 fixed;
  min-height: 563px;
  margin-bottom: 0.9375em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

/* line 2, app/assets/stylesheets/slider_menu.scss */
.flexslider .slider-menu {
  z-index: 1;
  position: absolute;
  top: 2em;
  width: 100%;
}

/* line 7, app/assets/stylesheets/slider_menu.scss */
.flexslider .slider-menu .top-bar {
  margin-top: 1em;
}

/* line 9, app/assets/stylesheets/slider_menu.scss */
.flexslider .slider-menu .top-bar li.divider {
  display: none;
}

/* line 13, app/assets/stylesheets/slider_menu.scss */
.flexslider .slider-menu .top-bar, .flexslider .slider-menu .top-bar-section ul, .flexslider .slider-menu .top-bar-section > ul > li > a, .flexslider .slider-menu .top-bar.expanded .title-area {
  background: transparent;
}

/* line 16, app/assets/stylesheets/slider_menu.scss */
.flexslider .slider-menu .top-bar-section > ul > li > a {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 21, app/assets/stylesheets/slider_menu.scss */
.flexslider .slider-menu .top-bar-section > ul > li > a:hover, .flexslider .slider-menu .top-bar-section > ul > li > ul {
  background-color: #fd291d;
}

/* line 24, app/assets/stylesheets/slider_menu.scss */
.flexslider .slider-menu .top-bar-section > ul > li > ul {
  width: 100%;
}

/* line 26, app/assets/stylesheets/slider_menu.scss */
.flexslider .slider-menu .top-bar-section > ul > li > ul li {
  float: none;
}

/* line 32, app/assets/stylesheets/slider_menu.scss */
.flexslider #reservation-options-slider-form, .flexslider #reservation-options-mobile-form {
  margin: 0;
  box-shadow: 10px 10px 5px black;
}

/* line 38, app/assets/stylesheets/slider_menu.scss */
.f-dropdown.content p, .f-dropdown.content ul li a {
  text-transform: uppercase;
  background: transparent;
}

/* line 43, app/assets/stylesheets/slider_menu.scss */
.close-content-menu {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
  padding: 0 !important;
  background-color: transparent !important;
  z-index: 1;
}

/* line 57, app/assets/stylesheets/slider_menu.scss */
.slider-menu .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  border-top-style: solid;
  margin-top: -2.5px;
  top: 22.5px;
}

/* line 1, app/assets/stylesheets/instagram.css */
img.img-instagram {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 6, app/assets/stylesheets/instagram.css */
div.instagram {
  padding-bottom: 38px;
}

/* line 1, app/assets/stylesheets/jquery.tagit.css */
ul.tagit {
  padding: 1px 5px;
  overflow: auto;
  margin-left: inherit;
  /* usually we don't want the regular ul margins. */
  margin-right: inherit;
}

/* line 7, app/assets/stylesheets/jquery.tagit.css */
ul.tagit li {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}

/* line 12, app/assets/stylesheets/jquery.tagit.css */
ul.tagit li.tagit-choice {
  position: relative;
  line-height: inherit;
}

/* line 16, app/assets/stylesheets/jquery.tagit.css */
input.tagit-hidden-field {
  display: none;
}

/* line 19, app/assets/stylesheets/jquery.tagit.css */
ul.tagit li.tagit-choice-read-only {
  padding: .2em .5em .2em .5em;
}

/* line 23, app/assets/stylesheets/jquery.tagit.css */
ul.tagit li.tagit-choice-editable {
  padding: .2em 18px .2em .5em;
}

/* line 27, app/assets/stylesheets/jquery.tagit.css */
ul.tagit li.tagit-new {
  padding: .25em 4px .25em 0;
}

/* line 31, app/assets/stylesheets/jquery.tagit.css */
ul.tagit li.tagit-choice a.tagit-label {
  cursor: pointer;
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/jquery.tagit.css */
ul.tagit li.tagit-choice .tagit-close {
  cursor: pointer;
  position: absolute;
  right: .1em;
  top: 50%;
  margin-top: -8px;
  line-height: 17px;
}

/* used for some custom themes that don't need image icons */
/* line 45, app/assets/stylesheets/jquery.tagit.css */
ul.tagit li.tagit-choice .tagit-close .text-icon {
  display: none;
}

/* line 49, app/assets/stylesheets/jquery.tagit.css */
ul.tagit li.tagit-choice input {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}

/* line 54, app/assets/stylesheets/jquery.tagit.css */
ul.tagit input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  width: inherit;
  background-color: inherit;
  outline: none;
}

/* line 2, app/assets/stylesheets/super-publishing-groups.scss */
.super-publishing-group .content {
  opacity: 0.9;
  cursor: default;
}

/* line 5, app/assets/stylesheets/super-publishing-groups.scss */
.super-publishing-group .content ul {
  list-style: none;
}

/* line 7, app/assets/stylesheets/super-publishing-groups.scss */
.super-publishing-group .content ul li {
  border-bottom: 1px solid;
  padding: 0.75em;
  line-height: 1em;
}

/* line 12, app/assets/stylesheets/super-publishing-groups.scss */
.super-publishing-group .content ul li:first-child {
  border-top: 1px solid;
}

/* line 19, app/assets/stylesheets/super-publishing-groups.scss */
.super-publishing-group .preview h2.title {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 22, app/assets/stylesheets/super-publishing-groups.scss */
.super-publishing-group .preview .vertical-center-middle {
  position: relative;
}

/* line 25, app/assets/stylesheets/super-publishing-groups.scss */
.super-publishing-group .preview h2.price-description {
  background-color: transparent;
  text-align: right !important;
}

/* line 28, app/assets/stylesheets/super-publishing-groups.scss */
.super-publishing-group .preview h2.price-description .from {
  display: block;
  font-size: 0.7em;
}

/* line 32, app/assets/stylesheets/super-publishing-groups.scss */
.super-publishing-group .preview h2.price-description .price {
  font-size: 1.2em;
}

/* line 40, app/assets/stylesheets/super-publishing-groups.scss */
.super_publishing_group_tabbed h2 {
  text-align: center;
}

/* line 43, app/assets/stylesheets/super-publishing-groups.scss */
.super_publishing_group_tabbed table {
  width: 100%;
  margin-top: .3em;
}

/* line 46, app/assets/stylesheets/super-publishing-groups.scss */
.super_publishing_group_tabbed table th {
  text-align: left;
  padding: 9px 24px;
  font-weight: 700;
  line-height: 1.7em;
  text-transform: uppercase;
}

/* line 53, app/assets/stylesheets/super-publishing-groups.scss */
.super_publishing_group_tabbed table td {
  padding: 6px 24px;
  border-top: 1px solid #eee;
  line-height: 1.7em;
}

/* line 1, app/assets/stylesheets/flexisel.css */
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

/* line 5, app/assets/stylesheets/flexisel.css */
.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  overflow: auto;
}

/* line 15, app/assets/stylesheets/flexisel.css */
.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

/* line 22, app/assets/stylesheets/flexisel.css */
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}

/* line 30, app/assets/stylesheets/flexisel.css */
.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*** Navigation ***/
/* line 40, app/assets/stylesheets/flexisel.css */
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  padding: 5px 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* line 55, app/assets/stylesheets/flexisel.css */
.nbs-flexisel-nav-left {
  left: 10px;
}

/* line 59, app/assets/stylesheets/flexisel.css */
.nbs-flexisel-nav-left:before {
  content: "<";
}

/* line 63, app/assets/stylesheets/flexisel.css */
.nbs-flexisel-nav-left.disabled {
  opacity: 0.4;
}

/* line 67, app/assets/stylesheets/flexisel.css */
.nbs-flexisel-nav-right {
  right: 5px;
}

/* line 71, app/assets/stylesheets/flexisel.css */
.nbs-flexisel-nav-right:before {
  content: ">";
}

/* line 75, app/assets/stylesheets/flexisel.css */
.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * 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 17, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 23, app/assets/stylesheets/bootstrap_carousel.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 33, app/assets/stylesheets/bootstrap_carousel.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 42, app/assets/stylesheets/bootstrap_carousel.css */
[role="button"] {
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/bootstrap_carousel.css */
.carousel {
  position: relative;
}

/* line 48, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 53, app/assets/stylesheets/bootstrap_carousel.css */
.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 60, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 65, app/assets/stylesheets/bootstrap_carousel.css */
  .carousel-inner > .item {
    -webkit-transition: -webkit-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;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 74, app/assets/stylesheets/bootstrap_carousel.css */
  .carousel-inner > .item.next,
.carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 80, app/assets/stylesheets/bootstrap_carousel.css */
  .carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 86, app/assets/stylesheets/bootstrap_carousel.css */
  .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 94, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 99, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-inner > .active {
  left: 0;
}

/* line 102, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-inner > .next {
  left: 100%;
}

/* line 111, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-inner > .prev {
  left: -100%;
}

/* line 114, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 118, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 121, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 124, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

/* line 138, app/assets/stylesheets/bootstrap_carousel.css */
.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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 146, app/assets/stylesheets/bootstrap_carousel.css */
.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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 156, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 164, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 174, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 179, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 184, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 191, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 194, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 197, app/assets/stylesheets/bootstrap_carousel.css */
.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 208, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 220, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

/* line 226, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 238, app/assets/stylesheets/bootstrap_carousel.css */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 242, app/assets/stylesheets/bootstrap_carousel.css */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 251, app/assets/stylesheets/bootstrap_carousel.css */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 255, app/assets/stylesheets/bootstrap_carousel.css */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 259, app/assets/stylesheets/bootstrap_carousel.css */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 264, app/assets/stylesheets/bootstrap_carousel.css */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* Slider */
/* line 2, app/assets/stylesheets/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, app/assets/stylesheets/slick.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, app/assets/stylesheets/slick.css */
.slick-list:focus {
  outline: none;
}

/* line 35, app/assets/stylesheets/slick.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, app/assets/stylesheets/slick.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 51, app/assets/stylesheets/slick.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, app/assets/stylesheets/slick.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, app/assets/stylesheets/slick.css */
.slick-track:after {
  clear: both;
}

/* line 72, app/assets/stylesheets/slick.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, app/assets/stylesheets/slick.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, app/assets/stylesheets/slick.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, app/assets/stylesheets/slick.css */
.slick-slide img {
  display: block;
}

/* line 93, app/assets/stylesheets/slick.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, app/assets/stylesheets/slick.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, app/assets/stylesheets/slick.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, app/assets/stylesheets/slick.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, app/assets/stylesheets/slick.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, app/assets/stylesheets/slick.css */
.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Image Select Styles
 *
 * @author     Web Semantics, Inc. Dev Team <info@websemantics.ca>
 * @copyright  2011-2015 Web Semantics, Inc.
 * @link       http://websemantics.ca
 * @license    https://opensource.org/licenses/MIT
 */
/* Tag image */
/* line 11, app/assets/stylesheets/Image-Select/ImageSelect.css */
.chose-image {
  width: 55px;
  max-height: 55px;
  padding: 2px 5px 3px 0px;
  vertical-align: middle;
}

/* line 18, app/assets/stylesheets/Image-Select/ImageSelect.css */
.chose-image.rtl {
  padding: 2px 0px 3px 5px;
}

/* Image for Single mode */
/* line 23, app/assets/stylesheets/Image-Select/ImageSelect.css */
.chose-image-small {
  width: 16px;
  max-height: 16px;
  vertical-align: middle;
  margin: -3px 3px 0 0;
}

/* line 30, app/assets/stylesheets/Image-Select/ImageSelect.css */
.chose-image-small.rtl {
  margin: -3px 0 0 3px;
}

/* Images appended to the li(s) */
/* line 35, app/assets/stylesheets/Image-Select/ImageSelect.css */
.chose-image-list {
  width: 16px;
  max-height: 16px;
  vertical-align: middle;
  margin: -3px 3px 0 0;
}

/* line 42, app/assets/stylesheets/Image-Select/ImageSelect.css */
.chose-image-list.rtl {
  margin: -3px 0 0 3px;
}

/* Grey-out image for Multi mode */
/* line 47, app/assets/stylesheets/Image-Select/ImageSelect.css */
.chosen-container-multi .result-selected img {
  opacity: 0.3;
}

/* line 2, app/assets/stylesheets/tabs.scss */
.tabs {
  list-style: none;
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/tabs.scss */
.tabs li {
  display: inline-block;
  float: left;
}

/* line 8, app/assets/stylesheets/tabs.scss */
.tabs li a {
  padding: .5em .6em;
  display: block;
}

/* line 11, app/assets/stylesheets/tabs.scss */
.tabs li a:focus {
  outline: none;
}

/* line 15, app/assets/stylesheets/tabs.scss */
.tabs li.active {
  background-color: #ddd;
}

/* line 18, app/assets/stylesheets/tabs.scss */
.tabs li:hover {
  background-color: #eee;
}

/* line 24, app/assets/stylesheets/tabs.scss */
.tabs-content .content {
  display: none;
}

/* line 58, app/assets/stylesheets/application.scss */
.relative-fixed-size {
  position: relative;
  overflow: hidden;
}

/* line 61, app/assets/stylesheets/application.scss */
.relative-fixed-size .ampliate-fixed-size, .relative-fixed-size .reduce-fixed-size {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.75em;
}

/* line 70, app/assets/stylesheets/application.scss */
.margin-left-negative {
  margin-left: -18px;
}

/* line 74, app/assets/stylesheets/application.scss */
.product-background-image {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: .9375rem;
  background-color: rgba(255, 255, 255, 0.4) !important;
  background-blend-mode: overlay;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  min-height: 600px;
}

/* line 89, app/assets/stylesheets/application.scss */
.product-background-image iframe {
  background-color: transparent;
}

/* line 93, app/assets/stylesheets/application.scss */
.flex-viewport {
  max-height: none;
}

/* line 94, app/assets/stylesheets/application.scss */
.flexslider .slides > li, .publishing-group-slider .slides > li, .flexslider-lateral .slides > li, #flexisel-footer .slides > li {
  display: none;
}

/* line 96, app/assets/stylesheets/application.scss */
.flexslider .slides > li:first-child, .publishing-group-slider .slides > li:first-child, .flexslider-lateral .slides > li:first-child, #flexisel-footer .slides > li:first-child {
  display: block;
}

/* line 101, app/assets/stylesheets/application.scss */
.chosen, .single-chosen {
  opacity: 0;
}

/* line 104, app/assets/stylesheets/application.scss */
.wrap-option-search-filter .fa-caret-down, .wrap-single-chosen .fa-caret-down {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* line 109, app/assets/stylesheets/application.scss */
  .product-parent-info {
    margin: 1em 0em;
  }
}

/* line 114, app/assets/stylesheets/application.scss */
.bancodeviajes-box {
  width: 18.8%;
  max-width: 300px;
  display: inline-block;
  height: 200px;
  background-color: #c12834;
  color: white;
  vertical-align: bottom;
  border-radius: 30px;
  padding: 0.2em 1.4em;
  box-shadow: 0 1px 3px #292929;
  text-align: justify;
}

/* line 127, app/assets/stylesheets/application.scss */
.bancodeviajes-box h1, .bancodeviajes-box h2, .bancodeviajes-box h3, .bancodeviajes-box h4 {
  color: white;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 132, app/assets/stylesheets/application.scss */
  .medium-1 {
    position: relative;
    width: 8.33333% !important;
  }
  /* line 136, app/assets/stylesheets/application.scss */
  .medium-2 {
    position: relative;
    width: 16.66667% !important;
  }
  /* line 140, app/assets/stylesheets/application.scss */
  .medium-3 {
    position: relative;
    width: 25% !important;
  }
  /* line 144, app/assets/stylesheets/application.scss */
  .medium-4 {
    position: relative;
    width: 33.33333% !important;
  }
  /* line 148, app/assets/stylesheets/application.scss */
  .medium-5 {
    position: relative;
    width: 41.66667% !important;
  }
  /* line 152, app/assets/stylesheets/application.scss */
  .medium-6 {
    position: relative;
    width: 50% !important;
  }
  /* line 156, app/assets/stylesheets/application.scss */
  .medium-7 {
    position: relative;
    width: 58.33333% !important;
  }
  /* line 160, app/assets/stylesheets/application.scss */
  .medium-8 {
    position: relative;
    width: 66.66667% !important;
  }
  /* line 164, app/assets/stylesheets/application.scss */
  .medium-9 {
    position: relative;
    width: 75% !important;
  }
  /* line 168, app/assets/stylesheets/application.scss */
  .medium-10 {
    position: relative;
    width: 83.33333% !important;
  }
  /* line 172, app/assets/stylesheets/application.scss */
  .medium-11 {
    position: relative;
    width: 91.66667% !important;
  }
  /* line 176, app/assets/stylesheets/application.scss */
  .medium-12 {
    position: relative;
    width: 100% !important;
  }
  /* line 180, app/assets/stylesheets/application.scss */
  .medium-mt-2 {
    margin-top: 15px;
  }
  /* line 184, app/assets/stylesheets/application.scss */
  .row.row-medium {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1280px) {
  /* line 191, app/assets/stylesheets/application.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  /* line 196, app/assets/stylesheets/application.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  /* line 201, app/assets/stylesheets/application.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  /* line 206, app/assets/stylesheets/application.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  /* line 211, app/assets/stylesheets/application.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 216, app/assets/stylesheets/application.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 221, app/assets/stylesheets/application.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  /* line 226, app/assets/stylesheets/application.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  /* line 231, app/assets/stylesheets/application.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  /* line 236, app/assets/stylesheets/application.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  /* line 241, app/assets/stylesheets/application.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 246, app/assets/stylesheets/application.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 251, app/assets/stylesheets/application.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  /* line 256, app/assets/stylesheets/application.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  /* line 261, app/assets/stylesheets/application.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  /* line 266, app/assets/stylesheets/application.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  /* line 271, app/assets/stylesheets/application.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 276, app/assets/stylesheets/application.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 281, app/assets/stylesheets/application.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  /* line 286, app/assets/stylesheets/application.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  /* line 291, app/assets/stylesheets/application.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  /* line 296, app/assets/stylesheets/application.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

/* line 302, app/assets/stylesheets/application.scss */
.ofi-custom-input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 3px;
  cursor: pointer;
}

/* line 311, app/assets/stylesheets/application.scss */
.ofi-custom-input.ofi-custom-checkbox {
  width: 16px;
  height: 16px;
  background-color: white;
}

/* line 316, app/assets/stylesheets/application.scss */
.ofi-custom-input.ofi-custom-checkbox::after {
  font-family: "FontAwesome" !important;
  font-weight: 900;
  content: '\f00c';
  color: gray;
  opacity: 0;
  font-size: 12px;
  transition: all 0.25s ease;
}

/* line 326, app/assets/stylesheets/application.scss */
.ofi-custom-input.ofi-custom-checkbox.checked::after {
  opacity: 1;
}

/* line 331, app/assets/stylesheets/application.scss */
.ofi-custom-input.ofi-custom-radio {
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 24px;
}

/* line 337, app/assets/stylesheets/application.scss */
.ofi-custom-input.ofi-custom-radio::after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  content: ' ';
  opacity: 0;
  background-color: gray;
  border-radius: 24px;
  transition: all 0.25s ease;
}

/* line 347, app/assets/stylesheets/application.scss */
.ofi-custom-input.ofi-custom-radio.checked::after {
  opacity: 1;
}

/* line 353, app/assets/stylesheets/application.scss */
.ofi-custom-input-parsed {
  display: none;
}

/* line 359, app/assets/stylesheets/application.scss */
.embed-booking-calendar .embed-booking-calendar-placeholder {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}

/* line 369, app/assets/stylesheets/application.scss */
#panelPdf object[data^='https'] {
  min-height: 1224px !important;
}
