/*! normalize.css v3.0.2 | 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 default margin.
 */
body {
  margin: 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,
menu,
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-color: 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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/* Resets */
/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

textarea:focus {
  outline: 0;
}

select:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/* Base */
html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

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

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

.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
}

.fixed {
  position: fixed;
}

.wrap {
  display: block;
  max-width: 81.25em;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}

.wrap-fullwidth {
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}

/* Colour Palette */
/* Components */
body {
  font-family: "Open Sans", Helvetica, arial, "sans-serif";
  color: #404040;
}

.main {
  font-size: 1em;
  line-height: 1.5em;
}

@media (max-width: 75em) {
  .main {
    font-size: 1em;
  }
}

@media (max-width: 50em) {
  .main {
    font-size: 0.9em;
  }
}

a {
  font-weight: 600;
  color: #054f72;
}

a:hover {
  cursor: pointer;
}

a:link, a:visited {
  color: #054f72;
}

a:active, a:hover {
  color: #007eb9;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
}

h1 {
  font-size: 1.75em;
  margin: 1.2em 0 0.7em 0;
}

h2 {
  font-size: 1.25em;
  margin: 0.625em 0;
}

h3 {
  font-size: 1.125em;
  margin: 0 0 1.313em 0;
}

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

h5 {
  font-size: 1em;
  margin: 1.313em 0;
  font-weight: 600;
}

h6 {
  font-size: 1em;
  margin: 0.75em 0;
  font-weight: 400;
}

ul > li {
  padding: 0.5em 0;
}

ul.list-style-none {
  list-style: none;
}

p {
  margin: 1em 0;
  padding: 0;
}

/* Modules */
.header {
  margin-top: 0.25em;
  position: relative;
  overflow: visible;
  height: 3em;
  z-index: 100;
}

.header .logo-text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: auto;
  font-family: "Comfortaa", "Open Sans", "Arial", "Helvetica", "sans-serif";
  font-size: 2.375em;
}

.header .logo-text span.d {
  display: none;
  color: #054f72;
}

.header .logo-text span.deals {
  color: #054f72;
}

.header .logo-text span.extra {
  color: #95d3e5;
}

.header nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

.header ul.navigation {
  list-style: none;
  margin: -0.375em 0 0 0;
  padding: 0;
  height: 100%;
}

.header ul.navigation * {
  margin: 0;
  padding: 0;
}

.header ul.navigation li.level-1 {
  vertical-align: top;
  display: inline-block;
}

.header ul.navigation li.level-1.open ul {
  display: block;
}

.header ul.navigation li.level-1.open > a {
  color: #007eb9;
}

.header ul.navigation li.level-1 a {
  font-weight: 400;
  font-size: 1.1875em;
  padding: 1em 1.263em;
  display: block;
}

.header ul.navigation li.level-1 a span.show-xsmall {
  display: none;
}

.header ul.navigation ul {
  list-style: none;
  display: none;
  font-size: 0.8em;
  background: #f3fafc;
  border: 0.125em solid #d5eff6;
  border-top: none;
  border-radius: 0 0.25em 0.25em 0;
}

.header ul.navigation li.level-2:hover {
  background: #d5eff6;
}

.header ul.navigation li.level-2.show-xsmall {
  display: none;
}

.header ul.navigation li.level-2 a {
  padding-left: 1em;
}

@media (max-width: 46.875em) {
  .header ul.navigation {
    margin-top: 0;
  }
  .header ul.navigation li.level-1 a {
    font-size: 1em;
  }
}

@media (max-width: 40.625em) {
  .header ul.navigation {
    margin-top: -0.25em;
  }
  .header ul.navigation li.level-1 a span.show-xsmall {
    display: initial;
  }
  .header ul.navigation li.level-1 a span.hide-xsmall {
    display: none;
  }
  .header ul.navigation li.level-2.show-xsmall {
    display: block;
  }
  .header ul.navigation li.level-1.hide-xsmall {
    display: none;
  }
}

@media (max-width: 28.125em) {
  .header .logo-text span.d {
    display: block;
  }
  .header .logo-text span.deals, .header .logo-text span.extra {
    display: none;
  }
}

body {
  height: auto;
  position: relative;
}

.footer {
  padding-bottom: 6.4em;
}

.suggestions {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  height: 12em;
  overflow: hidden;
  text-align: center;
  color: #C2C2C2;
  vertical-align: bottom;
}

.suggestions h1, .suggestions p {
  font-size: 0.8em;
  display: inline;
  margin: 0;
}

.suggestions span {
  font-size: 0.8em;
  font-weight: 300;
}

.suggestions ul {
  font-size: 0.8em;
  height: 10em;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

.suggestions ul li {
  display: inline;
}

.suggestions ul li a {
  font-weight: normal;
}

.suggestions ul li a:link, .suggestions ul li a:visited {
  color: inherit;
}

.suggestions ul li a:active, .suggestions ul li a:hover {
  color: inherit;
}

.suggestions a {
  font-weight: normal;
  color: #C2C2C2;
}

.suggestions a:active, .suggestions a:hover, .suggestions a:active, .suggestions a:hover {
  color: inherit;
}

.footer .copyright {
  margin-bottom: 10em;
}

.footer {
  margin-top: 1em;
  text-align: center;
}

.footer .copyright {
  font-size: 0.9em;
  margin-bottom: 3em;
}

ul.menu-sections {
  list-style: none;
  margin: 1em auto 3em auto;
  padding: 0;
}

ul.menu-sections:after, ul.menu-sections:before {
  content: " ";
  display: table;
}

ul.menu-sections:after {
  clear: both;
}

ul.menu-sections li.menu-section {
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
}

li.menu-section .title {
  font-size: 1.20em;
  display: inline-block;
  font-weight: 400;
  margin: 0.5em 0 0.9em 0;
}

ul.menu-sections li.menu-section ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menu-sections li.menu-section ul.menu li a {
  display: block;
  font-weight: 400;
  padding: 0.5em 0;
}

@media (max-width: 42.5em) {
  ul.menu-sections li.menu-section {
    border-top: 0.125em solid #fff;
    width: 100%;
    padding-top: 1.5em;
  }
  ul.menu-sections li.menu-section:first-of-type {
    border-top: none;
  }
  ul.menu-sections li.menu-section ul.menu li {
    display: inline-block;
  }
  ul.menu-sections li.menu-section ul.menu li a {
    padding: 1em;
  }
}

.footer .copyright {
  margin-bottom: 15em;
}

.suggestions {
  height: 15em;
}

.main-text {
  height: 62.5em;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 1em;
}

.main-text p {
  margin-bottom: 0;
}

.logo-text {
  font-family: "Comfortaa", "Open Sans", "Arial", "Helvetica", "sans-serif";
  font-size: 5em;
  margin: 0.9em 0 0 0;
}

.logo-text span.deals {
  color: #054f72;
}

.logo-text span.extra {
  color: #95d3e5;
}

.tagline {
  font-size: 1.375em;
  line-height: 2.75em;
}

p.cities-p {
  margin-top: 0;
}

.select-city {
  font-size: 1.375em;
}

.cities-p a {
  font-size: 1.375em;
  display: inline-block;
  padding: 0.9em 1.2em;
  margin: 0.1em 0.3em;
}

.main-text iframe {
  border: none;
  overflow: hidden;
  width: 120px;
  height: 21px;
  margin: 0 4em 0 6em;
}

.social-buttons {
  margin-top: 7em;
}

.main-text .hide_break_1, .main-text .hide_break_2 {
  display: inline;
}

.main-text .hide_break_3, .main-text .hide_break_4, .main-text .show_break {
  display: none;
}

@media (max-width: 56.25em) {
  .cities-p a, .select-city, .tagline {
    font-size: 1.25em;
  }
  .cities-p a {
    padding: 0.9em 1em;
    margin: 0.1em 0.2em;
  }
  .logo-text {
    font-size: 4em;
  }
  .social-buttons {
    margin-top: 6em;
  }
}

@media (max-width: 46.875em) {
  .cities-p a, .select-city, .tagline {
    font-size: 1.125em;
  }
  .logo-text {
    font-size: 3.5em;
  }
  .main-text .hide_break_3 {
    display: block;
  }
  .main-text iframe {
    margin: 0 1em 0 1em;
  }
  .social-buttons {
    margin-top: 5em;
  }
}

@media (max-width: 34.375em) {
  .main-text .hide_break_3, .main-text .hide_break_1, .main-text .hide_break_2 {
    display: none;
  }
  .logo-text {
    font-size: 2.8em;
    margin: 0.7em 0 0 0;
  }
  .cities-p a, .select-city, .tagline {
    line-height: 2.0625em;
  }
  .cities-p a {
    padding: 0.25em 1em;
    margin: 0.1em 0.2em;
  }
  .main-text iframe {
    margin: 0 0 1em 0;
    clear: both;
    display: block;
  }
  .g-plusone {
    clear: both;
  }
  .social-buttons {
    text-align: left;
  }
  .main-text {
    height: 37.5em;
  }
  .main-text .show_break {
    display: inline;
  }
}

@media (max-width: 25em) {
  .logo-text {
    font-size: 2.4em;
  }
  .cities-p a, .select-city, .tagline {
    font-size: 1em;
  }
  .main-text {
    margin: 0.6em 0;
  }
}
