@charset "UTF-8";
html,
#Form {
  margin: 0;
  padding: 0;
  height: 100%; }

#Body,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #E5E2DC;
  font-size: 14px; }

#Body {
  /* fix right space on iOS */ }

* {
  margin: 0;
  padding: 0;
  outline: none;
  font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility; }

/* Basic Styles */
table, th, td, div, p, li, blockquote, h1, h2, h3, h4, h5, h6, .Normal {
  font-size: 14px;
  font-family: "Monserrat", sans-serif;
  color: #002D56;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5em; }

p {
  margin: 0 0 1.4em; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

ul, ol {
  margin-bottom: 2em; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }
  ul li, ol li {
    margin-bottom: 0.5em; }
  ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6 {
    margin-top: 1em; }

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

br {
  margin: 0;
  padding: 0; }

hr {
  border: 0;
  border-bottom: 1px solid #00C9DB !important;
  opacity: 0.1;
  padding: 0;
  margin: 0.5em 0; }

sub, sup {
  text-transform: none; }

h1, h2, h3, h4, h5 {
  color: #002D56;
  font-weight: bold;
  line-height: 1.25em;
  margin: 0 0 0.5em; }

h1, .h1 {
  font-size: 28px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

small {
  font-size: 12px;
  font-weight: inherit !important;
  color: inherit !important;
  opacity: 0.65; }

.lead {
  font-size: 16px;
  font-weight: normal; }

a, a:link, a:visited, a:active {
  color: #005598;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
a:hover {
  color: #005598;
  text-decoration: none; }

.NormalTextBox,
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
select {
  font-size: 14px;
  font-family: "Monserrat", sans-serif;
  border: 1px solid #CCC;
  line-height: 1em;
  padding: 10px 8px;
  margin-bottom: 10px;
  vertical-align: top;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important; }

select option {
  text-indent: 7px; }

button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
  color: #002D56;
  background: #FFF;
  text-shadow: none;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  padding: 8px 10px 10px !important;
  font-size: 14px;
  font-weight: normal;
  line-height: 22.75px;
  opacity: 1; }
.dnnFormItem select::-ms-expand {
  display: none; }
.dnnFormItem select option {
  text-indent: 7px; }

.invert,
.invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h6 {
  color: #FFF; }
.invert table, .invert th, .invert td, .invert div, .invert p, .invert li, .invert blockquote, .invert .Normal {
  color: #FFF; }
.invert a,
.invert a span {
  color: #FFF; }
.invert a:hover,
.invert a:hover > * {
  color: rgba(255, 255, 255, 0.75); }

/* Skin Styles */
/* Global Page Styles */
.dnnEditState .siteWrapper {
  margin-bottom: 0; }
  .dnnEditState .siteWrapper:after {
    height: auto !important; }

.siteWidth {
  margin: 0 auto;
  padding: 0;
  width: 1152px;
  max-width: 100%;
  position: relative; }
  .headerMain .siteWidth {
    padding: 0 30px;
    height: 100%; }
    @media (max-width: 767px) {
      .headerMain .siteWidth {
        padding: 0 15px; } }
  .contentMain .siteWidth {
    background-color: #FFF; }

/* Header */
header.headerMain {
  padding: 0;
  width: 100%;
  height: 72px;
  position: relative;
  z-index: 999;
  background: #002b5c;
  -webkit-box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2);
  -moz-box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2);
  box-shadow: 0 6px 8px 0 rgba(12, 0, 51, 0.2); }
  @media (max-width: 991px) {
    header.headerMain {
      height: 112px; } }
  header.headerMain .menuMain {
    margin: 0 auto;
    padding: 0 150px; }
    @media (max-width: 991px) {
      header.headerMain .menuMain {
        float: right;
        padding: 0;
        margin: 0 -15px 0 0; } }

.logoMain {
  margin: 0;
  padding: 0;
  float: left; 
width:250px;}

  .logoMain img {
    margin: 0;
    padding: 6px 0;
    max-width: 100%;
    width: 250px; }

#mobileMenu {
  background: #002D56;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0; }
  #mobileMenu .logoMain {
    background: #00C9DB; }
  #mobileMenu.collapse.in + .siteWrapper {
    height: 100%;
    overflow: hidden; }

a.menuButton {
  color: #FFF;
  display: block;
  font-size: 25px;
  height: 72px;
  line-height: 70px;
  padding: 0;
  text-align: center;
  width: 72px;
  vertical-align: top;
  position: relative;
  margin: 0 auto; }
  a.menuButton:hover {
    color: #FFF;
    opacity: 0.6; }
  a.menuButton em {
    line-height: inherit; }

a.menuClose {
  color: #FFF;
  display: block;
  font-size: 40px;
  height: 72px;
  line-height: 72px;
  width: 72px;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: none !important;
  position: absolute;
  top: 0;
  right: 0; }
  a.menuClose:hover {
    color: #FFF;
    opacity: 0.6; }

/* Main Content */
.heroMain {
  position: relative;
  z-index: 0; }
  @media (max-width: 1152px) {
    .heroMain {
      overflow: hidden; } }

.bookingMain {
  padding: 0;
  margin: 0; }
  .dnnEditState .homePage .bookingMain {
    padding-top: 70px; }
  .bookingMain .siteWidth {
    background: #002B5c; }

.contentMain {
  padding: 0;
  margin: 0; }
  .dnnEditState .defaultPage .contentMain {
    padding-top: 70px; }

.myPane {
  padding: 0; }

.ContentPane {
  width: auto; }

.NoPad, .noPad, .nopad {
  padding: 0 !important; }

/* Tokens */
.headerDetails {
  float: right;
  margin: 14px 0 0; }
  @media (max-width: 991px) {
    .headerDetails {
      float: none;
      margin: 0;
      background: #FFF;
      height: 40px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; } }
  .headerDetails .headerPhone {
    float: right;
    color: #FFF;
    display: inline-block;
    padding: 0;
    font-size: 16px;
    line-height: 40px; }
    @media (max-width: 991px) {
      .headerDetails .headerPhone {
        display: block;
        color: #002D56;
        width: 50%;
        text-align: center; } }
    .headerDetails .headerPhone a {
      display: block;
      line-height: 40px;
      color: #FFF; }
      @media (max-width: 991px) {
        .headerDetails .headerPhone a {
          color: #002D56; } }
      .headerDetails .headerPhone a:hover {
        color: #FFF;
        opacity: 0.75; }
        @media (max-width: 991px) {
          .headerDetails .headerPhone a:hover {
            color: #005598;
            opacity: 1; } }
      .headerDetails .headerPhone a:before {
        content: "";
        font-family: "FontAwesome";
        font-weight: normal;
        font-style: normal;
        padding-right: 10px;
        font-size: 20px;
        vertical-align: middle; }
  .headerDetails .headerLocation {
    float: left;
    color: #002D56;
    padding: 0;
    font-size: 16px;
    line-height: 40px;
    width: 50%;
    text-align: center;
    border-right: 1px solid #002D56;
    display: none; }
    @media (max-width: 991px) {
      .headerDetails .headerLocation {
        display: block; } }
    .headerDetails .headerLocation a {
      display: block;
      line-height: 40px;
      color: #002D56; }
      .headerDetails .headerLocation a:hover {
        color: #005598; }

h1.pageHead,
h2.pageHead {
  display: block;
  font-size: 20px;
  font-weight: 800;
  padding: 5px;
  background: #F1C400;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
  box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2); }

/* Footer */
.footerMain {
  background: #002D56;
  padding: 0;
  display: block;
  position: relative; }
  .dnnEditState .footerMain {
    height: auto;
    padding-bottom: 90px; }
  .footerMain .footerTXT {
    color: #002D56 !important;
    font-size: 12px;
    margin: 0 15px;
    line-height: 20px;
    padding: 25px 0;
    display: inline-block; }
  .footerMain a.footerTXT:hover {
    color: #FFF !important; }

/* Core Buttons */
.dnnFormItem input[type="submit"], .dnnFormItem input[type="submit"]:hover, .dnnFormItem input[type="submit"]:active, .dnnFormItem input[type="submit"]:focus,
a.dnnPrimaryAction,
a.dnnPrimaryAction:hover,
a.dnnPrimaryAction:active,
a.dnnPrimaryAction:focus, .dnnPrimaryAction, .dnnPrimaryAction:hover, .dnnPrimaryAction:active, .dnnPrimaryAction:focus,
a.dnnSecondaryAction,
a.dnnSecondaryAction:hover,
a.dnnSecondaryAction:active,
a.dnnSecondaryAction:focus, .dnnSecondaryAction, .dnnSecondaryAction:hover, .dnnSecondaryAction:active, .dnnSecondaryAction:focus,
a.dnnTertiaryAction,
a.dnnTertiaryAction:hover,
a.dnnTertiaryAction:active,
a.dnnTertiaryAction:focus, .dnnTertiaryAction, .dnnTertiaryAction:hover, .dnnTertiaryAction:active, .dnnTertiaryAction:focus,
a.dnnDisabledAction,
a.dnnDisabledAction:hover,
a.dnnDisabledAction:active,
a.dnnDisabledAction:focus, .dnnDisabledAction, .dnnDisabledAction:hover, .dnnDisabledAction:active, .dnnDisabledAction:focus {
  display: inline-block;
  background: #999;
  text-shadow: none;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 10px 15px !important;
  font-size: 20px;
  line-height: 1em !important;
  font-weight: bold;
  opacity: 1 !important;
  border: 0 !important;
  color: #FFF !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
  box-shadow: 0 4px 8px 0 rgba(12, 0, 51, 0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.dnnFormItem input[type="submit"],
a.dnnPrimaryAction, .dnnPrimaryAction {
  background: #002D56 !important; }
  .dnnFormItem input[type="submit"]:hover, .dnnFormItem input[type="submit"]:focus, .dnnFormItem input[type="submit"]:active,
  a.dnnPrimaryAction:hover,
  a.dnnPrimaryAction:focus,
  a.dnnPrimaryAction:active, .dnnPrimaryAction:hover, .dnnPrimaryAction:focus, .dnnPrimaryAction:active {
    background: #ffcf01 !important; }

a.dnnSecondaryAction, .dnnSecondaryAction {
  background: #005598 !important; }
  a.dnnSecondaryAction:hover, a.dnnSecondaryAction:focus, a.dnnSecondaryAction:active, .dnnSecondaryAction:hover, .dnnSecondaryAction:focus, .dnnSecondaryAction:active {
    background: #0063b2 !important; }

a.dnnTertiaryAction, .dnnTertiaryAction {
  background: #00C9DB !important; }
  a.dnnTertiaryAction:hover, a.dnnTertiaryAction:focus, a.dnnTertiaryAction:active, .dnnTertiaryAction:hover, .dnnTertiaryAction:focus, .dnnTertiaryAction:active {
    background: #009aa8 !important; }

a.dnnDisabledAction, a.dnnDisabledAction:link, a.dnnDisabledAction:visited, a.dnnDisabledAction:active, a.dnnDisabledAction:hover, .dnnDisabledAction, .dnnDisabledAction:link, .dnnDisabledAction:visited, .dnnDisabledAction:active, .dnnDisabledAction:hover {
  color: #999 !important;
  background: #E5E2DC !important; }

.dnnPrimaryAction + .dnnPrimaryAction,
.dnnPrimaryAction + .dnnSecondaryAction,
.dnnPrimaryAction + .dnnTertiaryAction,
.dnnPrimaryAction + .dnnDisabledAction,
.dnnSecondaryAction + .dnnPrimaryAction,
.dnnSecondaryAction + .dnnSecondaryAction,
.dnnSecondaryAction + .dnnTertiaryAction,
.dnnSecondaryAction + .dnnDisabledAction,
.dnnTertiaryAction + .dnnPrimaryAction,
.dnnTertiaryAction + .dnnSecondaryAction,
.dnnTertiaryAction + .dnnTertiaryAction,
.dnnTertiaryAction + .dnnDisabledAction,
.dnnDisabledAction + .dnnPrimaryAction,
.dnnDisabledAction + .dnnSecondaryAction,
.dnnDisabledAction + .dnnTertiaryAction,
.dnnDisabledAction + .dnnDisabledAction {
  margin-left: 10px !important; }

#topContent {
  background: #CCC;
  color: #FFF;
  bottom: 20px;
  height: 40px;
  line-height: 37px;
  opacity: 0.35;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 40px;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  z-index: 999;
  text-align: center;
  display: inline-block;
  font-size: 1em; }
  #topContent .fa {
    line-height: inherit; }

.editOnly {
  display: none; }

.dnnEditState .editOnly {
  display: block;
  margin-bottom: 20px; }

/* Chrome Bug Last Word Wrapping */
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
  content: '&zwnj;';
  /* Zero Width Non-Joiner Invisible Character */
  font-family: Monserrat, Arial, Helvetica, sans-serif;
  width: 1px;
  height: 1px;
  overflow: hidden;
  float: right; }
