@charset "UTF-8";
/* =========================================================================

    Project: Vanuatu
    Author: Xfive
    Last updated: Thu Jan 05 2017 18:05:01


   ========================================================================= */

/* =========================================================================
   Bootstrap
   ========================================================================= */

.vu-modal-header:after, .navigation:after, .navigation-dropdown:after, .navigation-dropdown-list:after, .form:after, .article-teaser:after, .discover-mod-info:after, .vanuatu-map .container:after, .vanuatu-map-links:after, .vanuatu-map-categories:after, .offer-box-contact:after, .image-blocks:after, .image-block:after, .result:after, .result-content:after, .search-results .result .result-article:after, .island:after {
  content: "";
  display: table;
  clear: both;
}

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

}

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

}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .article-pagination li > .page-numbers > .caret,
  .dropup > .btn > .caret, .article-pagination
  li.dropup > .page-numbers > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .footer--alt .footer__list > li > a, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small, .footer--alt .footer__list > li > a small,
.h4 .small, .footer--alt .footer__list > li > a .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4, .footer--alt .footer__list > li > a,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small, .footer--alt .footer__list > li > a small,
.h4 .small, .footer--alt .footer__list > li > a .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4, .footer--alt .footer__list > li > a {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }

}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

}

@media (min-width: 1182px) {
  .container {
    width: 1170px;
  }

}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

}

@media (min-width: 1182px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

}

.btn, .article-pagination li > .page-numbers {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .article-pagination li > .page-numbers:focus, .btn.focus, .article-pagination li > .focus.page-numbers, .btn:active:focus, .article-pagination li > .page-numbers:active:focus, .btn:active.focus, .article-pagination li > .page-numbers:active.focus, .btn.active:focus, .article-pagination li > .active.page-numbers:focus, .btn.active.focus, .article-pagination li > .active.focus.page-numbers {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .article-pagination li > .page-numbers:hover, .btn:focus, .article-pagination li > .page-numbers:focus, .btn.focus, .article-pagination li > .focus.page-numbers {
  color: #333;
  text-decoration: none;
}

.btn:active, .article-pagination li > .page-numbers:active, .btn.active, .article-pagination li > .active.page-numbers {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .article-pagination li > .disabled.page-numbers, .btn[disabled], .article-pagination li > [disabled].page-numbers,
fieldset[disabled] .btn,
fieldset[disabled] .article-pagination li > .page-numbers, .article-pagination
fieldset[disabled] li > .page-numbers {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, .article-pagination li > a.disabled.page-numbers,
fieldset[disabled] a.btn,
fieldset[disabled] .article-pagination li > a.page-numbers, .article-pagination
fieldset[disabled] li > a.page-numbers {
  pointer-events: none;
}

.btn-default, .article-pagination li > .page-numbers {
  color: #333;
  background-color: #fff;
  border-color: transparent;
}

.btn-default:focus, .article-pagination li > .page-numbers:focus, .btn-default.focus, .article-pagination li > .focus.page-numbers {
  color: #333;
  background-color: #e6e6e6;
  border-color: transparent;
}

.btn-default:hover, .article-pagination li > .page-numbers:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: transparent;
}

.btn-default:active, .article-pagination li > .page-numbers:active, .btn-default.active, .article-pagination li > .active.page-numbers,
.open > .btn-default.dropdown-toggle, .article-pagination
li.open > .dropdown-toggle.page-numbers {
  color: #333;
  background-color: #e6e6e6;
  border-color: transparent;
}

.btn-default:active:hover, .article-pagination li > .page-numbers:active:hover, .btn-default:active:focus, .article-pagination li > .page-numbers:active:focus, .btn-default:active.focus, .article-pagination li > .page-numbers:active.focus, .btn-default.active:hover, .article-pagination li > .active.page-numbers:hover, .btn-default.active:focus, .article-pagination li > .active.page-numbers:focus, .btn-default.active.focus, .article-pagination li > .active.focus.page-numbers,
.open > .btn-default.dropdown-toggle:hover, .article-pagination
li.open > .dropdown-toggle.page-numbers:hover,
.open > .btn-default.dropdown-toggle:focus, .article-pagination
li.open > .dropdown-toggle.page-numbers:focus,
.open > .btn-default.dropdown-toggle.focus, .article-pagination
li.open > .dropdown-toggle.focus.page-numbers {
  color: #333;
  background-color: #d4d4d4;
  border-color: transparent;
}

.btn-default:active, .article-pagination li > .page-numbers:active, .btn-default.active, .article-pagination li > .active.page-numbers,
.open > .btn-default.dropdown-toggle, .article-pagination
li.open > .dropdown-toggle.page-numbers {
  background-image: none;
}

.btn-default.disabled:hover, .article-pagination li > .disabled.page-numbers:hover, .btn-default.disabled:focus, .article-pagination li > .disabled.page-numbers:focus, .btn-default.disabled.focus, .article-pagination li > .disabled.focus.page-numbers, .btn-default[disabled]:hover, .article-pagination li > [disabled].page-numbers:hover, .btn-default[disabled]:focus, .article-pagination li > [disabled].page-numbers:focus, .btn-default[disabled].focus, .article-pagination li > [disabled].focus.page-numbers,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .article-pagination li > .page-numbers:hover, .article-pagination
fieldset[disabled] li > .page-numbers:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .article-pagination li > .page-numbers:focus, .article-pagination
fieldset[disabled] li > .page-numbers:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .article-pagination li > .focus.page-numbers, .article-pagination
fieldset[disabled] li > .focus.page-numbers {
  background-color: #fff;
  border-color: transparent;
}

.btn-default .badge, .article-pagination li > .page-numbers .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, .article-pagination li > .page-numbers.prev, .article-pagination li > .page-numbers.next {
  color: #fff;
  background-color: #e2002b;
  border-color: transparent;
}

.btn-primary:focus, .article-pagination li > .page-numbers.prev:focus, .article-pagination li > .page-numbers.next:focus, .btn-primary.focus, .article-pagination li > .focus.page-numbers.prev, .article-pagination li > .focus.page-numbers.next {
  color: #fff;
  background-color: #af0021;
  border-color: transparent;
}

.btn-primary:hover, .article-pagination li > .page-numbers.prev:hover, .article-pagination li > .page-numbers.next:hover {
  color: #fff;
  background-color: #af0021;
  border-color: transparent;
}

.btn-primary:active, .article-pagination li > .page-numbers.prev:active, .article-pagination li > .page-numbers.next:active, .btn-primary.active, .article-pagination li > .active.page-numbers.prev, .article-pagination li > .active.page-numbers.next,
.open > .btn-primary.dropdown-toggle, .article-pagination
li.open > .dropdown-toggle.page-numbers.prev, .article-pagination
li.open > .dropdown-toggle.page-numbers.next {
  color: #fff;
  background-color: #af0021;
  border-color: transparent;
}

.btn-primary:active:hover, .article-pagination li > .page-numbers.prev:active:hover, .article-pagination li > .page-numbers.next:active:hover, .btn-primary:active:focus, .article-pagination li > .page-numbers.prev:active:focus, .article-pagination li > .page-numbers.next:active:focus, .btn-primary:active.focus, .article-pagination li > .page-numbers.prev:active.focus, .article-pagination li > .page-numbers.next:active.focus, .btn-primary.active:hover, .article-pagination li > .active.page-numbers.prev:hover, .article-pagination li > .active.page-numbers.next:hover, .btn-primary.active:focus, .article-pagination li > .active.page-numbers.prev:focus, .article-pagination li > .active.page-numbers.next:focus, .btn-primary.active.focus, .article-pagination li > .active.focus.page-numbers.prev, .article-pagination li > .active.focus.page-numbers.next,
.open > .btn-primary.dropdown-toggle:hover, .article-pagination
li.open > .dropdown-toggle.page-numbers.prev:hover, .article-pagination
li.open > .dropdown-toggle.page-numbers.next:hover,
.open > .btn-primary.dropdown-toggle:focus, .article-pagination
li.open > .dropdown-toggle.page-numbers.prev:focus, .article-pagination
li.open > .dropdown-toggle.page-numbers.next:focus,
.open > .btn-primary.dropdown-toggle.focus, .article-pagination
li.open > .dropdown-toggle.focus.page-numbers.prev, .article-pagination
li.open > .dropdown-toggle.focus.page-numbers.next {
  color: #fff;
  background-color: #8b001b;
  border-color: transparent;
}

.btn-primary:active, .article-pagination li > .page-numbers.prev:active, .article-pagination li > .page-numbers.next:active, .btn-primary.active, .article-pagination li > .active.page-numbers.prev, .article-pagination li > .active.page-numbers.next,
.open > .btn-primary.dropdown-toggle, .article-pagination
li.open > .dropdown-toggle.page-numbers.prev, .article-pagination
li.open > .dropdown-toggle.page-numbers.next {
  background-image: none;
}

.btn-primary.disabled:hover, .article-pagination li > .disabled.page-numbers.prev:hover, .article-pagination li > .disabled.page-numbers.next:hover, .btn-primary.disabled:focus, .article-pagination li > .disabled.page-numbers.prev:focus, .article-pagination li > .disabled.page-numbers.next:focus, .btn-primary.disabled.focus, .article-pagination li > .disabled.focus.page-numbers.prev, .article-pagination li > .disabled.focus.page-numbers.next, .btn-primary[disabled]:hover, .article-pagination li > [disabled].page-numbers.prev:hover, .article-pagination li > [disabled].page-numbers.next:hover, .btn-primary[disabled]:focus, .article-pagination li > [disabled].page-numbers.prev:focus, .article-pagination li > [disabled].page-numbers.next:focus, .btn-primary[disabled].focus, .article-pagination li > [disabled].focus.page-numbers.prev, .article-pagination li > [disabled].focus.page-numbers.next,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .article-pagination li > .page-numbers.prev:hover, .article-pagination
fieldset[disabled] li > .page-numbers.prev:hover,
fieldset[disabled] .article-pagination li > .page-numbers.next:hover, .article-pagination
fieldset[disabled] li > .page-numbers.next:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .article-pagination li > .page-numbers.prev:focus, .article-pagination
fieldset[disabled] li > .page-numbers.prev:focus,
fieldset[disabled] .article-pagination li > .page-numbers.next:focus, .article-pagination
fieldset[disabled] li > .page-numbers.next:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .article-pagination li > .focus.page-numbers.prev, .article-pagination
fieldset[disabled] li > .focus.page-numbers.prev,
fieldset[disabled] .article-pagination li > .focus.page-numbers.next, .article-pagination
fieldset[disabled] li > .focus.page-numbers.next {
  background-color: #e2002b;
  border-color: transparent;
}

.btn-primary .badge, .article-pagination li > .page-numbers.prev .badge, .article-pagination li > .page-numbers.next .badge {
  color: #e2002b;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #00bfb3;
  border-color: transparent;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #008c83;
  border-color: transparent;
}

.btn-success:hover {
  color: #fff;
  background-color: #008c83;
  border-color: transparent;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #008c83;
  border-color: transparent;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #006862;
  border-color: transparent;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #00bfb3;
  border-color: transparent;
}

.btn-success .badge {
  color: #00bfb3;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: transparent;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: transparent;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: transparent;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: transparent;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: transparent;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: transparent;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: transparent;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: transparent;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: transparent;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: transparent;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: transparent;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: transparent;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger, .article-pagination li > .page-numbers.current {
  color: #fff;
  background-color: #d9534f;
  border-color: transparent;
}

.btn-danger:focus, .article-pagination li > .page-numbers.current:focus, .btn-danger.focus, .article-pagination li > .focus.page-numbers.current {
  color: #fff;
  background-color: #c9302c;
  border-color: transparent;
}

.btn-danger:hover, .article-pagination li > .page-numbers.current:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: transparent;
}

.btn-danger:active, .article-pagination li > .page-numbers.current:active, .btn-danger.active, .article-pagination li > .active.page-numbers.current,
.open > .btn-danger.dropdown-toggle, .article-pagination
li.open > .dropdown-toggle.page-numbers.current {
  color: #fff;
  background-color: #c9302c;
  border-color: transparent;
}

.btn-danger:active:hover, .article-pagination li > .page-numbers.current:active:hover, .btn-danger:active:focus, .article-pagination li > .page-numbers.current:active:focus, .btn-danger:active.focus, .article-pagination li > .page-numbers.current:active.focus, .btn-danger.active:hover, .article-pagination li > .active.page-numbers.current:hover, .btn-danger.active:focus, .article-pagination li > .active.page-numbers.current:focus, .btn-danger.active.focus, .article-pagination li > .active.focus.page-numbers.current,
.open > .btn-danger.dropdown-toggle:hover, .article-pagination
li.open > .dropdown-toggle.page-numbers.current:hover,
.open > .btn-danger.dropdown-toggle:focus, .article-pagination
li.open > .dropdown-toggle.page-numbers.current:focus,
.open > .btn-danger.dropdown-toggle.focus, .article-pagination
li.open > .dropdown-toggle.focus.page-numbers.current {
  color: #fff;
  background-color: #ac2925;
  border-color: transparent;
}

.btn-danger:active, .article-pagination li > .page-numbers.current:active, .btn-danger.active, .article-pagination li > .active.page-numbers.current,
.open > .btn-danger.dropdown-toggle, .article-pagination
li.open > .dropdown-toggle.page-numbers.current {
  background-image: none;
}

.btn-danger.disabled:hover, .article-pagination li > .disabled.page-numbers.current:hover, .btn-danger.disabled:focus, .article-pagination li > .disabled.page-numbers.current:focus, .btn-danger.disabled.focus, .article-pagination li > .disabled.focus.page-numbers.current, .btn-danger[disabled]:hover, .article-pagination li > [disabled].page-numbers.current:hover, .btn-danger[disabled]:focus, .article-pagination li > [disabled].page-numbers.current:focus, .btn-danger[disabled].focus, .article-pagination li > [disabled].focus.page-numbers.current,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .article-pagination li > .page-numbers.current:hover, .article-pagination
fieldset[disabled] li > .page-numbers.current:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .article-pagination li > .page-numbers.current:focus, .article-pagination
fieldset[disabled] li > .page-numbers.current:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .article-pagination li > .focus.page-numbers.current, .article-pagination
fieldset[disabled] li > .focus.page-numbers.current {
  background-color: #d9534f;
  border-color: transparent;
}

.btn-danger .badge, .article-pagination li > .page-numbers.current .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #00a69b;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 166, 155, 0.6);
}

.form-control::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
}

.form-control::-ms-input-placeholder {
  /* Edge */
}

.form-control:placeholder-shown {
  /* Standard one last! */
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }

}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }

}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }

}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }

}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }

}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }

}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }

}

@media (min-width: 1182px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

}

@media (min-width: 1182px) {
  .visible-lg-block {
    display: block !important;
  }

}

@media (min-width: 1182px) {
  .visible-lg-inline {
    display: inline !important;
  }

}

@media (min-width: 1182px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }

}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

}

@media (min-width: 1182px) {
  .hidden-lg {
    display: none !important;
  }

}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }

}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }

}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }

}

@media print {
  .hidden-print {
    display: none !important;
  }

}

/* =========================================================================
   Bootstrap Overrides

   For things that cannot be adjusted just using variables.
   ========================================================================= */

.form-control {
  box-shadow: none;
}

.form-control--white {
  background-color: #fff;
}

.form-control[type="email"]:focus:invalid {
  border-color: #e2002b;
  box-shadow: 0 0 8px rgba(226, 0, 43, 0.6);
}

.form-group {
  position: relative;
}

.form-group--required:before {
  content: "*";
  position: absolute;
  left: -0.8em;
  top: 0.4em;
  color: #e2002b;
}

.form-group--select {
  background: #f2f2f2;
}

.form-group--select .form-control {
  position: relative;
  z-index: 1;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}

.form-group--select .form-control::-ms-expand {
  display: none;
}

.form-group--select:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 1em;
  top: 50%;
  margin-top: -0.3em;
  border-top: 0.6em solid #e2002b;
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
}

.btn, .article-pagination li > .page-numbers {
  font-size: 1em;
}

.btn-slide-in {
  position: relative;
  overflow: hidden;
}

.btn-slide-in:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  background: #000;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
}

.btn-slide-in:hover {
  border-color: #000;
  color: #fff;
}

.btn-slide-in:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn-slide-in > span {
  position: relative;
  color: #fff;
}

.btn-wide {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.btn-wide-2x {
  padding-left: 5em;
  padding-right: 5em;
}

.btn-wrap {
  margin: 2em 0;
}

.btn-wrap--center {
  text-align: center;
}

.elm-button {
  display: block;
  width: 130px;
  height: 34px;
  color: #fff;
  background-color: #e2002b;
  margin: 1em auto;
  border: 0;
}

.elm-button:focus {
  outline: 0;
}

.elm-loading-anim {
  display: none;
  width: 40px;
  margin: 0 auto;
}

.elm-button.is-loading .elm-loading-anim {
  display: block;
}

.elm-button.is-loading span {
  display: none;
}

.elm-button:hover {
  background-color: #af0021;
}

.btn-search-result {
  float: right;
}

@media (max-width: 992px) {
  .btn-search-result {
    float: none;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

}

/* =========================================================================
   Custom Styling
   ========================================================================= */

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?or5jpm");
  src: url("../fonts/icomoon.eot?or5jpm#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?or5jpm") format("truetype"), url("../fonts/icomoon.woff?or5jpm") format("woff"), url("../fonts/icomoon.svg?or5jpm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-spinner:before, .tabs-headings > li > a.loading:before {
  content: "\e91a";
}

.icon-spinner2:before {
  content: "\e91b";
}

.icon-spinner3:before {
  content: "\e91c";
}

.icon-spinner4:before {
  content: "\e91d";
}

.icon-pencil:before {
  content: "\e901";
}

.icon-book:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-email:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-fax:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e907";
}

.icon-web:before {
  content: "\e908";
}

.icon-twitter:before {
  content: "\e909";
}

.icon-pinterest:before {
  content: "\e90a";
}

.icon-newspaper:before {
  content: "\e90b";
}

.icon-file:before {
  content: "\e90c";
}

.icon-accommodation:before {
  content: "\e90d";
}

.icon-agent:before {
  content: "\e90e";
}

.icon-menu:before {
  content: "\e90f";
}

.icon-boat:before {
  content: "\e910";
}

.icon-contacts:before {
  content: "\e911";
}

.icon-permits:before {
  content: "\e912";
}

.icon-price-tag:before {
  content: "\e913";
}

.icon-quarantine:before {
  content: "\e914";
}

.icon-transfers:before {
  content: "\e915";
}

.icon-travel-tips:before {
  content: "\e916";
}

.icon-car-hire:before {
  content: "\e917";
}

.icon-close:before {
  content: "\e918";
}

.icon-check:before {
  content: "\e919";
}

.icon-arrow-bold-left:before {
  content: "\f053";
}

.icon-arrow-bold-right:before {
  content: "\f054";
}

.icon-arrow-bold-up:before {
  content: "\f077";
}

.icon-arrow-bold-down:before {
  content: "\f078";
}

.icon-arrow-filled-left:before, .slider-arrow.left:after, .featured-deals-arrow.left:after {
  content: "\f0d9";
}

.icon-arrow-filled-right:before, .slider-arrow.right:after, .featured-deals-arrow.right:after {
  content: "\f0da";
}

.icon-arrow-left:before {
  content: "\f104";
}

.icon-arrow-right:before {
  content: "\f105";
}

.icon-arrow-up:before {
  content: "\f106";
}

.icon-arrow-down:before {
  content: "\f107";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  background: url(../img/icheck/minimal.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal {
  background-position: 0 0;
  background-size: 200% auto;
}

.icheckbox_minimal.hover {
  background-position: -40px 0;
}

.icheckbox_minimal.checked {
  background-position: -80px 0;
}

.icheckbox_minimal.disabled {
  background-position: -120px 0;
  cursor: default;
}

.icheckbox_minimal.checked.disabled {
  background-position: -160px 0;
}

.iradio_minimal {
  background-position: -100px 0;
}

.iradio_minimal .iradio_minimal.hover {
  background-position: -120px 0;
}

.iradio_minimal .iradio_minimal.checked {
  background-position: -140px 0;
}

.iradio_minimal .iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal .iradio_minimal.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url(../img/icheck/minimal@2x.png);
    background-size: 400px 40px;
  }

}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../img/colorbox/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  color: #291f16;
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 67 MdCn';
  src: url("../fonts/HelveticaNeueLTCom-HvCn.eot");
  src: url("../fonts/HelveticaNeueLTCom-HvCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-HvCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-HvCn.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-HvCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-HvCn.svg#HelveticaNeueLTCom-HvCn") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 63 MdEx';
  src: url("../fonts/HelveticaNeueLTCom-HvExO.eot");
  src: url("../fonts/HelveticaNeueLTCom-HvExO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-HvExO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-HvExO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-HvExO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-HvExO.svg#HelveticaNeueLTCom-HvExO") format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 95 Blk';
  src: url("../fonts/HelveticaNeueLTCom-Blk.eot");
  src: url("../fonts/HelveticaNeueLTCom-Blk.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-Blk.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-Blk.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-Blk.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-Blk.svg#HelveticaNeueLTCom-Blk") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 97 BlkCn';
  src: url("../fonts/HelveticaNeueLTCom-BlkCnO.eot");
  src: url("../fonts/HelveticaNeueLTCom-BlkCnO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-BlkCnO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-BlkCnO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-BlkCnO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-BlkCnO.svg#HelveticaNeueLTCom-BlkCnO") format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 97 BlkCn';
  src: url("../fonts/HelveticaNeueLTCom-BlkCn.eot");
  src: url("../fonts/HelveticaNeueLTCom-BlkCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-BlkCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-BlkCn.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-BlkCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-BlkCn.svg#HelveticaNeueLTCom-BlkCn") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 53 Ex';
  src: url("../fonts/HelveticaNeueLTCom-BdExO.eot");
  src: url("../fonts/HelveticaNeueLTCom-BdExO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-BdExO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-BdExO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-BdExO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-BdExO.svg#HelveticaNeueLTCom-BdExO") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 67 MdCn';
  src: url("../fonts/HelveticaNeueLTCom-HvCnO.eot");
  src: url("../fonts/HelveticaNeueLTCom-HvCnO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-HvCnO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-HvCnO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-HvCnO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-HvCnO.svg#HelveticaNeueLTCom-HvCnO") format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 53 Ex';
  src: url("../fonts/HelveticaNeueLTCom-BdEx.eot");
  src: url("../fonts/HelveticaNeueLTCom-BdEx.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-BdEx.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-BdEx.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-BdEx.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-BdEx.svg#HelveticaNeueLTCom-BdEx") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 95 Blk';
  src: url("../fonts/HelveticaNeueLTCom-BlkIt.eot");
  src: url("../fonts/HelveticaNeueLTCom-BlkIt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-BlkIt.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-BlkIt.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-BlkIt.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-BlkIt.svg#HelveticaNeueLTCom-BlkIt") format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 57 Cn';
  src: url("../fonts/HelveticaNeueLTCom-BdCn.eot");
  src: url("../fonts/HelveticaNeueLTCom-BdCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-BdCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-BdCn.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-BdCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-BdCn.svg#HelveticaNeueLTCom-BdCn") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 93 BlkEx';
  src: url("../fonts/HelveticaNeueLTCom-BlkExO.eot");
  src: url("../fonts/HelveticaNeueLTCom-BlkExO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-BlkExO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-BlkExO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-BlkExO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-BlkExO.svg#HelveticaNeueLTCom-BlkExO") format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 57 Cn';
  src: url("../fonts/HelveticaNeueLTCom-Cn.eot");
  src: url("../fonts/HelveticaNeueLTCom-Cn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-Cn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-Cn.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-Cn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-Cn.svg#HelveticaNeueLTCom-Cn") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 53 Ex';
  src: url("../fonts/HelveticaNeueLTCom-ExO.eot");
  src: url("../fonts/HelveticaNeueLTCom-ExO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-ExO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-ExO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-ExO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-ExO.svg#HelveticaNeueLTCom-ExO") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 65 Md';
  src: url("../fonts/HelveticaNeueLTCom-HvIt.eot");
  src: url("../fonts/HelveticaNeueLTCom-HvIt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-HvIt.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-HvIt.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-HvIt.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-HvIt.svg#HelveticaNeueLTCom-HvIt") format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 63 MdEx';
  src: url("../fonts/HelveticaNeueLTCom-HvEx.eot");
  src: url("../fonts/HelveticaNeueLTCom-HvEx.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-HvEx.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-HvEx.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-HvEx.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-HvEx.svg#HelveticaNeueLTCom-HvEx") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 93 BlkEx';
  src: url("../fonts/HelveticaNeueLTCom-BlkEx.eot");
  src: url("../fonts/HelveticaNeueLTCom-BlkEx.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-BlkEx.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-BlkEx.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-BlkEx.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-BlkEx.svg#HelveticaNeueLTCom-BlkEx") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 75 BdOu';
  src: url("../fonts/HelveticaNeueLTCom-BdOu.eot");
  src: url("../fonts/HelveticaNeueLTCom-BdOu.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-BdOu.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-BdOu.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-BdOu.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-BdOu.svg#HelveticaNeueLTCom-BdOu") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 65 Md';
  src: url("../fonts/HelveticaNeueLTCom-Hv.eot");
  src: url("../fonts/HelveticaNeueLTCom-Hv.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-Hv.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-Hv.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-Hv.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-Hv.svg#HelveticaNeueLTCom-Hv") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 53 Ex';
  src: url("../fonts/HelveticaNeueLTCom-Ex.eot");
  src: url("../fonts/HelveticaNeueLTCom-Ex.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-Ex.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-Ex.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-Ex.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-Ex.svg#HelveticaNeueLTCom-Ex") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 57 Cn';
  src: url("../fonts/HelveticaNeueLTCom-BdCnO.eot");
  src: url("../fonts/HelveticaNeueLTCom-BdCnO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-BdCnO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-BdCnO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-BdCnO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-BdCnO.svg#HelveticaNeueLTCom-BdCnO") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 57 Cn';
  src: url("../fonts/HelveticaNeueLTCom-CnO.eot");
  src: url("../fonts/HelveticaNeueLTCom-CnO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-CnO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-CnO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-CnO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-CnO.svg#HelveticaNeueLTCom-CnO") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 43 LtEx';
  src: url("../fonts/HelveticaNeueLTCom-LtEx.eot");
  src: url("../fonts/HelveticaNeueLTCom-LtEx.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-LtEx.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-LtEx.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-LtEx.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-LtEx.svg#HelveticaNeueLTCom-LtEx") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue Roman';
  src: url("../fonts/HelveticaNeueLTCom-Roman.eot");
  src: url("../fonts/HelveticaNeueLTCom-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-Roman.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-Roman.svg#HelveticaNeueLTCom-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 67 MdCn';
  src: url("../fonts/HelveticaNeueLTCom-MdCn.eot");
  src: url("../fonts/HelveticaNeueLTCom-MdCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-MdCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-MdCn.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-MdCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-MdCn.svg#HelveticaNeueLTCom-MdCn") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 63 MdEx';
  src: url("../fonts/HelveticaNeueLTCom-MdEx.eot");
  src: url("../fonts/HelveticaNeueLTCom-MdEx.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-MdEx.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-MdEx.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-MdEx.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-MdEx.svg#HelveticaNeueLTCom-MdEx") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 43 LtEx';
  src: url("../fonts/HelveticaNeueLTCom-LtExO.eot");
  src: url("../fonts/HelveticaNeueLTCom-LtExO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-LtExO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-LtExO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-LtExO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-LtExO.svg#HelveticaNeueLTCom-LtExO") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 45 Lt';
  src: url("../fonts/HelveticaNeueLTCom-LtIt.eot");
  src: url("../fonts/HelveticaNeueLTCom-LtIt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-LtIt.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-LtIt.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-LtIt.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-LtIt.svg#HelveticaNeueLTCom-LtIt") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 47 LtCn';
  src: url("../fonts/HelveticaNeueLTCom-LtCnO.eot");
  src: url("../fonts/HelveticaNeueLTCom-LtCnO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-LtCnO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-LtCnO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-LtCnO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-LtCnO.svg#HelveticaNeueLTCom-LtCnO") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 45 Lt';
  src: url("../fonts/HelveticaNeueLTCom-Lt.eot");
  src: url("../fonts/HelveticaNeueLTCom-Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-Lt.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-Lt.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-Lt.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-Lt.svg#HelveticaNeueLTCom-Lt") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 35 Th';
  src: url("../fonts/HelveticaNeueLTCom-Th.eot");
  src: url("../fonts/HelveticaNeueLTCom-Th.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-Th.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-Th.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-Th.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-Th.svg#HelveticaNeueLTCom-Th") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 63 MdEx';
  src: url("../fonts/HelveticaNeueLTCom-MdExO.eot");
  src: url("../fonts/HelveticaNeueLTCom-MdExO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-MdExO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-MdExO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-MdExO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-MdExO.svg#HelveticaNeueLTCom-MdExO") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 65 Md';
  src: url("../fonts/HelveticaNeueLTCom-MdIt.eot");
  src: url("../fonts/HelveticaNeueLTCom-MdIt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-MdIt.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-MdIt.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-MdIt.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-MdIt.svg#HelveticaNeueLTCom-MdIt") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 67 MdCn';
  src: url("../fonts/HelveticaNeueLTCom-MdCnO.eot");
  src: url("../fonts/HelveticaNeueLTCom-MdCnO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-MdCnO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-MdCnO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-MdCnO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-MdCnO.svg#HelveticaNeueLTCom-MdCnO") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 47 LtCn';
  src: url("../fonts/HelveticaNeueLTCom-LtCn.eot");
  src: url("../fonts/HelveticaNeueLTCom-LtCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-LtCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-LtCn.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-LtCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-LtCn.svg#HelveticaNeueLTCom-LtCn") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 65 Md';
  src: url("../fonts/HelveticaNeueLTCom-Md.eot");
  src: url("../fonts/HelveticaNeueLTCom-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-Md.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-Md.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-Md.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-Md.svg#HelveticaNeueLTCom-Md") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 27 UltLtCn';
  src: url("../fonts/HelveticaNeueLTCom-UltLtCnO.eot");
  src: url("../fonts/HelveticaNeueLTCom-UltLtCnO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-UltLtCnO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-UltLtCnO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-UltLtCnO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-UltLtCnO.svg#HelveticaNeueLTCom-UltLtCnO") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 33 ThEx';
  src: url("../fonts/HelveticaNeueLTCom-ThEx.eot");
  src: url("../fonts/HelveticaNeueLTCom-ThEx.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-ThEx.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-ThEx.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-ThEx.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-ThEx.svg#HelveticaNeueLTCom-ThEx") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 23 UltLtEx';
  src: url("../fonts/HelveticaNeueLTCom-UltLtEx.eot");
  src: url("../fonts/HelveticaNeueLTCom-UltLtEx.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-UltLtEx.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-UltLtEx.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-UltLtEx.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-UltLtEx.svg#HelveticaNeueLTCom-UltLtEx") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 107 XBlkCn';
  src: url("../fonts/HelveticaNeueLTCom-XBlkCnO.eot");
  src: url("../fonts/HelveticaNeueLTCom-XBlkCnO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-XBlkCnO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-XBlkCnO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-XBlkCnO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-XBlkCnO.svg#HelveticaNeueLTCom-XBlkCnO") format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 25 UltLt';
  src: url("../fonts/HelveticaNeueLTCom-UltLt.eot");
  src: url("../fonts/HelveticaNeueLTCom-UltLt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-UltLt.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-UltLt.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-UltLt.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-UltLt.svg#HelveticaNeueLTCom-UltLt") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 35 Th';
  src: url("../fonts/HelveticaNeueLTCom-ThIt.eot");
  src: url("../fonts/HelveticaNeueLTCom-ThIt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-ThIt.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-ThIt.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-ThIt.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-ThIt.svg#HelveticaNeueLTCom-ThIt") format("svg");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 23 UltLtEx';
  src: url("../fonts/HelveticaNeueLTCom-UltLtExO.eot");
  src: url("../fonts/HelveticaNeueLTCom-UltLtExO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-UltLtExO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-UltLtExO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-UltLtExO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-UltLtExO.svg#HelveticaNeueLTCom-UltLtExO") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 37 ThCn';
  src: url("../fonts/HelveticaNeueLTCom-ThCnO.eot");
  src: url("../fonts/HelveticaNeueLTCom-ThCnO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-ThCnO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-ThCnO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-ThCnO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-ThCnO.svg#HelveticaNeueLTCom-ThCnO") format("svg");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 33 ThEx';
  src: url("../fonts/HelveticaNeueLTCom-ThExO.eot");
  src: url("../fonts/HelveticaNeueLTCom-ThExO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-ThExO.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-ThExO.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-ThExO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-ThExO.svg#HelveticaNeueLTCom-ThExO") format("svg");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 37 ThCn';
  src: url("../fonts/HelveticaNeueLTCom-ThCn.eot");
  src: url("../fonts/HelveticaNeueLTCom-ThCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-ThCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-ThCn.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-ThCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-ThCn.svg#HelveticaNeueLTCom-ThCn") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 107 XBlkCn';
  src: url("../fonts/HelveticaNeueLTCom-XBlkCn.eot");
  src: url("../fonts/HelveticaNeueLTCom-XBlkCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-XBlkCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-XBlkCn.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-XBlkCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-XBlkCn.svg#HelveticaNeueLTCom-XBlkCn") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 25 UltLt';
  src: url("../fonts/HelveticaNeueLTCom-UltLtIt.eot");
  src: url("../fonts/HelveticaNeueLTCom-UltLtIt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-UltLtIt.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-UltLtIt.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-UltLtIt.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-UltLtIt.svg#HelveticaNeueLTCom-UltLtIt") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueLT Com 27 UltLtCn';
  src: url("../fonts/HelveticaNeueLTCom-UltLtCn.eot");
  src: url("../fonts/HelveticaNeueLTCom-UltLtCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTCom-UltLtCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTCom-UltLtCn.woff") format("woff"), url("../fonts/HelveticaNeueLTCom-UltLtCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTCom-UltLtCn.svg#HelveticaNeueLTCom-UltLtCn") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HVD Poster Clean';
  src: url("../fonts/HVDPosterClean.eot");
  src: url("../fonts/HVDPosterClean.eot?#iefix") format("embedded-opentype"), url("../fonts/HVDPosterClean.woff2") format("woff2"), url("../fonts/HVDPosterClean.woff") format("woff"), url("../fonts/HVDPosterClean.ttf") format("truetype"), url("../fonts/HVDPosterClean.svg#HVDPosterClean") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Pluto Cond';
  src: url("../fonts/PlutoCondExtraLight.eot");
  src: url("../fonts/PlutoCondExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/PlutoCondExtraLight.woff2") format("woff2"), url("../fonts/PlutoCondExtraLight.woff") format("woff"), url("../fonts/PlutoCondExtraLight.ttf") format("truetype"), url("../fonts/PlutoCondExtraLight.svg#PlutoCondExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Pluto Cond';
  src: url("../fonts/PlutoCondBold.eot");
  src: url("../fonts/PlutoCondBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PlutoCondBold.woff2") format("woff2"), url("../fonts/PlutoCondBold.woff") format("woff"), url("../fonts/PlutoCondBold.ttf") format("truetype"), url("../fonts/PlutoCondBold.svg#PlutoCondBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Pluto Cond';
  src: url("../fonts/PlutoCondRegular.eot");
  src: url("../fonts/PlutoCondRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PlutoCondRegular.woff2") format("woff2"), url("../fonts/PlutoCondRegular.woff") format("woff"), url("../fonts/PlutoCondRegular.ttf") format("truetype"), url("../fonts/PlutoCondRegular.svg#PlutoCondRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Hide visually but not from screen readers */
.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */
.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Acessibility navigation */
.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

.text-block {
  margin: 1em auto 1em;
}

@media (min-width: 480px) {
  .text-block {
    margin: 1em auto 3em;
  }

}

.text-center {
  text-align: center;
}

.text-color-primary {
  color: #00bfb3;
}

/* Container */
.container {
  position: relative;
  max-width: 1182px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.container--narrow {
  max-width: 500px;
}

.container--md {
  max-width: 808px;
}

.container--lg {
  max-width: 1024px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  padding: 5px 3px 0 3px;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.wp-caption.aligncenter {
  margin: 5px auto 20px auto;
}

.wp-caption.alignnone {
  margin: 5px auto 20px auto;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.6em;
  padding: 0;
  word-wrap: break-word;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: inherit;
  font-size: 50%;
}

p {
  margin: 0 0 1em;
  word-wrap: break-word;
}

h1 {
  font-size: 50px;
  font-size: 5rem;
}

[class*="vu-text"] {
  padding: 0;
  margin: 0;
}

[class*="vu-text"][class*=-nav] {
  font-family: "HelveticaNeueLT Com 67 MdCn";
  font-size: 20px;
}

[class*="vu-text"][class*=-small-butt] {
  font-size: 14px;
}

[class*="vu-text"][class*=-drop][class*=-head] {
  color: #e2002b;
  font-family: "HelveticaNeueLT Com 67 MdCn";
  font-size: 18px;
}

[class*="vu-text"][class*=-drop][class*=-item] {
  color: #291f16;
  font-family: "Helvetica Neue Roman";
  font-size: 14px;
}

.vu-button {
  font-family: "HelveticaNeueLT Com 65 Md";
  font-size: 14px;
  display: inline-block;
  padding: 12px 60px 10px;
  cursor: pointer;
  outline: none;
  text-align: center;
}

.vu-button.red {
  background-color: #e2002b;
  color: white;
}

@media (min-width: 768px) {
  .vu-button.red.rollover {
    position: relative;
    overflow: hidden;
  }

  .vu-button.red.rollover:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    background: #000;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  }

  .vu-button.red.rollover:hover {
    border-color: #000;
    color: #fff;
  }

  .vu-button.red.rollover:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .vu-button.red.rollover > span {
    position: relative;
    color: #fff;
  }

  .vu-button.red.rollover span {
    color: #fff;
  }

  .vu-button.red.rollover:hover span {
    color: #fff;
  }

  .vu-button.red.rollover:hover.rollover--special:after {
    content: 'Load more';
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
  }

}

.vu-button.orange {
  background-color: #ed8b00;
  color: white;
}

@media (min-width: 768px) {
  .vu-button.orange.rollover {
    position: relative;
    overflow: hidden;
  }

  .vu-button.orange.rollover:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    background: #000;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  }

  .vu-button.orange.rollover:hover {
    border-color: #000;
    color: #fff;
  }

  .vu-button.orange.rollover:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .vu-button.orange.rollover > span {
    position: relative;
    color: #fff;
  }

  .vu-button.orange.rollover span {
    color: #fff;
  }

  .vu-button.orange.rollover:hover span {
    color: #fff;
  }

}

.vu-button--unstyled {
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  background: none;
  padding: 12px 60px 10px;
}

.vu-button-container {
  text-align: center;
}

@media (min-width: 992px) {
  .vu-button-container--small {
    display: none;
  }

}

.vu-button-container--big {
  display: none;
}

@media (min-width: 992px) {
  .vu-button-container--big {
    display: block;
  }

}

.vu-arrow-link {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-family: "HelveticaNeueLT Com 65 Md";
  font-size: 14px;
}

.vu-arrow-link:before {
  font-family: 'icomoon';
  content: "\f0da";
  margin-right: 8px;
  position: relative;
  top: 4px;
  font-size: 20px;
}

.vu-arrow-link:hover {
  opacity: 0.8;
  color: #fff;
}

@-webkit-keyframes intertia-5 {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

}

@keyframes intertia-5 {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

}

@-webkit-keyframes intertia-10 {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

}

@keyframes intertia-10 {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  75% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

}

@keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  75% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

}

#vu-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  overflow-y: scroll;
}

#vu-modal:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.vu-modal {
  position: relative;
  width: 100%;
  max-width: 670px;
  margin: 10vh auto 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  z-index: 2;
}

.footer {
  padding: 30px 0;
  background: #f2f2f2;
  text-align: left;
  display: none;
}

.footer--alt ul {
  list-style-type: disc;
  margin-bottom: 1em;
}

.footer--alt .container {
  padding-left: 5px;
  padding-right: 5px;
}

.footer--alt .footer__list {
  display: block;
  margin: 0;
}

.footer--alt .footer__list .sub-menu {
  margin-left: 15px;
}

.footer--alt .footer__list > li {
  list-style: none;
  width: 50%;
  float: left;
}

.footer--alt .footer__list > li > a {
  display: block;
  text-align: left;
  border: 0;
  padding: 0 15px;
}

.footer--alt .footer__list > li > .sub-menu {
  padding-left: 0;
}

.footer--alt .footer__list > li > .sub-menu > li {
  list-style: none;
}

.footer--alt .footer__list > li > .sub-menu > li > a {
  font-weight: bold;
  color: #e2002b;
}

.footer.active {
  display: block;
}

.footer .heading, .footer .footer--alt .footer__list > li > a, .footer .footer__list > li > a, .footer .article-teaser-title, .footer .image-tile-heading, .footer .vanuatu-promo-title {
  margin: 0.85em 0;
}

.footer .sub-menu.depth-1 {
  display: none;
}

@media (max-width: 479px) {
  .footer .footer__list, .footer--alt .footer__list {
    display: block;
    text-align: center;
  }

  .footer .footer__list li, .footer--alt .footer__list li {
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer .footer__list li a, .footer--alt .footer__list li a {
    text-align: center;
  }

  .footer .footer__list .sub-menu, .footer--alt .footer__list .sub-menu {
    padding-left: 0;
    margin-left: 0;
  }

  .footer .footer__list-inner, .footer--alt .footer__list-inner {
    text-align: center;
    padding-left: 0;
    margin-left: 0;
  }

}

.footer__list-wrap {
  overflow: hidden;
}

@media (min-width: 480px) {
  .footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
  }

}

.footer__list > li {
  vertical-align: top;
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0;
}

@media (min-width: 480px) {
  .footer__list > li {
    width: 33%;
    display: inline-block;
  }

}

.footer__list > li:first-child {
  border-left: 0;
}

.footer__list > li > a {
  margin: 0 !important;
}

@media (min-width: 480px) {
  .footer__list > li > a {
    text-align: center;
    display: block;
    padding: 2px 30px;
    border-left: 1px solid;
  }

}

.footer__list > li > a:hover {
  color: #e2002b;
  border-color: #291f16;
}

.footer__list-inner,
.footer .sub-menu {
  font-size: 0.85em;
  list-style: disc;
  margin-top: 1em;
  margin-left: 15px;
  padding-left: 1.5em;
}

@media (min-width: 480px) {
  .footer__list-inner,
  .footer .sub-menu {
    margin-left: 30px;
  }

}

.footer__list-inner > li,
.footer .sub-menu > li {
  text-transform: none;
  line-height: 1.4;
}

.footer__list-inner > li > a:hover,
.footer .sub-menu > li > a:hover {
  text-decoration: underline;
}

.footer-link {
  margin-top: 2em;
  font-weight: bold;
  color: #e2002b;
}

.footer-up {
  position: relative;
  font-size: 0.85em;
  padding: 40px 0 20px;
  background: #fff;
  text-align: center;
}

.footer-up:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -35px;
  border-top: 20px solid #fff;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}

.footer-up__list > li {
  display: inline-block;
  border-left: 1px solid;
  line-height: 1;
}

.footer-up__list > li:first-child {
  border-left: 0;
}

.footer-up__list > li > a {
  padding: 2px 8px;
}

.footer-up__list > li > a:hover {
  color: #e2002b;
}

.footer-up__bar {
  height: 30px;
  background: #00bfb3;
}

.footer-up__link {
  display: block;
  margin: 1em 0;
  font-weight: bold;
  color: #e2002b;
}

body.consumer .footer-up__bar {
  display: none;
}

.social-links {
  background-color: white;
  text-align: left;
  padding: 20px;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .social-links {
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: 2vw;
    top: 25px;
  }

}

@media (min-width: 1182px) {
  .social-links {
    right: 50px;
  }

}

.social-links-elem {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .social-links-elem {
    margin-bottom: 5px;
    display: list-item;
  }

}

.social-links-icon {
  display: block;
  padding: 3px 2px;
}

.social-links-icon:hover, .social-links-icon:focus {
  color: #e2002b;
  -webkit-animation: shake .4s;
  animation: shake .4s;
}

@media (min-width: 992px) {
  .social-links-icon {
    cursor: pointer;
    font-size: 16px;
  }

}

.search {
  position: absolute;
  display: inline-block;
  right: 10px;
  width: 180px;
  margin-top: 0;
}

.search:hover .search-input-cont, .search:active .search-input-cont, .search.focus .search-input-cont {
  max-width: calc(100% - 40px);
  overflow: visible;
}

.search:hover .search-input-cont input, .search:active .search-input-cont input, .search.focus .search-input-cont input {
  padding-left: 20px;
  width: 100%;
  background-color: #f2f2f2;
}

@media (min-width: 768px) {
  .search {
    right: 20px;
    margin-top: 22px;
  }

}

@media (min-width: 992px) {
  .search {
    vertical-align: middle;
    float: none;
    position: absolute;
    top: 30px;
    right: calc(2vw + 40px);
    margin-top: 0;
  }

  .search:hover .search-input-cont {
    max-width: calc(100% - 30px);
  }

}

@media (min-width: 1182px) {
  .search {
    right: 97px;
  }

}

.search-button {
  outline: none;
}

.search-button:hover {
  color: #e2002b;
  -webkit-animation: shake .4s;
  animation: shake .4s;
}

.search-input-cont {
  float: right;
  height: 40px;
  max-width: 0;
  padding-left: 0;
  overflow: hidden;
  -webkit-transition: max-width, 0.3s, linear;
  transition: max-width, 0.3s, linear;
}

.search-input-cont input {
  height: 40px;
  line-height: 40px;
  border: none;
  background-color: white;
  outline: none;
  width: 0;
  font-size: 18px;
}

@media (min-width: 992px) {
  .search-input-cont {
    width: calc(100% - 30px);
    overflow: visible;
    max-width: calc(100% - 30px);
    height: 30px;
  }

  .search-input-cont input {
    height: 30px;
    padding-left: 20px;
    width: 100%;
    background-color: #f2f2f2;
    line-height: 30px;
    font-size: 14px;
  }

}

.search-button {
  border: none;
  width: 40px;
  height: 40px;
  float: right;
  background-color: transparent;
  font-size: 20px;
}

@media (min-width: 992px) {
  .search-button {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

}

.header-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 768px) {
  .header-menu {
    width: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  }

}

@media (min-width: 992px) {
  .header-menu {
    width: 57%;
    position: static;
    display: inline-block;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }

}

@media (min-width: 1182px) {
  .header-menu {
    width: 60%;
  }

}

.header-nav-toggle {
  position: absolute;
  left: 20px;
  font-size: 30px;
  top: 18px;
}

@media (min-width: 768px) {
  .header-nav-toggle {
    left: 30px;
    top: 40px;
  }

}

@media (min-width: 992px) {
  .header-nav-toggle {
    display: none;
  }

}

.header-nav-close {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 30px;
  z-index: 4;
}

@media (min-width: 992px) {
  .header-nav-close {
    display: none;
  }

}

.header-inner {
  border-bottom: 10px solid #00bfb3;
  background-color: white;
  padding: 15px 15px;
  text-align: center;
  z-index: 10;
  left: 0;
  right: 0;
}

.header-inner > * {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .header-inner {
    padding: 15px 40px;
  }

}

@media (min-width: 992px) {
  .header-inner {
    padding: 0 2vw;
    text-align: left;
  }

}

@media (min-width: 1182px) {
  .header-inner {
    margin: 0;
    position: absolute;
    z-index: 30;
    left: calc(50% - 591px);
    width: 1182px;
  }

}

.header-logo {
  display: inline-block;
}

.header-logo-img {
  position: relative;
  left: 13px;
  display: block;
  width: 180px;
  height: 82px;
  background-image: url(../img/common/vanuatu-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-logo-img {
    background-image: url(../img/common/vanuatu-logo@2x.png);
  }

}

body.open {
  overflow: hidden;
}

body.open .navigation {
  position: relative;
  height: calc(100vh - 64px);
  overflow-y: auto;
}

body.open .header-menu {
  overflow: hidden;
  height: 100%;
}

body.open [data-menu="element"] {
  z-index: 1050;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.navigation {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  width: 90%;
  background-color: white;
}

.navigation .footer-up__bar {
  display: none;
}

.navigation .footer .footer__list {
  display: block;
  text-align: center;
}

.navigation .footer .footer__list li {
  display: block;
  width: 100%;
  text-align: center;
}

.navigation .footer .footer__list .sub-menu {
  padding-left: 0;
  margin-left: 0;
}

.navigation .footer .footer__list-inner {
  text-align: center;
  padding-left: 0;
  margin-left: 0;
}

@media (min-width: 768px) {
  .navigation {
    width: 100%;
  }

}

@media (min-width: 992px) {
  .navigation {
    box-shadow: none;
    width: auto;
  }

  .navigation .footer,
  .navigation .footer-up {
    display: none;
  }

}

.navigation-menu-button {
  display: block;
  background-color: #e2002b;
  box-sizing: content-box;
  border-color: white;
  margin-top: 0;
  padding: 15px 0 15px;
  margin-left: 0;
  color: white;
}

@media (min-width: 992px) {
  .navigation-menu-button {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 1.2em;
    padding: 8px 20px 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

}

.search .navigation-menu-button {
  display: none;
}

@media (min-width: 992px) {
  .search .navigation-menu-button {
    display: block;
  }

}

@media (min-width: 992px) {
  .navigation-list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

}

.navigation-dropdown {
  display: none;
}

@media (min-width: 992px) {
  .navigation-dropdown {
    display: block;
  }

}

.navigation-item {
  padding: 15px 0 10px;
}

.navigation-item:nth-of-type(2n + 1) {
  background-color: #f2f2f2;
}

.navigation-item[data-navigation="expand"] {
  padding: 0;
}

.navigation-item[data-navigation="expand"] > a {
  display: block;
  padding: 15px 0 10px;
  font-size: 20px;
  font-family: "HelveticaNeueLT Com 67 MdCn";
}

.navigation-item[data-navigation="expand"].open > a {
  background-color: #00bfb3;
  color: white;
}

.navigation-item[data-navigation="expand"].open .navigation-dropdown {
  display: block;
}

.navigation-item.current-menu-item {
  background: #00bfb3;
  color: #fff;
}

@media (min-width: 992px) {
  .navigation-item.current-menu-item {
    background: none;
    color: inherit;
  }

}

.navigation-item > a {
  -webkit-transition: border, 0.5s, linear;
  transition: border, 0.5s, linear;
}

.navigation-item > a:hover, .navigation-item > a:active {
  text-decoration: none;
}

@media (min-width: 992px) {
  .navigation-item {
    display: block;
    float: left;
  }

  .navigation-item:nth-of-type(2n + 1) {
    background-color: transparent;
  }

  .navigation-item:not(:first-child), .navigation-item:not(.menu-button) {
    padding: 0;
  }

  .navigation-item.menu-button {
    position: absolute;
    right: calc(2vw + 44px);
  }

  .navigation-item:first-child > a {
    background-color: transparent;
    font-size: 20px;
    font-family: "HelveticaNeueLT Com 67 MdCn";
    color: inherit;
    padding: 30px 0;
  }

  .navigation-item > a {
    display: block;
    float: left;
    border-top: 55px solid transparent;
    border-bottom: 10px solid transparent;
    padding: 30px 0;
  }

  .navigation-item > a:not(:last-child) > a {
    display: block;
    border-top: 55px solid transparent;
    border-bottom: 10px solid transparent;
    padding: 30px 0;
  }

  .navigation-item > a:last-child {
    display: block;
    border-top: 55px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .navigation-item:hover > a, .navigation-item.current-menu-item > a, .navigation-item.current-page-ancestor > a {
    border-top-color: #00bfb3;
    border-bottom-color: #00bfb3;
  }

  .navigation-item:hover > a:hover, .navigation-item.current-menu-item > a:hover, .navigation-item.current-page-ancestor > a:hover {
    text-decoration: none;
  }

}

@media (min-width: 992px) {
  body.consumer .navigation-item:first-child:hover .navigation-dropdown {
    z-index: 1;
    visibility: visible;
    max-height: none;
  }

  body.consumer .navigation-item:first-child:hover .navigation-dropdown-content {
    max-height: 100vh;
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

}

.navigation-dropdown {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.navigation-dropdown:before {
  content: '';
  position: absolute;
  border: 15px solid transparent;
  border-top: 10px solid #00bfb3;
  top: 0;
  left: calc(50% - 15px);
}

.navigation-dropdown .vu-text-drop-head {
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 992px) {
  .navigation-dropdown {
    padding-bottom: 20px;
    z-index: 3;
    visibility: hidden;
    max-height: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    border-top: 10px solid #00bfb3;
  }

}

.navigation-dropdown-content {
  overflow: hidden;
  padding: 30px 0 20px;
  background: #fff;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .navigation-dropdown-content {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: max-height .5s, -webkit-transform .5s;
    transition: max-height .5s, -webkit-transform .5s;
    transition: transform .5s, max-height .5s;
    transition: transform .5s, max-height .5s, -webkit-transform .5s;
    max-height: 0;
    -webkit-transform: rotate3d(2, -1, 0.2, -90deg);
    transform: rotate3d(2, -1, 0.2, -90deg);
    padding: 50px 0;
    box-shadow: 0 10px 20px -7px rgba(41, 31, 22, 0.2);
  }

}

@media (min-width: 992px) {
  .navigation-dropdown-list:first-child {
    position: relative;
  }

  .navigation-dropdown-list:first-child .navigation-dropdown-elem {
    float: left;
    width: 40%;
  }

  .navigation-dropdown-list:first-child .navigation-dropdown-elem li {
    margin-bottom: 5px;
  }

  .navigation-dropdown-list:first-child .navigation-dropdown-elem li:hover {
    opacity: 0.8;
  }

  .navigation-dropdown-list:first-child .navigation-dropdown-elem:first-child {
    width: 30%;
  }

  .navigation-dropdown-list:first-child .navigation-dropdown-elem:first-child .navigation-dropdown-inner:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    border-right: 1px solid #d2d2d3;
    width: 30%;
    z-index: -1;
  }

  .navigation-dropdown-list:first-child .navigation-dropdown-elem:last-child {
    width: 30%;
  }

  .navigation-dropdown-list:first-child .navigation-dropdown-elem:last-child .navigation-dropdown-inner:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    border-left: 1px solid #d2d2d3;
  }

  .navigation-dropdown-list:first-child .navigation-dropdown-elem:last-child .navigation-sublist {
    padding: 0 50px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .navigation-dropdown-list:first-child .navigation-dropdown-elem:nth-of-type(2) .navigation-sublist {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 0 70px;
  }

  .navigation-dropdown-list:last-child .navigation-dropdown-inner {
    margin-top: 30px;
    padding: 0 55px 0;
  }

  .navigation-dropdown-list:last-child .navigation-dropdown-inner > a {
    padding-top: 30px;
    border-top: 1px solid #d2d2d3;
  }

  .navigation-dropdown-list:last-child .navigation-sublist {
    text-align: left;
    color: #00bfb3;
  }

  .navigation-dropdown-list:last-child .navigation-sublist li {
    float: left;
    width: 25%;
  }

}

@media (min-width: 992px) and (min-width: 992px) {
  .navigation-dropdown-list:last-child .navigation-sublist li {
    padding-right: 2px;
  }

}

@media (min-width: 992px) {
  .navigation-dropdown-list:last-child .navigation-sublist li:not(:nth-of-type(n+5)) {
    margin-bottom: 20px;
  }

  .navigation-dropdown-list:last-child .navigation-sublist li button {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all, 0.4, linear;
    transition: all, 0.4, linear;
  }

  .navigation-dropdown-list:last-child .navigation-sublist li button:not(.navigation-sublist-counter) {
    color: #00bfb3;
    font-family: "HelveticaNeueLT Com 67 MdCn";
    font-size: 16px;
    text-align: center;
    width: calc(100% - 80px);
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    background: #00bfb3;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a:hover {
    border-color: #00bfb3;
    color: #fff;
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a > span {
    position: relative;
    color: #fff;
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a button {
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    background: none;
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a button span {
    position: relative;
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a button.navigation-sublist-counter {
    background-color: #00bfb3;
    position: relative;
    overflow: hidden;
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a button.navigation-sublist-counter:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    background: #00bfb3;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a button.navigation-sublist-counter:hover {
    border-color: #00bfb3;
    color: #fff;
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a button.navigation-sublist-counter:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a button.navigation-sublist-counter > span {
    position: relative;
    color: #fff;
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a:hover button {
    color: white;
  }

  .navigation-dropdown-list:last-child .navigation-sublist li a:hover button.navigation-sublist-counter:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: #00988f;
  }

}

.navigation-sublist {
  display: none;
}

@media (min-width: 992px) {
  .navigation-sublist {
    display: block;
  }

}

@media (min-width: 992px) {
  .navigation-dropdown-header {
    margin-bottom: 30px;
    display: block;
  }

}

@media (min-width: 992px) {
  .navigation-sublist-counter {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #00bfb3;
    text-align: center;
    color: white;
    font-size: 20px;
    font-family: "HVD Poster Clean";
    line-height: 40px;
    display: inline-block;
  }

}

.navigation-dropdown-elem.current-menu-item .navigation-dropdown-header, .navigation-dropdown-elem:hover .navigation-dropdown-header {
  color: #000;
}

.form {
  margin: 0 auto;
  text-align: left;
}

.form a {
  text-decoration: underline;
}

.form--narrow {
  max-width: 290px;
  padding: 0 20px;
}

.form--narrow-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 340px;
  padding: 0 20px;
}

.form--narrow-inline .form-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 1em;
}

.form--narrow-inline label {
  margin: 0;
  font-family: "HelveticaNeueLT Com 57 Cn", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.25em;
  padding-top: 5px;
}

.form--low-accents .form-msg--error,
.form--low-accents .form-group--required:before {
  color: #00403c;
}

.form--low-accents .form-text {
  color: #fff;
}

.form-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em 0;
}

.form-messages {
  margin-top: 1.5em;
}

.form-msg {
  display: block;
  margin: 0.5em 0;
  font-size: 0.85em;
}

.form-msg--error {
  color: #e2002b;
}

.form-msg--success {
  color: #00bfb3;
}

.form-text {
  text-align: right;
}

.form-text a {
  font-weight: bold;
  text-decoration: none;
}

.check-radio {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.check-radio input {
  visibility: hidden;
  position: absolute;
}

.check-radio input:checked ~ label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 4px;
  background-color: #a6a6a6;
}

.check-radio input ~ label {
  position: relative;
  padding: 0;
  font-weight: normal;
}

.check-radio input ~ label:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  margin-right: 0.8em;
}

.check-radio input[type="radio"]:checked ~ label:after {
  border-radius: 50%;
}

.check-radio input[type="radio"] ~ label {
  padding: 0;
}

.check-radio input[type="radio"] ~ label:before {
  border-radius: 50%;
}

.heading, .footer--alt .footer__list > li > a, .footer__list > li > a, .article-teaser-title, .image-tile-heading, .vanuatu-promo-title {
  font-family: "HVD Poster Clean", "Helvetica Neue", Helvetica, sans-serif;
}

.heading--center {
  text-align: center;
}

.heading--teal, .article-teaser-title {
  color: #00bfb3;
}

.heading--white, .image-tile-heading, .vanuatu-promo-title {
  color: #fff;
}

.heading--break span {
  display: block;
}

@media (min-width: 992px) {
  .heading--break span {
    display: inline;
  }

}

.heading-striked {
  margin: 2em 0;
  text-align: center;
  overflow: hidden;
}

.heading-striked .heading, .heading-striked .footer--alt .footer__list > li > a, .heading-striked .footer__list > li > a, .heading-striked .article-teaser-title, .heading-striked .image-tile-heading, .heading-striked .vanuatu-promo-title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 35px;
}

.heading-striked .heading:before, .heading-striked .footer--alt .footer__list > li > a:before, .heading-striked .footer__list > li > a:before, .heading-striked .article-teaser-title:before, .heading-striked .image-tile-heading:before, .heading-striked .vanuatu-promo-title:before, .heading-striked .heading:after, .heading-striked .footer--alt .footer__list > li > a:after, .heading-striked .footer__list > li > a:after, .heading-striked .article-teaser-title:after, .heading-striked .image-tile-heading:after, .heading-striked .vanuatu-promo-title:after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(100vw - 100%);
  height: 1px;
}

.heading-striked .heading:before, .heading-striked .footer--alt .footer__list > li > a:before, .heading-striked .footer__list > li > a:before, .heading-striked .article-teaser-title:before, .heading-striked .image-tile-heading:before, .heading-striked .vanuatu-promo-title:before {
  left: calc(-100vw + 105%);
}

.heading-striked .heading:after, .heading-striked .footer--alt .footer__list > li > a:after, .heading-striked .footer__list > li > a:after, .heading-striked .article-teaser-title:after, .heading-striked .image-tile-heading:after, .heading-striked .vanuatu-promo-title:after {
  right: calc(-100vw + 105%);
}

.heading-striked--teal {
  color: #00bfb3;
}

.heading-striked--teal .heading:before, .heading-striked--teal .footer--alt .footer__list > li > a:before, .heading-striked--teal .footer__list > li > a:before, .heading-striked--teal .article-teaser-title:before, .heading-striked--teal .image-tile-heading:before, .heading-striked--teal .vanuatu-promo-title:before, .heading-striked--teal .heading:after, .heading-striked--teal .footer--alt .footer__list > li > a:after, .heading-striked--teal .footer__list > li > a:after, .heading-striked--teal .article-teaser-title:after, .heading-striked--teal .image-tile-heading:after, .heading-striked--teal .vanuatu-promo-title:after {
  background-color: #00bfb3;
}

.heading-striked--white {
  color: #fff;
}

.heading-striked--white .heading:before, .heading-striked--white .footer--alt .footer__list > li > a:before, .heading-striked--white .footer__list > li > a:before, .heading-striked--white .article-teaser-title:before, .heading-striked--white .image-tile-heading:before, .heading-striked--white .vanuatu-promo-title:before, .heading-striked--white .heading:after, .heading-striked--white .footer--alt .footer__list > li > a:after, .heading-striked--white .footer__list > li > a:after, .heading-striked--white .article-teaser-title:after, .heading-striked--white .image-tile-heading:after, .heading-striked--white .vanuatu-promo-title:after {
  background-color: #fff;
}

.heading-striked--spaced {
  margin: 2em 0;
}

@media (min-width: 480px) {
  .heading-striked--spaced {
    margin: 4em 0;
  }

}

.slider {
  position: relative;
}

.slider:after {
  content: '';
  position: absolute;
  display: block;
  border: 22px solid transparent;
  border-top: 16px solid #00bfb3;
  left: calc(50% - 22px);
  bottom: -37px;
}

.slider .slick-dots {
  position: static;
  bottom: auto;
  padding: 5px 0;
}

.slider .slick-dots li {
  margin: 3px;
  width: auto;
  height: auto;
}

.slider .slick-dots li.slick-active button {
  background-color: transparent;
}

.slider .slick-dots li button {
  width: 4px;
  height: 4px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  padding: 3px;
}

@media (min-width: 480px) {
  .slider .slick-dots li button {
    padding: 5px;
  }

}

.slider .slick-dots li button:before {
  display: none;
}

.slider .slick-track {
  background: #01798E;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
}

@media (min-width: 1182px) {
  .slider .slick-track {
    -webkit-transition-delay: .8s !important;
    transition-delay: .8s !important;
  }

}

.slider .slick-slide {
  position: relative;
  z-index: 1;
  outline: none;
  -webkit-transition: -webkit-filter .8s;
  transition: -webkit-filter .8s;
  transition: filter .8s;
  transition: filter .8s, -webkit-filter .8s;
}

.slider .slick-slide:before {
  content: "";
  display: block;
  padding-bottom: 68.75%;
}

@media (min-width: 768px) {
  .slider .slick-slide:before {
    padding-bottom: 55%;
  }

}

@media (min-width: 992px) {
  .slider .slick-slide:before {
    padding-bottom: 48%;
  }

}

@media (min-width: 1182px) {
  .slider .slick-slide:before {
    content: none;
  }

}

.slider .slick-previous {
  z-index: 3;
}

@media (min-width: 1182px) {
  .slider .slick-previous {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

}

@media (min-width: 1182px) {
  .slider .slick-current {
    -webkit-filter: none;
    filter: none;
  }

}

@media (min-width: 768px) {
  .slider:after {
    display: none;
  }

}

.slider-list {
  margin-bottom: 0;
  overflow: hidden;
}

.slider-element {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 10px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

@media (min-width: 768px) {
  .slider-element {
    padding-top: 60px;
  }

}

@media (min-width: 1182px) {
  .slider-element {
    position: relative;
    padding-top: 200px;
    padding-bottom: 120px;
    height: 590px;
  }

}

@media (min-width: 1400px) {
  .slider-element {
    height: 700px;
  }

}

.slider-element .vu-button.red.rollover {
  padding: 2vw 4vw;
  font-size: 3vw;
}

@media (min-width: 480px) {
  .slider-element .vu-button.red.rollover {
    font-size: 1em;
  }

}

@media (min-width: 768px) {
  .slider-element .vu-button.red.rollover {
    padding: 15px 30px;
    width: auto;
  }

}

@media (min-width: 1182px) {
  .slider-element .vu-button.red.rollover {
    padding: 20px 40px;
  }

}

.slider-element .container {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 768px) {
  .slider-element .container {
    padding-left: 110px;
    padding-right: 110px;
  }

}

.slider-text {
  position: relative;
  font-family: "HVD Poster Clean";
  font-size: 2.5vw;
  color: white;
  display: inline-block;
  text-align: center;
}

.slider-text:after {
  position: absolute;
  top: 100%;
  width: 100%;
  overflow: hidden;
  left: 0;
  color: white;
  letter-spacing: 4px;
  font-size: 13px;
  line-height: 1;
  content: '.................................................................................................................................................................................................................................';
  white-space: nowrap;
}

@media (min-width: 768px) {
  .slider-text {
    font-size: 18px;
  }

}

.slider-text-block {
  float: left;
}

.slider-header {
  font-family: "HVD Poster Clean";
  font-size: 5vw;
  color: white;
  margin-bottom: 0.6em;
  display: inline-block;
  margin-top: 0.4em;
}

@media (min-width: 768px) {
  .slider-header {
    font-size: 40px;
  }

}

@media (min-width: 992px) {
  .slider-header {
    font-size: 50px;
  }

}

@media (min-width: 1182px) {
  .slider-header {
    font-size: 60px;
  }

}

.slider-header small {
  font-size: 40%;
}

.slider-header strong {
  display: block;
  font-size: 150%;
}

.slider-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
}

@media (min-width: 480px) {
  .slider-controls {
    padding: 10px 0;
  }

}

@media (min-width: 1182px) {
  .slider-controls {
    left: calc(50% - 591px);
    padding: 20px 0;
  }

}

.slider-controls:before {
  content: '';
  position: absolute;
  background-color: #00bfb3;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.slider-arrow {
  position: relative;
  overflow: hidden;
  width: 44px;
  height: 44px;
  background-color: white;
  line-height: 44px;
  position: absolute;
  top: calc(50% - 22px);
  text-align: center;
  color: #00bfb3;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}

.slider-arrow:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  background: #e2002b;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
}

.slider-arrow:hover {
  border-color: #e2002b;
  color: #fff;
}

.slider-arrow:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slider-arrow > span {
  position: relative;
  color: #fff;
}

.slider-arrow:after {
  position: relative;
}

.slider-arrow.left {
  left: 40px;
}

.slider-arrow.right {
  right: 40px;
}

@media (min-width: 992px) {
  .slider-arrow {
    display: block !important;
    top: calc(50% - 22px);
  }

}

@media (min-width: 1182px) {
  .slider-arrow {
    top: calc(50% - 22px);
  }

  .slider-arrow.left {
    left: calc(50% - 591px);
  }

  .slider-arrow.right {
    right: calc(50% - 591px);
  }

}

.slider-arrow.slick-disabled {
  display: none !important;
}

.hero {
  position: relative;
  background-color: #f2f2f2;
  min-height: 150px;
}

@media (min-width: 768px) {
  .hero {
    min-height: 200px;
  }

}

@media (min-width: 768px) {
  .hero {
    min-height: 200px;
  }

}

@media (min-width: 1182px) {
  .hero {
    min-height: 490px;
  }

}

.hero .heading, .hero .footer--alt .footer__list > li > a, .hero .footer__list > li > a, .hero .article-teaser-title, .hero .image-tile-heading, .hero .vanuatu-promo-title {
  margin: 0;
  text-shadow: 2px 2px 25px rgba(0, 0, 0, 0.2);
}

.hero-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 140px;
  padding: 25px 20px 40px;
  text-align: center;
}

.hero-content .heading:not(.hero-subtitle), .hero-content .footer--alt .footer__list > li > a:not(.hero-subtitle), .hero-content .footer__list > li > a:not(.hero-subtitle), .hero-content .article-teaser-title:not(.hero-subtitle), .hero-content .image-tile-heading:not(.hero-subtitle), .hero-content .vanuatu-promo-title:not(.hero-subtitle) {
  font-size: 35px;
}

@media (min-width: 480px) {
  .hero-content {
    min-height: 150px;
    padding: 50px 20px 100px;
  }

  .no-flexbox.no-flexboxlegacy .hero-content,
  .flexbox.no-flexboxlegacy .hero-content {
    height: 100px;
  }

  .hero-content .heading:not(.hero-subtitle), .hero-content .footer--alt .footer__list > li > a:not(.hero-subtitle), .hero-content .footer__list > li > a:not(.hero-subtitle), .hero-content .article-teaser-title:not(.hero-subtitle), .hero-content .image-tile-heading:not(.hero-subtitle), .hero-content .vanuatu-promo-title:not(.hero-subtitle) {
    font-size: 5rem;
  }

}

@media (min-width: 768px) {
  .hero-content {
    min-height: 200px;
    padding: 50px 20px 80px;
  }

  .no-flexbox.no-flexboxlegacy .hero-content,
  .flexbox.no-flexboxlegacy .hero-content {
    height: 200px;
  }

}

@media (min-width: 992px) {
  .hero-content {
    min-height: 200px;
    padding: 50px 20px 80px;
  }

}

@media (min-width: 1182px) {
  .hero-content {
    min-height: 490px;
    padding: 200px 20px 80px;
  }

  .no-flexbox.no-flexboxlegacy .hero-content,
  .flexbox.no-flexboxlegacy .hero-content {
    height: 490px;
  }

}

.hero-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .hero-bg {
    background-position: bottom center;
  }

}

@media (min-width: 1182px) {
  .hero-bg {
    background-position: center;
  }

}

.hero-subtitle {
  display: block;
}

.hero-subtitle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.6em 0 0.2em;
  background: url(../img/dotted-bottom.png) repeat;
}

.content {
  position: relative;
  padding: 20px 0;
  background: #fff;
}

@media (min-width: 480px) {
  .content {
    padding: 40px 0;
  }

}

@media (min-width: 1182px) {
  .content {
    padding: 55px;
  }

}

@media (min-width: 1182px) {
  .content--shifted {
    margin-top: -55px;
  }

}

.content .container {
  padding: 0;
}

.tabs {
  max-width: 930px;
  margin: 0 auto;
}

.tabs-headings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .tabs-headings {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

}

.tabs-headings > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-headings > li > a {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-family: "HelveticaNeueLT Com 67 MdCn", "Helvetica Neue", Helvetica, sans-serif;
  cursor: pointer;
  background: #00bfb3;
}

.tabs-headings > li > a:hover, .tabs-headings > li > a.is-active {
  background: #e2002b;
}

.tabs-headings > li > a.is-active:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -25px;
  border-top: 15px solid #e2002b;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.tabs-headings > li > a.is-active:before {
  content: '-';
}

.tabs-headings > li > a:before {
  position: absolute;
  right: 15px;
  display: block;
  top: 5px;
  font-family: 'icomoon';
  content: '+';
  font-size: 30px;
}

@media (max-width: 767px) {
  .tabs-headings > li > a.is-active:not(.mobile-open) {
    background: #00bfb3;
  }

  .tabs-headings > li > a.is-active:not(.mobile-open):after {
    display: none;
  }

  .tabs-headings > li > a.is-active:not(.mobile-open):before {
    content: '+';
  }

}

.tabs-headings > li > a.loading:before {
  font-size: 20px;
  top: 15px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@media (min-width: 768px) {
  .tabs-headings > li > a:before, .tabs-headings > li > a.is-active:before {
    content: '';
  }

}

.tabs-headings a {
  display: block;
  padding: 16px 20px 14px;
}

.tabs-content {
  padding: 40px 20px;
  background: #f2f2f2;
  display: none;
}

@media (min-width: 768px) {
  .tabs-content {
    padding: 50px 100px;
  }

  .tabs-content.is-active {
    display: block;
  }

}

.tabs-content--mobile {
  display: none;
}

@media (max-width: 767px) {
  .tabs-content--mobile.is-active.mobile-open {
    display: block;
  }

}

@media (min-width: 768px) {
  .tabs-content--mobile {
    display: none;
  }

  .tabs-content--mobile.is-active {
    display: none;
  }

}

.article-pagination {
  clear: both;
  margin-top: 20px;
  text-align: center;
}

.article-pagination li {
  display: inline-block;
}

.article-teaser {
  position: relative;
  margin: 0 0 2em 0;
}

.article-teaser:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 150px;
  border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 768px) {
  .article-teaser {
    padding-bottom: 25px;
  }

}

.article-teaser--no-button:before {
  right: 0;
}

.article-teaser-title {
  margin-bottom: 1em;
}

.article-teaser-img {
  float: left;
  margin-right: 2em;
  margin-bottom: 1.5em;
  width: 100%;
}

@media (min-width: 768px) {
  .article-teaser-img {
    max-width: 200px;
  }

}

@media (min-width: 992px) {
  .article-teaser-img {
    max-width: 270px;
  }

}

.article-teaser-body {
  clear: left;
}

@media (min-width: 480px) {
  .article-teaser-body {
    clear: none;
  }

}

@media (min-width: 768px) {
  .article-teaser-body {
    padding-left: calc(200px + 2em);
  }

}

@media (min-width: 992px) {
  .article-teaser-body {
    padding-left: calc(270px + 2em);
  }

}

.article-teaser-body .offer-box-contact {
  clear: left;
}

@media (min-width: 992px) {
  .article-teaser-body .offer-box-contact {
    clear: none;
  }

}

.article-teaser-more {
  float: right;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 1em;
}

@media (min-width: 768px) {
  .article-teaser-more {
    position: absolute;
    right: 0;
    bottom: 0;
  }

}

.article-teaser-rsvp {
  margin-top: 2em;
  margin-bottom: 1em;
}

@media (min-width: 480px) {
  .article-teaser-rsvp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

}

.article-teaser-rsvp .form-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
}

.article-teaser-rsvp .form-group .form-control {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.article-teaser-rsvp .btn, .article-teaser-rsvp .article-pagination li > .page-numbers, .article-pagination .article-teaser-rsvp li > .page-numbers {
  width: 100%;
  margin-top: 1em;
}

@media (min-width: 480px) {
  .article-teaser-rsvp .btn, .article-teaser-rsvp .article-pagination li > .page-numbers, .article-pagination .article-teaser-rsvp li > .page-numbers {
    width: auto;
    margin-top: 0;
  }

}

.article-teaser-rsvp label {
  margin-right: 1em;
  white-space: nowrap;
}

.article-teaser-rsvp .form-msg {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility .2s, opacity .2s;
  transition: visibility .2s, opacity .2s;
}

.article-teaser-rsvp .form-msg.is-active {
  visibility: visible;
  opacity: 1;
}

.article-teaser-form-success {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}

@media (min-width: 480px) {
  .article-teaser-form-success {
    text-align: right;
  }

}

.article-teaser-form-success i {
  vertical-align: middle;
  margin-right: 0.3em;
  font-size: 1.7em;
}

.article-teaser-form-success p {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #00bfb3;
}

@media (min-width: 480px) {
  .article-teaser-form-success p {
    margin: 0 1em 0 0;
  }

}

.article-teaser-form-success .btn, .article-teaser-form-success .article-pagination li > .page-numbers, .article-pagination .article-teaser-form-success li > .page-numbers {
  width: 100%;
  vertical-align: middle;
}

@media (min-width: 480px) {
  .article-teaser-form-success .btn, .article-teaser-form-success .article-pagination li > .page-numbers, .article-pagination .article-teaser-form-success li > .page-numbers {
    width: auto;
  }

}

.discover-mod {
  margin-top: 40px;
}

.discover-mod .heading, .discover-mod .footer--alt .footer__list > li > a, .discover-mod .footer__list > li > a, .discover-mod .article-teaser-title, .discover-mod .image-tile-heading, .discover-mod .vanuatu-promo-title {
  padding: 20px 0 !important;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .discover-mod {
    margin-top: 60px;
  }

}

@media (min-width: 1182px) {
  .discover-mod .heading, .discover-mod .footer--alt .footer__list > li > a, .discover-mod .footer__list > li > a, .discover-mod .article-teaser-title, .discover-mod .image-tile-heading, .discover-mod .vanuatu-promo-title {
    padding: 0 0 20px !important;
  }

}

.discover-mod-container {
  position: relative;
  padding-top: 20px;
}

.discover-mod-container .heading, .discover-mod-container .footer--alt .footer__list > li > a, .discover-mod-container .footer__list > li > a, .discover-mod-container .article-teaser-title, .discover-mod-container .image-tile-heading, .discover-mod-container .vanuatu-promo-title {
  padding: 0 20%;
}

.discover-mod-container .heading:before, .discover-mod-container .footer--alt .footer__list > li > a:before, .discover-mod-container .footer__list > li > a:before, .discover-mod-container .article-teaser-title:before, .discover-mod-container .image-tile-heading:before, .discover-mod-container .vanuatu-promo-title:before {
  left: calc(-100vw + 105%);
  width: calc(100vw - 88%);
}

.discover-mod-container .heading:after, .discover-mod-container .footer--alt .footer__list > li > a:after, .discover-mod-container .footer__list > li > a:after, .discover-mod-container .article-teaser-title:after, .discover-mod-container .image-tile-heading:after, .discover-mod-container .vanuatu-promo-title:after {
  right: calc(-100vw + 105%);
  width: calc(100vw - 88%);
}

@media (min-width: 480px) {
  .discover-mod-container .heading, .discover-mod-container .footer--alt .footer__list > li > a, .discover-mod-container .footer__list > li > a, .discover-mod-container .article-teaser-title, .discover-mod-container .image-tile-heading, .discover-mod-container .vanuatu-promo-title {
    padding: 0 30%;
  }

  .discover-mod-container .heading:before, .discover-mod-container .footer--alt .footer__list > li > a:before, .discover-mod-container .footer__list > li > a:before, .discover-mod-container .article-teaser-title:before, .discover-mod-container .image-tile-heading:before, .discover-mod-container .vanuatu-promo-title:before {
    left: calc(-100vw + 105%);
    width: calc(100vw - 75%);
  }

  .discover-mod-container .heading:after, .discover-mod-container .footer--alt .footer__list > li > a:after, .discover-mod-container .footer__list > li > a:after, .discover-mod-container .article-teaser-title:after, .discover-mod-container .image-tile-heading:after, .discover-mod-container .vanuatu-promo-title:after {
    right: calc(-100vw + 105%);
    width: calc(100vw - 75%);
  }

}

@media (min-width: 768px) {
  .discover-mod-container .heading, .discover-mod-container .footer--alt .footer__list > li > a, .discover-mod-container .footer__list > li > a, .discover-mod-container .article-teaser-title, .discover-mod-container .image-tile-heading, .discover-mod-container .vanuatu-promo-title {
    padding: 0 35px;
  }

  .discover-mod-container .heading:before, .discover-mod-container .footer--alt .footer__list > li > a:before, .discover-mod-container .footer__list > li > a:before, .discover-mod-container .article-teaser-title:before, .discover-mod-container .image-tile-heading:before, .discover-mod-container .vanuatu-promo-title:before {
    left: calc(-100vw + 105%);
    width: calc(100vw - 100%);
  }

  .discover-mod-container .heading:after, .discover-mod-container .footer--alt .footer__list > li > a:after, .discover-mod-container .footer__list > li > a:after, .discover-mod-container .article-teaser-title:after, .discover-mod-container .image-tile-heading:after, .discover-mod-container .vanuatu-promo-title:after {
    right: calc(-100vw + 105%);
    width: calc(100vw - 100%);
  }

}

.discover-mod-elem {
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .discover-mod-elem {
    margin-bottom: 30px;
  }

  .discover-mod-elem .discover-mod-info {
    position: relative;
    overflow: hidden;
  }

  .discover-mod-elem .discover-mod-info:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    background: #00bfb3;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  }

  .discover-mod-elem .discover-mod-info:hover {
    border-color: #00bfb3;
    color: #fff;
  }

  .discover-mod-elem .discover-mod-info:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .discover-mod-elem .discover-mod-info > span {
    position: relative;
    color: #fff;
  }

  .discover-mod-elem:hover .discover-mod-info {
    position: relative;
    overflow: hidden;
    border-color: #00bfb3;
    color: #fff;
  }

  .discover-mod-elem:hover .discover-mod-info:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    background: #00bfb3;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  }

  .discover-mod-elem:hover .discover-mod-info:hover {
    border-color: #00bfb3;
    color: #fff;
  }

  .discover-mod-elem:hover .discover-mod-info:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .discover-mod-elem:hover .discover-mod-info > span {
    position: relative;
    color: #fff;
  }

  .discover-mod-elem:hover .discover-mod-info:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .discover-mod-elem:hover .discover-mod-info .discover-mod-title > span {
    color: #fff;
  }

  .discover-mod-elem:hover .discover-mod-info .discover-mod-index:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: #00988f;
  }

}

@media (min-width: 1182px) {
  .discover-mod-elem {
    margin-bottom: 60px;
  }

}

.discover-mod-list {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .discover-mod-list {
    margin-bottom: 0;
  }

}

@media (min-width: 1182px) {
  .discover-mod-list {
    margin-top: 55px;
  }

}

.discover-mod-text {
  padding: 30px 20px;
  font-family: "Helvetica Neue Roman";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .discover-mod-text {
    text-align: left;
  }

}

@media (min-width: 1182px) {
  .discover-mod-text {
    padding: 0 20px 30px;
  }

}

.discover-mod-info {
  position: relative;
  display: block;
}

.discover-mod-index {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #00bfb3;
  text-align: center;
  color: white;
  font-size: 20px;
  font-family: "HVD Poster Clean";
  line-height: 40px;
  background-color: #00988f;
  position: absolute;
}

@media (min-width: 768px) {
  .discover-mod-index {
    -webkit-transition: all, 0.4s, linear;
    transition: all, 0.4s, linear;
    position: relative;
    overflow: hidden;
    background-color: #00bfb3;
    position: static;
    float: left;
  }

  .discover-mod-index:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    background: #00bfb3;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  }

  .discover-mod-index:hover {
    border-color: #00bfb3;
    color: #fff;
  }

  .discover-mod-index:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .discover-mod-index > span {
    position: relative;
    color: #fff;
  }

}

.discover-mod-title {
  font-family: "HelveticaNeueLT Com 57 Cn";
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #00bfb3;
  color: white;
  margin-bottom: 0;
  -webkit-transition: all, 0.4s, linear;
  transition: all, 0.4s, linear;
}

@media (min-width: 768px) {
  .discover-mod-title {
    background-color: transparent;
  }

  .discover-mod-title > span {
    position: relative;
    color: #00bfb3;
    z-index: 2;
  }

}

.discover-mod-img {
  display: none;
}

@media (min-width: 768px) {
  .discover-mod-img {
    display: block;
    width: 100%;
  }

}

.modal {
  position: fixed;
  z-index: 1050;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: visibility .2s, opacity .2s;
  transition: visibility .2s, opacity .2s;
}

.modal.is-active {
  visibility: visible;
  opacity: 1;
}

.modal-content {
  position: relative;
  margin: 150px auto 20px;
  margin: 15vh auto 2vh;
  width: 100%;
  max-width: 440px;
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .modal-content {
    padding: 40px 50px;
  }

}

@media (max-height: 768px) {
  .modal-content {
    margin: 30px auto;
    margin: 5vh auto;
  }

}

.modal-content .form {
  text-align: left;
  padding: 40px 40px 20px;
}

.modal-content .heading, .modal-content .footer--alt .footer__list > li > a, .modal-content .footer__list > li > a, .modal-content .article-teaser-title, .modal-content .image-tile-heading, .modal-content .vanuatu-promo-title {
  margin-bottom: 1em;
}

.modal-close {
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 0.9;
  color: #fff;
  background: #e2002b;
}

body.is-modal {
  overflow: hidden;
}

.deal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  text-align: left;
  -webkit-transition: all, 0.2s, linear;
  transition: all, 0.2s, linear;
}

.deal img {
  width: 100%;
  display: block;
}

.deal--red .deal-info {
  background-color: #e2002b;
  color: #fff;
}

.deal--red .deal-info:before {
  border: 20px solid transparent;
  border-bottom: 10px solid #e2002b;
}

.deal--red .deal-info:after {
  background-color: #e2002b;
}

.deal--red .deal-info:hover .deal-button {
  position: relative;
  overflow: hidden;
  position: absolute;
}

.deal--red .deal-info:hover .deal-button:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  background: #ed8b00;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
}

.deal--red .deal-info:hover .deal-button:hover {
  border-color: #ed8b00;
  color: #fff;
}

.deal--red .deal-info:hover .deal-button:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.deal--red .deal-info:hover .deal-button > span {
  position: relative;
  color: #fff;
}

.deal--red .deal-info:hover .deal-button span {
  color: #e2002b;
}

.deal--red .deal-button {
  background-color: #fff;
}

.deal--red .deal-button span {
  color: #e2002b;
}

.deal--red .deal-button:hover span {
  color: #fff !important;
}

.deal:hover .deal-button span {
  color: #fff;
}

@media (min-width: 992px) {
  .deal:hover .deal-button:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

.deal:hover .deal-info:after {
  -webkit-animation: redpop;
  animation: redpop;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes redpop {
  0% {
    top: 0;
  }

  100% {
    top: -15px;
  }

}

@keyframes redpop {
  0% {
    top: 0;
  }

  100% {
    top: -15px;
  }

}

.deal:hover .deal-info:before {
  -webkit-animation: arrowpop2;
  animation: arrowpop2;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes arrowpop2 {
  0% {
    top: -30px;
  }

  100% {
    top: -45px;
  }

}

@keyframes arrowpop2 {
  0% {
    top: -30px;
  }

  100% {
    top: -45px;
  }

}

.deal-price {
  position: absolute;
  background-color: #e2002b;
  padding: 10px 20px 5px;
}

.deal-price span {
  color: white;
  display: inline-block;
  vertical-align: top;
}

.deal-price span:first-child {
  font-family: "HelveticaNeueLT Com 67 MdCn";
  font-size: 12px;
}

.deal-price span:last-child {
  font-family: "HVD Poster Clean";
  font-size: 30px;
}

.deal-info {
  position: relative;
  padding: 25px 20px 30px;
  background-color: #fff;
  color: #ed8b00;
  height: 100%;
  -webkit-transition: all, 0.2s, linear;
  transition: all, 0.2s, linear;
}

.deal-info:before {
  border: 20px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  content: '';
  top: -30px;
  left: calc(50% - 20px);
  -webkit-animation: arrowpop2back;
  animation: arrowpop2back;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes arrowpop2back {
  0% {
    top: -45px;
  }

  100% {
    top: -30px;
  }

}

@keyframes arrowpop2back {
  0% {
    top: -45px;
  }

  100% {
    top: -30px;
  }

}

.deal-info:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-animation: redpopback;
  animation: redpopback;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes redpopback {
  0% {
    top: -15px;
  }

  100% {
    top: 0;
  }

}

@keyframes redpopback {
  0% {
    top: -15px;
  }

  100% {
    top: 0;
  }

}

.deal-title {
  font-family: "HelveticaNeueLT Com 67 MdCn", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.deal-description {
  font-family: "Helvetica Neue Roman", serif;
  font-size: 14px;
}

.deal-button {
  position: relative;
  overflow: hidden;
  border: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all, 0.2s, linear;
  transition: all, 0.2s, linear;
}

.deal-button:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  background: #ed8b00;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
}

.deal-button:hover {
  border-color: #ed8b00;
  color: #fff;
}

.deal-button:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.deal-button > span {
  position: relative;
  color: #fff;
}

.deal-button span {
  position: relative;
}

.deal-button.vu-button {
  padding: 10px 30px 5px;
}

.deal-pic {
  position: relative;
}

.deal-pic:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 67.1641791045%;
}

.deal-pic > .aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.deal-pic > .aspect-ratio-content img,
.deal-pic > .aspect-ratio-content iframe {
  min-width: 100%;
  min-height: 100%;
}

.object-fit .deal-pic > .aspect-ratio-content img, .object-fit
.deal-pic > .aspect-ratio-content iframe {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.featured-deals {
  position: relative;
  background-color: #ed8b00;
  padding: 40px 0 60px 0;
  margin-top: 20px;
}

.featured-deals .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .featured-deals:before {
    background-image: url("../img/consumer/featured-deals/background-pattern-left.png");
    width: 30%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0.1;
    background-blend-mode: multiply;
  }

  .featured-deals:after {
    background-image: url("../img/consumer/featured-deals/background-pattern-right.png");
    width: 30%;
    height: 100%;
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 1;
    background-position: bottom right;
    background-blend-mode: multiply;
  }

}

.featured-deals-down-arrow {
  border: 40px solid transparent;
  border-top: 22px solid white;
  position: absolute;
  top: 0;
  left: calc(50% - 40px);
}

.featured-deals-list {
  position: relative;
  z-index: 2;
  padding: 20px 1vw;
}

.featured-deals-list li {
  padding: 0 10px;
  outline: none;
}

@media (min-width: 768px) {
  .featured-deals-list {
    padding: 20px 10vw;
  }

  .featured-deals-list li {
    padding: 0 10px;
  }

}

@media (min-width: 992px) {
  .featured-deals-list {
    padding: 20px 30px;
  }

  .featured-deals-list li {
    padding: 0 30px;
  }

}

.featured-deals-arrow {
  position: relative;
  overflow: hidden;
  width: 44px;
  height: 44px;
  background-color: #e2002b;
  line-height: 44px;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 20px;
  z-index: 10;
  top: calc(50% - 22px);
  cursor: pointer;
}

.featured-deals-arrow:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  background: #e2002b;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
}

.featured-deals-arrow:hover {
  border-color: #e2002b;
  color: #fff;
}

.featured-deals-arrow:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.featured-deals-arrow > span {
  position: relative;
  color: #fff;
}

.featured-deals-arrow.left {
  left: -15px;
}

.featured-deals-arrow.right {
  right: -15px;
}

.featured-deals-arrow:hover.left:after, .featured-deals-arrow:hover.right:after {
  position: relative;
}

@media (min-width: 768px) {
  .featured-deals-arrow {
    background-color: #fff;
    color: #ed8b00;
  }

  .featured-deals-arrow.left {
    left: 2vw;
  }

  .featured-deals-arrow.right {
    right: 2vw;
  }

}

@media (min-width: 992px) {
  .featured-deals-arrow.left {
    left: 0;
  }

  .featured-deals-arrow.right {
    right: 0;
  }

}

@media (min-width: 1182px) {
  .featured-deals-arrow.left {
    left: -2vw;
  }

  .featured-deals-arrow.right {
    right: -2vw;
  }

}

.featured-deals-listing {
  text-align: center;
}

@media (min-width: 480px) {
  .featured-deals-listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .featured-deals-listing.deals-alignment {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

}

.featured-deals-listing--special {
  margin-bottom: 3em;
  border-bottom: 3px solid #de8200;
}

.featured-deals-listing > li {
  margin-bottom: 3em;
}

@media (min-width: 480px) {
  .featured-deals-listing > li {
    width: 45%;
  }

}

@media (min-width: 992px) {
  .featured-deals-listing > li {
    display: inline-block;
    width: 29%;
  }

}

@media (min-width: 992px) {
  .featured-deals-listing.posts-list:not(.deals-alignment) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .featured-deals-listing.posts-list:not(.deals-alignment) > li:not(:nth-of-type(3n)) {
    margin-right: 6.5%;
  }

}

.featured-deals-logo {
  display: block;
  max-width: 228px;
  height: 82px;
  margin: 1em auto 3em;
  background-image: url(../img/common/vanuatu-logo-white.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .featured-deals-logo {
    background-image: url(../img/common/vanuatu-logo-white@2x.png);
  }

}

.vanuatu-map {
  background-color: #00bfb3;
  position: relative;
  background-image: url("../img/consumer/vanuatu-map/islands-background-large.jpg");
  background-size: cover;
  margin-top: 20px;
}

.vanuatu-map:before {
  border: 40px solid transparent;
  border-top: 22px solid white;
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 40px);
}

.vanuatu-map .container {
  padding: 60px 0;
}

.vanuatu-map--islands .vanuatu-map-compass {
  display: none;
}

.vanuatu-map--islands .vanuatu-map-title {
  display: none;
}

.vanuatu-map--islands .vanuatu-map-description {
  display: none;
}

.vanuatu-map--islands .vanuatu-map-categories {
  display: none;
}

.vanuatu-map--islands .container {
  padding: 60px 0;
}

.vanuatu-map--islands .vanuatu-map-cont.islands > * {
  background-size: auto 100%;
  background-position: center;
}

@media (min-width: 992px) {
  .vanuatu-map--islands .vanuatu-map-cont.islands > * {
    width: 72%;
    background-position: right;
  }

}

.vanuatu-map--flights .vanuatu-map-title {
  display: none;
}

.vanuatu-map--flights .vanuatu-map-description {
  display: none;
}

.vanuatu-map--flights .vanuatu-map-categories {
  display: none;
}

.vanuatu-map--flights .vanuatu-map-links {
  display: block;
}

.vanuatu-map--flights .container {
  padding: 60px 0;
}

@media (min-width: 992px) {
  .vanuatu-map--flights .vanuatu-map-cont {
    left: -100px;
  }

}

.vanuatu-map-button {
  right: 0;
  bottom: 0;
  font-size: 14px;
  padding: 8px 20px 5px;
}

.vanuatu-map-button.vu-button.red.rollover {
  position: absolute;
}

.vanuatu-map-info {
  text-align: center;
}

.vanuatu-map-info > * {
  z-index: 2;
  position: relative;
}

@media (min-width: 768px) {
  .vanuatu-map-info {
    width: 50%;
    float: right;
    padding: 0 30px;
  }

}

@media (min-width: 1182px) {
  .vanuatu-map-info {
    padding: 0 60px;
  }

}

.vanuatu-map-title {
  font-family: "HVD Poster Clean";
  color: #2a1f16;
  margin-top: 20px;
  font-size: 20px;
}

.vanuatu-map-title span {
  display: block;
}

.vanuatu-map-description {
  font-family: "Helvetica Neue Roman";
  color: #2a1f16;
  font-size: 14px;
  margin-top: 20px;
  padding: 0 10%;
}

@media (min-width: 768px) {
  .vanuatu-map-description {
    padding: 0 5%;
  }

}

.vanuatu-map-links {
  margin: 40px auto 20px;
  width: 80%;
  display: none;
}

.vanuatu-map-links > * {
  width: 50%;
  float: left;
}

.vanuatu-map-links .vu-button {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  padding-bottom: 8px;
}

.vanuatu-map-logo {
  background-image: url(../img/common/vanuatu-logo-black.png);
  background-size: 80% auto;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  width: 50%;
  position: relative;
}

.vanuatu-map-logo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 37.1428571429%;
}

.vanuatu-map-logo > .aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.vanuatu-map-logo > .aspect-ratio-content img,
.vanuatu-map-logo > .aspect-ratio-content iframe {
  min-width: 100%;
  min-height: 100%;
}

.object-fit .vanuatu-map-logo > .aspect-ratio-content img, .object-fit
.vanuatu-map-logo > .aspect-ratio-content iframe {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vanuatu-map-logo {
    background-image: url(../img/common/vanuatu-logo-black@2x.png);
  }

}

.vanuatu-map-cont {
  z-index: 1;
  height: 80vh;
}

.vanuatu-map-cont > * {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  background-size: auto 100%;
  background-position: left center;
}

.vanuatu-map-cont.islands > * {
  background-position: center;
  background-size: auto 100%;
}

@media (min-width: 768px) {
  .vanuatu-map-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .vanuatu-map-cont > * {
    width: 58%;
    background-size: 95% auto;
    background-position: left center;
  }

  .vanuatu-map-cont.islands > * {
    width: 58%;
    background-size: 100% auto;
    background-position: left center;
  }

}

@media (min-width: 992px) {
  .vanuatu-map-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -300px;
  }

  .vanuatu-map-cont > * {
    background-size: auto 100%;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
  }

  .vanuatu-map-cont.islands {
    left: 0;
  }

  .vanuatu-map-cont.islands > div {
    background-size: auto 100%;
  }

}

.vanuatu-map-controls {
  width: 80%;
  margin: 20px auto 0;
}

.vanuatu-map-category {
  width: 50%;
  float: left;
  background-color: #6adad4;
  color: #2a1f16;
  font-size: 18px;
  font-family: "HelveticaNeueLT Com 57 Cn";
  padding: 12px 0 8px;
}

.vanuatu-map-category.active {
  background-color: #00988f;
  color: #fff;
}

.vanuatu-map-lists {
  text-align: left;
}

.vanuatu-map-list {
  display: none;
}

.vanuatu-map-list.active {
  display: block;
}

.vanuatu-map-compass {
  display: none;
}

@media (min-width: 768px) {
  .vanuatu-map-compass {
    display: block;
  }

}

.vanuatu-map-list-elem {
  display: block;
  background-color: white;
  position: relative;
}

.vanuatu-map-list-elem:nth-of-type(2n + 1) {
  background-color: #f2f2f2;
}

.vanuatu-map-list-elem.active .vanuatu-map-list-elem-description {
  height: auto;
  visibility: visible;
  position: static;
}

.vanuatu-map-list-elem.active .vanuatu-map-list-elem-title {
  background-color: #e2002b;
  color: white;
  position: relative;
}

.vanuatu-map-list-elem.active .vanuatu-map-list-elem-title:before {
  visibility: visible;
  -webkit-animation: arrowpop;
  animation: arrowpop;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes arrowpop {
  0% {
    left: 0;
  }

  100% {
    left: -30px;
  }

}

@keyframes arrowpop {
  0% {
    left: 0;
  }

  100% {
    left: -30px;
  }

}

.vanuatu-map-list-elem-title {
  font-size: 18px;
  font-family: "HelveticaNeueLT Com 57 Cn";
  min-height: 40px;
  line-height: 40px;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  color: #000;
}

.vanuatu-map-list-elem-title:before {
  content: '';
  border: 20px solid transparent;
  border-right: 10px solid #e2002b;
  position: absolute;
  display: block;
  left: 0;
  visibility: hidden;
}

.vanuatu-map-list-elem-title > span {
  position: relative;
  z-index: 2;
}

.vanuatu-map-list-elem-title:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  background-color: #e2002b;
  top: 0;
  left: 0;
  z-index: 1;
}

.vanuatu-map-list-elem-title:hover:not(.active) {
  color: #fff;
}

.vanuatu-map-list-elem-title:hover:not(.active):after {
  -webkit-animation: maptitle;
  animation: maptitle;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes maptitle {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }

}

@keyframes maptitle {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }

}

.vanuatu-map-list-elem-description {
  height: 0;
  background-color: #6adad4;
  margin: 0;
  padding: 12px 20px 10px;
  color: #2a1f16;
  overflow: hidden;
  font-family: "Helvetica Neue Roman";
}

.vanuatu-map-list-elem-description.vanuatu-map-list-elem-description--button-container {
  padding: 12px 20px 30px;
}

.vanuatu-map-list-elem-description a:not(.vu-button) {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: color, 0.2s, linear;
  transition: color, 0.2s, linear;
}

.vanuatu-map-list-elem-description a:not(.vu-button):hover {
  color: #e2002b;
}

.offer-box {
  position: relative;
  width: 100%;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .offer-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

}

.offer-boxes {
  margin-top: 2em;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .offer-boxes > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

@media (min-width: 768px) {
  .offer-boxes > .row:before, .offer-boxes > .row:after {
    content: none;
  }

}

@media (min-width: 768px) {
  .offer-boxes > .row > div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none;
  }

}

.offer-box-image {
  position: relative;
}

.offer-box-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60.1960784314%;
}

.offer-box-image > .aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.offer-box-image > .aspect-ratio-content img,
.offer-box-image > .aspect-ratio-content iframe {
  min-width: 100%;
  min-height: 100%;
}

.object-fit .offer-box-image > .aspect-ratio-content img, .object-fit
.offer-box-image > .aspect-ratio-content iframe {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.offer-box-content {
  padding: 30px 20px;
  background: #f2f2f2;
}

@media (min-width: 768px) {
  .offer-box-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 35px 40px;
  }

}

.offer-box-contact {
  margin-top: 2em;
}

.offer-box-contact > li {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

@media (min-width: 480px) {
  .offer-box-contact > li {
    width: 50%;
  }

}

.offer-box-contact > li:hover {
  color: #e2002b;
}

.offer-box-contact > li [class^="icon-"] {
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  font-size: 1.6em;
  color: #e2002b;
}

.offer-box-contact > li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 40px;
  line-height: 1.6em;
}

.offer-box-special {
  left: 0;
  top: 0;
  padding: 0.7em 1em;
  text-align: center;
  color: #fff;
  background: #e2002b;
  font-family: "HVD Poster Clean", "Helvetica Neue", Helvetica, sans-serif;
}

.offer-box-special p {
  margin: 0;
}

.offer-box-special strong {
  line-height: 1;
  font-size: 2em;
  font-weight: normal;
}

.offer-box-special--featured {
  font-size: 1.2em;
  text-align: left;
  min-width: 44%;
}

@media (min-width: 480px) {
  .offer-box-special--featured {
    font-size: 1.6em;
  }

}

.offer-box-special--featured p {
  min-width: 100px;
}

.offer-box-special--featured strong {
  float: left;
  margin-right: 20px;
  margin-right: 2rem;
  font-size: 1.5em;
}

@media (min-width: 768px) {
  .offer-box-special--featured strong {
    font-size: 2.3em;
  }

}

.offer-box-special--featured strong sup {
  font-size: 30%;
  vertical-align: middle;
}

@media (min-width: 480px) {
  .offer-box-special {
    position: absolute;
    z-index: 3;
  }

}

@media (min-width: 768px) {
  .offer-box-special {
    position: static;
  }

}

@media (min-width: 1182px) {
  .offer-box-special {
    position: absolute;
    z-index: 3;
  }

}

.offer-box-copy a {
  color: #e2002b;
}

.arrow {
  display: block;
  margin: 2em auto;
  width: 0;
  border-top: 1.5em solid;
  border-left: 3em solid transparent;
  border-right: 3em solid transparent;
}

.arrow--up {
  border-top: 0;
  border-bottom: 1.5em solid;
}

.arrow--teal {
  color: #00bfb3;
}

.arrow--white {
  color: #fff;
}

.arrow--md {
  border-top-width: 1em;
  border-left-width: 2em;
  border-right-width: 2em;
}

.media-video {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 3em;
}

.media-video:before {
  content: '';
  display: block;
  padding-bottom: 59.43%;
}

.media-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.object-fit .media-video img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.media-video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-video.is-hidden {
  display: none;
}

.media-video--with-mobile:before {
  padding-bottom: 125%;
}

@media (min-width: 992px) {
  .media-video--with-mobile:before {
    padding-bottom: 59.43%;
  }

}

.section {
  position: relative;
  padding: 35px 0;
}

.section:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -35px;
  border-top: 20px solid #fff;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}

.section--teal {
  background-color: #00bfb3;
}

.inline-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2em auto;
}

.inline-images img {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em;
}

.toolkit-buttons {
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .toolkit-buttons {
    margin-bottom: 30px;
  }

}

.toolkit-buttons-cont {
  text-align: center;
}

.toolkit-button {
  display: block;
  width: 100%;
  padding: 0.8em 2em;
  text-align: center;
  color: #fff;
  background: #ed8b00;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .toolkit-button {
    width: auto;
    min-width: 200px;
    min-height: 45px;
    margin-bottom: 0;
    padding: 0.5em 2em;
    border: 1px solid #fff;
    border-width: 0 1px;
    display: table-cell;
    vertical-align: middle;
  }

}

.toolkit-button:first-child {
  border-left: 0;
}

.toolkit-button:last-child {
  border-right: 0;
}

.toolkit-button:hover {
  color: #fff;
  background: #d47c00;
}

.search-info-box {
  background-color: white;
  text-align: center;
  padding: 60px 0;
  position: relative;
}

.search-info-box:before {
  border: 40px solid transparent;
  border-top: 22px solid #00bfb3;
  position: absolute;
  content: '';
  bottom: 0;
  left: calc(50% - 40px);
}

.search-info-box-text {
  font-size: 18px;
  font-family: "Helvetica Neue Roman";
  margin-bottom: 0;
}

.search-info-box-text:last-child {
  margin-bottom: 40px;
}

.search-info-box-input {
  font-size: 18px;
  font-family: "HelveticaNeueLT Com 57 Cn";
  margin-bottom: 0;
}

.alternative-categories {
  text-align: center;
  padding: 10px 5% 100px;
}

@media (min-width: 992px) {
  .alternative-categories {
    padding: 10px 50px 100px;
  }

}

.alternative-category {
  background-color: #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .alternative-category {
    margin-bottom: 0;
  }

}

.alternative-category-title {
  background-color: #00bfb3;
  color: #fff;
  text-transform: uppercase;
  font-family: "HVD Poster Clean";
  font-size: 24px;
  padding: 15px 0 12px;
  margin-bottom: 20px;
}

.alternative-category-item {
  font-size: 16px;
  font-family: "HelveticaNeueLT Com 67 MdCn";
  padding: 10px 0 5px;
  display: block;
}

@media (min-width: 768px) {
  .alternative-category-item {
    position: relative;
    overflow: hidden;
  }

  .alternative-category-item:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    background: #00bfb3;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 1, 1);
  }

  .alternative-category-item:hover {
    border-color: #00bfb3;
    color: #fff;
  }

  .alternative-category-item:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .alternative-category-item > span {
    position: relative;
    color: #fff;
  }

  .alternative-category-item span {
    color: #000;
  }

  .alternative-category-item:hover span {
    color: #fff;
  }

}

.image-blocks {
  overflow: hidden;
}

@media (min-width: 992px) {
  .image-blocks {
    margin-bottom: 40px;
  }

}

@media (min-width: 1182px) {
  .image-blocks {
    margin-bottom: 120px;
  }

}

.image-block {
  margin: 0 -20px;
  background: #f2f2f2;
}

@media (min-width: 768px) {
  .image-block {
    margin: 0;
    width: 50%;
    float: left;
  }

  .image-block .container {
    padding: 0;
  }

  .image-block .container .row {
    display: block;
    padding: 0;
  }

}

@media (min-width: 1182px) {
  .image-block {
    width: 100%;
    float: none;
  }

  .image-block .container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 55px;
  }

}

.image-block.is-active .image-block-copy {
  display: block;
}

.image-block.is-active .heading, .image-block.is-active .footer--alt .footer__list > li > a, .image-block.is-active .footer__list > li > a, .image-block.is-active .article-teaser-title, .image-block.is-active .image-tile-heading, .image-block.is-active .vanuatu-promo-title {
  margin-bottom: 1em;
}

.image-block.is-active .image-block-expand {
  bottom: auto;
  height: 70px;
  background: #d2d2d3;
}

.image-block.is-active .image-block-expand:after {
  content: "-";
}

@media (min-width: 768px) {
  .image-block .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 55px;
  }

}

.image-block--alt {
  background: #fff;
}

@media (min-width: 1182px) {
  .image-block--alt .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .image-block--alt .row > div {
    float: right;
  }

}

.image-block .heading, .image-block .footer--alt .footer__list > li > a, .image-block .footer__list > li > a, .image-block .article-teaser-title, .image-block .image-tile-heading, .image-block .vanuatu-promo-title {
  margin: 0 0 0.5em;
  padding-right: 1.5em;
}

.image-block-body {
  position: relative;
  text-align: center;
  padding: 1.5em 20px;
}

@media (min-width: 768px) {
  .image-block-body {
    padding: 35px;
  }

}

.image-block-pic {
  position: relative;
  width: 100%;
}

.image-block-pic:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.904400607%;
}

.image-block-pic > .aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.image-block-pic > .aspect-ratio-content img,
.image-block-pic > .aspect-ratio-content iframe {
  min-width: 100%;
  min-height: 100%;
}

.object-fit .image-block-pic > .aspect-ratio-content img, .object-fit
.image-block-pic > .aspect-ratio-content iframe {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-block-pic img {
  width: 100%;
}

.image-block-expand {
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  padding: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  background: #00bfb3;
}

.image-block-expand:after {
  content: "+";
}

@media (min-width: 768px) {
  .image-block-expand {
    display: none;
  }

}

.image-block-copy {
  display: none;
}

@media (min-width: 768px) {
  .image-block-copy {
    display: block;
  }

}

.image-tile {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .image-tile {
    margin: 0 15px 60px 15px;
  }

}

.image-tile.is-active .image-tile-copy {
  display: block;
}

.image-tile.is-active .image-tile-copy p {
  display: block !important;
  height: auto !important;
}

.image-tile.is-active .image-tile-expand {
  bottom: auto;
}

.image-tile.is-active .image-tile-expand:after {
  content: "-";
}

.image-tile-heading {
  padding: 0.7em 2em;
  background: #00bfb3;
}

.image-tile-body {
  position: relative;
  text-align: center;
  background: #f2f2f2;
}

.image-tile-pic {
  position: relative;
  width: 100%;
}

.image-tile-pic:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.image-tile-pic > .aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.image-tile-pic > .aspect-ratio-content img,
.image-tile-pic > .aspect-ratio-content iframe {
  min-width: 100%;
  min-height: 100%;
}

.object-fit .image-tile-pic > .aspect-ratio-content img, .object-fit
.image-tile-pic > .aspect-ratio-content iframe {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-tile-pic img,
.image-tile-pic iframe {
  width: 100%;
}

.image-tile-pic iframe {
  height: 100%;
}

.image-tile-expand {
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  padding: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  background: #00bfb3;
}

.image-tile-expand:after {
  content: "+";
}

@media (min-width: 768px) {
  .image-tile-expand {
    display: none;
  }

}

.image-tile-copy {
  display: none;
  padding: 1em 2em 2.5em;
}

@media (min-width: 768px) {
  .image-tile-copy {
    display: block;
  }

}

.image-tile-copy .btn, .image-tile-copy .article-pagination li > .page-numbers, .article-pagination .image-tile-copy li > .page-numbers {
  margin-top: 1em;
  padding: 7px 12px 4px;
}

.result {
  margin-bottom: 50px;
}

.result.no-image .result-content .result-img {
  display: none;
}

.result.no-image .result-content p {
  width: 100%;
  padding: 0;
}

.result-title {
  font-family: "HVD Poster Clean";
  color: #00bfb3;
}

.result-header {
  position: relative;
}

.result-header--icon-book, .result-header--icon-newspaper, .result-header--icon-file, .result-header--icon-pencil {
  padding-right: 80px;
}

.result-header--icon-book .result-icon.icon-book {
  display: inline-block;
}

.result-header--icon-pencil .result-icon.icon-pencil {
  display: inline-block;
}

.result-header--icon-newspaper .result-icon.icon-newspaper {
  display: inline-block;
}

.result-header--icon-file .result-icon.icon-file {
  display: inline-block;
}

.result-icon {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 60px;
  color: #e4002b;
}

.result-article-header {
  margin-bottom: 20px;
}

.result-time {
  font-family: "HelveticaNeueLT Com 67 MdCn";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.result-categories {
  display: block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .result-categories {
    display: inline-block;
    margin-left: 20px;
  }

}

.result-category {
  display: inline-block;
  font-family: "Helvetica Neue Roman";
  font-size: 14px;
  color: #a8a8a8;
  margin-right: 5px;
}

.result-content p {
  width: 100%;
  display: block;
  float: left;
  padding: 30px 0 0;
}

@media (min-width: 768px) {
  .result-content p {
    padding: 30px 30px 0;
  }

}

@media (min-width: 992px) {
  .result-content p {
    width: 66.6666666%;
    padding-top: 0;
  }

}

.result-img {
  width: 100%;
  height: auto;
  display: block;
  float: left;
}

.result-img iframe {
  width: 100%;
}

@media (min-width: 992px) {
  .result-img iframe {
    height: auto;
  }

}

@media (min-width: 992px) {
  .result-img {
    width: 33.333333%;
  }

}

.result-footer {
  position: relative;
}

.result-footer:after {
  content: "";
  display: block;
  overflow: hidden;
  border-bottom: 1px solid gray;
  position: relative;
  bottom: -20px;
}

@media (min-width: 992px) {
  .result-footer:after {
    bottom: -40px;
  }

}

.result-footer .vu-button {
  float: right;
  width: 150px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.search-results {
  background-color: #fff;
  padding: 30px 0;
}

body.trader .search-results .result-content {
  border-bottom: 2px solid #00bfb3;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .search-results {
    padding: 80px 13%;
  }

}

.search-results .result .vu-button {
  font-size: 14px;
  padding-top: 1px;
  height: 40px;
  line-height: 40px;
  width: 170px;
  float: none;
  position: relative;
}

@media (min-width: 992px) {
  .search-results .result .vu-button {
    margin-left: 10px;
    float: right;
  }

}

.search-results .result .result-footer {
  padding-bottom: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  .search-results .result .result-footer {
    padding-bottom: 0;
  }

}

.search-results .result .island-button-group .vu-button:first-child {
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .search-results .result .island-button-group .vu-button:first-child {
    margin-bottom: 0;
  }

}

.blog-list {
  background-color: #fff;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .blog-list {
    padding: 70px 8%;
  }

}

.blog-list .vu-button-container--small {
  margin-bottom: 60px;
}

.sidebar {
  text-align: center;
  padding: 10px 30px;
}

@media (min-width: 992px) {
  .sidebar {
    padding: 10px 0 10px 50px;
  }

}

.sidebar > ul > li > ul > li {
  margin-bottom: 10px;
}

.sidebar > ul > li > ul > li a {
  color: #00bfb3;
  display: block;
}

.sidebar > ul > li > ul > li a:hover {
  opacity: 0.8;
}

.sidebar > ul > li > ul > li span {
  font-size: 10px;
  color: #d2d2d3;
}

.sidebar-category {
  margin-bottom: 50px;
}

.sidebar-title {
  font-family: "HelveticaNeueLT Com 67 MdCn";
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.sidebar-list {
  padding-top: 10px;
}

.sidebar-list-item {
  margin-bottom: 5px;
  font-family: "Helvetica Neue Roman";
  font-size: 14px;
}

.article-container {
  background-color: #fff;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .article-container {
    padding: 70px 8%;
  }

}

.article .result-img {
  width: 100%;
  float: right;
  margin-bottom: 20px;
}

.article .result-img iframe {
  width: 100%;
}

@media (min-width: 768px) {
  .article .result-img {
    width: 66.6666666%;
    margin-left: 40px;
  }

}

.article .result-text {
  float: none;
  padding: 0;
  width: 100%;
}

.article .article-content ul, .article .article-content ol {
  margin: 1em 1em 1em 3em;
  list-style: initial;
}

.article .article-content ul li, .article .article-content ol li {
  padding-bottom: 1ex;
}

.trader .entry ul, .trader .entry ol {
  margin: 1em 1em 1em 3em;
  list-style: initial;
}

.trader .entry ul li, .trader .entry ol li {
  padding-bottom: 1ex;
}

.islands {
  padding: 20px 0 0;
}

@media (min-width: 992px) {
  .islands {
    padding: 40px 0;
  }

  .islands .text-center {
    padding: 0 5%;
  }

}

.islands-list {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .islands-list {
    padding-top: 40px;
  }

}

.islands-list-elem {
  margin-bottom: 30px;
}

.island {
  background-color: #f2f2f2;
  position: relative;
}

.island .vu-button {
  width: 140px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
}

@media (max-width: 479px) {
  .island .island-content {
    text-align: center;
    padding: 0;
  }

  .island .island-title {
    position: relative;
    background-color: #00bfb3;
    color: #fff;
    margin-bottom: 0;
    padding: 12px 30px 10px 30px;
    cursor: pointer;
  }

  .island .island-title:before {
    content: '+';
    position: absolute;
    right: 10px;
    top: 12px;
  }

  .island .island-slide-content {
    padding-bottom: 15px;
    display: none;
  }

  .island .island-description {
    padding: 20px;
    margin-bottom: 0;
    line-height: 22px;
  }

  .island .island-button-group .vu-button {
    display: block;
    margin: 0 auto 10px;
  }

  .island.open .island-slide-content {
    display: block;
  }

  .island.open .island-title:before {
    content: '-';
  }

}

.island-img {
  background-size: cover;
  background-position: center;
  position: static;
  width: 100%;
  height: 320px;
  float: none;
}

.island-img iframe {
  width: 100%;
}

@media (min-width: 992px) {
  .island-img {
    width: 50%;
    height: 100%;
    float: left;
    position: absolute;
  }

}

.island-content {
  width: 100%;
  float: none;
  padding: 50px 40px 40px;
  text-align: left;
}

@media (min-width: 480px) {
  .island-content {
    text-align: center;
    padding: 50px 20px 40px;
  }

}

@media (min-width: 992px) {
  .island-content {
    text-align: left;
    width: 50%;
    float: right;
    padding: 50px 40px 40px;
  }

}

.island-title {
  margin-bottom: 15px;
  font-family: "HVD Poster Clean";
  color: #00bfb3;
}

.island-description {
  font-family: "Helvetica Neue Roman";
  font-size: 14px;
  color: #000;
  margin-bottom: 25px;
}

.vanuatu-promo {
  position: relative;
  overflow: hidden;
  padding-bottom: 10em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .vanuatu-promo {
    padding-bottom: 4em;
  }

}

.vanuatu-promo:before {
  border: 40px solid transparent;
  border-top: 22px solid white;
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 40px);
}

.vanuatu-promo-bg-plane {
  position: absolute;
  top: 100%;
  left: 20px;
  right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  height: 8em;
}

@media (min-width: 768px) {
  .vanuatu-promo-bg-plane {
    left: 0;
    right: 0;
    height: 160px;
  }

}

.vanuatu-promo-logo {
  position: relative;
  text-align: center;
  margin: 3em 0 1em;
}

@media (min-width: 768px) {
  .vanuatu-promo-logo {
    margin: 4em 0;
  }

}

.vanuatu-promo-logo .heading, .vanuatu-promo-logo .footer--alt .footer__list > li > a, .vanuatu-promo-logo .footer__list > li > a, .vanuatu-promo-logo .article-teaser-title, .vanuatu-promo-logo .image-tile-heading, .vanuatu-promo-logo .vanuatu-promo-title {
  position: relative;
  display: inline-block;
  max-width: 298px;
}

@media (min-width: 768px) {
  .vanuatu-promo-logo .heading, .vanuatu-promo-logo .footer--alt .footer__list > li > a, .vanuatu-promo-logo .footer__list > li > a, .vanuatu-promo-logo .article-teaser-title, .vanuatu-promo-logo .image-tile-heading, .vanuatu-promo-logo .vanuatu-promo-title {
    height: 82px;
    padding: 0 30px;
  }

  .vanuatu-promo-logo .heading:before, .vanuatu-promo-logo .footer--alt .footer__list > li > a:before, .vanuatu-promo-logo .footer__list > li > a:before, .vanuatu-promo-logo .article-teaser-title:before, .vanuatu-promo-logo .image-tile-heading:before, .vanuatu-promo-logo .vanuatu-promo-title:before, .vanuatu-promo-logo .heading:after, .vanuatu-promo-logo .footer--alt .footer__list > li > a:after, .vanuatu-promo-logo .footer__list > li > a:after, .vanuatu-promo-logo .article-teaser-title:after, .vanuatu-promo-logo .image-tile-heading:after, .vanuatu-promo-logo .vanuatu-promo-title:after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(100vw - 100%);
    height: 1px;
    background-color: #fff;
  }

  .vanuatu-promo-logo .heading:before, .vanuatu-promo-logo .footer--alt .footer__list > li > a:before, .vanuatu-promo-logo .footer__list > li > a:before, .vanuatu-promo-logo .article-teaser-title:before, .vanuatu-promo-logo .image-tile-heading:before, .vanuatu-promo-logo .vanuatu-promo-title:before {
    left: calc(-100vw + 105%);
  }

  .vanuatu-promo-logo .heading:after, .vanuatu-promo-logo .footer--alt .footer__list > li > a:after, .vanuatu-promo-logo .footer__list > li > a:after, .vanuatu-promo-logo .article-teaser-title:after, .vanuatu-promo-logo .image-tile-heading:after, .vanuatu-promo-logo .vanuatu-promo-title:after {
    right: calc(-100vw + 105%);
  }

}

.vanuatu-promo-logo span {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.vanuatu-promo-logo img {
  width: 100%;
}

.vanuatu-promo-title {
  font-size: 2.4em;
  margin: 0.5em 0 0.3em;
}

@media (min-width: 768px) {
  .vanuatu-promo-title {
    font-size: 3.5em;
  }

}

.useful-links {
  padding: 40px 20px;
  overflow: hidden;
}

.useful-links-list {
  padding: 30px 11% 0;
}

.useful-links-list li {
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .useful-links-list li {
    padding-left: 12%;
  }

}

.useful-links-list li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.useful-links-title {
  font-family: "HelveticaNeueLT Com 67 MdCn";
  display: block;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 18px;
  -webkit-transition: color, 0.2s, linear;
  transition: color, 0.2s, linear;
}

@media (min-width: 768px) {
  .useful-links-title:hover {
    color: #e2002b;
  }

}

.useful-links-icon {
  display: inline-block;
  vertical-align: middle;
  float: left;
  font-size: 50px;
  color: #e2002b;
  margin-right: 15px;
}

.itineraries {
  padding-bottom: 60px;
}

.itineraries form {
  margin-top: 40px;
}

.itineraries .vu-button-container {
  margin: 60px 0 20px;
}

.itineraries-list {
  margin-top: 40px;
}

.itineraries-list > li {
  margin-bottom: 20px;
}

.newsletter {
  font-family: "HVD Poster Clean";
  color: #00bfb3;
  text-align: center;
}

.newsletter input {
  background-color: #fff;
}

.newsletter input::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #00bfb3;
  font-size: 20px;
}

.newsletter input:-moz-placeholder {
  /* Firefox 18- */
  color: #00bfb3;
  font-size: 20px;
}

.newsletter input::-moz-placeholder {
  /* Firefox 19+ */
  color: #00bfb3;
  font-size: 20px;
}

.newsletter input:-ms-input-placeholder {
  /* IE 10+ */
  color: #00bfb3;
  font-size: 20px;
}

.newsletter input::-ms-input-placeholder {
  /* Edge */
  color: #00bfb3;
  font-size: 20px;
}

.newsletter input:placeholder-shown {
  /* Standard one last! */
  color: #00bfb3;
  font-size: 20px;
}

.newsletter .vu-modal-close {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  font-family: "HelveticaNeueLT Com 67 MdCn";
  background-color: #00bfb3;
  color: #fff;
  float: right;
  margin: 20px 25px 0 0;
  padding-top: 2px;
  text-align: center;
  cursor: pointer;
}

.newsletter .vu-modal {
  background-color: white;
}

.newsletter .vu-button {
  margin: 0 auto;
}

.newsletter .gform_footer {
  text-align: center;
}

.newsletter .gform_footer .form-msg--error {
  display: none;
}

.newsletter .check-radio input:checked ~ label:after {
  width: 26px !important;
  height: 26px !important;
  left: 2px !important;
  top: 2px !important;
  background-color: #00bfb3 !important;
}

.newsletter .gfield_checkbox label:before {
  width: 30px;
  height: 30px;
  border: 1px solid #00bfb3;
  background-color: transparent;
  position: absolute;
}

.newsletter .gfield_error input {
  border-color: #e2002b;
}

.newsletter .gfield_error input::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #e2002b;
}

.newsletter .gfield_error input:-moz-placeholder {
  /* Firefox 18- */
  color: #e2002b;
}

.newsletter .gfield_error input::-moz-placeholder {
  /* Firefox 19+ */
  color: #e2002b;
}

.newsletter .gfield_error input:-ms-input-placeholder {
  /* IE 10+ */
  color: #e2002b;
}

.newsletter .gfield_error input::-ms-input-placeholder {
  /* Edge */
  color: #e2002b;
}

.newsletter .gfield_error input:placeholder-shown {
  /* Standard one last! */
  color: #e2002b;
}

.newsletter .gfield_error .check-radio input ~ label {
  color: #e2002b;
}

.newsletter .gfield_error .check-radio input ~ label:before {
  border: 1px solid #e2002b;
}

.newsletter .gfield_error .check-radio input ~ label:after {
  background-color: #e2002b !important;
}

.newsletter .gform_footer.top_label {
  position: relative;
}

.newsletter #gform_ajax_spinner_1 {
  position: absolute;
  top: -48px;
  right: 7px;
}

.newsletter .gfield_description {
  display: none;
}

.newsletter .validation_error {
  display: none;
}

.newsletter-content {
  padding: 0 5% 40px;
}

@media (min-width: 768px) {
  .newsletter-content {
    padding: 0 50px 40px;
  }

}

.newsletter-title {
  font-size: 50px;
  margin-bottom: 10px;
}

.newsletter-subtitle {
  font-size: 26px;
}

.newsletter-form-input-container {
  margin-bottom: 15px;
  font-size: 20px;
}

.newsletter-form-input-container input {
  width: 100%;
  height: 46px;
  border: 1px solid #00bfb3;
  outline: none;
  padding-left: 30px;
  font-size: 20px;
}

.newsletter-form-input-container.checkbox {
  text-align: left;
}

.newsletter-form-input-container .ginput_container_checkbox .small-letters {
  display: block;
  font-size: 12px;
  padding-left: 45px;
}

.newsletter-form-input-container .ginput_container_checkbox .big-letters {
  padding-left: 45px;
  display: block;
  margin-bottom: 2px;
}

.newsletter-form-input-container .ginput_container_checkbox .big-letters a {
  text-decoration: underline;
}

.newsletter-form-input-container.vu-form-error.checkbox {
  -webkit-filter: hue-rotate(543deg);
  filter: hue-rotate(543deg);
}

.newsletter-form-input-container.vu-form-error input::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #e2002b;
}

.newsletter-form-input-container.vu-form-error input:-moz-placeholder {
  /* Firefox 18- */
  color: #e2002b;
}

.newsletter-form-input-container.vu-form-error input::-moz-placeholder {
  /* Firefox 19+ */
  color: #e2002b;
}

.newsletter-form-input-container.vu-form-error input:-ms-input-placeholder {
  /* IE 10+ */
  color: #e2002b;
}

.newsletter-form-input-container.vu-form-error input::-ms-input-placeholder {
  /* Edge */
  color: #e2002b;
}

.newsletter-form-input-container.vu-form-error input:placeholder-shown {
  /* Standard one last! */
  color: #e2002b;
}

.newsletter-form-input-container.form-group--select {
  background-color: #fff;
}

.newsletter-form-input-container select {
  border: 1px solid #00bfb3;
  outline: none;
  height: 46px;
  line-height: 46px;
  padding: 0 0 0 30px;
  font-size: 20px;
  color: #00bfb3;
}

body.reasons-to-visit .content--shifted {
  padding-bottom: 0;
}

@media (min-width: 1182px) {
  body.reasons-to-visit .content--shifted {
    padding-bottom: 40px;
  }

}

.itinerary-img-cont {
  margin: 30px 0;
}

.itinerary-title {
  font-family: "HVD Poster Clean";
  color: #00bfb3;
  font-size: 24px;
  padding: 0 5%;
}

.special-content-styles {
  padding: 0 5%;
}

.special-content-styles a {
  color: #00bfb3;
  text-decoration: underline;
}

.special-content-styles p strong {
  font-size: 18px;
  color: #00bfb3;
}

@media (min-width: 480px) {
  .special-content-styles {
    padding: 0 10%;
  }

}

.island.itenary .vu-button {
  margin-right: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  .island.itenary .vu-button {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 70px);
  }

}

@media (min-width: 992px) {
  .island.itenary .vu-button {
    position: relative;
    bottom: 0;
    left: 0;
  }

}

.island.itenary .island-content {
  display: block !important;
}

#competition nav {
  display: none;
}

#competition .container--md {
  font-size: 18px;
}

#competition .container--md strong, #competition .container--md b {
  font-family: "HVD Poster Clean";
  color: #00bfb3;
}

#competition .container--md .logo {
  margin-bottom: 2em;
}

@media (max-width: 480px) {
  #competition .container--md .logo img {
    width: 45%;
  }

}

#competition .row {
  position: relative;
  padding-top: 50px;
}

#competition .row:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  margin-left: -36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 37px 0 37px;
  border-color: #00bfb3 transparent transparent transparent;
}

#competition .col {
  line-height: 18px;
}

#competition .col--left {
  padding-right: 48px;
}

#competition .col--left ol {
  counter-reset: howto;
}

#competition .col--left ol li {
  margin-bottom: 2em;
  list-style: none;
}

#competition .col--left ol li:before {
  display: inline-block;
  content: counter(howto) ". ";
  counter-increment: howto;
  font-size: 1.5em;
  padding-right: 3px;
}

#competition .col--right {
  padding-left: 48px;
  border-left: 1px solid #00bfb3;
}

#competition .col--right p {
  margin-bottom: 2em;
}

#competition .col--right img {
  padding-left: 0;
  margin-bottom: 2em;
}

#competition .col .btn, #competition .col .article-pagination li > .page-numbers, .article-pagination #competition .col li > .page-numbers {
  width: 201px;
  height: 36px;
}

#competition .col .btn--center {
  display: block;
  text-align: center;
  margin: 0 auto;
}

#competition .col .btn--teal {
  background-color: #00bfb3;
  color: #fff;
}

#competition-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 2em 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#competition-lightbox .container {
  position: relative;
  max-width: 731px;
  padding: 40px 60px;
  background-color: #FFF;
}

#competition-lightbox .container a {
  text-decoration: underline;
}

#competition-lightbox .container a:hover {
  text-decoration: none;
}

#competition-lightbox .container .row {
  margin-bottom: 45px;
}

#competition-lightbox .container .row-choice {
  margin-bottom: 0;
}

#competition-lightbox .container .row-choice .col--right img {
  float: right;
}

#competition-lightbox .container .col--left {
  padding-left: 25px;
  font-size: 14px;
  line-height: 18px;
}

#competition-lightbox .container .col--left:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #00bfb3;
}

#competition-lightbox .container .col--left img {
  margin-bottom: 2em;
}

#competition-lightbox .container .heading--striked {
  position: relative;
  padding: 20px 0;
}

#competition-lightbox .container .heading--striked:before {
  position: absolute;
  top: calc(50% - 1px);
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00bfb3;
}

#competition-lightbox .container .heading--striked h5 span {
  position: relative;
  z-index: 1001;
  padding: 0 15px;
  background-color: #fff;
}

#competition-lightbox .container .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #00bfb3;
  color: #fff;
  text-decoration: none;
}

html.competition-lightbox {
  overflow: hidden;
}

html.competition-lightbox body {
  overflow: hidden;
}

html.competition-lightbox body #competition-lightbox {
  display: block;
  overflow-y: scroll;
}

@media (max-width: 480px) {
  body.body-competition .hero-content .heading:not(.hero-subtitle), body.body-competition .hero-content .footer--alt .footer__list > li > a:not(.hero-subtitle), body.body-competition .hero-content .footer__list > li > a:not(.hero-subtitle), body.body-competition .hero-content .article-teaser-title:not(.hero-subtitle), body.body-competition .hero-content .image-tile-heading:not(.hero-subtitle), body.body-competition .hero-content .vanuatu-promo-title:not(.hero-subtitle) {
    font-size: 26px;
  }

}

@media screen and (min-width: 1400px) {
  body.body-competition .hero-content {
    min-height: 615px;
  }

}

body.body-competition .hero-content .btn-enter {
  width: 160px;
  height: 36px;
  margin-top: 1em;
  background-color: #e4002b;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

body.body-competition .hero-content .btn-enter:hover {
  background-color: #000;
}

@media screen and (min-width: 1400px) {
  body.body-competition .hero-bg {
    background-image: url(../img/competition/banner-gt1400.jpg) !important;
    background-position: 50% 0%;
  }

}

@media screen and (max-width: 1399px) {
  body.body-competition .hero-bg {
    background-image: url(../img/competition/banner-lt1400.jpg) !important;
    background-position: 50% 80%;
  }

}

@media (max-width: 480px) {
  #competition nav {
    display: block;
  }

  #competition nav a {
    display: inline-block;
    width: 50%;
    padding: 27px 0;
    background-color: #f2910d;
    color: #fff;
    font-family: "HVD Poster Clean";
    font-size: 22px;
    text-align: center;
  }

  #competition nav a.active {
    background-color: #00bfb3;
  }

  #competition .col h3 {
    display: none;
  }

  #competition .col img {
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
  }

  #competition .col--left {
    padding-right: 0;
    padding: 1em;
  }

  #competition .col--left ol {
    padding-left: 0;
  }

  #competition .col--left img {
    margin-bottom: 0;
  }

  #competition .col--right {
    display: none;
    padding-left: 0;
    padding: 1em;
    border-left: none;
  }

  #competition-lightbox .container {
    padding: 50px 20px 10px;
  }

  #competition-lightbox .container h4.heading.heading--center.heading--teal, #competition-lightbox .container h4.heading--center.article-teaser-title, #competition-lightbox .container h4.heading--center.heading--teal.image-tile-heading, #competition-lightbox .container h4.heading--center.image-tile-heading.article-teaser-title, #competition-lightbox .container h4.heading--center.heading--teal.vanuatu-promo-title, #competition-lightbox .container h4.heading--center.vanuatu-promo-title.article-teaser-title {
    margin-bottom: 2em;
  }

  #competition-lightbox .container .col--left {
    margin-bottom: 1em;
    padding-left: 15px;
  }

  #competition-lightbox .container .col--left img {
    display: block;
    margin: 0 auto 1em auto;
  }

  #competition-lightbox .container img.col-md-6 {
    width: 100%;
  }

}

@media (max-width: 768px) {
  #competition .col--right img {
    margin-bottom: 1ex;
  }

}

section.slider .logo {
  background-color: white;
  margin-top: 50px;
  margin-bottom: -40px;
}

@media (max-width: 480px) {
  section.slider .logo {
    display: none;
  }

}

@media (max-width: 768px) {
  section.slider .logo {
    margin-top: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

}

section.slider .logo img {
  display: inline-block;
}

section.slider .competition-small {
  font-size: 40px;
  font-size: 4rem;
  display: block;
}

div#dto_quiz .dto-question {
  margin-bottom: 30px !important;
}

div#dto_quiz .dto-question-choice {
  margin-left: 20px !important;
  padding: 5px 0 !important;
}

.et_divi_builder #et_builder_outer_content .red,
div#dto_quiz .red,
div#dto-plugin .red {
  color: #e2002b !important;
}

.et_divi_builder #et_builder_outer_content .quiz,
div#dto_quiz .quiz,
div#dto-plugin .quiz {
  color: #00bfb3 !important;
}

div#dto_quiz input#action-button,
.et_divi_builder #et_builder_outer_content .et_pb_button {
  padding-left: 2.5em !important;
  padding-right: 2.5em !important;
  font-size: 1em !important;
  padding: 10px 16px !important;
  line-height: 1.3333333 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background-color: #e2002b !important;
  border-color: transparent !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  text-align: center !important;
  vertical-align: middle !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

div#dto_quiz input#action-button:hover,
.et_divi_builder #et_builder_outer_content .et_pb_button:hover {
  background-color: #af0021 !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_button:after {
  display: none !important;
}

div#dto_quiz .quiz-form label {
  margin-left: 5px !important;
}

#et_builder_outer_content ol,
#et_builder_outer_content ul {
  margin: 15px 0 !important;
}

#et_builder_outer_content ol li,
#et_builder_outer_content ul li {
  margin-left: 20px !important;
  margin-bottom: 6px !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_module li {
  list-style-type: disc !important;
}

div#dto_quiz .dto-button,
.et_divi_builder #et_builder_outer_content .dto-button {
  padding: 6px 0 !important;
  font-size: 1em !important;
  font-weight: 600 !important;
  display: inline-block !important;
  color: #ffffff !important;
  background-color: #e2002b !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  text-align: center !important;
  line-height: 1.3333333 !important;
  width: 49% !important;
}

.dto-button:hover {
  background-color: #af0021 !important;
}

.et_pb_code h2 {
  font-family: "HVD Poster Clean", "Helvetica Neue", Helvetica, sans-serif !important;
}

div#dto-plugin table.widefat,
div#dto_quiz table.widefat {
  margin-bottom: 20px !important;
  width: 100% !important;
}

div#dto-plugin td a, tr a,
div#dto_quiz td a, tr a {
  color: #e2002b !important;
}

div#dto-plugin table.widefat td,
div#dto_quiz table.widefat td {
  padding: 5px !important;
  min-width: 100px !important;
}

div#dto-plugin table.widefat th,
div#dto_quiz table.widefat th {
  text-align: left !important;
}

div#dto-plugin table.widefat tr.alternate,
div#dto_quiz table.widefat tr.alternate {
  background-color: rgba(242, 242, 242, 0.5) !important;
}

.et_divi_builder #et_builder_outer_content.et_pb_section {
  padding: 0 !important;
}

div#dto_quiz div.wrap h2 {
  color: #00bfb3 !important;
}

div#dto_quiz .user-answer-unrevealed span.answer {
  color: #e2002b !important;
}

div#dto_quiz .user-answer {
  color: #000000 !important;
}

div#dto_quiz .user-answer span.answer {
  background: url(http://trade.vanuatu.previewized.com/wp-content/uploads/2016/03/wrong.png) no-repeat right top !important;
  padding-right: 20px !important;
  display: inline-block !important;
}

div#dto_quiz .correct-answer span.answer {
  background: url(http://trade.vanuatu.previewized.com/wp-content/uploads/2016/03/correct.png) no-repeat right top !important;
  padding-right: 20px !important;
  display: inline-block !important;
}

/*
div#dto_quiz p:first-of-type {
color: #00bfb3 !important;
font-family: "HVD Poster Clean", "Helvetica Neue", Helvetica, sans-serif !important;
font-size: 40px !important;
}

*/
div#dto_quiz .dto-matrix-draggable {
  float: left;
  min-width: 100px;
  padding: 5px !important;
  border: 1px dashed #999 !important;
  margin: 5px !important;
  cursor: move !important;
}

div#dto_quiz .dto-matrix-left-cell {
  width: 40% !important;
  text-align: center !important;
  font-weight: bold !important;
}

div#dto_quiz .dto-matrix-right-cell {
  width: 60% !important;
}

div#dto_quiz .dto-exam-description {
  margin-bottom: 40px !important;
}

div#dto_quiz p.dto-nmatrix-unselect {
  font-weight: 700 !important;
  color: #00bfb3 !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
}

div#dto_quiz a {
  color: #e2002b !important;
}

@media only screen and (max-width: 414px) {
  .dto-button {
    padding: 12px 56px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    width: 100% !important;
  }

  .dto-button:last-child {
    margin-bottom: 0 !important;
  }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .dto-button {
    padding: 12px 70px !important;
    width: 48% !important;
  }

}

/*# sourceMappingURL=main.css.map */