/**
 *
 * Theme Name: NYA Main Site
 * Author: Gus White
 *
 * Stylesheet: Main Stylesheet
 * This stylesheet imports compass, susy, variables and mixins. It then calls the base (mobile) styles and then subsequent media queries.
 *
 */
/*===================================================================================*/
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
/*===================================================================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/*-----------------------------------------------------------------------------------*/
/*  Remove margins & padding to ensure we set them later
/*  http://24ways.org/2006/compose-to-a-vertical-rhythm
/*-----------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

/*-----------------------------------------------------------------------------------*/
/*  HTML5 display definitions
/*-----------------------------------------------------------------------------------*/
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  Links
/*-----------------------------------------------------------------------------------*/
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/*-----------------------------------------------------------------------------------*/
/*  Text-level semantics
/*-----------------------------------------------------------------------------------*/
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*-----------------------------------------------------------------------------------*/
/*  Embedded content
/*-----------------------------------------------------------------------------------*/
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/*-----------------------------------------------------------------------------------*/
/*  Grouping content
/*-----------------------------------------------------------------------------------*/
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/*-----------------------------------------------------------------------------------*/
/*  Forms
/*-----------------------------------------------------------------------------------*/
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/*-----------------------------------------------------------------------------------*/
/*  Tables
/*-----------------------------------------------------------------------------------*/
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*-----------------------------------------------------------------------------------*/
/*  Custom reset styles
/*-----------------------------------------------------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

/*===================================================================================*/
/* VARIABLES
/*===================================================================================*/
/*-----------------------------------------------------------------------------------*/
/*  Colours
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  Border defaults
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  Establish vertical rhythm
/*  http://compass-style.org/reference/compass/typography/vertical_rhythm/
/*-----------------------------------------------------------------------------------*/
html {
  font-size: 87.5%;
  line-height: 0.35714em; }

html {
  line-height: 20px;
  line-height: 1.42857rem; }

/*-----------------------------------------------------------------------------------*/
/*  Typography
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  Susy grid settings
/*-----------------------------------------------------------------------------------*/
/*===================================================================================*/
/* SASS MIXINS
/*===================================================================================*/
/*-----------------------------------------------------------------------------------*/
/*  Font mixins - useful for DRYer output with Typekit, set in variables
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  Clearfix - h5bp.com/q
/*-----------------------------------------------------------------------------------*/
.group {
  *zoom: 1; }
  .group:before, .group:after {
    display: table;
    content: ""; }
  .group:after {
    clear: both; }

/*-----------------------------------------------------------------------------------*/
/*  Resolution media query for devices
/*  http://blog.14islands.com/post/37259603246/sass-resolution-mixin
/*-----------------------------------------------------------------------------------*/
/*===================================================================================*/
/* GRID SETTINGS
/*===================================================================================*/
#container {
  *zoom: 1;
  max-width: 31.5em;
  _width: 31.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: auto;
  margin-right: auto; }
  #container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 37.1875em) {
    #container {
      max-width: 42.5em; } }
  @media (min-width: 46.8125em) {
    #container {
      max-width: 53.5em; } }
  @media (min-width: 56.4375em) {
    #container {
      max-width: 64.5em; } }
  @media (min-width: 70.875em) {
    #container {
      max-width: 81em; } }

/*===================================================================================*/
/* LAYOUTS STYLESHEET
/*===================================================================================*/
/*-----------------------------------------------------------------------------------*/
/*  Base layout (mobile styles)
/*-----------------------------------------------------------------------------------*/
.featured-small .feature {
  width: 47.61905%;
  float: left;
  margin-right: 4.7619%;
  display: inline; }
  .featured-small .feature:nth-of-type(2n) {
    float: right;
    margin-right: 0;
    *margin-left: -1.5em; }

.featured-links ul {
  width: 47.61905%;
  float: left;
  margin-right: 4.7619%;
  display: inline; }
  .featured-links ul:nth-child(2n) {
    float: right;
    margin-right: 0;
    *margin-left: -1.5em; }

/*-----------------------------------------------------------------------------------*/
/*  Break-8
/*-----------------------------------------------------------------------------------*/
@media (min-width: 37.1875em) {
  .featured-large .feature {
    width: 48.23529%;
    float: left;
    margin-right: 3.52941%; }
    .featured-large .feature:nth-of-type(2n) {
      float: right;
      margin-right: 0; }

  .featured-small .feature {
    width: 22.35294%;
    float: left;
    margin-right: 3.52941%; }
    .featured-small .feature:nth-of-type(2n) {
      float: left;
      margin-right: 3.52941%; }
    .featured-small .feature:nth-of-type(4n) {
      float: right;
      margin-right: 0; }

  .featured-links ul {
    width: 22.35294%;
    float: left;
    margin-right: 3.52941%; }
    .featured-links ul:nth-of-type(2n) {
      float: left;
      margin-right: 3.52941%; }
    .featured-links ul:nth-of-type(4n) {
      float: right;
      margin-right: 0; } }
/*-----------------------------------------------------------------------------------*/
/*  Break-10
/*-----------------------------------------------------------------------------------*/
@media (min-width: 46.8125em) {
  .featured-large .feature {
    width: 48.59813%;
    float: left;
    margin-right: 2.80374%; }

  .featured-small {
    *zoom: 1;
    max-width: 74.5em;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto; }
    .featured-small:after {
      content: "";
      display: table;
      clear: both; }
    .featured-small .feature {
      width: 23.48993%;
      float: left;
      margin-right: 2.01342%; }
      .featured-small .feature:nth-of-type(2n) {
        float: left;
        margin-right: 2.01342%; }
      .featured-small .feature:nth-of-type(4n) {
        float: right;
        margin-right: 0; }

  .sidebar {
    width: 48.59813%;
    float: left;
    margin-right: 2.80374%; }
    .sidebar:nth-of-type(2n) {
      float: right;
      margin-right: 0; }

  /* destinations */
  .imagecontainer img {
    width: 17.75701%;
    float: left;
    margin-right: 2.80374%; }
    .imagecontainer img:nth-of-type(5n) {
      float: right;
      margin-right: 0; }

  .listcontainer .listitem {
    width: 17.75701%;
    float: left;
    margin-right: 2.80374%; }
    .listcontainer .listitem:nth-of-type(5n) {
      float: right;
      margin-right: 0; }

  /* adverts - internal & external */
  /* what others say tiny mce block */
  .internalad .thumbnail,
  .externalad .thumbnail,
  .mce-block .thumbnail {
    width: 17.75701%;
    float: left;
    margin-right: 2.80374%; }
  .internalad .copy,
  .externalad .copy,
  .mce-block .copy {
    width: 79.43925%;
    float: right;
    margin-right: 0; }

  /* slideshow */
  .slideshow {
    width: 38.31776%;
    float: right;
    margin-right: 0; }

  /* slideshow when there is only 1 image */
  .roundedbox img.right {
    width: 38.31776%;
    float: right;
    margin-right: 0; }

  .fullpageslideshowthin {
    width: 58.8785%;
    float: left;
    margin-right: 2.80374%; }

  /* forms */
  .formtable th {
    width: 38.31776%;
    float: left;
    margin-right: 2.80374%; }
  .formtable td {
    width: 48.59813%;
    float: left;
    margin-right: 2.80374%; } }
/*-----------------------------------------------------------------------------------*/
/*  Break-12
/*-----------------------------------------------------------------------------------*/
@media (min-width: 56.4375em) {
  #leftcontent {
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%; }

  #rightcontent {
    width: 31.78295%;
    float: right;
    margin-right: 0; }

  .featured-large .feature {
    width: 48.83721%;
    float: left;
    margin-right: 2.32558%; }

  .featured-small {
    *zoom: 1;
    max-width: 64.5em;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto; }
    .featured-small:after {
      content: "";
      display: table;
      clear: both; }
    .featured-small .feature {
      width: 23.25581%;
      float: left;
      margin-right: 2.32558%; }

  .sidebar {
    width: 100%;
    float: left;
    margin-right: 7.31707%; }
    .sidebar:nth-of-type(2n) {
      float: left;
      margin-right: 2.32558%; }

  /* forms */
  .formtable th {
    width: 40.31008%;
    float: left;
    margin-right: 2.32558%; }
  .formtable td {
    width: 40.31008%;
    float: left;
    margin-right: 2.32558%; } }
/*-----------------------------------------------------------------------------------*/
/*  Break-15
/*-----------------------------------------------------------------------------------*/
@media (min-width: 70.875em) {
  a.logo {
    width: 38.88889%;
    float: left;
    margin-right: 1.85185%; }

  #header {
    width: 52.46914%;
    float: right;
    margin-right: 0; }

  #leftcontent {
    width: 72.83951%;
    float: left;
    margin-right: 1.85185%; }

  #rightcontent {
    width: 25.30864%;
    float: right;
    margin-right: 0; }

  .featured-small {
    *zoom: 1;
    max-width: 64.5em;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto; }
    .featured-small:after {
      content: "";
      display: table;
      clear: both; }
    .featured-small .feature {
      width: 23.25581%;
      float: left;
      margin-right: 2.32558%; }
      .featured-small .feature:nth-of-type(3n) {
        float: left;
        margin-right: 2.32558%; }
      .featured-small .feature:nth-of-type(4n) {
        float: right;
        margin-right: 0; }

  .featured-large {
    *zoom: 1;
    max-width: 64.5em;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto; }
    .featured-large:after {
      content: "";
      display: table;
      clear: both; }
    .featured-large .feature {
      width: 48.83721%;
      float: left;
      margin-right: 2.32558%; }

  /* forms */
  .formtable th {
    width: 32.09877%;
    float: left;
    margin-right: 1.85185%; }
  .formtable td {
    width: 32.09877%;
    float: left;
    margin-right: 1.85185%; } }
/*===================================================================================*/
/* BASE (MOBILE) STYLES
/*===================================================================================*/
/*-----------------------------------------------------------------------------------*/
/*  Body
/*-----------------------------------------------------------------------------------*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1c3077;
  background: #c4e9ec url("../images/bg.png") top left repeat-x;
  margin: 0; }

a {
  color: #1d8c92;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

a img {
  border: none; }

/*-----------------------------------------------------------------------------------*/
/*  Common classes
/*-----------------------------------------------------------------------------------*/
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizelegibility;
  margin: 0; }

h1 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 25px;
  line-height: 1.78571rem;
  color: #1c3077;
  margin-bottom: 0.71429rem; }

h2 {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 20px;
  line-height: 1.42857rem;
  color: #1f9ca3;
  margin-bottom: 0.71429rem; }

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.42857rem;
  font-weight: 400;
  color: #c64a00;
  margin-bottom: 1.42857rem; }

h4 {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 25px;
  line-height: 1.78571rem;
  color: #1f9ca3;
  background-color: #f1fafb;
  border-top: 1px solid #c4e9ec;
  margin-bottom: 0.71429rem;
  padding: 0.35714rem; }

h5 {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 20px;
  line-height: 1.42857rem;
  color: #1c3077; }

h6 {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 20px;
  line-height: 1.42857rem;
  color: #1c3077; }

img {
  max-width: 100%;
  height: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

ul {
  list-style: none; }

ol {
  padding-left: 1.42857rem; }

b,
strong {
  font-weight: 700; }

/*-----------------------------------------------------------------------------------*/
/*  Vertical rhythm - rhythm($margin-top, $padding-top, $padding-bottom, $margin-bottom)
/*-----------------------------------------------------------------------------------*/
#container {
  padding: 0 0 1.42857rem; }

#content {
  padding: 1.42857rem;
  margin-bottom: 1.42857rem; }

#leftcontent {
  margin-bottom: 2.14286rem; }

.link-sub-section,
.sidebar {
  margin-bottom: 1.42857rem; }

/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/
#header,
#header #quote {
  display: none; }

a.logo {
  display: block;
  padding: 0.71429rem 1.5em; }

/*-----------------------------------------------------------------------------------*/
/*  Responsive Menu Trigger
/*-----------------------------------------------------------------------------------*/
.menu-button {
  color: #ffffff;
  background-color: #1c3077;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MTQ0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMzA3NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #06144a), color-stop(100%, #1c3077));
  background-image: -moz-linear-gradient(#06144a, #1c3077);
  background-image: -webkit-linear-gradient(#06144a, #1c3077);
  background-image: linear-gradient(#06144a, #1c3077); }
  .menu-button .menu-title {
    display: inline-block;
    color: white;
    padding-left: 1.5em;
    padding-top: 10px;
    font-size: 12px; }
  .menu-button .menu-trigger {
    position: relative;
    float: right;
    padding: 1.07143rem; }
    .menu-button .menu-trigger .icon-bar {
      display: block;
      height: 2px;
      width: 18px;
      margin-top: 2px;
      background-color: #ffffff;
      border-radius: 1px; }
      .menu-button .menu-trigger .icon-bar:first-child {
        margin-top: 0; }
    .menu-button .menu-trigger:hover {
      cursor: pointer; }
  .menu-button .search-button {
    float: right;
    display: block;
    padding: 12px 15px 6px 15px;
    border-left: 1px solid #2b49b5;
    border-right: 1px solid #2b49b5; }
    .menu-button .search-button:hover {
      cursor: pointer; }

/*-----------------------------------------------------------------------------------*/
/*	Main Navigation
/*-----------------------------------------------------------------------------------*/
#mainnav {
  display: none;
  background-color: #22aeb6;
  margin: 0; }
  #mainnav li {
    border-bottom: 1px solid #25BCC6; }
    #mainnav li:last-child {
      border-bottom: none; }
    #mainnav li a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      padding: 0.53571rem 0.35714rem 0.53571rem 1.42857rem; }

/*-----------------------------------------------------------------------------------*/
/*  Sub Nav
/*-----------------------------------------------------------------------------------*/
#subnav {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  Search Wrap (mobile)
/*-----------------------------------------------------------------------------------*/
.search-wrap {
  display: none;
  background-color: #dbf1f3;
  padding: 0.71429rem 1.5em;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 20px;
  line-height: 1.42857rem; }
  .search-wrap form {
    width: 100%;
    margin-bottom: 0; }
    .search-wrap form input.textbox {
      width: 70%;
      color: #333333;
      border: none;
      padding: 0.35714rem;
      background-color: #ffffff; }
    .search-wrap form input.submit {
      width: 25%;
      color: #ffffff;
      background-color: #22aeb6;
      border: none;
      padding: 0.35714rem; }

/* wavenav */
#wavenav {
  height: 0.71429rem;
  background: #ffffff url("../images/wavenav.png") 25% 0 no-repeat; }

/*-----------------------------------------------------------------------------------*/
/*  Breadcrumbs & Search
/*-----------------------------------------------------------------------------------*/
#breadcrumb {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  Main Content styles
/*-----------------------------------------------------------------------------------*/
#content {
  background-color: #ffffff;
  border-bottom: 3px solid #1d8c92;
  *zoom: 1; }
  #content:before, #content:after {
    display: table;
    content: ""; }
  #content:after {
    clear: both; }

img.left {
  margin: 0 1.42857rem 0.71429rem 0; }

img.right {
  margin: 0 0 0.71429rem 0; }

p.star {
  padding-left: 1.42857rem;
  margin-bottom: 0.71429rem;
  background: no-repeat -1px 3px; }
  @media (-webkit-max-device-pixel-ratio: 1.49), (max--moz-device-pixel-ratio: 1.49), (-o-max-device-pixel-ratio: 2.98 / 2), (max-device-pixel-ratio: 1.49), (max-resolution: 143.04dpi), (max-resolution: 1.49dppx) {
    p.star {
      background-image: url("../images/star@1x.png"); } }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    p.star {
      background-image: url("../images/star@2x.png");
      background-size: 17px 17px; } }
  p.star a {
    color: #1c3077;
    text-decoration: none; }
    p.star a:hover {
      text-decoration: underline; }

.swish {
  display: none; }

/* home page */
.featured-large,
.featured-small,
.featured-links {
  *zoom: 1;
  margin-bottom: 1.78571rem; }
  .featured-large:before, .featured-large:after,
  .featured-small:before,
  .featured-small:after,
  .featured-links:before,
  .featured-links:after {
    display: table;
    content: ""; }
  .featured-large:after,
  .featured-small:after,
  .featured-links:after {
    clear: both; }
  .featured-large a,
  .featured-small a,
  .featured-links a {
    color: #1c3077;
    text-decoration: none; }
    .featured-large a:hover,
    .featured-small a:hover,
    .featured-links a:hover {
      text-decoration: underline; }

.featured-large,
.featured-small {
  border-bottom: 1px solid #dbf1f3; }

.featured-large .feature:nth-child(2n+1) {
  clear: both; }
.featured-large .feature h2 + a {
  margin-bottom: 0.35714rem; }

.feature h2 + a {
  display: block;
  margin-bottom: 1.42857rem; }

.featured-links li.title {
  padding-top: 1.42857rem; }
  .featured-links li.title h2 {
    color: #1c3077; }

.featured-large .feature {
  position: relative;
  margin-bottom: 1.42857rem;
  background-color: #123660;
  border-radius: 5px; }
  .featured-large .feature h2 {
    margin-bottom: 0;
    padding: 0.71429rem 1.07143rem; }
    .featured-large .feature h2 a {
      color: #ffffff; }
  .featured-large .feature h2 + a {
    line-height: 0;
    margin-bottom: 0; }
  .featured-large .feature img {
    border-radius: 0; }
  .featured-large .feature p:last-child {
    padding: 0.35714rem 1.07143rem 0.71429rem;
    margin-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .featured-large .feature p:last-child a {
      color: #ffffff; }

/* destinations */
.imagecontainer {
  display: none; }

.worldmap {
  background: url("../images/world.png") 50% 0 no-repeat;
  background-size: 100% auto; }

.listitem ul li {
  padding-bottom: 0.35714rem; }

/* dates page */
ul.tabs {
  float: left;
  width: 100%;
  margin-bottom: 0; }
  ul.tabs li {
    display: block;
    float: left;
    background-color: #000042;
    border-radius: 5px;
    padding: 0.35714rem 0.71429rem;
    margin: 0 0.35714rem 0.35714rem 0; }
    ul.tabs li a {
      color: #ffffff;
      text-decoration: none; }
      ul.tabs li a:hover {
        text-decoration: underline; }
  ul.tabs li.active {
    background-color: #22aeb6; }

.events {
  clear: left; }

p.disclaimer {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 15px;
  line-height: 1.07143rem;
  color: #666666;
  padding-left: 1.07143rem;
  margin-bottom: 0;
  background: url("../images/external.png") 0 2px no-repeat; }

/* adverts - internal & external */
.internalad,
.externalad {
  padding: 1.42857rem 0;
  border-bottom: 2px solid #dbf1f3;
  *zoom: 1; }
  .internalad:before, .internalad:after,
  .externalad:before,
  .externalad:after {
    display: table;
    content: ""; }
  .internalad:after,
  .externalad:after {
    clear: both; }
  .internalad:last-of-type,
  .externalad:last-of-type {
    margin-bottom: 1.42857rem; }
  .internalad .thumbnail,
  .externalad .thumbnail {
    margin-bottom: 0.71429rem; }

/* tinymce block - what others say / offers / press */
.mce-block {
  padding: 1.42857rem 0;
  border-bottom: 2px solid #dbf1f3;
  *zoom: 1; }
  .mce-block:before, .mce-block:after {
    display: table;
    content: ""; }
  .mce-block:after {
    clear: both; }
  .mce-block:last-of-type {
    margin-bottom: 1.42857rem; }
  .mce-block h2 {
    margin-bottom: 0.35714rem; }
  .mce-block .thumbnail {
    margin-bottom: 0.71429rem;
    max-width: 150px; }
  .mce-block p.review-meta {
    margin-bottom: 0.71429rem;
    font-weight: 700; }
  .mce-block blockquote {
    margin-bottom: 0; }
  .mce-block + h5 {
    padding-top: 20px; }

.full-page-ad-block .holiday-ad-meta-anchor-links li {
  display: inline-block; }
  .full-page-ad-block .holiday-ad-meta-anchor-links li:after {
    content: " / "; }
  .full-page-ad-block .holiday-ad-meta-anchor-links li:last-child:after {
    content: ""; }

/* slideshow */
.roundedbox {
  margin-bottom: 1.42857rem; }

.slideshowlinks {
  *zoom: 1;
  margin: 0.35714rem 0; }
  .slideshowlinks:before, .slideshowlinks:after {
    display: table;
    content: ""; }
  .slideshowlinks:after {
    clear: both; }
  .slideshowlinks a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #1f9ca3;
    margin: 0 3px 0.35714rem 0;
    text-decoration: none;
    text-align: center; }

.fullpageslideshowthin table {
  border-collapse: separate;
  border-spacing: 0 8px; }
  .fullpageslideshowthin table td {
    vertical-align: top; }
  .fullpageslideshowthin table th {
    vertical-align: top;
    text-align: left;
    border-spacing: 0 5px 0 0;
    padding-right: 5px; }
  .fullpageslideshowthin table a {
    color: #1c3077;
    text-decoration: none; }
.fullpageslideshowthin .sidebutton {
  margin: 0.71429rem 0 0; }

/* buttons */
.button,
.sidebutton,
.submitbutton {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  outline: none;
  cursor: pointer;
  color: #1c3077;
  background-color: #dbf1f3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZmFmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVhYzJjOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1fafb), color-stop(100%, #5ac2c8));
  background-image: -moz-linear-gradient(#f1fafb, #5ac2c8);
  background-image: -webkit-linear-gradient(#f1fafb, #5ac2c8);
  background-image: linear-gradient(#f1fafb, #5ac2c8);
  background-size: cover;
  padding: 0.35714rem 1.42857rem;
  margin-bottom: 0.71429rem;
  border: 1px solid #6ecacf;
  border-radius: 25px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none; }
  .button:hover,
  .sidebutton:hover,
  .submitbutton:hover {
    background-color: #b5e5ea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1ZTVlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNjYWRiMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b5e5ea), color-stop(100%, #3cadb3));
    background-image: -moz-linear-gradient(#b5e5ea, #3cadb3);
    background-image: -webkit-linear-gradient(#b5e5ea, #3cadb3);
    background-image: linear-gradient(#b5e5ea, #3cadb3);
    background-size: cover; }
  .button:active,
  .sidebutton:active,
  .submitbutton:active {
    position: relative;
    top: 1px;
    background-color: #dbf1f3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhYzJjOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZmFmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ac2c8), color-stop(100%, #f1fafb));
    background-image: -moz-linear-gradient(#5ac2c8, #f1fafb);
    background-image: -webkit-linear-gradient(#5ac2c8, #f1fafb);
    background-image: linear-gradient(#5ac2c8, #f1fafb);
    background-size: cover; }

.sidebutton-wrap {
  display: block;
  text-align: center;
  margin-bottom: 2.14286rem; }
  .sidebutton-wrap a.button {
    display: block;
    max-width: 280px; }
  .sidebutton-wrap .button.book {
    margin-top: 1.07143rem; }

/* contact page */
.phone,
.email,
.post,
.skype,
.german,
.french {
  padding: 0 0 0 1.78571rem;
  margin-bottom: 0.71429rem; }

p.phone {
  background: url("../images/icon_phone.png") 0 0 no-repeat; }

p.email {
  background: url("../images/icon_newsletter.png") 0 0 no-repeat; }

p.post {
  background: url("../images/icon_home.png") 0 0 no-repeat; }

p.skype {
  background: url("../images/icon_skype.png") 0 0 no-repeat; }

p.german {
  background: url("../images/flag_de.png") 0 3px no-repeat; }

p.french {
  background: url("../images/flag_fr.png") 0 3px no-repeat;
  margin-bottom: 1.42857rem; }

/*-----------------------------------------------------------------------------------*/
/*  Sidebar
/*-----------------------------------------------------------------------------------*/
.sidebar {
  background-color: #f2fbfc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .sidebar h2 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.42857rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #22aeb6;
    padding: 0.71429rem 0.71429rem 0;
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .sidebar h2 img {
      float: right; }
  .sidebar .wave {
    display: block;
    height: 10px;
    width: 100%;
    background-image: url("../images/wavesidebar.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .sidebar .content {
    padding: 0.71429rem 0.71429rem; }
    .sidebar .content p:last-child {
      margin-bottom: 0; }
    .sidebar .content ul {
      list-style-type: disc;
      margin-left: 1.42857rem;
      margin-bottom: 0; }
      .sidebar .content ul li {
        padding-bottom: 0.35714rem; }
        .sidebar .content ul li a {
          font-weight: 700; }
    .sidebar .content > a {
      font-weight: 700; }

span.icon {
  position: relative;
  top: 4px;
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 0.71429rem; }

span.newsletter {
  background: url("../images/icon-newsletter.png") no-repeat 0 0; }

span.blog {
  background: url("../images/icon-blog.png") no-repeat 0 0; }

/* social icons */
.menu-social-sidebar-menu-container ul {
  margin: 0 0 18px 0 !important;
  *zoom: 1; }
  .menu-social-sidebar-menu-container ul:before, .menu-social-sidebar-menu-container ul:after {
    display: table;
    content: ""; }
  .menu-social-sidebar-menu-container ul:after {
    clear: both; }
  .menu-social-sidebar-menu-container ul li {
    display: block;
    float: left; }
    .menu-social-sidebar-menu-container ul li a {
      display: block;
      width: 32px;
      height: 32px;
      margin-right: 0.71429rem;
      text-indent: -9999px; }
  .menu-social-sidebar-menu-container ul .menu-item-1163 a {
    background: url("../images/sprite.png") no-repeat scroll -10px -197px transparent; }
  .menu-social-sidebar-menu-container ul .menu-item-1162 a {
    background: url("../images/sprite.png") no-repeat scroll -10px -145px transparent; }
  .menu-social-sidebar-menu-container ul .menu-item-1166 a {
    background: url("../images/sprite.png") no-repeat scroll -11px -249px transparent; }
  .menu-social-sidebar-menu-container ul .menu-item-1164 a {
    background: url("../images/sprite.png") no-repeat scroll -11px -301px transparent; }
  .menu-social-sidebar-menu-container ul .menu-item-1165 a {
    background: url("../images/sprite.png") no-repeat scroll -11px -353px transparent; }

.sideicons {
  padding-top: 0.71429rem;
  border: 1px solid #dbf1f3;
  border-left: 0;
  border-right: 0; }
  .sideicons p {
    margin-bottom: 0.71429rem; }
  .sideicons a > img {
    position: relative;
    top: 4px; }

/*-----------------------------------------------------------------------------------*/
/* Form Styles
/*-----------------------------------------------------------------------------------*/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input.textbox {
  height: 24px;
  color: #1c3077;
  background-color: #ffffff;
  border: 1px solid #c4e9ec;
  width: 97%; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  input.textbox:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input.calendar {
  width: 86%; }

.textareasmall {
  height: 48px; }

#fullcontent form h2 {
  color: #ffffff;
  background-color: #1c3077;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MTQ0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMzA3NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #06144a), color-stop(100%, #1c3077));
  background-image: -moz-linear-gradient(#06144a, #1c3077);
  background-image: -webkit-linear-gradient(#06144a, #1c3077);
  background-image: linear-gradient(#06144a, #1c3077);
  padding: 0.35714rem 0.71429rem;
  border-radius: 5px; }

.formtable {
  width: 100%;
  position: relative;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 20px;
  line-height: 1.42857rem; }
  .formtable th, .formtable td {
    display: block;
    padding: 0.35714rem; }
  .formtable th {
    text-align: left; }
  .formtable td {
    background-color: #dbf1f3; }
    .formtable td a {
      display: block;
      float: right;
      margin-left: 0.35714rem; }
      .formtable td a img {
        position: relative;
        top: 1px; }
  .formtable tr.submit td {
    padding-top: 0.71429rem;
    background-color: #ffffff; }
  .formtable tr.spacer td {
    padding-bottom: 0.71429rem;
    background-color: #ffffff; }

.error {
  color: #d9534f;
  background-color: #fdf7f7;
  padding: 0.71429rem; }

.row-tall td {
  padding-top: 30px;
  padding-bottom: 30px; }
  .row-tall td a {
    float: left; }

.input--highlight {
  outline: 1px solid #000042;
  outline-offset: 2px; }

/*-----------------------------------------------------------------------------------*/
/*  Pagination
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/
#footer {
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 20px;
  line-height: 1.42857rem; }
  #footer .colophon-links {
    margin-bottom: 0.71429rem; }
    #footer .colophon-links a {
      display: block; }
  #footer .copyright {
    margin-bottom: 0; }

/*-----------------------------------------------------------------------------------*/
/*  Page Template: 404
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  EU cookie alert
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  TinyMCE Admin
/*-----------------------------------------------------------------------------------*/
body#tinymce,
.mceTmpl {
  background: #ffffff; }

@media (min-width: 37.1875em) {
  #leftcontent,
  #rightcontent {
    *zoom: 1; }
    #leftcontent:before, #leftcontent:after,
    #rightcontent:before,
    #rightcontent:after {
      display: table;
      content: ""; }
    #leftcontent:after,
    #rightcontent:after {
      clear: both; }

  /* Main Navigation */
  #nav {
    border-bottom: none; }

  /* main content */
  .featured-large {
    padding-bottom: 0.71429rem; }

  .featured-links {
    margin-bottom: 0; } }
@media (min-width: 46.8125em) {
  h3 {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 20px;
    line-height: 1.42857rem; }

  /* vertical rhythm */
  #header,
  #nav,
  #content,
  #footer {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 20px;
    line-height: 1.42857rem; }

  #container {
    padding: 0.71429rem 1.5em 1.42857rem; }

  /* Header Above */
  .cta {
    display: none; }

  /* Header */
  #header {
    display: inherit;
    float: right;
    text-align: right;
    padding: 0;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 20px;
    line-height: 1.42857rem; }
    #header em {
      display: inherit; }

  a.logo {
    padding-left: 0;
    padding-right: 0; }

  /* Mobile Menu */
  .menu-button {
    display: none; }

  /* Main Navigation */
  #nav {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 20px;
    line-height: 1.42857rem;
    *zoom: 1; }
    #nav:before, #nav:after {
      display: table;
      content: ""; }
    #nav:after {
      clear: both; }

  #mainnav {
    display: inherit;
    float: left;
    width: 100%;
    background-color: #1c3077;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MTQ0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMzA3NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #06144a), color-stop(100%, #1c3077));
    background-image: -moz-linear-gradient(#06144a, #1c3077);
    background-image: -webkit-linear-gradient(#06144a, #1c3077);
    background-image: linear-gradient(#06144a, #1c3077);
    padding: 0.53571rem 0.71429rem 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    #mainnav li {
      float: left;
      display: inline-block;
      border: 0; }
      #mainnav li a {
        padding: 0.35714rem 0.71429rem 0.71429rem; }
        #mainnav li a:hover {
          text-decoration: underline; }
    #mainnav li.active {
      background-color: #22aeb6;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }

  /* Sub Nav */
  #subnav {
    display: inherit;
    float: left;
    width: 100%;
    padding: 0.71429rem 0 0.35714rem;
    margin: 0;
    background-color: #22aeb6; }
    #subnav li {
      float: left;
      display: inline-block;
      border-right: 1px solid #ffffff; }
      #subnav li:last-child {
        border-right: none; }
      #subnav li a {
        color: #ffffff;
        padding: 0 0.71429rem;
        text-decoration: none; }
        #subnav li a:hover {
          text-decoration: underline; }

  /* wavenav */
  #wavenav {
    clear: both;
    background: #dbf1f3 url("../images/wavenav.png") 0 0 no-repeat; }

  /* Breadcrumbs */
  #breadcrumb {
    display: inherit;
    height: auto;
    color: #888888;
    background-color: #dbf1f3;
    padding: 0.71429rem;
    font-size: 11px;
    font-size: 0.78571rem;
    line-height: 15px;
    line-height: 1.07143rem;
    *zoom: 1; }
    #breadcrumb:before, #breadcrumb:after {
      display: table;
      content: ""; }
    #breadcrumb:after {
      clear: both; }
    #breadcrumb form,
    #breadcrumb .breadcrumbs {
      display: inherit; }
    #breadcrumb form {
      float: right;
      margin-bottom: 0; }
      #breadcrumb form input.textbox {
        width: 160px;
        color: #333333;
        border: none;
        padding: 0.35714rem;
        background-color: #ffffff; }
      #breadcrumb form input.submit {
        width: 80px;
        color: #ffffff;
        font-weight: bold;
        background-color: #22aeb6;
        border: none;
        padding: 0.35714rem; }

  /* main content */
  img.right {
    margin: 0 0 0.71429rem 1.42857rem; }

  h2.star {
    padding-left: 2.14286rem;
    background: no-repeat -2px -2px; } }
  @media (min-width: 46.8125em) and (-webkit-max-device-pixel-ratio: 1.49), (min-width: 46.8125em) and (max--moz-device-pixel-ratio: 1.49), (min-width: 46.8125em) and (-o-max-device-pixel-ratio: 2.98 / 2), (min-width: 46.8125em) and (max-device-pixel-ratio: 1.49), (min-width: 46.8125em) and (max-resolution: 143.04dpi), (min-width: 46.8125em) and (max-resolution: 1.49dppx) {
    h2.star {
      background-image: url("../images/star_24x24@1x.png"); } }
  @media (min-width: 46.8125em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 46.8125em) and (min--moz-device-pixel-ratio: 1.5), (min-width: 46.8125em) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 46.8125em) and (min-device-pixel-ratio: 1.5), (min-width: 46.8125em) and (min-resolution: 144dpi), (min-width: 46.8125em) and (min-resolution: 1.5dppx) {
    h2.star {
      background-image: url("../images/star_24x24@2x.png");
      background-size: 24px 24px; } }

@media (min-width: 46.8125em) {
  .sideicons {
    clear: left; }

  /* destinations */
  .imagecontainer {
    display: inherit;
    margin-bottom: 1.42857rem;
    *zoom: 1; }
    .imagecontainer:before, .imagecontainer:after {
      display: table;
      content: ""; }
    .imagecontainer:after {
      clear: both; }

  .listcontainer {
    *zoom: 1; }
    .listcontainer:before, .listcontainer:after {
      display: table;
      content: ""; }
    .listcontainer:after {
      clear: both; }

  .worldmap {
    background: url("../images/world.png") 50% 100% no-repeat; }

  /* adverts - internal & external */
  .internalad .copy,
  .externalad .copy {
    margin-bottom: 0; }

  /* slideshow */
  .roundedbox {
    padding: 0.71429rem;
    border: 4px solid #dbf1f3;
    border-radius: 5px;
    *zoom: 1; }
    .roundedbox:before, .roundedbox:after {
      display: table;
      content: ""; }
    .roundedbox:after {
      clear: both; }

  .fullpageslideshowthin table {
    margin-bottom: 0; }

  /* buttons */
  .sidebutton-wrap {
    float: left;
    width: 100%; }

  /* tinymce block - what others say / offers / press */
  .mce-block .thumbnail {
    margin-bottom: 0; }

  /* sidebar */
  .sidebar:nth-of-type(2n+1) {
    clear: both; }

  .fullpageslideshowthin .sidebutton a {
    width: 80%; }

  /* forms */
  input.calendar {
    width: 89%; }

  .formtable th {
    text-align: right; }
  .formtable tr.submit td {
    padding-top: 0.71429rem; }
  .formtable tr.spacer {
    display: none; }

  /* footer */
  #footer {
    padding-left: 0;
    padding-right: 0; }
    #footer .colophon-links {
      *zoom: 1; }
      #footer .colophon-links:before, #footer .colophon-links:after {
        display: table;
        content: ""; }
      #footer .colophon-links:after {
        clear: both; }
      #footer .colophon-links a {
        float: left;
        padding-left: 0.35714rem;
        padding-right: 0.35714rem;
        border-right: 1px solid #1d8c92; }
        #footer .colophon-links a:first-child {
          padding-left: 0; }
        #footer .colophon-links a:last-child {
          padding-right: 0;
          border-right: 0; }
    #footer .copyright {
      clear: left; } }
@media (min-width: 56.4375em) {
  /* Vertical Rhythm */
  #leftcontent {
    margin-bottom: 1.42857rem; }

  /* Sub Nav */
  #subnav {
    display: inherit;
    float: left;
    width: 100%;
    padding: 0.71429rem 0 0.35714rem;
    margin: 0;
    background-color: #22aeb6; }
    #subnav li {
      float: left;
      display: inline-block;
      border-right: 1px solid #ffffff; }
      #subnav li:last-child {
        border-right: none; }
      #subnav li a {
        color: #ffffff;
        padding: 0 0.71429rem;
        text-decoration: none; }
        #subnav li a:hover {
          text-decoration: underline; }

  /* Breadcrumbs */
  #breadcrumb {
    padding-right: 20px; }
    #breadcrumb form input.textbox {
      width: 177px; }

  /* main content */
  .swish {
    display: block;
    height: 30px;
    background: url("../images/swish.jpg") 50% 50% no-repeat; }

  /* buttons */
  .sidebutton-wrap {
    margin-bottom: 0.71429rem; }

  /* forms */
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input.textbox {
    width: 94%; }

  input.calendar {
    width: 89%; }

  /* footer */
  #footer .colophon-links {
    float: right; }
  #footer .copyright {
    float: left; } }
@media (min-width: 70.875em) {
  /* Header */
  #header #quote {
    display: inherit;
    padding-top: 2.85714rem; }

  /* featured-small */
  .featured-small .feature:nth-child(3n+1) {
    clear: none; }
  .featured-small .feature:nth-child(4n+1) {
    clear: left; }

  /* Breadcrumbs */
  #breadcrumb form input.textbox {
    width: 182px; }

  /* main content */
  /* slideshow */
  .slideshowlinks {
    *zoom: 1;
    margin: 0.35714rem 0 0;
    text-align: center; }
    .slideshowlinks:before, .slideshowlinks:after {
      display: table;
      content: ""; }
    .slideshowlinks:after {
      clear: both; }
    .slideshowlinks a {
      display: inline-block;
      float: none; }

  /* dates page */
  ul.tabs {
    padding-left: 0.35714rem; }
    ul.tabs li {
      border-radius: 5px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      padding: 0.35714rem 0.71429rem;
      margin: 0 0.35714rem 0 0; }

  .events {
    border-top: 3px solid #22aeb6; }

  /* Forms */
  input.calendar {
    width: 89%; } }

/*# sourceMappingURL=screen.css.map */
