@charset "UTF-8";
/*
Theme Name: Argosy Cruises WordPress Theme
Theme URI:
Description: This is the WordPress theme for Argosy Cruises -- WordPress v4.5.2
Author: SeaMonster Studios
Author URI: http://seamonsterstudios.com
Version: 1.2.3
Date: 10-05-2022
*/
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

/*
 * Table of Contents
 *
 * 1.0 - Layout
 * 2.0 - Typography
 * 3.0 - WordPress
 * 4.0 - Elements
 * 5.0 - Accessibility
 * 6.0 - Media
 * 7.0 - Forms
 * 8.0 - Widgets
 * 9.0 - Theme Specific
 *
 */
/*
 * 1.0 - Layout
 *
 * Mixins that effect the layout.
 * Examples - containers, grid resets
 *
 */
/*
 * 2.0 - Typography
 *
 * Mixins that effect typography.
 * Examples - text shadow
 *
 */
/*
 * 3.0 - WordPress
 *
 * Mixins that apply to or overwrite default WordPress styles
 * Examples - alignment
 *
 */
/*
 * 4.0 - Elements
 *
 * Mixins that apply to elements
 * Examples - box shadow, css shapes, button color
 *
 */
/*
 * 5.0 - Accessibility
 *
 * Mixins that apply to accessibility
 * Examples - screen readers, machine readers
 *
 */
/*
 * 6.0 - Media
 *
 * Mixins that apply to media
 * Examples - responsive containers, aspect ratios
 *
 */
/*
 * 7.0 - Forms
 *
 * Mixins that apply to forms and form elements
 * Examples - placeholders, select boxes
 *
 */
/*
 * 8.0 - Widgets
 *
 * Mixins that create and style widgets
 * Examples - accordions
 *
 */
/*
 * 9.0 - Theme Specific
 *
 * Mixins that are specific to the theme being developed
 * Theme - Argosy Cruises
 *
 */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  padding: 0.5rem 1rem;
  position: relative;
  background: #007EA8;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 3px solid #007EA8;
  border-radius: 2px;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.3125em;
  font-family: "CoreSansCn", "Yanone Kaffeesatz", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  line-height: 1;
  overflow: visible;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1025px) {
  .button,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 0.75rem 1.5rem;
  }
}
.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #007194;
  outline: none;
  color: #ffffff;
}
.button:disabled,
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button:disabled:hover,
button:disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled:hover {
  background-color: #007194;
}
.button.button-red,
button.button-red,
input[type="button"].button-red,
input[type="reset"].button-red,
input[type="submit"].button-red {
  color: #ffffff;
  background-color: #D82518;
}
.button.button-red:hover,
.button.button-red:focus,
button.button-red:hover,
button.button-red:focus,
input[type="button"].button-red:hover,
input[type="button"].button-red:focus,
input[type="reset"].button-red:hover,
input[type="reset"].button-red:focus,
input[type="submit"].button-red:hover,
input[type="submit"].button-red:focus {
  background-color: #d55435;
  outline: none;
  color: #ffffff;
}
.button.button-red:disabled,
button.button-red:disabled,
input[type="button"].button-red:disabled,
input[type="reset"].button-red:disabled,
input[type="submit"].button-red:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button.button-red:disabled:hover,
button.button-red:disabled:hover,
input[type="button"].button-red:disabled:hover,
input[type="reset"].button-red:disabled:hover,
input[type="submit"].button-red:disabled:hover {
  background-color: #d55435;
}

.button.button-dkblue,
button.button-dkblue,
input[type="button"].button-dkblue,
input[type="reset"].button-dkblue,
input[type="submit"].button-dkblue {
  color: #ffffff;
  background-color: #203969;
}
.button.button-dkblue:hover,
.button.button-dkblue:focus,
button.button-dkblue:hover,
button.button-dkblue:focus,
input[type="button"].button-dkblue:hover,
input[type="button"].button-dkblue:focus,
input[type="reset"].button-dkblue:hover,
input[type="reset"].button-dkblue:focus,
input[type="submit"].button-dkblue:hover,
input[type="submit"].button-dkblue:focus {
  background-color: #0d3561;
  outline: none;
  color: #ffffff;
}
.button.button-dkblue:disabled,
button.button-dkblue:disabled,
input[type="button"].button-dkblue:disabled,
input[type="reset"].button-dkblue:disabled,
input[type="submit"].button-dkblue:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button.button-dkblue:disabled:hover,
button.button-dkblue:disabled:hover,
input[type="button"].button-dkblue:disabled:hover,
input[type="reset"].button-dkblue:disabled:hover,
input[type="submit"].button-dkblue:disabled:hover {
  background-color: #0d3561;
}
.button.button-green,
button.button-green,
input[type="button"].button-green,
input[type="reset"].button-green,
input[type="submit"].button-green {
  color: #ffffff;
  background-color: #089C7E;
}
.button.button-green:hover,
.button.button-green:focus,
button.button-green:hover,
button.button-green:focus,
input[type="button"].button-green:hover,
input[type="button"].button-green:focus,
input[type="reset"].button-green:hover,
input[type="reset"].button-green:focus,
input[type="submit"].button-green:hover,
input[type="submit"].button-green:focus {
  background-color: #16826b;
  outline: none;
  color: #ffffff;
}
.button.button-green:disabled,
button.button-green:disabled,
input[type="button"].button-green:disabled,
input[type="reset"].button-green:disabled,
input[type="submit"].button-green:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button.button-green:disabled:hover,
button.button-green:disabled:hover,
input[type="button"].button-green:disabled:hover,
input[type="reset"].button-green:disabled:hover,
input[type="submit"].button-green:disabled:hover {
  background-color: #16826b;
}
.button.button-yellow,
button.button-yellow,
input[type="button"].button-yellow,
input[type="reset"].button-yellow,
input[type="submit"].button-yellow {
  color: #203969!important;
  background-color: #F5C400;
}
.button.button-yellow:hover,
.button.button-yellow:focus,
button.button-yellow:hover,
button.button-yellow:focus,
input[type="button"].button-yellow:hover,
input[type="button"].button-yellow:focus,
input[type="reset"].button-yellow:hover,
input[type="reset"].button-yellow:focus,
input[type="submit"].button-yellow:hover,
input[type="submit"].button-yellow:focus {
  background-color: #dead0d;
  outline: none;
  color: #203969!important;
}
.button.button-yellow:disabled,
button.button-yellow:disabled,
input[type="button"].button-yellow:disabled,
input[type="reset"].button-yellow:disabled,
input[type="submit"].button-yellow:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button.button-yellow:disabled:hover,
button.button-yellow:disabled:hover,
input[type="button"].button-yellow:disabled:hover,
input[type="reset"].button-yellow:disabled:hover,
input[type="submit"].button-yellow:disabled:hover {
  background-color: #dead0d;
  color: #203969!important;
}

.button.button-purple,
button.button-purple,
input[type="button"].button-purple,
input[type="reset"].button-purple,
input[type="submit"].button-purple {
  color: #ffffff;
  background-color: #81448B;
}
.button.button-purple:hover,
.button.button-purple:focus,
button.button-purple:hover,
button.button-purple:focus,
input[type="button"].button-purple:hover,
input[type="button"].button-purple:focus,
input[type="reset"].button-purple:hover,
input[type="reset"].button-purple:focus,
input[type="submit"].button-purple:hover,
input[type="submit"].button-purple:focus {
  background-color: #613a73;
  outline: none;
  color: #ffffff;
}
.button.button-purple:disabled,
button.button-purple:disabled,
input[type="button"].button-purple:disabled,
input[type="reset"].button-purple:disabled,
input[type="submit"].button-purple:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button.button-purple:disabled:hover,
button.button-purple:disabled:hover,
input[type="button"].button-purple:disabled:hover,
input[type="reset"].button-purple:disabled:hover,
input[type="submit"].button-purple:disabled:hover {
  background-color: #613a73;
}

.button.button-orange,
button.button-orange,
input[type="button"].button-orange,
input[type="reset"].button-orange,
input[type="submit"].button-orange {
  color: #ffffff;
  background-color: #F39048;
}
.button.button-orange:hover,
.button.button-orange:focus,
button.button-orange:hover,
button.button-orange:focus,
input[type="button"].button-orange:hover,
input[type="button"].button-orange:focus,
input[type="reset"].button-orange:hover,
input[type="reset"].button-orange:focus,
input[type="submit"].button-orange:hover,
input[type="submit"].button-orange:focus {
  background-color: #bf7139;
  outline: none;
  color: #ffffff;
}
.button.button-orange:disabled,
button.button-orange:disabled,
input[type="button"].button-orange:disabled,
input[type="reset"].button-orange:disabled,
input[type="submit"].button-orange:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button.button-orange:disabled:hover,
button.button-orange:disabled:hover,
input[type="button"].button-orange:disabled:hover,
input[type="reset"].button-orange:disabled:hover,
input[type="submit"].button-orange:disabled:hover {
  background-color: #bf7139;
}

.button.button-black,
button.button-black,
input[type="button"].button-black,
input[type="reset"].button-black,
input[type="submit"].button-black {
  color: #ffffff;
  background-color: #1d1d1d;
}
.button.button-black:hover,
.button.button-black:focus,
button.button-black:hover,
button.button-black:focus,
input[type="button"].button-black:hover,
input[type="button"].button-black:focus,
input[type="reset"].button-black:hover,
input[type="reset"].button-black:focus,
input[type="submit"].button-black:hover,
input[type="submit"].button-black:focus {
  background-color: #373737;
  outline: none;
  color: #ffffff;
}
.button.button-black:disabled,
button.button-black:disabled,
input[type="button"].button-black:disabled,
input[type="reset"].button-black:disabled,
input[type="submit"].button-black:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button.button-black:disabled:hover,
button.button-black:disabled:hover,
input[type="button"].button-black:disabled:hover,
input[type="reset"].button-black:disabled:hover,
input[type="submit"].button-black:disabled:hover {
  background-color: #1d1d1d;
}
.button.margin,
button.margin,
input[type="button"].margin,
input[type="reset"].margin,
input[type="submit"].margin {
  margin-bottom: 1em;
}

::-webkit-input-placeholder {
  color: #dbd9d6;
  font-size: 1rem;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-weight: 300;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #dbd9d6;
  font-size: 1rem;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-weight: 300;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #dbd9d6;
  font-size: 1rem;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #dbd9d6;
  font-size: 1rem;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-weight: 300;
}

.field-container {
  position: relative;
  width: calc(100% - 2em);
  max-width: 34.375em;
  margin: 1em;
  z-index: 1;
  vertical-align: top;
}
.field-container::after {
  clear: both;
  content: "";
  display: table;
}

fieldset {
  background-color: #f6f6f5;
  border: 1px solid #dbd9d6;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-size: 1rem;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  padding: 0.75rem 0.1rem 0.25rem;
  display: block;
  background-color: transparent;
  color: #66665d;
  font-weight: 600;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-size: 1.125rem;
  width: 100%;
}
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
input:not([type]):hover,
textarea:hover {
  background-color: #ffffff;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus {
  outline: none;
}
input[type="color"]:focus + input[type="color"]::before,
input[type="date"]:focus + input[type="color"]::before,
input[type="datetime"]:focus + input[type="color"]::before,
input[type="datetime-local"]:focus + input[type="color"]::before,
input[type="email"]:focus + input[type="color"]::before,
input[type="month"]:focus + input[type="color"]::before,
input[type="number"]:focus + input[type="color"]::before,
input[type="password"]:focus + input[type="color"]::before,
input[type="search"]:focus + input[type="color"]::before,
input[type="tel"]:focus + input[type="color"]::before,
input[type="text"]:focus + input[type="color"]::before,
input[type="time"]:focus + input[type="color"]::before,
input[type="url"]:focus + input[type="color"]::before,
input[type="week"]:focus + input[type="color"]::before,
input:not([type]):focus + input[type="color"]::before,
textarea:focus + input[type="color"]::before,
input[type="color"]:focus + input[type="date"]::before,
input[type="date"]:focus + input[type="date"]::before,
input[type="datetime"]:focus + input[type="date"]::before,
input[type="datetime-local"]:focus + input[type="date"]::before,
input[type="email"]:focus + input[type="date"]::before,
input[type="month"]:focus + input[type="date"]::before,
input[type="number"]:focus + input[type="date"]::before,
input[type="password"]:focus + input[type="date"]::before,
input[type="search"]:focus + input[type="date"]::before,
input[type="tel"]:focus + input[type="date"]::before,
input[type="text"]:focus + input[type="date"]::before,
input[type="time"]:focus + input[type="date"]::before,
input[type="url"]:focus + input[type="date"]::before,
input[type="week"]:focus + input[type="date"]::before,
input:not([type]):focus + input[type="date"]::before,
textarea:focus + input[type="date"]::before,
input[type="color"]:focus + input[type="datetime"]::before,
input[type="date"]:focus + input[type="datetime"]::before,
input[type="datetime"]:focus + input[type="datetime"]::before,
input[type="datetime-local"]:focus + input[type="datetime"]::before,
input[type="email"]:focus + input[type="datetime"]::before,
input[type="month"]:focus + input[type="datetime"]::before,
input[type="number"]:focus + input[type="datetime"]::before,
input[type="password"]:focus + input[type="datetime"]::before,
input[type="search"]:focus + input[type="datetime"]::before,
input[type="tel"]:focus + input[type="datetime"]::before,
input[type="text"]:focus + input[type="datetime"]::before,
input[type="time"]:focus + input[type="datetime"]::before,
input[type="url"]:focus + input[type="datetime"]::before,
input[type="week"]:focus + input[type="datetime"]::before,
input:not([type]):focus + input[type="datetime"]::before,
textarea:focus + input[type="datetime"]::before,
input[type="color"]:focus + input[type="datetime-local"]::before,
input[type="date"]:focus + input[type="datetime-local"]::before,
input[type="datetime"]:focus + input[type="datetime-local"]::before,
input[type="datetime-local"]:focus + input[type="datetime-local"]::before,
input[type="email"]:focus + input[type="datetime-local"]::before,
input[type="month"]:focus + input[type="datetime-local"]::before,
input[type="number"]:focus + input[type="datetime-local"]::before,
input[type="password"]:focus + input[type="datetime-local"]::before,
input[type="search"]:focus + input[type="datetime-local"]::before,
input[type="tel"]:focus + input[type="datetime-local"]::before,
input[type="text"]:focus + input[type="datetime-local"]::before,
input[type="time"]:focus + input[type="datetime-local"]::before,
input[type="url"]:focus + input[type="datetime-local"]::before,
input[type="week"]:focus + input[type="datetime-local"]::before,
input:not([type]):focus + input[type="datetime-local"]::before,
textarea:focus + input[type="datetime-local"]::before,
input[type="color"]:focus + input[type="email"]::before,
input[type="date"]:focus + input[type="email"]::before,
input[type="datetime"]:focus + input[type="email"]::before,
input[type="datetime-local"]:focus + input[type="email"]::before,
input[type="email"]:focus + input[type="email"]::before,
input[type="month"]:focus + input[type="email"]::before,
input[type="number"]:focus + input[type="email"]::before,
input[type="password"]:focus + input[type="email"]::before,
input[type="search"]:focus + input[type="email"]::before,
input[type="tel"]:focus + input[type="email"]::before,
input[type="text"]:focus + input[type="email"]::before,
input[type="time"]:focus + input[type="email"]::before,
input[type="url"]:focus + input[type="email"]::before,
input[type="week"]:focus + input[type="email"]::before,
input:not([type]):focus + input[type="email"]::before,
textarea:focus + input[type="email"]::before,
input[type="color"]:focus + input[type="month"]::before,
input[type="date"]:focus + input[type="month"]::before,
input[type="datetime"]:focus + input[type="month"]::before,
input[type="datetime-local"]:focus + input[type="month"]::before,
input[type="email"]:focus + input[type="month"]::before,
input[type="month"]:focus + input[type="month"]::before,
input[type="number"]:focus + input[type="month"]::before,
input[type="password"]:focus + input[type="month"]::before,
input[type="search"]:focus + input[type="month"]::before,
input[type="tel"]:focus + input[type="month"]::before,
input[type="text"]:focus + input[type="month"]::before,
input[type="time"]:focus + input[type="month"]::before,
input[type="url"]:focus + input[type="month"]::before,
input[type="week"]:focus + input[type="month"]::before,
input:not([type]):focus + input[type="month"]::before,
textarea:focus + input[type="month"]::before,
input[type="color"]:focus + input[type="number"]::before,
input[type="date"]:focus + input[type="number"]::before,
input[type="datetime"]:focus + input[type="number"]::before,
input[type="datetime-local"]:focus + input[type="number"]::before,
input[type="email"]:focus + input[type="number"]::before,
input[type="month"]:focus + input[type="number"]::before,
input[type="number"]:focus + input[type="number"]::before,
input[type="password"]:focus + input[type="number"]::before,
input[type="search"]:focus + input[type="number"]::before,
input[type="tel"]:focus + input[type="number"]::before,
input[type="text"]:focus + input[type="number"]::before,
input[type="time"]:focus + input[type="number"]::before,
input[type="url"]:focus + input[type="number"]::before,
input[type="week"]:focus + input[type="number"]::before,
input:not([type]):focus + input[type="number"]::before,
textarea:focus + input[type="number"]::before,
input[type="color"]:focus + input[type="password"]::before,
input[type="date"]:focus + input[type="password"]::before,
input[type="datetime"]:focus + input[type="password"]::before,
input[type="datetime-local"]:focus + input[type="password"]::before,
input[type="email"]:focus + input[type="password"]::before,
input[type="month"]:focus + input[type="password"]::before,
input[type="number"]:focus + input[type="password"]::before,
input[type="password"]:focus + input[type="password"]::before,
input[type="search"]:focus + input[type="password"]::before,
input[type="tel"]:focus + input[type="password"]::before,
input[type="text"]:focus + input[type="password"]::before,
input[type="time"]:focus + input[type="password"]::before,
input[type="url"]:focus + input[type="password"]::before,
input[type="week"]:focus + input[type="password"]::before,
input:not([type]):focus + input[type="password"]::before,
textarea:focus + input[type="password"]::before,
input[type="color"]:focus + input[type="search"]::before,
input[type="date"]:focus + input[type="search"]::before,
input[type="datetime"]:focus + input[type="search"]::before,
input[type="datetime-local"]:focus + input[type="search"]::before,
input[type="email"]:focus + input[type="search"]::before,
input[type="month"]:focus + input[type="search"]::before,
input[type="number"]:focus + input[type="search"]::before,
input[type="password"]:focus + input[type="search"]::before,
input[type="search"]:focus + input[type="search"]::before,
input[type="tel"]:focus + input[type="search"]::before,
input[type="text"]:focus + input[type="search"]::before,
input[type="time"]:focus + input[type="search"]::before,
input[type="url"]:focus + input[type="search"]::before,
input[type="week"]:focus + input[type="search"]::before,
input:not([type]):focus + input[type="search"]::before,
textarea:focus + input[type="search"]::before,
input[type="color"]:focus + input[type="tel"]::before,
input[type="date"]:focus + input[type="tel"]::before,
input[type="datetime"]:focus + input[type="tel"]::before,
input[type="datetime-local"]:focus + input[type="tel"]::before,
input[type="email"]:focus + input[type="tel"]::before,
input[type="month"]:focus + input[type="tel"]::before,
input[type="number"]:focus + input[type="tel"]::before,
input[type="password"]:focus + input[type="tel"]::before,
input[type="search"]:focus + input[type="tel"]::before,
input[type="tel"]:focus + input[type="tel"]::before,
input[type="text"]:focus + input[type="tel"]::before,
input[type="time"]:focus + input[type="tel"]::before,
input[type="url"]:focus + input[type="tel"]::before,
input[type="week"]:focus + input[type="tel"]::before,
input:not([type]):focus + input[type="tel"]::before,
textarea:focus + input[type="tel"]::before,
input[type="color"]:focus + input[type="text"]::before,
input[type="date"]:focus + input[type="text"]::before,
input[type="datetime"]:focus + input[type="text"]::before,
input[type="datetime-local"]:focus + input[type="text"]::before,
input[type="email"]:focus + input[type="text"]::before,
input[type="month"]:focus + input[type="text"]::before,
input[type="number"]:focus + input[type="text"]::before,
input[type="password"]:focus + input[type="text"]::before,
input[type="search"]:focus + input[type="text"]::before,
input[type="tel"]:focus + input[type="text"]::before,
input[type="text"]:focus + input[type="text"]::before,
input[type="time"]:focus + input[type="text"]::before,
input[type="url"]:focus + input[type="text"]::before,
input[type="week"]:focus + input[type="text"]::before,
input:not([type]):focus + input[type="text"]::before,
textarea:focus + input[type="text"]::before,
input[type="color"]:focus + input[type="time"]::before,
input[type="date"]:focus + input[type="time"]::before,
input[type="datetime"]:focus + input[type="time"]::before,
input[type="datetime-local"]:focus + input[type="time"]::before,
input[type="email"]:focus + input[type="time"]::before,
input[type="month"]:focus + input[type="time"]::before,
input[type="number"]:focus + input[type="time"]::before,
input[type="password"]:focus + input[type="time"]::before,
input[type="search"]:focus + input[type="time"]::before,
input[type="tel"]:focus + input[type="time"]::before,
input[type="text"]:focus + input[type="time"]::before,
input[type="time"]:focus + input[type="time"]::before,
input[type="url"]:focus + input[type="time"]::before,
input[type="week"]:focus + input[type="time"]::before,
input:not([type]):focus + input[type="time"]::before,
textarea:focus + input[type="time"]::before,
input[type="color"]:focus + input[type="url"]::before,
input[type="date"]:focus + input[type="url"]::before,
input[type="datetime"]:focus + input[type="url"]::before,
input[type="datetime-local"]:focus + input[type="url"]::before,
input[type="email"]:focus + input[type="url"]::before,
input[type="month"]:focus + input[type="url"]::before,
input[type="number"]:focus + input[type="url"]::before,
input[type="password"]:focus + input[type="url"]::before,
input[type="search"]:focus + input[type="url"]::before,
input[type="tel"]:focus + input[type="url"]::before,
input[type="text"]:focus + input[type="url"]::before,
input[type="time"]:focus + input[type="url"]::before,
input[type="url"]:focus + input[type="url"]::before,
input[type="week"]:focus + input[type="url"]::before,
input:not([type]):focus + input[type="url"]::before,
textarea:focus + input[type="url"]::before,
input[type="color"]:focus + input[type="week"]::before,
input[type="date"]:focus + input[type="week"]::before,
input[type="datetime"]:focus + input[type="week"]::before,
input[type="datetime-local"]:focus + input[type="week"]::before,
input[type="email"]:focus + input[type="week"]::before,
input[type="month"]:focus + input[type="week"]::before,
input[type="number"]:focus + input[type="week"]::before,
input[type="password"]:focus + input[type="week"]::before,
input[type="search"]:focus + input[type="week"]::before,
input[type="tel"]:focus + input[type="week"]::before,
input[type="text"]:focus + input[type="week"]::before,
input[type="time"]:focus + input[type="week"]::before,
input[type="url"]:focus + input[type="week"]::before,
input[type="week"]:focus + input[type="week"]::before,
input:not([type]):focus + input[type="week"]::before,
textarea:focus + input[type="week"]::before,
input[type="color"]:focus + input:not([type])::before,
input[type="date"]:focus + input:not([type])::before,
input[type="datetime"]:focus + input:not([type])::before,
input[type="datetime-local"]:focus + input:not([type])::before,
input[type="email"]:focus + input:not([type])::before,
input[type="month"]:focus + input:not([type])::before,
input[type="number"]:focus + input:not([type])::before,
input[type="password"]:focus + input:not([type])::before,
input[type="search"]:focus + input:not([type])::before,
input[type="tel"]:focus + input:not([type])::before,
input[type="text"]:focus + input:not([type])::before,
input[type="time"]:focus + input:not([type])::before,
input[type="url"]:focus + input:not([type])::before,
input[type="week"]:focus + input:not([type])::before,
input:not([type]):focus + input:not([type])::before,
textarea:focus + input:not([type])::before,
input[type="color"]:focus + textarea::before,
input[type="date"]:focus + textarea::before,
input[type="datetime"]:focus + textarea::before,
input[type="datetime-local"]:focus + textarea::before,
input[type="email"]:focus + textarea::before,
input[type="month"]:focus + textarea::before,
input[type="number"]:focus + textarea::before,
input[type="password"]:focus + textarea::before,
input[type="search"]:focus + textarea::before,
input[type="tel"]:focus + textarea::before,
input[type="text"]:focus + textarea::before,
input[type="time"]:focus + textarea::before,
input[type="url"]:focus + textarea::before,
input[type="week"]:focus + textarea::before,
input:not([type]):focus + textarea::before,
textarea:focus + textarea::before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  background-color: #b24025;
}
input[type="color"]:focus + label,
input[type="date"]:focus + label,
input[type="datetime"]:focus + label,
input[type="datetime-local"]:focus + label,
input[type="email"]:focus + label,
input[type="month"]:focus + label,
input[type="number"]:focus + label,
input[type="password"]:focus + label,
input[type="search"]:focus + label,
input[type="tel"]:focus + label,
input[type="text"]:focus + label,
input[type="time"]:focus + label,
input[type="url"]:focus + label,
input[type="week"]:focus + label,
input:not([type]):focus + label,
textarea:focus + label {
  pointer-events: none;
}
input[type="color"]:focus + label::after,
input[type="date"]:focus + label::after,
input[type="datetime"]:focus + label::after,
input[type="datetime-local"]:focus + label::after,
input[type="email"]:focus + label::after,
input[type="month"]:focus + label::after,
input[type="number"]:focus + label::after,
input[type="password"]:focus + label::after,
input[type="search"]:focus + label::after,
input[type="tel"]:focus + label::after,
input[type="text"]:focus + label::after,
input[type="time"]:focus + label::after,
input[type="url"]:focus + label::after,
input[type="week"]:focus + label::after,
input:not([type]):focus + label::after,
textarea:focus + label::after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
input[type="color"]:focus + label span,
input[type="date"]:focus + label span,
input[type="datetime"]:focus + label span,
input[type="datetime-local"]:focus + label span,
input[type="email"]:focus + label span,
input[type="month"]:focus + label span,
input[type="number"]:focus + label span,
input[type="password"]:focus + label span,
input[type="search"]:focus + label span,
input[type="tel"]:focus + label span,
input[type="text"]:focus + label span,
input[type="time"]:focus + label span,
input[type="url"]:focus + label span,
input[type="week"]:focus + label span,
input:not([type]):focus + label span,
textarea:focus + label span {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 0;
}
input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
input:not([type]):disabled,
textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input[type="color"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="datetime"]:disabled:hover,
input[type="datetime-local"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="month"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="text"]:disabled:hover,
input[type="time"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="week"]:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover {
  border: 1px solid #dbd9d6;
}

textarea {
  padding: 0.75em 1em;
  border: 2px solid #dbd9d6;
  border-bottom: none;
  resize: vertical;
}

input[type="search"] {
  appearance: none;
}
input[type="search"]::after {
  position: absolute;
  top: 1.5rem;
  right: 0.3125rem;
  font-family: "FontAwesome";
  content: "\f002";
  color: #dbd9d6;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  max-width: 100%;
  width: auto;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 1.5em;
  line-height: 2.25;
}
@media screen and (min-width: 1440px) {
  ul,
  ol {
    font-size: 1.125rem;
  }
}

.entry-content ul {
  list-style: none;
  position: relative;
}
.entry-content ul li {
  position: relative;
}
.entry-content ul li::before {
  font-family: "FontAwesome";
  content: "\f111";
  color: #81cfe0;
  font-size: 10px;
  line-height: 48px;
  position: absolute;
  left: -16px;
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a4a3a1;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #dbd9d6;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

.font-primary {
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
}

.font-secondary {
  font-family: "CoreSansCn","Yanone Kaffeesatz", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
}

body {
  color: #1d1d1d;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 1.15rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  font-family: "CoreSansCn","Yanone Kaffeesatz", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: none;
}

h1 {
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (min-width: 767px) {
  h1 {
    font-size: 3rem;
  }
}

.h1 {
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (min-width: 767px) {
  .h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2.5rem;
  font-weight: 300;
}
.h2 {
  font-size: 2.5rem;
  font-weight: 300;
}

h3 {
  font-size: 2rem;
  font-weight: 300;
}
.h3 {
  font-size: 2rem;
  font-weight: 300;
}

h4 {
  font-size: 1.75rem;
  font-weight: 300;
}
.h4 {
  font-size: 1.75rem;
  font-weight: 300;
}

h5 {
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
.h5 {
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

h6 {
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.h6 {
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.entry h5,
.entry h6 {
  font-family: "CoreSansCn","Yanone Kaffeesatz", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
}

/* Subheadings */
.subheading {
  font-family: Georgia, serif;
  font-weight: normal;
}

/* Text-Related Elements */
p,
.p {
  margin: 0 auto 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 1440px) {
  p,
  .p {
    font-size: 1.125rem;
  }
}
p.intro {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 1440px) {
  p.intro {
    font-size: 1.3125rem;
  }
}

a {
  -webkit-transition: color 150ms ease;
  -moz-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #22798d;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  color: #619ba8;
}

b,
strong {
  font-weight: 600;
}

hr {
  margin: 1.5em auto;
  border: 0;
  width: 80%;
  height: 6px;
  background: #dbd9d6;
}
hr::after {
  clear: both;
  content: "";
  display: table;
}

abbr {
  border-bottom: 1px dotted #4d5152;
  cursor: help;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

.address,
address {
  font-size: 1.125rem;
}
@media screen and (min-width: 1025px) {
  .address,
  address {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 1440px) {
  .address,
  address {
    font-size: 1.75rem;
  }
}

/* Blockquote */
blockquote {
  padding: 0;
  margin: 0 0 1.5em;
  font-family: Georgia;
  font-weight: 400;
  font-style: italic;
  border-left: 3px solid #66665d;
  font-size: 1.25rem;
}
@media screen and (min-width: 1025px) {
  blockquote {
    margin-top: 0;
    margin-right: 0;
    margin-left: 1.5em;
    font-size: 1.5rem;
  }
}
blockquote p {
  margin-top: 1em;
  margin-bottom: 3em;
  padding-left: 1em;
}

.instagram {
  /*
 *  Default theme overrides - Owl Carousel CSS File
 */
}
.instagram::after {
  clear: both;
  content: "";
  display: table;
}
.instagram .heading {
  text-align: center;
}
.instagram #instafeed a {
  margin: 0.125rem;
  float: left;
  width: calc(33% - 4px);
}
@media screen and (min-width: 601px) {
  .instagram #instafeed a {
    width: calc(16.666667% - 4px);
  }
}
@media screen and (min-width: 1025px) {
  .instagram #instafeed a {
    width: calc(8.333333% - 4px);
  }
}
.instagram #instafeed a img {
  display: block;
  border-radius: 3px;
}
.instagram .owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 32px);
  width: 100%;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.instagram .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-family: "FontAwesome", "Font Awesome", "font-awesome";
  font-size: 18px;
  margin: 5px;
  text-align: center;
  background: rgba(129, 207, 224, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.instagram .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.instagram .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.instagram .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  padding: 0px 12px 0 10px;
}
.instagram .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 32px;
  padding: 0px 10px 0 12px;
}
.instagram .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.instagram .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.instagram .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.instagram .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #81cfe0;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.instagram .owl-theme .owl-dots .owl-dot.active span,
.instagram .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
  Docs at http://http://simpleweatherjs.com

  Look inspired by http://www.degreees.com/
  Used for demo purposes.

  Weather icon font from http://fonts.artill.de/collection/artill-weather-icons

  DO NOT hotlink the assets/font included in this demo. If you wish to use the same font icon then download it to your local assets at the link above. If you use the links below odds are at some point they will be removed and your version will break.
*/
@font-face {
  font-family: "weather";
  src: url("./css/font/fonts/artill_clean_icons-webfont.eot");
  src: url("./css/font/fonts/artill_clean_icons-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("./css/font/fonts/artill_clean_icons-webfont.woff") format("woff"),
    url("./css/font/fonts/artill_clean_icons-webfont.ttf") format("truetype"),
    url("./css/font/fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-0:before {
  content: ":";
}

.icon-1:before {
  content: "p";
}

.icon-2:before {
  content: "S";
}

.icon-3:before {
  content: "Q";
}

.icon-4:before {
  content: "S";
}

.icon-5:before {
  content: "W";
}

.icon-6:before {
  content: "W";
}

.icon-7:before {
  content: "W";
}

.icon-8:before {
  content: "W";
}

.icon-9:before {
  content: "I";
}

.icon-10:before {
  content: "W";
}

.icon-11:before {
  content: "I";
}

.icon-12:before {
  content: "I";
}

.icon-13:before {
  content: "I";
}

.icon-14:before {
  content: "I";
}

.icon-15:before {
  content: "W";
}

.icon-16:before {
  content: "I";
}

.icon-17:before {
  content: "W";
}

.icon-18:before {
  content: "U";
}

.icon-19:before {
  content: "Z";
}

.icon-20:before {
  content: "Z";
}

.icon-21:before {
  content: "Z";
}

.icon-22:before {
  content: "Z";
}

.icon-23:before {
  content: "Z";
}

.icon-24:before {
  content: "E";
}

.icon-25:before {
  content: "E";
}

.icon-26:before {
  content: "3";
}

.icon-27:before {
  content: "a";
}

.icon-28:before {
  content: "A";
}

.icon-29:before {
  content: "a";
}

.icon-30:before {
  content: "A";
}

.icon-31:before {
  content: "6";
}

.icon-32:before {
  content: "1";
}

.icon-33:before {
  content: "6";
}

.icon-34:before {
  content: "1";
}

.icon-35:before {
  content: "W";
}

.icon-36:before {
  content: "1";
}

.icon-37:before {
  content: "S";
}

.icon-38:before {
  content: "S";
}

.icon-39:before {
  content: "S";
}

.icon-40:before {
  content: "M";
}

.icon-41:before {
  content: "W";
}

.icon-42:before {
  content: "I";
}

.icon-43:before {
  content: "W";
}

.icon-44:before {
  content: "a";
}

.icon-45:before {
  content: "S";
}

.icon-46:before {
  content: "U";
}

.icon-47:before {
  content: "S";
}

#weather {
  margin: 0 0 2rem;
  background-color: #1d1d1d;
  color: rgba(255, 255, 255, 0.75);
  padding: 1rem;
  text-align: center;
}
#weather p {
  margin: 0 auto 2rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
}
@media screen and (min-width: 767px) {
  #weather p {
    font-size: 2rem;
  }
}
#weather ul {
  margin: 0 auto;
  padding: 0;
}
#weather ul li.weather-day {
  width: calc(20% - 3px);
  display: inline-block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1;
  border-right: 3px solid #2b2b27;
}
@media screen and (min-width: 767px) {
  #weather ul li.weather-day {
    font-size: 2.25rem;
  }
}
#weather ul li.weather-day:last-child {
  border-right: none;
}
#weather ul li.weather-day i {
  color: rgba(47, 79, 119, 0.5);
  font-family: weather;
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
}
@media screen and (min-width: 767px) {
  #weather ul li.weather-day i {
    font-size: 3.75rem;
  }
}
#weather ul li.weather-day span.day {
  display: block;
  clear: both;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #53534c;
  text-transform: uppercase;
}

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  padding: 0.8125rem 0.9375rem;
  margin: 0 4px 0 0;
  font-weight: 600;
  font-size: 0.8125rem;
  display: inline-block;
  list-style: none;
  cursor: pointer;
  float: left;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .resp-tabs-list li {
    width: -webkit-calc(20% - 4px);
    width: calc(20% - 4px);
  }
}
.resp-tabs-list li img {
  float: left;
}
@media screen and (min-width: 767px) {
  .resp-tabs-list li img {
    margin: 0 auto;
    float: none;
    max-width: 48px;
    display: block;
  }
}

.resp-accordion::after {
  clear: both;
  content: "";
  display: table;
}

.resp-accordion img {
  float: left;
  max-width: 32px;
  margin-right: 16px;
}
@media screen and (min-width: 767px) {
  .resp-accordion img {
    margin: 0 auto;
    float: none;
    display: block;
  }
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-content {
  display: none;
  padding: 15px;
  border: none;
}

.resp-tab-active {
  border: none;
  border-bottom: none;
  margin-bottom: -3px !important;
  padding: 12px 14px 14px 14px !important;
  border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #ffffff;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: none;
}

h2.resp-accordion {
  padding: 10px 15px;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #dbd9d6;
  border-top: 0px solid #dbd9d6;
}

h2.resp-tab-active {
  border-bottom: 0px solid #dbd9d6 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #dbd9d6 !important;
  background: #0e3c6c;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  margin: 0 0 4px;
  display: block;
  padding: 15px 15px !important;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #4d5152;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 3px solid #81cfe0 !important;
  border-left: 4px solid #81cfe0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #fff solid !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 16px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #dbd9d6;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #81cfe0;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #dbdbdb;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
  /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
  /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 35%;
  width: 97%;
}
.owl-carousel .owl-nav::after {
  clear: both;
  content: "";
  display: table;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 5px;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 5px;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: rgba(129, 207, 224, 0.5);
  border-radius: 99em;
  width: 25px;
  height: 25px;
  padding: 0;
  line-height: 25px;
}

body {
  top: 0 !important;
}

#google_translate_element {
  display: none;
}

.goog-te-banner-frame {
  display: none;
}

.translation-icons {
  margin-right: 0 !important;
  text-align: right;
}

.translation-icons a {
  display: inline-block;
  margin: 0;
  width: 32px;
}

.translation-icons a img {
  width: 32px;
  height: auto;
  display: block;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.clear {
  clear: both;
}

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .group,
*:first-child + html .group {
  zoom: 1;
}

.alignleft {
  margin: 0 auto 3em;
  height: auto;
  width: auto;
  max-width: 100% !important;
}
@media screen and (min-width: 601px) {
  .alignleft {
    margin-top: 0;
    margin-right: 2rem;
    margin-bottom: 2rem;
    width: auto !important;
    float: left;
    clear: left;
  }
}

.alignright {
  margin: 0 auto 3em;
  height: auto;
  width: auto;
  max-width: 100% !important;
}
@media screen and (min-width: 601px) {
  .alignright {
    margin-top: 0;
    margin-bottom: 2rem;
    margin-left: 2rem;
    width: auto !important;
    float: right;
    clear: right;
  }
}

.aligncenter {
  display: block;
  margin: 3em auto;
  height: auto;
}

.inline-form .search-field {
  padding-right: 3em;
  display: inline-block;
  width: auto !important;
  border: 2px solid #dbd9d6 !important;
  border-radius: 0 !important;
}

.inline-form .search-submit {
  background: none;
  padding: 0.78em 1em;
  border: 0;
  border-left: 1px solid gray;
  color: gray;
}

.inline-form input[type="submit"],
.inline-form button,
.inline-form .btn {
  padding: 0.68rem 1.3rem;
  position: relative;
  top: 0;
  right: 6px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  font-size: 0.875em;
  height: 41px;
  background: #333333;
  border: 2px solid #dbd9d6 !important;
  border-radius: 0 !important;
  z-index: 1;
  width: auto;
  vertical-align: top;
}
.inline-form input[type="submit"]:hover,
.inline-form button:hover,
.inline-form .btn:hover {
  background: gray;
  color: white;
}

span[class*="button"] a {
  color: #ffffff;
}

body.logged-in.admin-bar {
  top: -32px !important;
}

.embedHolder {
  margin-right: auto;
  margin-left: auto;
  max-width: 45em;
}

.embedContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embedContainer iframe,
.embedContainer object,
.embedContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map_canvas {
  height: 400px;
}

img[src$=".gif"] {
  width: initial;
}

.pdfIcon::before {
  content: url("./images/icons/pdf-icon.png");
  margin-right: 5px;
  vertical-align: -webkit-baseline-middle;
}

.cf::after {
  clear: both;
  content: "";
  display: table;
}

#goTop {
  position: fixed;
  bottom: 0.25em;
  right: 0.25em;
  color: #efbfb4;
  font-size: 2em;
  z-index: 9999;
}
#goTop:hover {
  border: none;
}

@media screen and (min-width: 1025px) {
  #sb-site {
    padding-top: 120px !important;
    transform: none;
  }
}

.container {
  padding-right: 1rem;
  padding-left: 1rem;
}

.boxData {
  padding: 1rem;
  background-color: #fcfcfc;
}

.scrolloff {
  pointer-events: none !important;
}

@media only screen and (min-width: 1024px) {
  .hidden-mobile {
    display: none !important;
  }
}

.container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
  max-width: 90rem;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

.alert,
.message,
.success {
  padding: 1rem 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.925em;
}

.alert {
  color: #b24025;
  background-color: rgba(178, 64, 37, 0.1);
}

.message {
  color: #bb9208;
  background-color: rgba(187, 146, 8, 0.1);
}

.success {
  color: #67672b;
  background-color: rgba(103, 103, 43, 0.1);
}

.breadCrumbsContainer {
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: rgba(129, 207, 224, 0.05);
  background-image: -webkit-linear-gradient(
    -360deg,
    rgba(129, 207, 224, 0.05),
    #ffffff
  );
  background-image: linear-gradient(90deg, rgba(129, 207, 224, 0.05), #ffffff);
}
.breadCrumbsContainer::after {
  clear: both;
  content: "";
  display: table;
}
.breadCrumbsContainer ul {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 6px;
  padding-left: 6px;
  height: 38px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
  list-style: none;
}
.breadCrumbsContainer ul::after {
  clear: both;
  content: "";
  display: table;
}
.breadCrumbsContainer ul li {
  display: inline-block;
  line-height: 38px;
  text-align: center;
  margin-right: 12px;
}
.breadCrumbsContainer ul li a {
  line-height: 38px;
  display: inline-block;
  color: #81cfe0;
}
.breadCrumbsContainer ul li a:hover {
  color: #80cfe0;
}
.breadCrumbsContainer ul i {
  font-size: 0.625rem;
}

.pagination {
  border-top: 1px solid #dbd9d6;
}
.pagination::after {
  clear: both;
  content: "";
  display: table;
}
.pagination .next {
  height: 80px;
}
@media screen and (min-width: 767px) {
  .pagination .next {
    width: 50%;
    float: right;
    height: 100px;
  }
}
.pagination .next i {
  position: absolute;
  top: 12px;
  right: 16px;
}
@media screen and (min-width: 767px) {
  .pagination .next i {
    top: 27px;
  }
}
.pagination .prev {
  height: 80px;
  border-bottom: 1px solid #dbd9d6;
}
@media screen and (min-width: 767px) {
  .pagination .prev {
    float: left;
    width: calc(50% - 1px);
    height: 100px;
    border-right: 1px solid #dbd9d6;
  }
}
.pagination .prev i {
  position: absolute;
  top: 12px;
  left: 16px;
}
@media screen and (min-width: 767px) {
  .pagination .prev i {
    top: 27px;
  }
}
.pagination .next,
.pagination .prev {
  position: relative;
}
.pagination .next i,
.pagination .prev i {
  font-size: 42px;
  color: #4d5152;
}
.pagination .next p,
.pagination .prev p {
  margin: 16px 0 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #dbd9d6;
}
@media screen and (min-width: 767px) {
  .pagination .next p,
  .pagination .prev p {
    margin: 20px 0 0;
  }
}
.pagination .next h5,
.pagination .prev h5 {
  text-align: center;
  color: #4d5152;
  font-weight: 700;
  font-size: 1.125rem;
}

.footerNav::after {
  clear: both;
  content: "";
  display: table;
}

.footerNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footerNav ul li {
  font-size: 1rem;
  line-height: 2;
}
.footerNav ul li a {
  font-weight: 500;
  color: #ffffff;
}

@media screen and (min-width: 1240px) {
  .footerNav ul {
    width: 25%;
    float: left;
  }
}

.fleetPosts {
  padding: 4rem 0;
  background-position: 0 100%;
  background-color: #4d5152;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.fleetPosts::after {
  clear: both;
  content: "";
  display: table;
}
.fleetPosts h2 {
  display: inline-block;
  width: 100%;
  color: #ffffff;
}
.fleetPosts h2 i {
  font-size: 32px;
}
.fleetPosts .instagram-carousel {
  margin-top: 0;
  margin-bottom: 4rem;
}
.fleetPosts .cruises {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: block;
  width: 100%;
}
.fleetPosts .cruises li {
  padding: 4px 24px;
  font-weight: 500;
  font-size: 1rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .fleetPosts .cruises li {
    padding: 24px;
    display: inline-block;
  }
}
.fleetPosts .cruises li a {
  text-align: center;
  display: block;
  cursor: pointer;
}
.fleetPosts .cruises li a img {
  margin-right: 12px;
  margin-bottom: -4px;
  width: 24px;
  height: auto;
  border-radius: 99px;
  /* background-color: rgba(243, 196, 43, 1); */
}
@media screen and (min-width: 601px) {
  .fleetPosts .cruises li a img {
    /* padding: 4px; */
    margin: 0 auto;
    width: 48px;
    display: block;
    clear: both;
  }
}

footer.pageFooter {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e3c6c;
}
footer.pageFooter::after {
  clear: both;
  content: "";
  display: table;
}
footer.pageFooter .logo img {
  max-height: 28px;
}
footer.pageFooter .logo {
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  footer.pageFooter .logo {
    margin: 0 5% 0 0;
    display: block;
    /* float: left; */
    /* width: 20%; */
  }
}
footer.pageFooter .logo svg {
  max-width: 280px;
}
footer.pageFooter .logo svg #wordmark path {
  fill: #ffffff !important;
}
footer.pageFooter .footerNav {
  text-align: center;
}
.footer-logo-nav {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media screen and (min-width: 767px) {
  footer.pageFooter .footerNav {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
   .footer-logo-nav {
    text-align: left;
    display: flex;
    padding-top: 3rem;
    padding-bottom: 3rem;
   } 
  footer.pageFooter .footerNav {
    /* float: left; */
    /* width: 75%; */
  }
}
footer.pageFooter .footerNav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}
@media screen and (min-width: 1025px) {
  footer.pageFooter .footerNav ul {
    text-align: right;
  }
}
footer.pageFooter .footerNav ul li {
  margin: 0.5rem 1rem;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  footer.pageFooter .footerNav ul li {
    margin: 0 1rem;
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  footer.pageFooter .footerNav ul li:last-child {
    margin-right: 0;
  }
}
footer.pageFooter .footerNav ul li a {
  display: block;
}
footer.pageFooter .footerNav ul li a:hover {
  color: #81cfe0;
}
footer.pageFooter .copyright {
  display: none;
}
@media screen and (min-width: 767px) {
  footer.pageFooter .copyright {
    margin-top: 1.5rem;
    display: block;
    float: left;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
  }
  footer.pageFooter .copyright a {
    text-decoration: underline;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
  }
  footer.pageFooter .copyright a:hover {
    color: white;
  }
}
footer.pageFooter .social {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  footer.pageFooter .social {
    float: right;
  }
}
footer.pageFooter .social a {
  padding: 0.25rem;
  background-color: rgba(255, 255, 255, 0.25);
  width: 32px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
}
footer.pageFooter .citypassFooter {
  margin: 10px auto;
  display: block;
}
@media screen and (min-width: 767px) {
  footer.pageFooter .citypassFooter {
    float: right;
    margin: 10px 20px;
  }
}

.liveAgent {
  position: fixed;
  right: 32px;
  bottom: 0;
  padding: 0 0.75rem;
  width: 235px;
  height: 32px;
  background-color: #81cfe0;
  z-index: 999999;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  line-height: 2rem;
  font-size: 0.875rem;
}
.liveAgent i {
  position: absolute;
  right: 0;
  padding: 0 0.75rem;
  margin-left: 10px;
  line-height: 2rem;
  font-size: 1.125rem;
  border-radius: 0px 5px 0 0;
  border-left: 1px solid rgba(0, 39, 93, 0.2);
  background-color: rgba(0, 39, 93, 0.15);
}

/*------------------- VARIABLES -------------------*/
/*------------------- MIXINS -------------------*/
/*------------------- DEFAULT FORMS -------------------*/
label {
  color: #1d1d1d;
  font-weight: 600;
  margin-bottom: 0rem;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="file"],
input[type="date"],
textarea,
select {
  padding: 8px;
  background: #ffffff;
  color: #66665d;
  border: 1px solid #dbd9d6;
  border-radius: 2px;
  line-height: normal;
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #1d1d1d;
  outline: none;
}

.gform_body .sod_select {
  border: 1px solid #dbd9d6;
  border-radius: 2px;
  box-shadow: none;
}
.gform_body .sod_select:focus {
  border-color: #1d1d1d;
  outline: none;
  box-shadow: none;
}
.gform_body .sod_select .sod_list_wrapper {
  border-color: #1d1d1d;
}

input[type="file"]:hover {
  cursor: pointer;
}

input[type="search"] {
  width: auto;
  display: inline-block;
}

select {
  height: 3em;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  display: inline-block;
  border: 1px solid #dbd9d6;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  line-height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  content: "\f00c";
  font-weight: 600;
  text-transform: none;
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 28px;
  line-height: 12px;
  position: relative;
  top: -3px;
  margin-bottom: 0px;
  color: #2f4f77;
}
input[type="checkbox"]:checked:before:focus,
input[type="radio"]:checked:before:focus {
  outline: none;
  outline: 0 !important;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
  outline: 0 !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*------------------- GRAVITY FORMS SPECIFIC STYLES -------------------*/
.ginput_complex::after,
.clear-multi::after,
.ginput_full::after,
.gf_list_2col::after,
.gf_list_3col::after,
.gf_list_4col::after,
.gf_list_5col::after,
.gf_list_inline::after,
.gf_page_steps::after,
.ui-datepicker-header::after {
  clear: both;
  content: "";
  display: table;
}

.gform_heading {
  padding: 0 0 1.5rem;
  font-size: 1rem;
  border-bottom: 1px solid #f0f2f2;
}

.gsection {
  border-bottom: 1px solid #abb7b7;
}

.gfield_required {
  color: #e74c3c;
  padding-left: 2px;
}

.ginput_complex label {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 13px;
}

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

.gfield {
  margin: 0 0 1rem;
}
.gfield::after {
  clear: both;
  content: "";
  display: table;
}

.gfield_description {
  font-size: 14px;
  font-size: 0.0703125rem;
  font-style: italic;
}

.validation_message {
  font-style: normal;
}

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gfield_checkbox label,
.gfield_radio label {
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 32px;
  margin-top: -3px;
  vertical-align: top;
}
.gfield_checkbox.floating li,
.gfield_radio.floating li {
  float: left;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .gfield_checkbox.floating li,
  .gfield_radio.floating li {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .gfield_checkbox.floating li,
  .gfield_radio.floating li {
    width: 33%;
  }
}

.gfield_radio input[type="text"] {
  width: auto;
  display: inline-block;
  float: none;
}

[class^="address"] label,
[class*="address"] label {
  margin-bottom: 1em;
}

.ginput_complex .ginput_left {
  width: 49%;
  float: left;
  clear: left;
}

.ginput_complex .ginput_right {
  width: 49%;
  float: right;
  clear: right;
}

.name_prefix {
  width: 10%;
  float: left;
  margin-right: 1%;
}

.name_first {
  width: 39%;
  float: left;
  margin-right: 1%;
}

.name_last {
  width: 39%;
  float: left;
  margin-right: 1%;
}

.name_suffix {
  width: 9%;
  float: right;
}

input.datepicker_with_icon {
  display: inline-block;
  width: auto;
}

.gfield_date_month,
.gfield_date_dropdown_month {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}

.gfield_date_day,
.gfield_date_dropdown_day {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}

.gfield_date_year,
.gfield_date_dropdown_year {
  display: inline-block;
  width: auto;
}

.gfield_time_hour {
  float: left;
  margin-right: 1%;
}
.gfield_time_hour input {
  width: inherit;
  display: inline-block;
}
.gfield_time_hour label {
  display: block;
}

.gfield_time_minute {
  width: 30%;
  float: left;
  margin-right: 1%;
}

.gfield_time_ampm {
  width: 20%;
  float: left;
  margin-right: 1%;
}

.gfield,
.gform_footer {
  clear: both;
  vertical-align: top;
}

.gform_footer {
  margin-bottom: 4rem;
}

.gf_left_half {
  width: 49%;
  float: left;
  clear: left;
}

.gf_right_half {
  width: 49%;
  float: right;
  clear: right;
}

.gf_left_third {
  clear: none;
  width: 32.5%;
  float: left;
  margin-right: 1.25%;
}

.gf_middle_third {
  clear: none;
  width: 32.5%;
  float: left;
}

.gf_right_third {
  clear: none;
  width: 32.5%;
  float: right;
}

.gf_inline {
  width: auto;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}

.gf_list_2col li {
  width: 50%;
  float: left;
}

.gf_list_3col li {
  width: 33%;
  float: left;
}

.gf_list_4col li {
  width: 25%;
  float: left;
}

.gf_list_5col li {
  width: 20%;
  float: left;
}

.gf_list_inline li {
  display: inline-block;
  margin-right: 1%;
}

.gf_list_height_25 li {
  height: 25px;
}

.gf_list_height_50 li {
  height: 50px;
}

.gf_list_height_75 li {
  height: 75px;
}

.gf_list_height_100 li {
  height: 100px;
}

.gf_list_height_125 li {
  height: 125px;
}

.gf_list_height_150 li {
  height: 150px;
}

.gfield_list {
  margin: 0;
}

.gfield_list > tbody > tr:nth-child(odd) > td,
.gfield_list > tbody > tr:nth-child(odd) > th {
  background: none;
  line-height: normal;
  padding: 0;
  border: 0;
}

.gfield_list > thead > tr > th {
  border: 0;
}

.gf_scroll_text {
  padding: 12px;
  border: 1px solid #cecece;
  height: 180px;
  overflow: auto;
}
.gf_scroll_text p:last-of-type {
  margin-bottom: 0;
}

.gf_hide_ampm .gfield_time_ampm {
  display: none;
}

.gf_hide_charleft .charleft {
  display: none;
}

.gf_page_steps {
  line-height: 1;
}

.gf_step {
  display: inline-block;
  opacity: 0.2;
  margin-right: 1%;
}
.gf_step:last-of-type {
  margin-right: 0;
}

.gf_step_active {
  opacity: 1;
}

.gf_step_number {
  font-weight: bold;
  font-size: 150%;
}

.gfield_error {
  padding: 0.84375em;
  border: 1px solid #dbd9d6;
  border-left-width: 5px;
  border-left-color: #e74c3c;
}
.gfield_error > label,
.gfield_error .validation_message {
  color: #e74c3c;
}
.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  border-color: #e74c3c;
}
.gfield_error input:focus,
.gfield_error textarea:focus,
.gfield_error select:focus {
  border-color: #d62c1a;
}

.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}

.ui-datepicker {
  background: #ffffff;
  border: 1px solid #4d5152;
}

.ui-datepicker-prev {
  width: 20%;
  float: left;
}

.ui-datepicker-next {
  width: 20%;
  float: right;
}

.ui-datepicker-title {
  width: 60%;
  float: left;
}
.ui-datepicker-title select {
  width: auto;
  display: inline-block;
}

/* add SVG background image support for retina devices -------------------------------*/
img.add_list_item {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgNTEyYy0xNDEuMzc1IDAtMjU2LTExNC42MDktMjU2LTI1NnMxMTQuNjI1LTI1NiAyNTYtMjU2YzE0MS4zOTEgMCAyNTYgMTE0LjYwOSAyNTYgMjU2cy0xMTQuNjA5IDI1Ni0yNTYgMjU2ek0yNTYgNjRjLTEwNi4wMzEgMC0xOTIgODUuOTY5LTE5MiAxOTJzODUuOTY5IDE5MiAxOTIgMTkyYzEwNi4wNDcgMCAxOTItODUuOTY5IDE5Mi0xOTJzLTg1Ljk1My0xOTItMTkyLTE5MnpNMjg4IDM4NGgtNjR2LTk2aC05NnYtNjRoOTZ2LTk2aDY0djk2aDk2djY0aC05NnY5NnoiPjwvcGF0aD48L3N2Zz4=);
}

img.delete_list_item {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgMGMtMTQxLjM3NSAwLTI1NiAxMTQuNjI1LTI1NiAyNTYgMCAxNDEuMzkxIDExNC42MjUgMjU2IDI1NiAyNTYgMTQxLjM5MSAwIDI1Ni0xMTQuNjA5IDI1Ni0yNTYgMC0xNDEuMzc1LTExNC42MDktMjU2LTI1Ni0yNTZ6TTI1NiA0NDhjLTEwNi4wMzEgMC0xOTItODUuOTY5LTE5Mi0xOTJzODUuOTY5LTE5MiAxOTItMTkyYzEwNi4wNDcgMCAxOTIgODUuOTY5IDE5MiAxOTJzLTg1Ljk1MyAxOTItMTkyIDE5MnpNMTI4IDI4OGgyNTZ2LTY0aC0yNTZ2NjR6Ij48L3BhdGg+PC9zdmc+);
}

img.add_list_item,
img.delete_list_item {
  width: 1em;
  height: 1em;
  background-size: 1em 1em;
  opacity: 0.5;
}

img.add_list_item:hover,
img.add_list_item:active,
img.delete_list_item:hover,
img.delete_list_item:active {
  opacity: 1;
}

/* css based ajax loader http://tobiasahlin.com/spinkit/ */
.cssSpinner {
  margin: -10px 20px;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.cssSpinner .cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cssSpinner .cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: foldCubeAngle 2.4s infinite linear both;
  animation: foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.cssSpinner .cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.cssSpinner .cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.cssSpinner .cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.cssSpinner .cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.cssSpinner .cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.cssSpinner .cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

header.siteHeader {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(77, 81, 82, 0.2);
}
header.siteHeader .fa-reorder {
  margin-right: 0;
  margin-left: 1rem;
  font-size: 1.875rem;
  line-height: 40px;
  float: right;
}
header.siteHeader .container {
  position: relative;
  height: 100%;
}
header.siteHeader .siteTitle {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
header.siteHeader .headerLogo {
  position: absolute;
  top: 4px;
  left: 16px;
  width: 210px;
}
@media screen and (min-width: 601px) {
  header.siteHeader .headerLogo {
    top: 0;
    width: 360px;
  }
}
header.siteHeader .headerLogo svg,
header.siteHeader .headerLogo img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 0;
  height: auto;
  width: 100%;
  max-width: 210px;
}
@media screen and (min-width: 601px) {
  header.siteHeader .headerLogo svg,
  header.siteHeader .headerLogo img {
    max-width: 300px;
  }
}
header.siteHeader .buttons {
  position: absolute;
  top: 3px;
  right: 56px;
  list-style: none;
  display: block;
  font-size: 0.875rem;
}
header.siteHeader .buttons li {
  margin-right: 16px;
  margin-left: 0;
  float: left;
  display: block;
}
header.siteHeader .buttons li.lang {
  margin-right: 6px;
  margin-left: 6px;
}
header.siteHeader .buttons li a img {
  display: inline;
  height: 16px;
  max-height: 16px;
  width: 22px;
  vertical-align: middle;
}
header.siteHeader .buttons li.headerMap,
header.siteHeader .buttons li.headerPhone {
  display: none;
}
header.siteHeader .buttons #google_translate_element {
  display: none;
}
@media screen and (min-width: 601px) {
  header.siteHeader .buttons #google_translate_element {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  header.siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
    height: 124px;
    width: 100%;
    z-index: 50;
    border-bottom: none;
  }
  header.siteHeader .headerLogo {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 400px;
  }
  header.siteHeader .headerLogo svg,
  header.siteHeader .headerLogo img {
    max-width: 100%;
  }
  header.siteHeader.header-small {
    top: -84px;
  }
  header.siteHeader .fa-reorder {
    display: none;
  }
  header.siteHeader .buttons {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #1d1d1d;
  }
  header.siteHeader .buttons li.lang {
    margin-right: 3px;
    margin-left: 3px;
  }
  header.siteHeader .buttons li a img {
    max-height: 24px;
    width: 32px;
  }
  header.siteHeader .buttons li.headerMap,
  header.siteHeader .buttons li.headerPhone {
    display: block;
  }
}

.mainNav {
  display: none;
}
@media screen and (min-width: 1025px) {
  .mainNav {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #0e3c6c;
    display: block;
    text-align: center;
  }
  .mainNav::after {
    clear: both;
    content: "";
    display: table;
  }
}
.mainNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: 42px;
}
.mainNav ul li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 0.5px;
  vertical-align: top;
}
/* .mainNav ul li:nth-child(4n) a i,
.mainNav ul li.cta a i {
  display: none;
} */
.mainNav ul li.cta a i {
  display: none;
}
.mainNav ul li .sub-menu li a i {
  display: none;
}
.mainNav ul li .sub-menu li:hover ul.sub-menu {
  right: -248px;
  top: 0px;
}
.mainNav ul li a {
  position: relative;
  margin: 0 14px;
  color: #ffffff;
  vertical-align: middle;
  display: block;
}
.mainNav ul li a:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #57a6cc;
}
.mainNav ul li a i {
  margin-top: -4px;
  margin-left: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.5);
}
.mainNav ul li.helper {
  position: absolute;
  left: 10px;
  font-weight: 300;
  font-size: 0.625rem;
}
.mainNav ul li.helper a {
  padding: 0;
  margin: 0;
}
.mainNav ul li.helper ul {
  width: 200px;
}
@media screen and (min-width: 1025px) {
  .mainNav ul li.phone {
    display: none;
  }
}
.mainNav ul li.cta {
  height: 51px;
  margin-top: -5px;
  line-height: 51px;
  padding: 0 1.5rem;
}
.mainNav ul li.cta a {
  margin: 0;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 2px;
}
.mainNav ul li.cta a:hover:after {
  display: none;
}
.mainNav ul li > ul {
  padding: 0;
  position: absolute;
  display: none;
  max-width: 280px;
  width: 248px;
  height: auto;
  background-color: #0e3c6c;
}
.mainNav ul li > ul:after {
  content: "";
  display: block;
  width: 100%;
}
.mainNav ul li > ul li {
  margin: 0;
  text-transform: none;
  font-size: 0.875rem;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0;
  width: 100%;
  float: none;
  display: block;
}
.mainNav ul li > ul li a {
  margin: 0;
  padding: 0.25rem 1rem;
}
.mainNav ul li > ul li a:hover {
  background-color: #003886;
}
.mainNav ul li > ul li a:hover:after {
  display: none;
}
.mainNav ul li:hover i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mainNav ul li:hover > ul {
  display: block;
}

.sb-right {
  -webkit-box-shadow: inset 6px -6px 12px #001c44;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: inset 6px -6px 12px #001c44;
  /* Firefox 3.5 - 3.6 */
  box-shadow: inset 6px -6px 12px #001c44;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  background: #0e3c6c;
}
.sb-right ul {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style-type: none;
}
.sb-right ul li {
  margin: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.sb-right ul li a {
  padding: 10px 24px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #81cfe0;
  line-height: 1.5rem;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 1px solid #002d6c;
}
.sb-right ul li a i {
  margin-top: -4px;
  margin-left: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 80%;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.75);
}
.sb-right ul li.phone a {
  background: #81cfe0 !important;
}
.sb-right ul li.phone a:hover {
  background-color: #58bfd6;
  outline: none;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .sb-right ul li.phone {
    display: none;
  }
}
.sb-right ul li.cta {
  padding: 1.5rem 0 0;
  background-color: transparent;
  float: left;
  width: 50%;
  border: none;
}
.sb-right ul li.cta:hover {
  background-color: transparent;
}
.sb-right ul li.cta:hover a {
  background-color: #b0b143;
  outline: none;
  color: #ffffff;
}
.sb-right ul li.cta a {
  background-color: #8b8c35;
  display: block;
  vertical-align: top;
  font-weight: 400;
  color: #ffffff;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.25;
}
.sb-right ul li.cta a i.fa-angle-right {
  display: none;
}
.sb-right ul li.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sb-right ul li .current-page-item {
  background: #2f4f77;
}
.sb-right ul li ul {
  padding: 0;
  margin: 0;
  display: none;
}
.sb-right ul li ul li {
  padding: 0;
  margin: 0;
}
.sb-right ul li ul li a {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 48px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.sb-right ul li ul li a:before {
  content: "// ";
  font-size: 0.25rem;
}
.sb-right ul li ul li:hover {
  background: #2f4f77;
}
.sb-right ul li.childless .fa {
  display: none;
}

.cruiseMarquee,
.pageMarquee,
.homeMarquee {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: height 0.75s ease-in-out;
  -moz-transition: height 0.75s ease-in-out;
  transition: height 0.75s ease-in-out;
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 100%;
}
.cruiseMarquee::after,
.pageMarquee::after,
.homeMarquee::after {
  clear: both;
  content: "";
  display: table;
}
.cruiseMarquee header h1,
.pageMarquee header h1,
.homeMarquee header h1 {
  color: #ffffff;
}

.homeMarquee .marqueeContainer {
  min-height: 400px;
}

.pageMarquee {
  height: 290px;
}
.pageMarquee header {
  position: absolute;
  top: 46%;
  bottom: 0;
  left: 50%; /* added 10/4/24 */
  transform: translate(-50%, 0); /* added 10/4/24 */
}
.pageMarquee header h1 {
  display: inline-block; /* added 10/4/24 */
  text-align: center;
  background: rgba(14, 60, 108, .7); /* added 10/4/24 */
  padding: 5px;} /* added 10/4/24 */
.pageMarquee header .entry-meta {
  margin-bottom: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #dbd9d6;
  font-weight: 500;
  font-size: 0.875rem;
}

.cruiseMarquee {
  height: 360px;
}
@media screen and (min-width: 767px) {
  .cruiseMarquee {
    height: 460px;
  }
}
.cruiseMarquee header {
  position: absolute;
  bottom: 8px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .cruiseMarquee header {
    position: absolute;
    bottom: 24px;
    left: 0;
  }
}
.cruiseMarquee header h1 {
  padding: 0 2rem 0 1rem;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background-color: rgba(129, 207, 224, 0.35);
}
@media screen and (min-width: 1025px) {
  .cruiseMarquee header h1 {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .cruiseMarquee header h1 {
    padding-left: 3rem;
  }
}
.cruiseMarquee header h1 img {
  margin-top: -2px;
  margin-right: 8px;
  margin-bottom: -2px;
  height: 44px;
  width: 44px;
  background-color: rgba(187, 146, 8, 0.9);
  border-radius: 99px;
  float: left;
}
@media screen and (min-width: 767px) {
  .cruiseMarquee header h1 img {
    height: 64px;
    width: 64px;
  }
}

.paginationContainer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-size: 0.75rem;
}
.paginationContainer::after {
  clear: both;
  content: "";
  display: table;
}
.paginationContainer .page-numbers {
  padding: 0.625rem 1rem;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin: 0 2px;
  border: 2px solid #b24025;
  color: #b24025;
  letter-spacing: 1px;
  font-weight: 700;
}
.paginationContainer .page-numbers:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
  z-index: -1;
  width: 0;
  height: 103%;
  background: #b24025;
  opacity: 0;
}
.paginationContainer .page-numbers:hover,
.paginationContainer .page-numbers:active {
  color: #ffffff;
}
.paginationContainer .page-numbers:hover:after,
.paginationContainer .page-numbers:active:after {
  width: 103%;
  opacity: 1;
}
.paginationContainer .current {
  background: #b24025;
  color: #ffffff;
}

.singlePostPagination {
  margin-top: 3em;
}
.singlePostPagination::after {
  clear: both;
  content: "";
  display: table;
}
.singlePostPagination p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .singlePostPagination .next-article,
  .singlePostPagination .previous-article {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
  }
  .singlePostPagination .next-article:last-child,
  .singlePostPagination .previous-article:last-child {
    margin-right: 0;
  }
}
.singlePostPagination .next-article i,
.singlePostPagination .previous-article i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 0.875em;
  margin-right: 1em;
  background: #4d5152;
  color: #ffffff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  border-radius: 99em;
  text-align: center;
}
.singlePostPagination .previous-article > div {
  float: left;
  max-width: 25rem;
}
.singlePostPagination .previous-article i {
  float: left;
}
.singlePostPagination .next-article {
  text-align: right;
}
.singlePostPagination .next-article > div {
  float: right;
  max-width: 25rem;
}
.singlePostPagination .next-article i {
  margin-right: 0;
  margin-left: 1em;
  float: right;
}
.singlePostPagination .next-article-title {
  text-transform: none;
  font-family: Georgia, serif;
}
.singlePostPagination .next-article-category {
  font-weight: 600;
}

#searchform input[type="text"] {
  padding: 0.75em 0.1em 0.25em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: inset 0 -2px 0 #4d5152;
  display: block;
  background-color: #ffffff;
  color: #4d5152;
  font-weight: 700;
  border: 1px solid #dbd9d6;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-size: 1.5rem;
}
#searchform input[type="text"] ::-webkit-input-placeholder {
  color: #4d5152;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
}
#searchform input[type="text"] :-moz-placeholder {
  /* Firefox 18- */
  color: #4d5152;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
}
#searchform input[type="text"] ::-moz-placeholder {
  /* Firefox 19+ */
  color: #4d5152;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
}
#searchform input[type="text"] :-ms-input-placeholder {
  color: #4d5152;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
}
#searchform input[type="text"]:hover {
  background-color: #ffffff;
}
#searchform input[type="text"]:focus {
  box-shadow: inset 0 -7px 0 #58bfd6;
  outline: none;
}
#searchform input[type="text"]:focus + label {
  pointer-events: none;
}
#searchform input[type="text"]:focus + label::after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#searchform input[type="text"]:focus + label span {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 0;
}
#searchform input[type="text"]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
#searchform input[type="text"]:disabled:hover {
  border: 1px solid #dbd9d6;
}

#searchform input[type="submit"] {
  height: 58px;
}

@media screen and (min-width: 1025px) {
  #searchform {
    max-width: 833px;
    margin: 0 auto;
  }
  #searchform input[type="text"] {
    width: 587px;
    margin-right: 28px;
    margin-bottom: 0;
    display: inline-block;
    font-size: 1.5em;
    vertical-align: top;
  }
}

#searchOverlay .headerSearchIcon {
  position: absolute;
  top: 66px;
  right: 16px;
  font-size: 2em;
  color: rgba(255, 255, 255, 0.8);
  z-index: 600;
  cursor: pointer;
  font-weight: 800;
}
#searchOverlay .headerSearchIcon:hover {
  color: #ffffff;
}
@media screen and (min-width: 601px) {
  #searchOverlay .headerSearchIcon {
    top: 66px;
    right: 16px;
  }
}
@media screen and (min-width: 1025px) {
  #searchOverlay .headerSearchIcon {
    top: 36px;
    right: 52px;
  }
}

.widget {
  margin-top: 0;
  margin-bottom: 2rem;
  border-radius: 2px;
  overflow: hidden;
}

.widget.widget_search,
.widget.widget_calendar {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget-title {
  margin: -1rem -1rem 1rem;
  padding: 16px;
  background-color: #2f4f77;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
}

.widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0.9375rem;
}

.widget ul.fa-ul {
  padding-left: 1.2em;
}

.widget ul ul {
  padding-left: 1em;
}

.widget li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
  list-style: none;
  border-bottom: 1px dashed #dbd9d6;
}

.widget p {
  color: #4d5152;
  font-size: 1rem;
}

.widget li a:hover,
.widget li a:hover,
.widget li.current-cat > a {
  color: #58bfd6;
}

.widget .button {
  margin: 1rem auto;
  display: inline-block;
}

.widget-thumbs .thumbs {
  margin: 0 -5px;
}

.widget-thumbs a {
  padding: 0.3125rem;
  float: left;
  width: 50%;
}

.widget-thumbs a img {
  width: 100%;
}

.widget.widget_search form,
.widget.widget_search form input {
  margin-bottom: 0;
}

#content .searchform {
  position: relative;
}

#content .searchform input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0;
  margin: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  width: 2.4em;
  height: 2.55em;
  border: 0;
  text-align: center;
  font-family: "FontAwesome";
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  color: #dbd9d6;
}

#content .searchform input[type="text"]:focus + input[type="submit"],
#content .searchform input[type="submit"]:hover,
#content .searchform input[type="submit"]:focus {
  color: #4d5152;
}

.widget table {
  margin-bottom: 0;
}

.widget table tbody th,
.widget table tbody td {
  padding: 0.2em;
  text-align: center;
}

.widget table th {
  border-top-color: #dbd9d6;
  border-bottom-color: #dbd9d6;
  font-weight: 700;
  text-align: center;
}

.widget table tfoot td {
  border-top-color: #dbd9d6;
}

.contact::after {
  clear: both;
  content: "";
  display: table;
}

.contact .contactForm {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.contact .contactForm::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1025px) {
  .contact .contactForm {
    padding-top: 3rem;
    padding-right: 4rem;
    padding-bottom: 4rem;
    float: left;
    width: 66.666666667%;
  }
}
.contact .contactForm form {
  margin: 0 auto;
  max-width: 680px;
}

.contact .contactInfo {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .contact .contactInfo {
    float: left;
    width: 33.3333333333%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.contact .contactInfo .info {
  margin: -1rem -1rem 2rem;
  background-color: #2f4f77;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9125rem;
}
.contact .contactInfo .info::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 767px) {
  .contact .contactInfo .info {
    margin: -2rem -1rem 2rem;
  }
}
.contact .contactInfo .info div {
  padding: 1rem;
}
.contact .contactInfo p {
  color: #4d5152;
  font-size: 16px;
}
.contact .contactInfo ul {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}
.contact .contactInfo ul li {
  padding: 0.5rem;
  font-size: 15px;
  line-height: 1.65;
  border-bottom: 1px dashed #dbd9d6;
}

.faq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgba(219, 217, 214, 0.25);
}
.faq::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1025px) {
  .faq section {
    float: left;
    width: 66.666666667%;
  }
}
.faq .accordion {
  padding-top: 0;
  padding-bottom: 3rem;
}
.faq .accordion::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1025px) {
  .faq .accordion {
    padding-top: 0;
    padding-right: 4rem;
    padding-bottom: 4rem;
  }
}
.faq .accordion dl,
.faq .accordion-list {
  border-top: 1px solid #dbd9d6;
}
.faq .accordion dl:after,
.faq .accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
}
.faq .accordion dd,
.faq .accordion__panel {
  background-color: rgba(255, 255, 255, 0.5);
  border-left: 1px solid #dbd9d6;
  border-right: 1px solid #dbd9d6;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}
.faq .accordion-content {
  padding: 0 2em 0 2em;
  font-size: 16px;
}
.faq .accordion-content p,
.faq .accordion-content ul {
  margin: 1em auto;
  line-height: 1.5;
}
.faq .accordion {
  position: relative;
  background-color: transparent;
}
.faq .accordionTitle,
.faq .accordion__Heading {
  text-align: left;
  font-weight: 600;
  padding: 1rem;
  display: block;
  text-decoration: none;
  color: #1d1d1d;
  background-color: #fff;
  transition: background-color 0.5s ease-in-out;
  border: 1px solid #dbd9d6;
  border-top: none;
}
.faq .accordionTitle:before,
.faq .accordion__Heading:before {
  content: "+";
  font-size: 1.5rem;
  line-height: 1;
  float: right;
  margin-left: 0.25em;
  transition: transform 0.3s ease-in-out;
}
.faq .accordionTitle:hover,
.faq .accordion__Heading:hover {
  border-bottom: 1px solid #81cfe0;
}
.faq .accordionTitleActive,
.faq .accordionTitle.is-expanded {
  background-color: #81cfe0;
  color: #ffffff;
}
.faq .accordionTitleActive:before,
.faq .accordionTitle.is-expanded:before {
  transform: rotate(-225deg);
}
.faq .accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .faq .accordionItem {
    max-height: 25em;
    transition: max-height 0.5s;
  }
}
.faq .accordionItem.is-collapsed {
  max-height: 0;
}
.faq .no-js .accordionItem.is-collapsed {
  max-height: auto;
}
.faq .animateIn {
  animation: accordionIn 0.65s normal ease-in-out both 1;
}
.faq .animateOut {
  animation: accordionOut 0.75s alternate ease-in-out both 1;
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
.faq aside {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .faq aside {
    float: left;
    width: 33.3333333333%;
  }
}
.faq aside .boxData {
  background-color: #ffffff;
}

.generic {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.generic::after {
  clear: both;
  content: "";
  display: table;
}
.generic .entry {
  margin: 2rem auto;
  max-width: 860px;
}
.generic .entry::after {
  clear: both;
  content: "";
  display: table;
}
.generic .entry h5,
.generic .entry h6 {
  font-family: "CoreSansCn","Yanone Kaffeesatz", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
}

.homeMarquee {
  position: relative;
  min-height: 400px;
  background-color: #4d5152;
  color: #ffffff;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .homeMarquee {
    height: -webkit-calc(70vh - 120px);
    height: calc(70vh - 120px);
    max-height: 1000px;
    min-height: 640px;
  }
}
.homeMarquee .textBox {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin: 0 0 0 -144px;
  width: 288px;
  display: block;
}
@media screen and (min-width: 767px) {
  .homeMarquee .textBox {
    position: absolute;
    bottom: 100px;
    left: 35%;
    margin: 0 0 0 -240px;
    width: 400px;
  }
}
@media screen and (min-width: 1025px) {
  .homeMarquee .textBox {
    position: absolute;
    bottom: 120px;
    left: 35%;
    margin: 0 0 0 -300px;
    width: 600px;
  }
}
.homeMarquee .textBox h3 {
  font-size: 1.75rem;
}
@media screen and (min-width: 767px) {
  .homeMarquee .textBox h3 {
    font-size: 3rem;
  }
}

.eventCal {
  padding: 16px;
  display: none;
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(29, 29, 29, 0.5);
}
.eventCal .widget {
  margin-bottom: 0;
}
.eventCal.mobile {
  padding: 0;
  margin: 24px auto 0;
  box-shadow: none;
  min-width: 288px;
  width: 300px;
  display: block;
  vertical-align: middle;
  clear: both;
}
@media screen and (min-width: 767px) {
  .eventCal.mobile {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .eventCal {
    display: block;
    width: 300px;
    margin-top: 32px;
    margin-right: 32px;
    margin-left: auto;
    float: right;
  }
  .eventCal.mobile {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .eventCal {
    margin-top: 90px;
    margin-right: 32px;
    margin-left: auto;
  }
}

.homePage::after {
  clear: both;
  content: "";
  display: table;
}

.homePage .promoBlocks {
  margin: 2rem 15px;
  text-align: center;
}
.homePage .promoBlocks::after {
  clear: both;
  content: "";
  display: table;
}
.homePage .promoBlocks p {
  margin-bottom: 4rem;
  max-width: 860px;
}
.homePage .promoBlocks h5 {
  margin-bottom: 5px;
}
.homePage .promoBlocks img.flags {
  max-height: 18px;
  margin-bottom: 24px;
}
.homePage .promoBlocks > div::after {
  clear: both;
  content: "";
  display: table;
}
.homePage .promoBlocks > div .promo {
  margin: 0.0625rem 0;
  height: 240px;
  background-image: url("/lib/images/dummies/1920x1200.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #4d5152;
}
@media screen and (min-width: 767px) {
  .homePage .promoBlocks > div .promo {
    margin: 0.0625rem;
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    height: 300px;
    float: left;
  }
  .homePage .promoBlocks > div .promo:nth-of-type(3) {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .homePage .promoBlocks > div .promo {
    width: -webkit-calc(33.333333333% - 2px);
    width: calc(33.333333333% - 2px);
  }
  .homePage .promoBlocks > div .promo:nth-of-type(3) {
    display: block;
  }
}
.homePage .promoBlocks > div .promo .info {
  padding: 1.5rem;
  position: relative;
  background: -webkit-linear-gradient(
    top,
    transparent 60%,
    rgba(255, 255, 255, 0.35) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 60%,
    rgba(255, 255, 255, 0.35) 100%
  );
  width: 100%;
  height: 100%;
}
.homePage .promoBlocks > div .promo .info h3 {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  padding: 0.125rem 1.5rem;
  margin: 0;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 152, 199, 0.8) 0%,
    rgba(0, 152, 199, 0.8) 55%,
    #0d3561 55%,
    #0d3561 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 152, 199, 0.8) 0%,
    rgba(0, 152, 199, 0.8) 55%,
    #0d3561 55%,
    #0d3561 100%
  );
  font-weight: 400;
  color: #ffffff;
  font-family: "CoreSansCn","Yanone Kaffeesatz", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.3125;
  min-width: 240px;
}
@media screen and (min-width: 1025px) {
  .homePage .promoBlocks > div .promo .info h3 {
    font-size: 1.5rem;
    line-height: 1.125;
  }
}
.homePage .promoBlocks > div .promo .info h3 span {
  display: block;
  text-transform: uppercase;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-size: 0.75rem;
  margin-top: 2px;
  font-weight: 500;
}
.homePage .promoBlocks > div .promo .info h3 img {
  /* padding: 4px; */
  margin-top: -8px;
  margin-right: 8px;
  margin-bottom: -8px;
  height: 62px;
  width: 62px;
  /* background-color: rgba(243, 196, 43, 0.8); */
  border-radius: 99px;
  float: left;
}
.homePage .promoBlocks .button {
  margin: 2rem auto;
  display: inline-block;
  clear: both;
}

.homePage .promoBlocksWide {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.homePage .promoBlocksWide::after {
  clear: both;
  content: "";
  display: table;
}
.homePage .promoBlocksWide > div::after {
  clear: both;
  content: "";
  display: table;
}
.homePage .promoBlocksWide > div .promo {
  margin: 0.5rem;
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
  text-align: center;
  background-size: cover;
  float: left;
}
@media screen and (min-width: 767px) {
  .homePage .promoBlocksWide > div .promo {
    margin: 1rem;
    width: -webkit-calc(33.333333333% - 32px);
    width: calc(33.333333333% - 32px);
  }
}
.homePage .promoBlocksWide > div .promo img {
  display: inline-block;
}
.homePage .promoBlocksWide .button {
  margin: 2rem auto;
  display: inline-block;
  clear: both;
}

.homePage .mailChimp {
  margin-bottom: 4rem;
  vertical-align: middle;
  text-align: center;
}
.homePage .mailChimp::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 767px) {
  .homePage .mailChimp {
    text-align: left;
  }
}
.homePage .mailChimp .container {
  max-width: 1080px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .homePage .mailChimp .container {
    display: table;
  }
}
.homePage .mailChimp .container .left {
  padding: 1rem 2rem;
  width: 100%;
  background-color: #2f4f77;
  vertical-align: middle;
  color: #ffffff;
}
@media screen and (min-width: 767px) {
  .homePage .mailChimp .container .left {
    width: auto;
    display: table-cell;
  }
}
.homePage .mailChimp .container .left h3 {
  font-weight: 300;
  text-transform: none;
  font-size: 32px;
  margin-bottom: 8px;
}
.homePage .mailChimp .container .left p {
  margin: 0 auto;
  max-width: 420px;
  display: block;
  line-height: 1.25;
}
@media screen and (min-width: 767px) {
  .homePage .mailChimp .container .left p {
    margin: 0;
  }
}
.homePage .mailChimp .container .right {
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  background-color: #81cfe0;
}
@media screen and (min-width: 767px) {
  .homePage .mailChimp .container .right {
    padding: 1rem 2rem;
    display: table-cell;
  }
}
.homePage .mailChimp .container .right form {
  display: block;
  text-align: left;
  vertical-align: middle;
}
.homePage .mailChimp .container .right form input[type="email"] {
  width: -webkit-calc(100% - 105px);
  width: calc(100% - 105px);
  display: inline-block;
  border-color: #ffffff;
  height: 46px;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .homePage .mailChimp .container .right form input[type="email"] {
    max-width: 280px;
  }
}
.homePage .mailChimp .container .right form input[type="submit"] {
  padding: 0.75rem 1.5rem;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.blogIndex::after {
  clear: both;
  content: "";
  display: table;
}

.blogIndex .blogPosts {
  padding: 2.5rem 1rem 4rem;
}
.blogIndex .blogPosts::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 767px) {
  .blogIndex .blogPosts {
    width: 66.6666667%;
    float: left;
  }
}
.blogIndex .blogPosts .post {
  border: 1px solid #e7e6e4;
  border-radius: 2px;
  text-align: center;
  position: relative;
  margin: 24px 0px 24px 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 601px) {
  .blogIndex .blogPosts .post {
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
    margin: 1.5rem 1.5rem 1.5rem 0;
    float: left;
  }
}
.blogIndex .blogPosts .post:hover {
  box-shadow: 0 0 6px #dbd9d6;
}
.blogIndex .blogPosts .post h3 {
  color: #1d1d1d;
  font-size: 1.5rem;
  min-height: 3.875rem;
}
.blogIndex .blogPosts .post p {
  font-size: 15px;
  color: #4d5152;
  font-weight: 400;
  margin: 0 12px 24px;
}
.blogIndex .blogPosts .post .postIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin: -8px 8px -8px -30px;
}
.blogIndex .blogPosts .post .postIcon img {
  padding: 4px;
  height: 62px;
  width: 62px;
  background-color: rgba(187, 146, 8, 0.8);
  border-radius: 99px;
}
.blogIndex .blogPosts .post .postImage {
  margin-top: 0;
  margin-bottom: 1rem;
  background-color: #4d5152;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.blogIndex aside {
  padding: 0 1rem;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .blogIndex aside {
    padding: 4rem 1rem;
    width: 33.33333333%;
    float: left;
  }
}

.blogPost {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.blogPost::after {
  clear: both;
  content: "";
  display: table;
}
.blogPost::after {
  clear: both;
  content: "";
  display: table;
}
.blogPost article {
  padding: 4rem 1rem;
}
@media screen and (min-width: 767px) {
  .blogPost article {
    width: 66.6666667%;
    float: left;
  }
  .blogPost article .entry-content {
    padding-right: 4rem;
  }
  .blogPost article .entry-content .embedHolder {
    max-width: 720px;
    margin: 2rem auto;
  }
  .blogPost article .entry-content .embedHolder iframe {
    border: none;
  }
}
.blogPost article .comments-area {
  padding: 4rem 0;
}
.blogPost article .comments-area span.comments {
  float: right;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  vertical-align: bottom;
}
.blogPost aside {
  padding: 0 1rem;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .blogPost aside {
    padding: 4rem 1rem;
    width: 33.33333333%;
    float: left;
  }
}

.link-button {
  background-color: #f3c42b;
}

@media (max-width: 400px) {
  iframe.pardot-email {
    height: 310px;
  }
}

@media (min-width: 401px) and (max-width: 768px) {
  iframe.pardot-email {
    height: 270px;
  }
}

.groupsInquiry {
  padding: 1.5rem;
  margin: 2rem auto;
  background-color: #ffffff;
  border: 1px solid rgba(219, 217, 214, 0.5);
  max-width: 768px;
  width: 100%;
}

.required {
  font-size: 90%;
  color: #D82518;
}

figure {
  margin: 1em 0;
  padding: 0;
  max-width: 100%;
  width: auto;
}

figcaption {
  font-size: 85%;
}

.cruisePost::after {
  clear: both;
  content: "";
  display: table;
}

.cruisePost .cruiseDescription {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cruisePost .cruiseDescription::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1025px) {
  .cruisePost .cruiseDescription {
    padding-top: 3rem;
    padding-right: 4rem;
    padding-bottom: 4rem;
    float: left;
    width: 66.666666667%;
  }
}
.cruisePost .cruiseDescription .descriptionTable {
  text-align: center;
}
.cruisePost .cruiseDescription .descriptionTable::after {
  clear: both;
  content: "";
  display: table;
}
.cruisePost .cruiseDescription .descriptionTable table {
  width: 100%;
  font-size: 0.9375rem;
  letter-spacing: -0.25px;
}
.cruisePost .cruiseDescription .descriptionTable:not(.mobileOnly) table {
  display: none;
}
.cruisePost .cruiseDescription .descriptionTable table.rates {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  /* .cruisePost .cruiseDescription .descriptionTable table {
          margin-right: 32px;
          margin-left: auto;
          width: calc(100% - 32px); }

          .cruisePost .cruiseDescription .descriptionTable.mobileOnly table {
          display:none; }*/
}
@media screen and (min-width: 1023px) {
  .cruisePost .cruiseDescription .descriptionTable:not(.mobileOnly) table {
    display: table;
    margin-right: 32px;
    margin-left: auto;
    width: calc(100% - 32px);
    width: 100%;
  }
  .cruisePost .cruiseDescription .descriptionTable.mobileOnly table {
    display: none;
  }
}
.cruisePost .cruiseDescription .descriptionTable table thead tr {
  font-size: 0.8125rem;
}
.cruisePost .cruiseDescription .descriptionTable table tr {
  text-align: center;
}
.cruisePost .cruiseDescription .descriptionTable table tr:nth-child(1) td {
  vertical-align: bottom;
}
.cruisePost .cruiseDescription .descriptionTable table tr:nth-child(even) {
  background-color: rgba(219, 217, 214, 0.1);
}
.cruisePost .cruiseDescription .descriptionTable table tr:last-child {
  background-color: #ffffff;
}
.cruisePost .cruiseDescription .descriptionTable table tr:last-child td {
  border-bottom: none !important;
  text-align: center !important;
}
.cruisePost .cruiseDescription .descriptionTable table tr td:nth-child(1) {
  width: 90px;
  font-size: 0.8125rem;
  letter-spacing: -0.75px;
  text-align: left;
}
.cruisePost .cruiseDescription .descriptionTable table tr td .button {
  padding: 0.375rem 1rem;
  color: #ffffff;
}
.cruisePost .cruiseDescription .descriptionTable table tr td .dealsButton {
  padding: 0.375rem 1rem;
  font-size: 24px;
}
.cruisePost .cruiseDescription .descriptionTable img {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .cruisePost .cruiseDescription .descriptionTable img {
    float: left;
    width: 40%;
  }
}

.cruisePost aside {
  margin-top: 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .cruisePost aside {
    margin-top: 0;
    margin-bottom: 3rem;
    float: left;
    width: 33.3333333333%;
  }
}
.cruisePost aside .info {
  margin: -1rem -1rem 2rem;
  background-color: #0e3c6c;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9125rem;
}
.cruisePost aside .info::after {
  clear: both;
  content: "";
  display: table;
}
.cruisePost aside .info div {
  padding: 1rem;
  float: left;
  width: calc(50%);
}
.cruisePost aside .info div:nth-child(1) {
  width: calc(50% - 1px);
  border-right: 1px solid #0e3c6c;
}
@media screen and (min-width: 1025px) {
  .cruisePost aside .info div {
    float: left;
    width: calc(50%);
  }
  .cruisePost aside .info div:nth-child(1) {
    width: calc(50% - 1px);
    border-right: 1px solid #0e3c6c;
    border-bottom: none;
  }
}
.cruisePost aside .info div i {
  margin-right: 0.25rem;
}
.cruisePost aside table {
  font-size: 0.8125rem;
  letter-spacing: -0.25px;
}
.cruisePost aside table tr td {
  vertical-align: bottom;
}
.cruisePost aside table tr td p {
  margin: 0;
  font-size: 0.8125rem;
  letter-spacing: -0.25px;
  padding-left: 10px;
}
.cruisePost aside table tr td:nth-child(1) {
  padding-left: 0.3125rem;
  width: 110px;
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .cruisePost aside table tr td {
    width: auto;
    display: table-cell;
  }
  .cruisePost aside table tr td:nth-child(1) {
    width: 110px;
    border-width: 1px;
  }
}
.cruisePost aside table tr td .button {
  padding: 0.375rem 1rem;
  color: #ffffff;
}
.cruisePost aside table tr.current {
  background-color: rgba(129, 207, 224, 0.5);
}
.cruisePost aside p {
  text-transform: uppercase;
  font-weight: 600;
  color: #4d5152;
  font-size: 16px;
}
.cruisePost aside ul {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}
.cruisePost aside ul li {
  padding: 0.5rem;
  font-size: 15px;
  line-height: 1.65;
  border-bottom: 1px dashed #dbd9d6;
}

.cruisePost .imageBar {
  height: 300px;
  background-color: #4d5152;
  background-image: url(/lib/images/design/bg-2.jpg);
  background-size: cover;
  background-position: right bottom;
}
@media screen and (min-width: 1025px) {
  .cruisePost .imageBar {
    height: 480;
  }
}

.cruisePost .tourPackages {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgba(219, 217, 214, 0.25);
}
.cruisePost .tourPackages::after {
  clear: both;
  content: "";
  display: table;
}
.cruisePost .tourPackages h3 {
  text-transform: none;
}
.cruisePost .tourPackages .packages {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.cruisePost .tourPackages .packages::after {
  clear: both;
  content: "";
  display: table;
}
.cruisePost .tourPackages .packages .package {
  position: relative;
  margin-bottom: 1rem;
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(219, 217, 214, 0.5);
  border-radius: 2px;
  text-align: center;
}
.cruisePost .tourPackages .packages .package:last-child {
  margin-right: 0;
}
.cruisePost .tourPackages .packages .package.inactive {
  display: none;
}
@media screen and (min-width: 601px) {
  .cruisePost .tourPackages .packages .package {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
  }
  .cruisePost .tourPackages .packages .package:last-child {
    margin-right: 0;
  }
  .cruisePost .tourPackages .packages .package:nth-child(2n) {
    margin-right: 0;
  }
  .cruisePost .tourPackages .packages .package:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 1025px) {
  .cruisePost .tourPackages .packages .package {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
    min-height: 500px;
  }
  .cruisePost .tourPackages .packages .package:nth-child(2n) {
    margin-right: 2.1276595745%;
  }
  .cruisePost .tourPackages .packages .package:nth-child(2n + 1) {
    clear: none;
  }
  .cruisePost .tourPackages .packages .package:last-child {
    margin-right: 0;
  }
  .cruisePost .tourPackages .packages .package:nth-child(4n) {
    margin-right: 0;
  }
  .cruisePost .tourPackages .packages .package:nth-child(4n + 1) {
    clear: left;
  }
  .cruisePost .tourPackages .packages .package.inactive {
    background-color: #f3f2f1;
    display: block;
    min-height: 340px;
  }
  .cruisePost .tourPackages .packages .package.inactive h6 {
    color: #dbd9d6;
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .cruisePost .tourPackages .packages .package.inactive img {
    opacity: 0.5;
  }
}
.cruisePost .tourPackages .packages .package p {
  padding: 16px 16px 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.5);
}
.cruisePost .tourPackages .packages .package p.price {
  padding: 2px 16px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  z-index: 9999;
  background-color: #81cfe0;
}
.cruisePost .tourPackages .packages .package h6 {
  padding: 8px 16px 0;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.cruisePost .tourPackages .packages .package img {
  height: auto;
  width: 100%;
}
.cruisePost .tourPackages .packages .package .button {
  width: 100%;
  max-width: 120px;
  margin: 0 0.5rem 1rem;
  display: inline-block;
}

.cruisePost .groupPackages {
  padding-top: 4rem;
  padding-bottom: 0;
  background-color: rgba(219, 217, 214, 0.25);
  text-align: center;
}
.cruisePost .groupPackages::after {
  clear: both;
  content: "";
  display: table;
}
.cruisePost .groupPackages h3 {
  text-transform: none;
  max-width: 860px;
  text-align: left;
}
.cruisePost .groupPackages .packages .package {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 1.5rem 7.75rem 1.5rem 1.5rem;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(219, 217, 214, 0.5);
  border-radius: 2px;
  text-align: left;
}
.cruisePost .groupPackages .packages .package.inactive {
  display: none;
}
@media screen and (min-width: 767px) {
  .cruisePost .groupPackages .packages .package {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
  }
  .cruisePost .groupPackages .packages .package:last-child {
    margin-right: 0;
  }
  .cruisePost .groupPackages .packages .package:nth-child(2n) {
    margin-right: 0;
  }
  .cruisePost .groupPackages .packages .package:nth-child(2n + 1) {
    clear: left;
  }
}
.cruisePost .groupPackages .packages .package p {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.65);
}
.cruisePost .groupPackages .packages .package p.price {
  padding: 2px 16px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  z-index: 9999;
  background-color: #81cfe0;
}
.cruisePost .groupPackages .packages .package h6 {
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.cruisePost .groupPackages .packages .package img {
  position: absolute;
  right: 0px;
  margin: 0 1rem 1rem 0;
  height: auto;
  max-width: 90px;
  display: block;
  background-color: #fff;
  border-radius: 999px;
}
.cruisePost .groupPackages .packages .package .button {
  margin: 0;
}

.cruisePost .photoGallery {
  margin-top: 0;
  margin-bottom: 4rem;
}

.cruisePost .cruiseMap .container > div {
  margin-top: 32px;
  margin-bottom: 32px;
}

.cruiseMap .container div {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .cruisePost .cruiseMap .container > div .embedContainer {
    min-height: 500px;
  }

  .cruiseMap .container div {
    width: 50%
  }
}
.cruisePost .cruiseMap .container > div .embedContainer iframe {
  margin: 0;
  border: none;
}
@media screen and (min-width: 767px) {
  .cruisePost .cruiseMap .container > div .embedContainer iframe {
    margin: 0;
    min-height: 500px;
  }
}
@media screen and (min-width: 767px) {
  .cruisePost .cruiseMap .container > div {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 57.4468085106%;
  }
  .cruisePost .cruiseMap .container > div:last-child {
    margin-right: 0;
  }
  .cruisePost .cruiseMap .container > div:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 40.4255319149%;
  }
  .cruisePost .cruiseMap .container > div:nth-child(2):last-child {
    margin-right: 0;
  }
}

.cruisePost .cruiseOther {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: rgba(219, 217, 214, 0.25);
}
.cruisePost .cruiseOther::after {
  clear: both;
  content: "";
  display: table;
}
.cruisePost .cruiseOther h3 {
  text-align: center;
  margin-bottom: 24px;
}
.cruisePost .cruiseOther .step {
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cruisePost .cruiseOther .step {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%;
    min-height: 265px;
  }
  .cruisePost .cruiseOther .step:last-child {
    margin-right: 0;
  }
}
.cruisePost .cruiseOther .step .littleBoxes {
  background-color: #ffffff;
  border: 1px solid rgba(219, 217, 214, 0.5);
  display: inline-block;
  padding: 1em;
  min-width: 256px;
}
.cruisePost .cruiseOther .step p span {
  padding: 0.1875rem 0.75rem;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  line-height: 24px;
  background-color: #2f4f77;
  color: #ffffff;
  display: inline-block;
  border-radius: 99px;
}
.cruisePost .cruiseOther .step ul {
  margin-bottom: 0;
  text-align: left;
  max-width: 90%;
}
.cruisePost .cruiseOther .step ul li {
  font-size: 0.875rem;
}

.cruisePost .groupsOther {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: rgba(219, 217, 214, 0.25);
  background-color: #fff;
}
.cruisePost .groupsOther::after {
  clear: both;
  content: "";
  display: table;
}
.cruisePost .groupsOther p span {
  padding: 0.1875rem 0.75rem;
  width: 32px;
  height: 32px;
  line-height: 24px;
  background-color: #2f4f77;
  color: #ffffff;
  display: inline-block;
  border-radius: 99px;
}
.cruisePost .groupsOther .groupsInquiry {
  padding: 2rem;
  margin: 1rem auto;
  background-color: #ffffff;
  border: 1px solid rgba(219, 217, 214, 0.5);
  max-width: 768px;
}
.cruisePost .groupsOther .groupsInquiry::after {
  clear: both;
  content: "";
  display: table;
}

.cruisePost .groupsBanner {
  text-align: center;
}
.cruisePost .groupsBanner img {
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
}
@media screen and (min-width: 1025px) {
  .cruisePost .groupsBanner a {
    display: none;
  }
}
.cruisePost .groupsBanner a.desktop {
  display: none;
}
@media screen and (min-width: 1025px) {
  .cruisePost .groupsBanner a.desktop {
    display: block;
  }
}

.cruiseIndex::after {
  clear: both;
  content: "";
  display: table;
}

.cruiseIndex .intro {
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 60rem;
  text-align: center;
}
.cruiseIndex .intro::after {
  clear: both;
  content: "";
  display: table;
}

.cruiseIndex .cruises::after {
  clear: both;
  content: "";
  display: table;
}

.cruiseIndex .cruises .cruise {
  margin: 1px;
  width: 100%;
  height: 360px;
  background-image: url("/lib/images/dummies/1920x1200.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #4d5152;
}
.cruiseIndex .cruises .cruise .info {
  padding: 1.5rem;
  position: relative;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    transparent 60%,
    rgba(255, 255, 255, 0.35) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 60%,
    rgba(255, 255, 255, 0.35) 100%
  );
}
.cruiseIndex .cruises .cruise .info .h3 {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  padding: 0.125rem 1.5rem;
  margin: 0;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background: -webkit-linear-gradient(
    top,
    rgba(129, 207, 224, 0.8) 0%,
    rgba(129, 207, 224, 0.8) 55%,
    #2f4f77 55%,
    #2f4f77 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(129, 207, 224, 0.8) 0%,
    rgba(129, 207, 224, 0.8) 55%,
    #2f4f77 55%,
    #2f4f77 100%
  );
  font-weight: 400;
  color: #ffffff;
  font-family: "CoreSansCn","Yanone Kaffeesatz", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.3125;
  min-width: 240px;
}
@media screen and (min-width: 1025px) {
  .cruiseIndex .cruises .cruise .info .h3 {
    font-size: 1.5rem;
    line-height: 1.125;
  }
}
.cruiseIndex .cruises .cruise .info .h3 span {
  display: block;
  text-transform: uppercase;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-size: 0.75rem;
  margin-top: 2px;
  font-weight: 500;
}
.cruiseIndex .cruises .cruise .info .h3 img {
  /* padding: 4px; */
  margin-top: -8px;
  margin-right: 8px;
  margin-bottom: -8px;
  height: 62px;
  width: 62px;
  /* background-color: rgba(187, 146, 8, 0.8); */
  border-radius: 99px;
  float: left;
}
.cruiseIndex .cruises .cruise .infoAlt {
  padding: 1.5rem;
  position: relative;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    transparent 60%,
    rgba(255, 255, 255, 0.35) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 60%,
    rgba(255, 255, 255, 0.35) 100%
  );
}
.cruiseIndex .cruises .cruise .infoAlt h3 {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  padding: 0.125rem 1.5rem;
  margin: 0;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background: rgba(129, 207, 224, 0.8);
  background: rgba(129, 207, 224, 0.8);
  font-weight: 400;
  color: #ffffff;
  line-height: 2.875rem;
  font-family:"CoreSansCn","Yanone Kaffeesatz", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .cruiseIndex .cruises .cruise .infoAlt h3 {
    font-size: 1.5rem;
  }
}
.cruiseIndex .cruises .cruise .infoAlt h3 span {
  display: block;
  text-transform: uppercase;
  font-family: "CoreSans", "Open Sans", "open-sans", "Helvetica Neue", "Helvetica", "Roboto",
    "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.cruiseIndex .cruises .cruise .infoAlt h3 img {
  padding: 4px;
  margin-top: -8px;
  margin-right: 8px;
  margin-bottom: -8px;
  height: 62px;
  width: 62px;
  background-color: rgba(187, 146, 8, 0.8);
  border-radius: 99px;
  float: left;
}
@media screen and (min-width: 767px) {
  .cruiseIndex .cruises .cruise {
    float: left;
    width: calc(50% - 2px);
  }
}
@media screen and (min-width: 1440px) {
  .cruiseIndex .cruises .cruise {
    width: calc(33.333333% - 2px);
  }
}

.fleetPost::after {
  clear: both;
  content: "";
  display: table;
}

.fleetPost .fleetDescription {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.fleetPost .fleetDescription::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1025px) {
  .fleetPost .fleetDescription {
    padding-top: 3rem;
    padding-right: 4rem;
    padding-bottom: 4rem;
    float: left;
    width: 66.666666667%;
  }
}

.fleetPost aside {
  margin-top: 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .fleetPost aside {
    margin-top: 3rem;
    margin-bottom: 3rem;
    float: left;
    width: 33.3333333333%;
  }
}

.fleetPost .photoGallery {
  margin-top: 0;
  margin-bottom: 4rem;
}

.fleetPost #tourDIV {
  padding: 0 0 4rem;
  background-position: 0 100%;
  background-color: rgba(129, 207, 224, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
}
.fleetPost #tourDIV h3 {
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  background-color: #2f4f77;
  font-weight: 300;
  text-transform: none;
  font-size: 32px;
}
.fleetPost #tourDIV #panoDIV embed {
  margin: 0 auto;
  display: block;
  max-width: 860px;
  height: 50vh;
  min-height: 400px;
}

.cruiseIndex.sightsCruises {
  padding-bottom: 4rem;
  text-align: center;
  background-color: #f3f2f1;
  background-color: #81cfe0;
}
.cruiseIndex.sightsCruises::after {
  clear: both;
  content: "";
  display: table;
}
.cruiseIndex.sightsCruises h3 {
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  background-color: #2f4f77;
  font-weight: 300;
  text-transform: none;
  font-size: 32px;
}

.blogIndex .blogPosts .crewPost .postImage,
.blogIndex .blogPosts .crewPost .postImage img {
  margin: 0 auto 1rem;
  background-color: #4d5152;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 999px;
  width: 240px;
  height: 240px;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("./css/font/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("./css/font/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0")
      format("embedded-opentype"),
    url("./css/font/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),
    url("./css/font/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
    url("./css/font/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),
    url("./css/font/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.alignleft.icon,
.alignright.icon {
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 0;
  max-width: 29px !important;
}
.alignnone.icon {
  margin: 0;
  max-width: 29px !important;
}

.header-notice {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #81cfe0;
  color: #fff;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .header-notice {
    padding: 15px;
    font-size: 15px;
  }
}

/* Acordeon styles */
.accordion {
  margin-top: 3em;
  margin-bottom: 3em;
}
.accordion .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #3d3d3d;
  overflow: hidden;
}
.accordion .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion .tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background-color: rgba(129, 207, 224, 0.5);
  font-weight: bold;
  line-height: 3;
}
.accordion .tab input[type="radio"]:not(:checked) + label {
  cursor: pointer;
}
.accordion .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
}
.accordion .tab-content div.description {
  padding: 1em;
}
.accordion .tab-content div.description::after {
  clear: both;
  content: "";
  display: table;
}
/*.accordion .tab-content p,
.accordion .tab-content ul {
  margin: 1em;
}*/
@media (min-width: 768px) {
  .accordion .tab-content .half {
    float: left;
    width: 48%;
  }
  .accordion .tab-content .half:last-of-type {
    float: left;
    width: 48%;
    margin-right: 0;
  }
}
/* :checked */
.accordion .tab input:checked ~ .tab-content {
  max-height: 100vh;
}
/* Icon */
.accordion .tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.accordion .tab input[type="radio"] + label::after {
  content: "+";
}
.accordion .tab input[type="radio"]:checked + label::after {
  transform: rotate(315deg);
}
.accordion .tab input[type="radio"]:checked + label {
  background-color: rgba(129, 207, 224, 0.5);
  background: #81cfe0;
}

/* New accordion styles */
.faq summary {
  list-style: none;
  padding-left: 1em;
  position: relative;
  font-weight: 600
}

.faq details {
  border: 1px solid #dbd9d6;
  padding: 1rem;
  background-color: white;
      transition: background-color 0.5s ease-in-out;
}
.faq details[open] {
background-color: lightblue
}

.faq details p {
  margin: 1rem auto 1rem 1rem;
  font-size: 1rem;
}

.faq details a {
color: #1b6171;
text-decoration: underline
}

.faq summary::-webkit-details-marker {
  display:none;
}

.faq summary::before {
  content: "╋";
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s ease-in-out;
}

[open] > summary::before {
  transform: translateY(-50%) rotate(225deg);
}

.faq ol {
  line-height: 1.5;
}
/* end new accordion styles */

.evcal_desc2.evcal_event_title {
  color: #333 !important;
}

.eCommerceContainer {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 768px){
    .eCommerceContainer {
        flex-direction: row;
    }
    .buyButton {
        min-width: 33%;   
    }
}
.shopify-buy-frame {
    margin: 0 auto;
}
.productDescription {

}

.homeMarquee .h2 span,
.homeMarquee h2 span,
.cruiseMarquee header h1,
.pageMarquee h1 span,
.over-image-heading,
.homeMarquee h2 {
  background: rgba(14, 60, 108, .7);
  padding: 5px;
  display: inline-block;
}

/* Accessibility */

.skip-link {
  background: #fff;
  color: #0e3c6c;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(-100%);
}

.skip-link:focus {
  transform: translateY(0%);
  transition: transform 0.3s;
  z-index: 300;
}

@media (min-width: 1025px){
	.mainNav ul li:focus-within > ul,
	.mainNav ul li:focus > ul {
		display: block;
	}
}

*:focus {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 4px 8px #F5C400!important;
}

*:focus:not(:focus-visible) {
	box-shadow: none!important;
}

#main-content {
	position: relative;
	padding-top: 175px;
	top: -175px;
	z-index: -7;
    margin-bottom: -175px;
}

.photoGallery .container {
  display: flex;
  flex-wrap: wrap;
}

.photoGallery .container a {
  flex: 1 1 200px;
  margin: 0 5px;
}

.eventCal,
.mapContainer,
.boxData {
	position: relative;
}

.skip-schedule,
.skip-map {
  background: #ffffffb3;
  color: #247F94;
  font-weight: 700;
  text-align:center;
  left: 50%;
  padding: 4px;
  position: absolute;
  z-index: -1;
  transform: translate(-50%,-100%);
}

.skip-schedule:focus,
.skip-map:focus {
  z-index: 1;
  transform: translate(-50%,0%);
  transition: transform 0.3s;
}

.cruisePost {
  z-index: 0;
  background: white;
}

.button.button-dkblue {
  margin-top: 5px;
}

/* Accessible Colors */
.wet-blue,
#breadcrumbs a,
a.bread-cat,
a.bread-link {
	color: #247F94!important;
}

.boxData .info a,
.boxData .button-blue a{
	color: #81cfe0!important;
}

.rosy,
.red {
	color: #D82518;
}

.button-red {
	background: #D82518;
}

.navy-blue {
  color: #203969;
}

.yellow {
  color: #1D1D1D;
  text-shadow:-5px -5px 10px #F5C400
}

.white {
  color: #fff;
}

.sb_instagram_header h3,
.cruises .wilbur a {
  color: #80CEE0;
}

.mainNav ul li.cta a,
#liveagent_button_offline_57340000000blL5 {
  color: #1D1D1D!important;
}

.liveAgent {
  color: #0e3c6c;
}