/*!
Theme Name: Inn
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Inn is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.size-small {
  font-size: 1em;
}

.size-medium {
  font-size: 1.5em;
}

.size-large {
  font-size: 2.25em;
}

.size-xlarge {
  font-size: 3.25em;
}

.size-xxlarge {
  font-size: 4.25em;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #636363;
  font-family: urw-din, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #0F1A45;
  font-family: bodoni-urw, serif;
  font-weight: 400;
  margin: 0.25em 0 0.25em 0;
  line-height: 100%;
}

h1.entry-title {
  font-size: calc(4.25em * 0.5);
  text-align: center;
}
@media (min-width: 600px) {
  h1.entry-title {
    font-size: calc(4.25em * 0.75);
  }
}
@media (min-width: 1200px) {
  h1.entry-title {
    font-size: 4.25em;
  }
}

h2, .h-2 {
  font-size: calc(3.25em * 0.5);
}
@media (min-width: 600px) {
  h2, .h-2 {
    font-size: calc(3.25em * 0.75);
  }
}
@media (min-width: 1200px) {
  h2, .h-2 {
    font-size: 3.25em;
  }
}

h3, .h-3 {
  font-size: calc(2.25em * 0.5);
}
@media (min-width: 600px) {
  h3, .h-3 {
    font-size: calc(2.25em * 0.75);
  }
}
@media (min-width: 1200px) {
  h3, .h-3 {
    font-size: 2.25em;
  }
}

h4, h5, h6, .h-4, .h-5, .h-6 {
  font-size: calc(1.5em * 0.5);
  color: #0F1A45;
}
@media (min-width: 600px) {
  h4, h5, h6, .h-4, .h-5, .h-6 {
    font-size: calc(1.5em * 0.75);
  }
}
@media (min-width: 1200px) {
  h4, h5, h6, .h-4, .h-5, .h-6 {
    font-size: 1.5em;
  }
}

.grey-font-class {
  color: #636363;
  font-family: urw-din, sans-serif;
}

.font-main {
  font-family: urw-din, sans-serif;
}

p {
  margin-bottom: 1.5em;
  font-family: urw-din, sans-serif;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #FFFFFF; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.cta-slider {
  position: relative;
}
.cta-slider .book {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: calc(2.25em * 0.5);
}
@media (min-width: 600px) {
  .cta-slider .book {
    font-size: calc(2.25em * 0.75);
  }
}
@media (min-width: 1200px) {
  .cta-slider .book {
    font-size: 2.25em;
  }
}
.cta-slider .swiper-button-prev, .cta-slider .swiper-button-next {
  position: absolute;
  height: 100%;
  width: 4em;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0px;
  z-index: 2;
  cursor: pointer;
  background-image: url("../img/arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2em 3.5em;
}
.cta-slider .swiper-button-prev:focus, .cta-slider .swiper-button-next:focus {
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 2.5em 4.375em;
}
.cta-slider .swiper-button-prev {
  left: 0px;
  transform: rotate(180deg);
}
.cta-slider .swiper-button-next {
  right: 0px;
  transform: rotate(180);
}
.cta-slider .figcap {
  color: #636363;
  font-size: 1em;
  text-align: center;
  background-color: #fff;
  padding: 1em;
}
.cta-slider .slider-col img {
  width: 100%;
}

.hr:before {
  content: "";
  width: 4em;
  height: 0.25em;
  background-color: #EDC261;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0.25em 0 0.25em 0;
}
.hr.black {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.hr.black:before {
  content: none;
}

.big-text {
  padding: 2em 0 2em 0;
}
.big-text p {
  font-family: bodoni-urw, serif;
  color: #636363;
  text-align: center;
  max-width: 30em;
  margin: 0px auto;
  font-size: calc(2.25em * 0.5);
}
@media (min-width: 600px) {
  .big-text p {
    font-size: calc(2.25em * 0.75);
  }
}
@media (min-width: 1200px) {
  .big-text p {
    font-size: 2.25em;
  }
}

body.lightbox-open {
  overflow: hidden;
}

#lightbox {
  display: block;
  position: fixed;
  height: 100%;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99;
  padding: 4em;
  display: none;
}
#lightbox[aria-hidden=false] {
  display: block;
}
#lightbox .lightbox-wrap {
  position: relative;
  border: 3px solid #636363;
  background-color: #FFFFFF;
  width: 100%;
}
#lightbox .lightbox-wrap button.lightbox-close {
  width: 3em;
  height: 3em;
  background-color: #0F1A45;
  border-radius: 50%;
  outline: none;
  border: none;
  position: absolute;
  display: inline-block;
}
#lightbox .lightbox-wrap button.lightbox-close:before, #lightbox .lightbox-wrap button.lightbox-close:after {
  content: "";
  width: 2em;
  height: 0.28em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
}
#lightbox .lightbox-wrap button.lightbox-close:before {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
#lightbox .lightbox-wrap button.lightbox-close:after {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
@media (max-width: 599px) {
  #lightbox {
    padding: 0.5em;
  }
  #lightbox .lightbox-wrap {
    padding: 0.5em;
  }
}

.inn-accordion__panel {
  border-bottom: 1px solid #636363;
}

.inn-accordion__panel[aria-hidden=true] {
  display: none;
}

.inn-accordion__header {
  display: block;
}

.inn-accordion__title {
  display: block;
}
.inn-accordion__title button {
  border-radius: 0;
  background-color: #FFFFFF;
  color: #636363;
  font-size: 1.5em;
  display: block;
  border: none;
  text-align: center;
  width: 100%;
  padding: 1em;
  cursor: pointer;
  border-bottom: 1px solid #636363;
  font-family: din-condensed, sans-serif;
}
.inn-accordion__title button:hover:after {
  content: none;
}
.inn-accordion__title button[aria-expanded=true] {
  border-bottom: none;
}
.inn-accordion__title:first-child {
  border-top: 1px solid #636363;
}

.rooms article {
  margin: 0;
  margin-bottom: 2em;
}
.rooms ul.tabs {
  display: flex;
  margin: 0;
  padding: 0;
}
.rooms ul.tabs li {
  flex: 1;
  list-style: none;
  text-align: center;
}
.rooms ul.tabs li a {
  padding: 1em 0 1em 0;
  display: block;
  text-transform: uppercase;
  font-family: din-condensed, sans-serif;
  background-color: #E6E6E6;
  color: #636363;
  text-decoration: none;
}
.rooms ul.tabs li a[aria-selected=true], .rooms ul.tabs li a:hover {
  color: #FFFFFF;
  background-color: #0F1A45;
}
.rooms ul.tabs li a:focus {
  padding: 1em 0 0.7em 0;
  border-bottom: 0.3em solid #EDC261;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .rooms ul.tabs li a {
    font-size: 1.5em;
  }
}
.rooms .room-content {
  padding: 2em;
  background-color: #F8F8F7;
  position: relative;
  min-height: 22.5em;
}
.rooms .room-content a {
  text-decoration: none;
}
.rooms .actions {
  text-align: right;
  margin-top: 2em;
}
.rooms .amenities {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.rooms .amenities li {
  list-style: none;
  width: 45%;
}
.rooms .price {
  color: #0F1A45;
  display: block;
  margin-bottom: 0.5em;
  font-family: bodoni-urw, serif;
  position: absolute;
  right: 2em;
  top: 2em;
  font-size: calc(2.25em * 0.5);
}
.rooms .price:before {
  content: "$";
}
@media (min-width: 600px) {
  .rooms .price {
    font-size: calc(2.25em * 0.75);
    top: 1em;
  }
}
@media (min-width: 1200px) {
  .rooms .price {
    font-size: 2.25em;
  }
}
.rooms .cta-slider, .rooms .swiper-container {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.rooms .cta-slider .slider-col, .rooms .swiper-container .slider-col {
  min-height: 300px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0F1A45;
}
a:visited {
  color: #0F1A45;
}
a:hover, a:focus, a:active {
  color: #0F1A45;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
html {
  font-size: 16px;
  background-color: #002e5e;
}

.site {
  background-color: #FFFFFF;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

header#masthead {
  padding: 1em;
}

a {
  text-decoration: none;
}

.banner {
  background-color: #edc261;
  padding: 1em;
  color: #0f1a45;
}
.banner a {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .banner {
    text-align: center;
  }
}

a.tel[href^="tel:"] {
  text-indent: -999999px;
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 1em;
  z-index: 11;
}
a.tel[href^="tel:"]:before {
  content: "";
  background-size: cover;
  background-position: center center;
  display: inline-block;
  margin-right: 0.25em;
  height: 2.25em;
  width: 2.25em;
  transform: translateY(0.25em);
  position: absolute;
  left: 1em;
  top: 1em;
  background-image: url("../img/phone.svg");
}
@media (min-width: 1200px) {
  a.tel[href^="tel:"] {
    text-indent: 0;
  }
  a.tel[href^="tel:"]:before {
    position: static;
    height: 1.25em;
    width: 1.25em;
  }
}
a.tel[href^="tel:"].inline {
  position: relative;
  text-indent: 0;
}
a.tel[href^="tel:"].inline:before {
  position: static;
  height: 1.25em;
  width: 1.25em;
}

.frm_submit button {
  border: none;
}

a.btn, input[type=submit], button, .frm_style_formidable-style .frm_submit button.frm_button_submit.frm_final_submit {
  background-color: #EDC261;
  color: #0F1A45;
  display: inline-block;
  border: none;
  text-decoration: none !important;
  padding: 0.5em 1em 0.5em 1em;
  text-transform: uppercase;
  font-family: urw-din, sans-serif;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  outline: none;
  border-radius: 0;
}
a.btn.invert, input[type=submit].invert, button.invert, .frm_style_formidable-style .frm_submit button.frm_button_submit.frm_final_submit.invert {
  background-color: rgba(255, 255, 255, 0.8);
}
a.btn.full, input[type=submit].full, button.full, .frm_style_formidable-style .frm_submit button.frm_button_submit.frm_final_submit.full {
  display: block;
  text-align: center;
}
a.btn:hover, a.btn:focus, input[type=submit]:hover, input[type=submit]:focus, button:hover, button:focus, .frm_style_formidable-style .frm_submit button.frm_button_submit.frm_final_submit:hover, .frm_style_formidable-style .frm_submit button.frm_button_submit.frm_final_submit:focus {
  background-color: #FFFFFF;
  box-shadow: inset 0px 0px 0px 2px #EDC261;
}
a.btn.menu-toggle:hover, input[type=submit].menu-toggle:hover, button.menu-toggle:hover, .frm_style_formidable-style .frm_submit button.frm_button_submit.frm_final_submit.menu-toggle:hover {
  box-shadow: none;
}

form {
  max-width: 50em;
  margin: 0px auto;
}

.max-width {
  max-width: 1300px;
  margin: 0px auto;
}

.logo-wrap {
  text-align: center;
  position: relative;
  z-index: 10;
}

.logo {
  height: 100px;
  width: 130px;
  display: inline-block;
  background-image: url("../img/logo.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 11;
}
@media (min-width: 1200px) {
  .logo {
    height: 132px;
    width: 167px;
    position: static;
    transform: none;
  }
}

.main-navigation .menu-toggle {
  position: absolute;
  top: 2.25em;
  right: 1.5em;
  text-indent: -9999px;
  z-index: 10;
  background-color: #FFFFFF;
  outline: none;
  border: none;
  padding: 0;
  background-color: #002e5e;
  height: 5px;
  width: 3.5em;
  overflow: visible;
  border-radius: 0 !important;
}
.main-navigation .menu-toggle:before, .main-navigation .menu-toggle:after {
  background-color: #0F1A45;
  content: "";
  position: absolute;
  left: 0;
  z-index: 11;
  height: 5px;
  width: 3.5em;
}
.main-navigation .menu-toggle:before {
  top: -200%;
}
.main-navigation .menu-toggle:after {
  top: 200%;
}
.main-navigation .menu-toggle[aria-expanded=true] {
  background-color: #FFFFFF;
  transform: rotate(45deg);
}
.main-navigation .menu-toggle[aria-expanded=true]:before {
  background-color: #FFFFFF;
  top: 0;
  transform: rotate(-90deg);
}
.main-navigation .menu-toggle[aria-expanded=true]:after {
  content: none;
}
@media (min-width: 1200px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}
.main-navigation .menu-main-menu-container {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  background-color: #0F1A45;
  text-align: center;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  padding-bottom: 10em;
}
@media (min-width: 1200px) {
  .main-navigation .menu-main-menu-container {
    position: static;
    display: block;
    z-index: auto;
    background-color: #FFFFFF;
    padding-bottom: 0;
    height: auto;
    width: auto;
  }
}
.main-navigation #primary-menu {
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* desktop */
}
.main-navigation #primary-menu.nav-menu li {
  float: none;
  text-align: center;
}
.main-navigation #primary-menu.nav-menu li.current-menu-item a:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #EDC261;
}
.main-navigation #primary-menu.nav-menu li a {
  text-transform: uppercase;
  font-weight: 400;
  font-family: din-condensed, sans-serif;
  font-size: 1.5em;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
}
.main-navigation #primary-menu.nav-menu li a:hover:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #EDC261;
}
@media (min-width: 1200px) {
  .main-navigation #primary-menu.nav-menu {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 2em;
    padding-bottom: 2em;
    transform: none;
  }
  .main-navigation #primary-menu.nav-menu li {
    padding: 1em;
  }
  .main-navigation #primary-menu.nav-menu li a {
    color: #636363;
  }
}

address {
  font-style: normal;
  line-height: 110%;
  margin: 0;
  padding: 0;
}

.left-border {
  padding: 1em;
}
@media (min-width: 1200px) {
  .left-border {
    padding: 0;
    border-left: 0.25em solid #EDC261;
    padding-left: 0.75em;
  }
}

.site-footer {
  background-color: #002e5e;
  padding: 4em 1em;
  color: #FFFFFF;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}

.row.no-pad > div[class*=col-] {
  padding: 0;
  margin: 0;
}

label {
  color: #636363 !important;
  text-transform: uppercase;
  font-family: din-condensed, sans-serif !important;
  padding-bottom: 0.5em;
  font-size: 16px !important;
  font-size: 1.5em !important;
  font-weight: 400 !important;
}

input, textarea {
  border: 1px solid #636363;
  border-radius: 0 !important;
  outline: none;
  padding: 2em;
}

#lightbox {
  background-color: rgba(255, 255, 255, 0.8);
}
#lightbox .lightbox-wrap {
  background-color: transparent;
  border: none;
  max-width: 1300px;
  margin: 0px auto;
  position: static;
}
#lightbox .lightbox-wrap button.lightbox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: transparent;
  background-image: url("../img/close.svg");
  background-size: contain;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
#lightbox .lightbox-wrap button.lightbox-close:before, #lightbox .lightbox-wrap button.lightbox-close:after {
  content: none;
}
#lightbox .lightbox-wrap .lightbox-body {
  padding-top: 5em;
}
#lightbox .lightbox-wrap .slider-col {
  width: 100%;
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}
@media (min-width: 1200px) {
  #lightbox .lightbox-wrap .slider-col {
    min-height: 75vh;
  }
}

.wp-block-gallery .blocks-gallery-item figure {
  overflow: hidden;
  position: relative;
}
.wp-block-gallery .blocks-gallery-item figure figcaption {
  bottom: -100%;
  background: rgba(237, 194, 97, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 1.5em;
  display: none;
  opacity: 0;
  padding: 1em;
}
@media (min-width: 1200px) {
  .wp-block-gallery .blocks-gallery-item figure:hover figcaption, .wp-block-gallery .blocks-gallery-item figure:focus figcaption {
    opacity: 1;
    z-index: 2;
    color: #0F1A45;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
}

.standard {
  background-color: #F8F8F7;
  text-align: center;
  padding: 1em;
  border-bottom: 1px solid #E0E0E0;
}
.standard .h-3 {
  color: #636363;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: din-condensed, sans-serif;
  display: block;
}
.standard .price {
  color: #0F1A45;
  font-size: 2.25em;
  display: block;
  margin-bottom: 0.5em;
  font-family: bodoni-urw, serif;
}
.standard .price:before {
  content: "$";
}

ul.amenities {
  margin: 0px;
  padding: 0px;
}
ul.amenities li {
  list-style-type: none;
  padding: 1em;
  border-bottom: 1px solid #E0E0E0;
}

a.book-now.btn {
  display: none;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (min-width: 1200px) {
  a.book-now.btn {
    display: inline-block;
    position: static;
    transform: none;
  }
}

body.menu {
  overflow: hidden;
}
body.menu .logo {
  background-image: url("../img/logo-white.svg");
}
@media (min-width: 1200px) {
  body.menu .logo {
    background-image: url("../img/logo.svg");
  }
}
body.menu a.tel[href^="tel:"]:before {
  background-image: url("../img/phone-white.svg");
}
@media (min-width: 1200px) {
  body.menu a.tel[href^="tel:"]:before {
    background-image: url("../img/phone.svg");
  }
}
body.menu .menu-main-menu-container {
  display: block;
}
body.menu .book-now {
  display: inline-block;
}

#content {
  padding-top: 8em;
}
@media (min-width: 600px) {
  #content {
    padding-top: 4em;
  }
}
@media (min-width: 1200px) {
  #content {
    padding-top: 0em;
  }
}

.site-main {
  padding: 1em;
}

.wp-block-embed-youtube.aligncenter {
  text-align: center;
}

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

.other-rooms .rooms {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other-rooms .rooms .room {
  margin: 0.5em;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1200px) {
  .other-rooms .rooms .room {
    width: calc(50% - 1em);
  }
}
.other-rooms .rooms .room > div {
  max-width: none;
  width: 100%;
  flex: 1;
}

.entry-content a {
  text-decoration: underline;
}

.grecaptcha-badge {
  position: static !important;
}

.rc-anchor-pt {
  display: none;
}

.rates-change {
  margin-top: 1em;
  display: block;
  text-align: center;
}
.rates-change.right {
  margin-top: 1em;
  display: block;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
  text-align: left;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

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