/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 

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

h2 {
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}*/
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: none;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 

p,
pre {
    margin: 1em 0;
}*/
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

@font-face {
  font-family: "MavenProRegular";
  src: url("regular/maven_pro_regular-webfont.eot");
  src: url("regular/maven_pro_regular-webfont.eot?#iefix") format("embedded-opentype"), url("regular/maven_pro_regular-webfont.woff") format("woff"), url("regular/maven_pro_regular-webfont.ttf") format("truetype"), url("regular/maven_pro_regular-webfont.svg#MavenProRegular") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MavenProMedium";
  src: url("medium/maven_pro_medium-webfont.eot");
  src: url("medium/maven_pro_medium-webfont.eot?#iefix") format("embedded-opentype"), url("medium/maven_pro_medium-webfont.woff") format("woff"), url("medium/maven_pro_medium-webfont.ttf") format("truetype"), url("medium/maven_pro_medium-webfont.svg#MavenProMedium") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MavenProBold";
  src: url("bold/maven_pro_bold-webfont.eot");
  src: url("bold/maven_pro_bold-webfont.eot?#iefix") format("embedded-opentype"), url("bold/maven_pro_bold-webfont.woff") format("woff"), url("bold/maven_pro_bold-webfont.ttf") format("truetype"), url("bold/maven_pro_bold-webfont.svg#MavenProBold") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MavenProBlack";
  src: url("black/maven_pro_black-webfont.eot");
  src: url("black/maven_pro_black-webfont.eot?#iefix") format("embedded-opentype"), url("black/maven_pro_black-webfont.woff") format("woff"), url("black/maven_pro_black-webfont.ttf") format("truetype"), url("black/maven_pro_black-webfont.svg#MavenProBlack") format("svg");
  font-style: normal;
  font-weight: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*===================================================================
ESSENTIALS
=================================================================== */
img,
video,
iframe,
object,
embed {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
}

a img {
  border: none;
}

.footer .copyright,
.clear {
  float: none;
  clear: both;
}

/*hide but allow screenreaders to see*/
/*===================================================================
TYPOGRAPHY / COLOUR
=================================================================== */
body {
  font-family: "MavenProRegular", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #333333;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 60em) {
  body {
    background: white url("../images/bg.png") repeat;
    padding: 16px;
    padding: 1rem;
  }
}

a {
  color: #d80003;
  text-decoration: none;
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out;
}
a:hover {
  color: #720002;
  text-decoration: underline;
}

button,
input,
select,
textarea {
  font-family: "MavenProRegular", arial, helvetica, sans-serif;
}

h1 {
  position: relative;
  display: inline-block;
  font-family: "MavenProBold", arial, helvetica, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  color: white;
  background: #d80003;
  margin: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 10 25 10 16px;
  padding: 0.625rem 1.5625rem 0.625rem 1rem;
  -webkit-border-radius: 0 25px 0 0;
  -moz-border-radius: 0 25px 0 0;
  border-radius: 0 25px 0 0;
}

h2 {
  font-family: "MavenProMedium", arial, helvetica, sans-serif;
  color: #04428d;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin: 0;
}

h3, h4, h5, h6 {
  font-family: "MavenProRegular", arial, helvetica, sans-serif;
  color: #d80003;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin: 0;
}

h4, h5, h6 {
  color: #333333;
}

p {
  margin-top: 0;
}

/*===================================================================
WRAPPERS
=================================================================== */
/*entire page wrapper*/
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  text-align: left;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 60em) {
  .container {
    border: 3px solid white;
  }
}

/*===================================================================
HEADER
=================================================================== */
.masthead {
  text-align: center;
  zoom: 1;
}
.masthead:before, .masthead:after {
  content: "";
  display: table;
}
.masthead:after {
  clear: both;
}
.masthead img#logo {
  margin: 12 23 16 22px;
  margin: 0.75rem 1.4375rem 1rem 1.375rem;
}
@media screen and (min-width: 36em) {
  .masthead img#logo {
    width: 18.22917%;
    float: left;
    margin-right: 5.26316%;
    margin: .75em 2.395833333333333% .2em 2.291666666666667%;
  }
}
.masthead .carousel {
  display: none;
}
@media screen and (min-width: 36em) {
  .masthead .carousel {
    display: block;
    width: 77.08333%;
    float: right;
    margin-right: 0;
  }
}

/*===================================================================
MAINNAV
===================================================================*/
.mainnav {
  font-family: "MavenProBold", arial, helvetica, sans-serif;
  background: #04428d url(../images/bg_nav.gif);
  border-top: 3px solid white;
}
.mainnav ul {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.mainnav ul li {
  position: relative;
}
.mainnav ul li img.seagull {
  position: absolute;
  left: 0;
  bottom: 0;
}
.mainnav ul li a {
  display: block;
  color: white;
  padding: 8 16px;
  padding: 0.5rem 1rem;
}
.mainnav ul li a:hover {
  color: #e6e6e6;
  text-decoration: none;
  background: #021d3f;
}
.mainnav ul li a.indent {
  padding-left: 105px;
  padding-left: 6.5625rem;
}

.animenu > ul:after {
  content: "";
  display: table;
  clear: both;
}

body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }

  to {
    padding: 0;
  }
}
.animenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animenu ul {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.animenu li {
  position: relative;
}
.animenu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.animenu label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.animenu > ul > li {
  float: left;
  border-right: 3px solid white;
}
.animenu > ul > li > a {
  float: left;
}
.animenu > ul a {
  text-decoration: none;
}
.animenu > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 2em 0 0 0;
  background: #04428d;
  transition: margin .15s ease-in-out, opacity .15s ease-in-out;
}
.animenu > ul ul li {
  display: block;
}
.animenu > ul ul li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.animenu > ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 4em;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: inherit;
}
.animenu > ul ul li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.animenu > ul ul a {
  width: 175px;
  display: block;
  border-bottom: 1px solid white;
}

@media screen and (max-width: 480px) {
  .animenu > ul, .animenu > ul ul {
    visibility: visible;
    opacity: 1;
    display: none;
  }

  .animenu {
    color: white;
  }
  .animenu input[type=checkbox]:checked ~ label,
  .animenu input[type=checkbox] ~ label:hover {
    color: white;
  }
  .animenu label {
    border-bottom: 1px solid white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    position: relative;
    display: block;
    padding: 8 32px;
    padding: 0.5rem 2rem;
  }
  .animenu label:before {
    position: absolute;
    left: 16px;
    left: 1rem;
    top: 8px;
    top: 0.5rem;
    content: "\2261";
  }
  .animenu > ul {
    position: relative;
  }
  .animenu > ul:after {
    content: '';
    position: absolute;
    left: 2em;
    top: -12px;
    border: 6px solid transparent;
    border-bottom-color: inherit;
  }
  .animenu > ul li {
    display: block;
  }
  .animenu > ul > li {
    float: none;
    border: 0;
  }
  .animenu > ul > li > a {
    float: none;
    display: block;
    border-bottom: 1px solid white;
  }
  .animenu > ul ul {
    position: static;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin: 0;
    transition: none;
  }
  .animenu > ul ul li:first-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
  .animenu > ul ul li:first-child > a:after {
    content: none;
  }
  .animenu > ul ul li:last-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
  .animenu > ul ul a {
    display: block;
    width: auto;
  }
  .animenu input[type=checkbox]:checked ~ ul {
    display: block;
  }
  .animenu input[type=checkbox]:checked ~ ul ul {
    display: block;
  }
}
/*===================================================================
CONTENT
=================================================================== */
.main-content {
  background: url("../images/bg_bunting.png") top center repeat-x;
  padding: 105 16 20 16px;
  padding: 6.5625rem 1rem 1.25rem 1rem;
  zoom: 1;
}
.main-content:before, .main-content:after {
  content: "";
  display: table;
}
.main-content:after {
  clear: both;
}

.content {
  zoom: 1;
}
.content:before, .content:after {
  content: "";
  display: table;
}
.content:after {
  clear: both;
}
@media screen and (min-width: 42em) {
  .content {
    width: 73.68421%;
    float: left;
    margin-right: 5.26316%;
    min-height: 250px;
    min-height: 15.625rem;
  }
}
.content ul {
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.content ul li {
  list-style-type: none;
  background: url("../images/bg_icon_anchor.png") 0 4px no-repeat;
  padding-left: 23px;
  padding-left: 1.4375rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
.content ul.ring li {
  background: url("../images/bg_lifering.png") 0 4px no-repeat;
}
.content h1 {
  margin-left: -7.14286%;
  margin-left: -19px;
  margin-left: -1.1875rem;
}
.content img.flt-right {
  clear: both;
  margin: 16 0px;
  margin: 1rem 0;
}
@media screen and (min-width: 30em) {
  .content img.flt-right {
    float: right;
    clear: both;
    margin: 0 0 16 16px;
    margin: 0 0 1rem 1rem;
  }
}
.content .left-col ul,
.content .right-col ul {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 0;
}
.content ul.split li {
  float: left;
  width: 50%;
  padding-right: 10px;
  padding-right: 0.625rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 50em) {
  .content .left-col {
    width: 47.36842%;
    float: left;
    margin-right: 5.26316%;
  }
  .content .right-col {
    width: 47.36842%;
    float: left;
    margin-right: 5.26316%;
    float: right;
    margin-right: 0;
  }
}

.subnav {
  zoom: 1;
}
.subnav:before, .subnav:after {
  content: "";
  display: table;
}
.subnav:after {
  clear: both;
}
@media screen and (min-width: 42em) {
  .subnav {
    width: 21.05263%;
    float: right;
    margin-right: 0;
  }
}
.subnav ul {
  list-style-type: none;
  background: #8ab6e1;
  margin: 0;
  padding: 10px;
  padding: 0.625rem;
  -webkit-border-radius: 0 25px;
  -moz-border-radius: 0 25px;
  border-radius: 0 25px;
}
.subnav ul a {
  display: block;
  color: #04428d;
  background: url("../images/bg_wheel.png") 6px 10px no-repeat;
  padding: 8 8 8 35px;
  padding: 0.5rem 0.5rem 0.5rem 2.1875rem;
  -webkit-border-radius: 0 5px;
  -moz-border-radius: 0 5px;
  border-radius: 0 5px;
}
.subnav ul a:hover {
  color: #021f43;
  background: #619dd7 url("../images/bg_wheel.png") 6px 10px no-repeat;
  text-decoration: none;
}

table.tariff {
  width: 100%;
  border: none;
  border: 1px solid #e0b61f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
table.tariff thead th {
  text-align: left;
  vertical-align: middle;
  background-color: #e0b61f;
  padding: 5px;
  padding: 0.3125rem;
}
table.tariff tbody tr th,
table.tariff tbody tr td {
  text-align: left;
  vertical-align: top;
  padding: 5px;
  padding: 0.3125rem;
}
table.tariff tbody tr:nth-child(even) {
  background-color: #ecd379;
}
table.tariff tbody tr:nth-child(odd) {
  background-color: #f9f0d2;
}
table.tariff tbody tr:hover {
  background: #caa41c;
  font-weight: bold;
}
table.tariff tbody tr {
  border-bottom: 1px solid #e0b61f;
}
table.tariff tbody tr:last-child {
  border-bottom: none;
}

#gallery {
  border: 3px solid #04428D;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/*===================================================================
FOOTER
=================================================================== */
.footer {
  position: relative;
  color: white;
  background: #04428d url("../images/bg_footer.png") no-repeat;
  padding: 170 16 16px;
  padding: 10.625rem 1rem 1rem;
  zoom: 1;
}
.footer:before, .footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
.footer .one,
.footer .two {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  list-style-type: none;
  background: url("../images/bg_icon_anchor.png") 0 4px no-repeat;
}
.footer ul.ring li {
  background: url("../images/bg_lifering.png") 0 4px no-repeat;
  padding-left: 23px;
  padding-left: 1.4375rem;
}
.footer a {
  color: white;
}
.footer a:hover {
  color: #b3b3b3;
}
.footer .starfish {
  display: none;
}
@media screen and (min-width: 31.25em) {
  .footer .starfish {
    display: block;
    position: absolute;
    top: 8%;
    right: 54.6875%;
  }
}
.footer .crab {
  position: absolute;
  top: 8%;
  right: 20.52083333333333%;
}
.footer .lighthouse {
  display: none;
}
@media screen and (min-width: 42em) {
  .footer .lighthouse {
    display: block;
    position: absolute;
    top: -62%;
    right: 1.875%;
  }
}
.footer .copyright {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 36em) {
  .footer .one,
  .footer .two {
    width: 47.36842%;
    float: left;
    margin-right: 5.26316%;
    padding: 0 16 32 0px;
    padding: 0 1rem 2rem 0;
  }
  .footer .two {
    float: right;
    margin-right: 0;
  }
}
