/******************************
= Grid
******************************/

.grid,
.nav-social,
.nav-secondary,
.nav-footer {
  overflow: hidden;
}

.wrap {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.grid {
  padding-left: 10px;
}

[class*='grid-'] {
  float: left;
  width: 100%;
  padding-right: 10px;
}

.grid-full {
  width: 100%;
  clear: both;
}

.grid-1-2 {
  width: 50%;
}

.grid-1-3 {
  width: 33.33333%;
}

.grid-2-3 {
  width: 66.66667%;
}

.grid-1-4 {
  width: 25%;
}

.grid-3-4 {
  width: 75%;
}

.grid-1-5 {
  width: 20%;
}

.grid-2-5 {
  width: 40%;
}

.grid-3-5 {
  width: 60%;
}

.grid-4-5 {
  width: 80%;
}

.grid-1-6 {
  width: 16.66667%;
}

.grid-5-6 {
  width: 83.33333%;
}

@media (min-width: 600px) {
  .grid {
    padding-left: 20px;
  }

  [class*='grid-'] {
    padding-right: 20px;
  }

  .tgrid-1-2 {
    width: 50%;
  }

  .tgrid-1-3 {
    width: 33.33333%;
  }

  .tgrid-2-3 {
    width: 66.66667%;
  }

  .tgrid-1-4 {
    width: 25%;
  }

  .tgrid-3-4 {
    width: 75%;
  }

  .tgrid-1-5 {
    width: 20%;
  }

  .tgrid-2-5 {
    width: 40%;
  }

  .tgrid-3-5 {
    width: 60%;
  }

  .tgrid-4-5 {
    width: 80%;
  }

  .tgrid-1-6 {
    width: 16.66667%;
  }

  .tgrid-5-6 {
    width: 83.33333%;
  }
}

@media (min-width: 900px) {
  .grid {
    padding-left: 30px;
  }

  [class*='grid-'] {
    padding-right: 30px;
  }

  .dgrid-1-2 {
    width: 50%;
  }

  .dgrid-1-3 {
    width: 33.33333%;
  }

  .dgrid-2-3 {
    width: 66.66667%;
  }

  .dgrid-1-4 {
    width: 25%;
  }

  .dgrid-3-4 {
    width: 75%;
  }

  .dgrid-1-5 {
    width: 20%;
  }

  .dgrid-2-5 {
    width: 40%;
  }

  .dgrid-3-5 {
    width: 60%;
  }

  .dgrid-4-5 {
    width: 80%;
  }

  .dgrid-1-6 {
    width: 16.66667%;
  }

  .dgrid-5-6 {
    width: 83.33333%;
  }
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

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

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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

/**
 * 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"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-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 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/******************************
= Colors
******************************/

/******************************
= Fonts
******************************/

.grid:after,
.nav-social:after,
.nav-secondary:after,
.nav-footer:after {
  content: "";
  display: table;
  clear: both;
}

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

body {
  background: white url("img/bg-wave.jpg") 0 0 repeat-x;
}

.bg-yellow {
  background: rgba(253, 209, 40, 0.9);
}

.bg-gray {
  background: #404040;
}

body {
  font: normal 1em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
  color: #363636;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #394e62;
  font-weight: 600;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

a {
  color: #005eb8;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

p a {
  text-decoration: underline;
}

p a:hover,
p a:focus {
  color: #004485;
}

@media (min-width: 600px) {
  h1 {
    font-size: 48px;
    font-size: 3rem;
  }

  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.button {
  display: inline-block;
  padding: 8px 22px 6px;
  margin: 20px 10px 20px 0;
  background: #005eb8;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875px;
  font-size: 0.05469rem;
}

.button:hover,
.button:focus {
  background: #0078eb;
  border-radius: 20px;
}

.header {
  position: relative;
  padding-top: 26px;
}

.logo {
  float: left;
  margin: 4px 0;
}

.logo img {
  display: block;
  width: 107px;
  height: auto;
}

/******************************
= Navigation Styles
******************************/

.nav-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

.nav-main ul li {
  margin: 0;
  padding: 0;
}

.nav-social,
.nav-secondary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-social li,
.nav-secondary li {
  margin: 0;
  padding: 0;
}

.nav-social li,
.nav-secondary li {
  float: left;
}

.nav-social-wrap,
.nav-secondary {
  float: right;
}

/******************************
= Main Navigation
******************************/

.nav-main-wrap {
  display: none;
}

.nav-main-wrap.is-active {
  display: block;
}

.nav-main {
  display: block;
  width: 100%;
}

.nav-main ul {
  background: #005eb8;
  margin: 0 -10px;
}

.nav-main a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
}

/******************************
= Main Navigation Button
******************************/

.nav-mobile-button {
  position: relative;
  display: none;
  width: 100%;
  height: 53px;
  background: #005eb8;
  border: none;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  outline: none;
}

.nav-mobile-button:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 50%;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}

/******************************
= Secondary Nav
******************************/

.nav-secondary {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 26px;
  padding-left: 10px;
  background: #fede5f;
}

.nav-secondary li {
  margin-right: 10px;
}

.nav-secondary a {
  color: #363636;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  text-transform: uppercase;
}

.nav-secondary a:hover {
  filter: alpha(opacity=1);
  opacity: 1;
}

/******************************
= Social Nav
******************************/

.nav-social-wrap {
  width: 75px;
  padding: 6px;
  background: #005eb8;
  margin-right: -10px;
}

.nav-social {
  border-top: solid 1px #99bfe3;
  border-right: solid 1px #99bfe3;
}

.nav-social li {
  border-left: solid 1px #99bfe3;
  border-bottom: solid 1px #99bfe3;
}

.nav-social a {
  display: block;
  width: 30px;
  height: 26px;
  text-indent: -9999px;
  background: url("img/sprite-social.png") 0 0 no-repeat;
  filter: alpha(opacity=0.75);
  opacity: 0.75;
}

.nav-social a:hover {
  filter: alpha(opacity=1);
  opacity: 1;
}

.nav-social a[href*='facebook'] {
  background-position: 0 0;
}

.nav-social a[href*='twitter'] {
  background-position: -30px 0;
}

.nav-social a[href*='youtube'] {
  background-position: -60px 0;
}

.nav-social a[href*='instagram'] {
  background-position: -90px 0;
}

.nav-social a[href*='plus.google'] {
  background-position: -120px 0;
}

.nav-social a[href*='tripadvisor'] {
  background-position: -150px 0;
}

/******************************
= Breakpoints
******************************/

@media (min-width: 600px) {
  .header {
    padding-top: 6px;
    height: 90px;
  }

  .header .wrap {
    position: relative;
  }

  .logo {
    margin-left: 20px;
  }

  .logo img {
    width: 167px;
  }

  /******************************
  = Main Nav
  ******************************/

  .nav-mobile-button {
    display: none;
  }

  .nav-main-wrap {
    display: block !important;
    padding: 30px 0;
    overflow: hidden;
  }

  .nav-main ul {
    height: 52px;
    position: relative;
    overflow: hidden;
    background: #005eb8;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-main ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
  }

  .nav-main li {
    width: 25%;
    float: left;
  }

  .nav-main a {
    display: block;
    height: 52px;
    line-height: 52px;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    background-color: transparent;
    color: #fff;
    font-family: "Open Sans Condensed";
    text-align: center;
    text-transform: uppercase;
  }

  .nav-main a:hover {
    background-color: #18a6da;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  }

  /******************************
  = Social Nav
  ******************************/

  .nav-social-wrap {
    margin-right: 20px;
  }

  .nav-social-wrap {
    margin-top: 20px;
  }

  .nav-secondary {
    margin-top: 28px;
  }

  /******************************
  = Secondary Nav
  ******************************/

  .nav-secondary {
    position: static;
    width: auto;
    border-bottom: none;
    background: transparent;
  }
}

@media (min-width: 900px) {
  .nav-main a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.footer {
  color: #fff;
  padding: 25px 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.footer .tgrid-1-3 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer .nav-social {
  float: none;
  width: 63px;
  margin: 0 auto;
  border-color: rgba(255, 255, 255, 0.2);
}

.footer .nav-social li {
  border-color: rgba(255, 255, 255, 0.2);
}

.footer a {
  color: #bbbbbb;
}

.footer a:hover {
  color: #fff;
}

/******************************
= Footer Navigation
******************************/

.nav-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-footer li {
  margin: 0;
  padding: 0;
}

.nav-footer li {
  float: left;
}

.nav-footer li {
  width: 50%;
}

.nav-footer a {
  display: block;
  font-weight: 600;
  text-align: center;
}

/******************************
= Contact Information
******************************/

.contact-info {
  overflow: hidden;
}

.contact-info .logo {
  width: 100%;
  margin: 0;
  padding: 0;
}

.contact-info .logo img {
  width: 99px;
  margin: 0 auto 10px;
}

.contact-info a {
  color: #fdd128;
}

.contact-info address {
  line-height: 1rem;
}

.contact-info-links {
  list-style: none;
  font-weight: 600;
}

/******************************
= SEO Text
******************************/

.copy,
.credit,
.seo {
  display: block;
  text-align: center;
  color: #999;
}

.seo {
  clear: both;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 40px;
}

.seo h6 {
  margin: 0;
  font-size: 0.875px;
  font-size: 0.05469rem;
  color: #999;
}

.seo p {
  margin: 0 0 20px;
  line-height: 1.3em;
}

/******************************
= Copy & Credit
******************************/

.credit,
.credit a {
  color: #bbb;
  text-decoration: none;
}

.credit {
  padding: 40px 0 40px;
}

.credit a:hover {
  color: #fff;
}

/******************************
= Breakpoints
******************************/

@media (min-width: 600px) {
  .footer .col-wrap {
    overflow: hidden;
    margin-bottom: 40px;
  }

  .footer .tgrid-1-3 {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: none;
    padding-bottom: 999px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: -999px;
  }

  .footer .tgrid-1-3:first-child {
    border-left-color: transparent;
  }

  .footer .nav-social {
    margin-top: 35px;
  }

  .nav-footer a {
    text-align: left;
  }
}

.main {
  padding-bottom: 60px;
}

/******************************
= Hero Image
******************************/

.hero-img-wrap {
  position: relative;
  margin: 0 -10px;
}

.hero-img-wrap .wrap {
  padding-right: 0px;
}

.hero-img {
  display: block;
  width: 100%;
  min-width: 500px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/******************************
= Page Title
******************************/

.page-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 94, 184, 0.5);
  padding: 15px 10px;
  z-index: 2;
}

.page-title h2 {
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width: 600px) {
  .hero-img-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .page-title {
    padding: 25px 20px;
  }

  .page-title h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}