@charset "UTF-8";
/*
Theme Name:    Cannon Charters
Developed by:  hazardawareness
Company URL:   http://hazardawareness.com.au/
Company Name:  hazardawareness
*/
/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN

*/
@import url(lightgallery/css/lightgallery.css);
@import url(lightgallery/css/lg-transitions.css);
@import url("//hello.myfonts.net/count/365ba2");
body {
  border: none; }

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
  /*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

div {
  font-size: 1.6rem;
  line-height: 2.1rem; }

#mfPreviewBar {
  display: none !important; }

/**
 * Gridpak Beta SCSS
 *
 * Generator - http://gridpak.com/
 * Created by @simplygoodwork
 */
/* Reusable column setup */
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.spacer-col {
  min-height: 1px; }

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  position: relative; }

.container.small-container {
  max-width: 780px; }

.container.medium-container {
  max-width: 900px; }

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both; }

/* 1. 4 Column Grid 0px - 559px
    -----------------------------------------------------------------------------

    Span 1:    21.25%
    Span 2:    47.5%
    Span 3:    73.75%
    Span 4:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 559px) {
  .col {
    margin-left: 5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .col {
    margin-bottom: 2rem; }
  /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.

        .span_3,
        .my_semantic_class_name {
            ...
        }

        */
  .span_1 {
    width: 21.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_2,
  .spec_half_col {
    width: 47.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_3 {
    width: 73.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_4,
  .footer_legal_col,
  .social_links_col,
  .section_col,
  .home_feature_col,
  .span_6,
  .flat_col,
  .full_col,
  .half_col,
  .blog_main_col,
  .blog_sidebar_col,
  .footer_col,
  .footer_col_first,
  .social_section_col,
  .person_col,
  .person_details_col,
  .staff_intro_col,
  .post_highlight_col,
  .third_col,
  .fourth_col,
  .post_date_col,
  .post_title_col,
  .post_link_col,
  .logo_col,
  .nav_col,
  .sidebar_col,
  .service_col,
  .full_width_col {
    margin-left: 0;
    width: 100%; } }

/* 2. 12 Column Grid 560px - 1079px
    -----------------------------------------------------------------------------

    Span 1:    6.04166666667%
    Span 2:    14.5833333333%
    Span 3:    23.125%
    Span 4:    31.6666666667%
    Span 5:    40.2083333333%
    Span 6:    48.75%
    Span 7:    57.2916666667%
    Span 8:    65.8333333333%
    Span 9:    74.375%
    Span 10:    82.9166666667%
    Span 11:    91.4583333333%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 560px) and (max-width: 900px) {
  .col {
    margin-left: 2.5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .half_col:nth-of-type(2n - 1),
  .row .person_col:nth-of-type(2n - 1),
  .row .service_col:nth-of-type(4n - 3),
  .row .post_highlight_col:nth-of-type(3n - 2) {
    margin-left: 0; }
  .span_1 {
    width: 5.5833333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_2 {
    width: 14.1666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_3,
  .aside_col,
  .service_col,
  .logo_col {
    width: 22.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_4,
  .third_col {
    width: 31.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_5 {
    width: 39.9166666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_6,
  .section_col,
  .flat_col,
  .half_col,
  .person_col,
  .staff_photo_col,
  .staff_intro_col,
  .fourth_col,
  .spec_half_col {
    width: 48.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_7 {
    width: 57.0833333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_8,
  .blog_main_col,
  .two_thirds_col {
    width: 65.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_9,
  .nav_col,
  .main_content_col {
    width: 74.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_10 {
    width: 82.8333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_11 {
    width: 91.4166666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_12,
  .full_col,
  .full_width_col {
    margin-left: 0;
    width: 100%; } }

/* 3. 12 Column Grid 1080px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    5.58333333333%
    Span 2:    14.1666666667%
    Span 3:    22.75%
    Span 4:    31.3333333333%
    Span 5:    39.9166666667%
    Span 6:    48.5%
    Span 7:    57.0833333333%
    Span 8:    65.6666666667%
    Span 9:    74.25%
    Span 10:    82.8333333333%
    Span 11:    91.4166666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 900px) {
  .col {
    margin-left: 3%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .person_col:nth-of-type(2n - 1),
  .row .half_col:nth-of-type(2n - 1),
  .row .third_col:nth-of-type(3n - 2),
  .row .fourth_col:nth-of-type(4n - 3),
  .row .fifth_col:nth-of-type(5n - 4),
  .row .post_highlight_col:nth-of-type(3n - 2) {
    margin-left: 0; }
  .span_1 {
    width: 5.5833333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_2,
  .footer_col,
  .post_date_col {
    width: 14.1666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_3,
  .logo_col,
  .fourth_col,
  .sidebar_col,
  .aside_col {
    width: 22.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_4,
  .third_col {
    width: 31.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_5 {
    width: 39.9166666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_6,
  .section_col,
  .half_col,
  .spec_half_col {
    width: 48.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_7 {
    width: 57.0833333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_8,
  .two_thirds_col {
    width: 65.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_9,
  .main_content_col,
  .nav_col {
    width: 74.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_10 {
    width: 82.8333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_11 {
    width: 91.4166666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_12,
  .full_col,
  .full_width_col {
    margin-left: 0;
    width: 100%; }
  .fifth_col {
    width: 17.6%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; } }

/* Column Shortcodes */
@media (min-width: 600px) {
  .content-column {
    padding: 0 3rem 0 0;
    margin-bottom: 2rem; }
    .content-column.last_column {
      padding: 0 0 0 0; } }

body.home .main .row {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/************** @MIXINS ************/
/************** BASE ************/
.rsp-img,
article img,
main img {
  display: block;
  max-width: 100%;
  height: auto; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-container {
  display: block;
  overflow: hidden;
  width: 100%; }
  .image-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto; }
  .image-container .hover-expand {
    transition: all 0.2s ease-in; }
  .image-container .hover-expand:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transition: all 0.2s ease-in; }

.hidden {
  display: none; }

#wpadminbar {
  position: absolute; }

.map-container iframe {
  display: block;
  max-width: 100%;
  width: 100%; }

/*********** WORDPRESS IMAGES **************/
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 600px) {
  img.alignright,
  img.alignleft,
  img.aligncenter,
  a img.alignright,
  a img.alignleft,
  a img.aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; } }

div.wp-caption {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem; }
  div.wp-caption img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0; }
  div.wp-caption.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  div.wp-caption.alignleft {
    float: left;
    margin: 0 0 1em 1em; }

.wp-caption-text {
  text-align: center;
  padding: 0.5rem;
  font-style: italic;
  background-color: #efefef;
  margin-bottom: 1.5rem; }

/************** LAYOUT ************/
body {
  overflow-x: hidden; }

iframe {
  display: block;
  max-width: 100%; }

.inline-block {
  display: inline-block !important; }

.block {
  display: block !important; }

.relative {
  position: relative !important; }

.vertical-children {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-container {
  display: flex;
  width: 100%;
  height: 100%; }
  .flex-container > * {
    display: block; }

.flex-centre {
  justify-content: center;
  align-content: center; }

.flex-column {
  flex-direction: column; }

.flex-content-bottom {
  align-content: flex-end;
  justify-content: flex-end; }

/*********** PADDING & MARGIN **************/
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.margin-bottom {
  margin-bottom: 2rem !important; }

.margin-bottom-small {
  margin-bottom: 1.2rem !important; }

.margin-bottom-large {
  margin-bottom: 5rem !important; }

.section-padding {
  padding: 3.0rem 0; }

.section-padding-large {
  padding: 5.0rem 0; }

.section-margin {
  margin: 3.0rem 0; }

.box-padding {
  padding: 2.4rem; }

/************** BACKGROUNDS ************/
.blue-bg {
  background-color: #92140e; }

.dark-blue-bg {
  background-color: #82140e; }

.turq-bg {
  background-color: #E5463A; }

.dark-bg {
  background-color: #1E1E1E; }

.grey-bg {
  background-color: #373737; }

.light-grey-bg {
  background-color: #EBE7E7; }

.background-cover-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

@media (max-width: 600px) {
  .mobile-hide {
    display: none; }
  #wpadminbar {
    display: none; } }

/**
 * @license
 * MyFonts Webfont Build ID 3562402, 2018-04-19T23:44:50-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: HelveticaNeueLTStd-Bd by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-75-bold/
 *
 * Webfont: HelveticaNeueLTStd-Roman by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-55-roman/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3562402
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url("webfonts/365BA2_0_0.eot");
  src: url("webfonts/365BA2_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/365BA2_0_0.woff2") format("woff2"), url("webfonts/365BA2_0_0.woff") format("woff"), url("webfonts/365BA2_0_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url("webfonts/365BA2_1_0.eot");
  src: url("webfonts/365BA2_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/365BA2_1_0.woff2") format("woff2"), url("webfonts/365BA2_1_0.woff") format("woff"), url("webfonts/365BA2_1_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

body {
  font-family: "HelveticaNeueLTStd", HelveticaNeueLTStd, Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  font-size: 62.5% !important;
  font-size: 1.4rem;
  color: #373737;
  font-weight: 400; }

h1,
h2,
h3,
h4 {
  font-family: "Russo One", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #82140e;
  text-transform: uppercase; }

h5,
h6 {
  line-height: 1.3; }

h1 {
  font-size: 4.4rem; }

h2 {
  font-size: 3.2rem;
  margin-bottom: 1.6rem; }

h3 {
  font-size: 2.8rem;
  margin-bottom: 1.2rem; }

h4 {
  font-size: 2.2rem;
  margin-bottom: 0.8rem; }

h5 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: 400; }

p {
  font-size: 1.4rem;
  line-height: 1.45;
  margin-bottom: 1.5rem;
  colour: #555f61;
  font-weight: 400; }

p:last-child {
  margin-bottom: 0; }

.small-text,
small {
  font-size: 1.3rem;
  line-height: 1.9rem; }

.italic,
em {
  font-style: italic; }

b,
strong {
  font-weight: 700;
  color: #82140e; }

date {
  font-size: 1.4rem; }

/*  Utilities  */
.large-0 {
  font-size: 1.3em; }

.large-1 {
  font-size: 1.5em; }

.large-2 {
  font-size: 1.9em; }

.large-3 {
  font-size: 2.5em; }

.text-center,
.text-center *,
.text-centre,
.text-centre * {
  text-align: center; }

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

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

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-normalcase {
  text-transform: none; }

.blue-text {
  color: #92140e; }

.dark-blue-text {
  color: #82140e; }

.grey-text {
  color: #373737; }

.light-text,
.light-text *,
.white-text,
.white-text * {
  color: #fff; }

.body-text {
  font-family: "HelveticaNeueLTStd", HelveticaNeueLTStd, Helvetica, Arial, sans-serif;
  font-weight: 400; }

.header-text {
  font-family: "Russo One", sans-serif;
  font-weight: 700; }

blockquote p {
  color: #82140e;
  font-size: 1.5rem;
  line-height: 1.45em; }

blockquote cite {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1em; }

/* Links and buttons  */
a {
  color: inherit;
  cursor: pointer; }

p a {
  text-decoration: underline; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  display: inline-block; }

main p a {
  text-decoration: underline; }

/*  Lists  */
li,
ol,
ul {
  font-size: 1.4rem;
  line-height: 2.3rem;
  margin-bottom: 0.8rem; }

.main ol:not(.sidebar-menu),
.main ul:not(.sidebar-menu),
article ol,
article ul,
ul.display-list {
  list-style: disc;
  margin-left: 2.3rem; }
  .main ol:not(.sidebar-menu) li,
  .main ul:not(.sidebar-menu) li,
  article ol li,
  article ul li,
  ul.display-list li {
    position: relative;
    margin-bottom: 0.3rem; }

article ol,
main ol {
  list-style: decimal !important; }

.sidebar_col ul,
.sidebar_col ul li,
.sidebar_col ul.sub-menu {
  list-style: none;
  margin-left: 0 !important; }

/* Titles & Sub-titles */
.two-column-text {
  text-align: left; }
  .two-column-text p {
    text-align: left; }

@media (min-width: 900px) {
  .two-column-text {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4.5rem;
            column-gap: 4.5rem; } }

.site-header {
  margin-bottom: 0; }

.logo-link {
  padding: 2rem 0;
  display: block; }

.mobile-header {
  color: #fff; }

.site-logo {
  padding: 10px 0;
  height: 90px; }

.header-icon-link {
  position: relative;
  color: #A2A2A2;
  padding-left: 2.2rem; }
  .header-icon-link:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1.6rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center; }
  .header-icon-link.email-link:before {
    background-image: url(images/mail-icon.svg); }
  .header-icon-link.address-link:before {
    background-image: url(images/location-icon.svg);
    background-size: 14px; }
  .header-icon-link.tel-link:before {
    background-image: url(images/phone-icon.svg); }

/******************* NAV *******************/
.site-menu {
  list-style: none;
  margin: 0; }
  .site-menu li {
    display: block;
    margin: 0;
    position: relative; }
  .site-menu a {
    display: block;
    color: #92140e;
    text-decoration: none;
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 1rem 1.2rem 0.6rem;
    white-space: nowrap;
    transition: all 0.2s ease-in; }

.header-upper-row {
  padding: 5px 0;
  color: #b0b0b0;
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  position: relative; }
  .header-upper-row:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    background-color: #ccc;
    height: 1px;
    left: -50vw;
    right: -50vw; }
  .header-upper-row a {
    font-weight: 700; }
  .header-upper-row a,
  .header-upper-row * {
    text-decoration: none;
    color: #373737; }

.social-list {
  margin-bottom: 0; }
  .social-list li {
    display: inline-block;
    margin: 0 10px 0 0; }
    .social-list li img {
      display: block;
      max-height: 16px;
      width: auto; }

.site-header {
  background-color: #fff;
  position: relative;
  z-index: 20; }
  .site-header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  .site-header.header-minimal {
    box-shadow: 0 0 6px 0 rgba(31, 31, 31, 0.59); }
    .site-header.header-minimal .nav-container,
    .site-header.header-minimal .site-header {
      background-color: #fff; }
    .site-header.header-minimal .site-logo {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      height: 60px;
      padding: 10px 0; }
    .site-header.header-minimal .site-menu {
      margin-top: 1.5rem; }
    .site-header.header-minimal .container {
      background-color: #fff; }

.sfm-navicon-button {
  display: none; }

@media (min-width: 800px) {
  .site-header {
    background-color: #fff; }
  .site-menu {
    text-justify: distribute;
    display: block;
    text-align: justify;
    min-width: 100%;
    margin-bottom: 0;
    line-height: 0;
    font-size: 0;
    margin-top: 3.5rem; }
    .site-menu:after {
      content: "";
      display: inline-block;
      height: 0;
      line-height: 0;
      width: 100%;
      font-size: 0; }
    .site-menu li {
      display: inline-block;
      margin: 0;
      position: relative;
      font-size: 1.3rem; }
      .site-menu li:hover > ul {
        display: block;
        opacity: 1;
        transition: all 0.2s ease-in; }
      .site-menu li.current-menu-item > a {
        color: #82140e; }
      .site-menu li.clear {
        display: inline-block;
        height: 0;
        line-height: 0;
        width: 100%;
        font-size: 0;
        opacity: 0; }
    .site-menu ul {
      background-color: #EBE7E7;
      position: absolute;
      z-index: 13;
      z-index: 999;
      top: 100%;
      left: -5px;
      opacity: 0;
      display: none;
      padding: 0;
      transition: all 0.2s ease-in; }
      .site-menu ul li {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%; }
        .site-menu ul li a {
          padding: 0.8rem 1.5rem 0.6rem;
          color: #92140e;
          transition: all 0.2s ease-in; }
          .site-menu ul li a:hover {
            color: #fff;
            transition: all 0.2s ease-in; }
        .site-menu ul li.current-menu-item a {
          color: #92140e; }
        .site-menu ul li:hover {
          background-color: #A6B2B8; } }

.mobile-header {
  display: none; }

#pull {
  display: none; }

.mobile-menu-background {
  display: none; }

@media (max-width: 799px) {
  .sfm-navicon-button {
    display: inherit; }
  .header-upper-row {
    display: none; }
  .site-nav {
    display: none; }
  .header_contact_col {
    display: none; }
  .logo-link {
    display: block;
    margin: auto; }
  .site-logo {
    margin: auto;
    display: block; }
  .col.nav_col,
  .col.logo_col {
    margin-bottom: 0; } }

/* SUPERFLY MENU */
#sfm-sidebar.sfm-compact .sfm-logo {
  margin-top: 20px;
  margin-bottom: 20px; }

.sfm-logo img {
  display: block;
  max-width: 160px;
  margin: auto; }

.site-footer {
  background-color: #82140e;
  color: #fff; }
  .site-footer .small-text {
    font-size: 1.2rem; }
  .site-footer a {
    text-decoration: none; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }

.lower-footer {
  background-color: #82140e; }
  .lower-footer a {
    text-transform: uppercase;
    color: #fff; }

@media (max-width: 600px) {
  .footer-menu {
    flex-direction: column; } }

.legal-text {
  font-size: 1.7rem;
  opacity: 0.9; }

input,
textarea,
button,
select,
.light-text input,
.light-text textarea,
.light-text select {
  font-family: "HelveticaNeueLTStd", HelveticaNeueLTStd, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  padding: 1.2rem 1.3rem 0.8rem;
  margin-bottom: 1rem;
  width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  font-weight: 400;
  background-color: #EEEBEA;
  color: #1E1E1E;
  text-align: left !important; }

label {
  color: #373737;
  font-weight: 300; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #707070; }

textarea {
  height: 12.0rem;
  max-width: 100%; }

input[type="button"],
input[type="submit"],
button {
  display: inline-block;
  text-decoration: none;
  padding: 1.2rem 1.5rem;
  font-size: 1.6rem;
  font-family: "Russo One", sans-serif;
  font-weight: 700;
  cursor: pointer;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
  position: relative;
  background-color: #92140e;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
  background-color: #82140e;
  padding: 1.2rem 2rem;
  display: inline-block;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 3px !important;
  width: auto;
  text-align: center !important; }
  input[type="button"]:hover,
  input[type="submit"]:hover,
  button:hover {
    background-color: #991810; }

input:focus,
input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #92140e;
  outline: none; }

input[type="checkbox"] {
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0; }

option,
.light-text option {
  color: #1E1E1E;
  font-size: 1.5rem; }

/*************** BUTTONS ******************/
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 1.2rem 1.5rem;
  font-size: 1.6rem;
  font-family: "Russo One", sans-serif;
  font-weight: 700;
  cursor: pointer;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
  position: relative;
  background-color: #92140e;
  text-transform: uppercase;
  transition: all 0.2s ease-in; }
  .btn:hover {
    background-color: #92140e;
    transition: all 0.2s ease-in; }

.btn.white-btn {
  background-color: #fff;
  color: #82140e; }
  .btn.white-btn :hover {
    background-color: #fff;
    color: #82140e; }

.btn.blue-btn {
  background-color: #92140e;
  color: #fff; }
  .btn.blue-btn :hover {
    background-color: #7b110c;
    color: #fff; }

.btn.grey-btn {
  background-color: #373737;
  color: #fff; }
  .btn.grey-btn :hover {
    background-color: #2a2a2a;
    color: #fff; }

.btn.block-btn {
  display: block;
  width: 100%;
  text-align: center; }

.btn.disabled-btn {
  cursor: default; }

/******** HEROS ********/
.design-hero {
  overflow: hidden;
  height: 400px;
  overflow: hidden; }
  .design-hero img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    width: 100%; }

@media (max-width: 840px) {
  .design-hero {
    height: 300px;
    max-height: none; } }

.hero.home-hero {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
  min-height: 450px; }
  .hero.home-hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(146, 20, 14, 0.45);
    z-index: 1; }
  .hero.home-hero .container {
    position: relative;
    z-index: 3; }

.hero.inner-hero {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
  overflow: hidden;
  height: 200px;
  min-height: 200px;
  position: relative; }
  .hero.inner-hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(146, 20, 14, 0.85);
    z-index: 1; }
  .hero.inner-hero .container {
    height: 100%;
    position: relative;
    z-index: 3; }
    .hero.inner-hero .container h1 {
      color: #fff; }
    .hero.inner-hero .container h4 {
      color: #E5463A; }

.bottom-bg-image {
  width: 100%;
  display: block;
  margin: 0; }

/******** MISC ********/
@media (min-width: 800px) {
  .full-column-text {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
            column-gap: 3rem; } }

@media (min-width: 1100px) {
  .full-column-text {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 3rem;
            column-gap: 3rem; } }

/******** PARALLAX ********/
.parallax-section {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4rem; }

.parallax-content {
  max-width: 700px;
  padding: 4rem;
  background-color: rgba(255, 255, 255, 0.705); }

/******** PAGINATION ********/
.breadcrumbs {
  position: relative;
  border-bottom: solid 1px #d6d6d6;
  padding: 8px 0;
  margin-bottom: 2rem; }
  .breadcrumbs p {
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    color: #a0b1c2; }
  .breadcrumbs a {
    text-decoration: none;
    color: #a0b1c2; }

/***************  HOME ******************/
.home-hero {
  padding: 5vh 5vw;
  position: relative;
  height: 650px;
  max-height: 70vh; }

.video-background {
  background-color: #82140e;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  overflow: hidden; }
  .video-background .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
  .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }

@media (max-width: 800px) {
  .video-background {
    display: none; }
  .home-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; } }

.home-hero-content {
  position: relative;
  max-width: 600px; }
  .home-hero-content * {
    color: #fff; }
  .home-hero-content h2 {
    font-size: 2.4rem; }

@media (min-width: 800px) {
  .home-hero {
    padding: 15vh 15vw; }
  .home-hero-content {
    left: 20%; }
    .home-hero-content h2 {
      font-size: 2.8rem; } }

@media (min-width: 1200px) {
  .home-hero-content {
    left: 60%; }
    .home-hero-content h2 {
      font-size: 3.2rem; } }

.feature-charter {
  float: left;
  max-width: 200px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .feature-charter > * {
    margin-bottom: 0.5rem;
    text-align: center; }
  .feature-charter .charter-title {
    color: #82140e;
    padding-bottom: 5px;
    border-bottom: solid 1px #E5463A;
    font-size: 2.0rem; }
  .feature-charter .quote {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 1.5rem; }
  .feature-charter .charter-image-container {
    margin-bottom: 1.5rem; }
  .feature-charter a {
    text-decoration: none;
    color: #82140e; }
  .feature-charter .read-more-button {
    flex-grow: 2;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end; }

.feature-charter:hover {
  background-color: #92140e; }
  .feature-charter:hover * {
    color: #fff; }
  .feature-charter:hover .charter-title {
    color: #E5463A; }

.charter-image-container {
  border: solid 3px #92140e;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover; }
  .charter-image-container img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover; }

@supports (display: grid) {
  .home-charters-container {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
  .feature-charter {
    float: none;
    max-width: none; } }

/***************  CHARTERS ******************/
.package-container .charter-map {
  position: relative; }
  .package-container .charter-map iframe {
    height: 350px; }
  .package-container .charter-map .charter-intro {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(130, 20, 14, 0.6);
    padding: 10px;
    max-width: 80%; }

@supports (display: grid) {
  .package-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem; }
    .package-container .charter-map {
      grid-column: span 2;
      max-height: 350px; }
    .package-container .btn-container {
      grid-column: 2; } }

@media (max-width: 700px) {
  .package-container .quick-intro,
  .package-container .quick-specs {
    grid-column: span 2; } }

.hero.inner-hero.charter-hero {
  padding-top: 2rem;
  height: auto;
  overflow: visible;
  margin-bottom: 100px; }
  .hero.inner-hero.charter-hero .charter-map {
    margin-bottom: -100px; }
    .hero.inner-hero.charter-hero .charter-map iframe {
      height: 450px;
      max-height: 50vh; }

/***************  GALLERIES ******************/
a.gallery-thumb {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  max-height: 200px;
  text-decoration: none; }
  a.gallery-thumb img {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: -webkit-transform 200ms ease-in;
    transition: transform 200ms ease-in;
    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in; }
  a.gallery-thumb .gallery-title,
  a.gallery-thumb .gallery-charter {
    position: absolute;
    display: block;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 10; }
  a.gallery-thumb .gallery-charter {
    color: #E5463A;
    bottom: 3rem; }
  a.gallery-thumb:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #82140e;
    opacity: 0.4;
    z-index: 1;
    transition: opacity 200ms ease-in; }
  a.gallery-thumb:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    transition: -webkit-transform 200ms ease-in;
    transition: transform 200ms ease-in;
    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in; }
  a.gallery-thumb:hover:before {
    opacity: 0.3;
    transition: opacity 200ms ease-in; }

/* Non grid css */
.gallery-thumb {
  float: left;
  width: 50%;
  max-width: 240px;
  border: solid 3px #fff; }

@supports (display: grid) {
  .gallery-grid-container {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-flow: dense; }
  .gallery-thumb {
    float: none;
    width: auto;
    max-width: none;
    border: none; }
  .gallery-thumb.landscape-gallery {
    grid-column: span 2; } }

@supports (display: grid) {
  .gallery-image-container {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
    .gallery-image-container .gallery-thumb:before {
      content: none; } }

@media (max-width: 600px) {
  .gallery-thumb {
    grid-column: span 2; } }

.sfm-rollback.sfm-rollback {
  width: 0; }

.lg-close {
  position: relative;
  z-index: 9999999999; }
/*# sourceMappingURL=style.css.map */