/*
Theme Name: Sizewell Harbour
Author: Anonymous
Author URI:
Version: 1
Description: Sizewell Harbour theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Sizewell Harbour
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.slick-dots, .main-nav ul, .footer-nav ul, .social-networks, .accordion, .accordion .sub-accordion, .text-content ul, .text-content ol, .generalcontent-block ul:not([class]), .generalcontent-block ol:not([class]) {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.5 "Montserrat", sans-serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
	@include media('<tablet') {
		font-size: 17px;
		line-height: 26px;
	}*/ }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

a {
  -webkit-transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #f1860d;
  padding-left: .5em;
  margin-left: 1.5em; }

th, td {
  border: 1px solid #00588B;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea, select, input[type='number'] {
  height: 50px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 20px;
  border: solid 1px #A4A4A4;
  padding: 10px 24px;
  border-radius: 0;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #00588B;
  background-color: #fff;
  border-radius: 6px;
  background: #F5F9FF; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder {
    color: #000;
    font-weight: 400; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder, select::-moz-placeholder, input[type='number']::-moz-placeholder {
    opacity: 1;
    color: #000;
    font-weight: 400; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder, select:-moz-placeholder, input[type='number']:-moz-placeholder {
    color: #000;
    font-weight: 400; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type='number']:-ms-input-placeholder {
    color: #000;
    font-weight: 400; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder, select.placeholder, input[type='number'].placeholder {
    color: #000;
    font-weight: 400; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  textarea:focus, select:focus, input[type='number']:focus {
    border-color: #00588B; }

input[type='password'] {
  font-family: Verdana;
  font-weight: 700; }

select, .select2-container--default .select2-selection--single {
  background: #F5F9FF url("images/select-bg4.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  overflow: hidden; }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 100px !important;
  resize: none; }

button, .btn,
input[type='button'],
input[type='submit'], .button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 11px 25px;
  min-height: 42px;
  text-align: center;
  border-radius: 5px;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #fff;
  background: #00588B;
  border: 0;
  letter-spacing: 0.7px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  color: #fff;
  overflow: hidden;
  z-index: 1; }
  button:hover, .btn:hover,
  input[type='button']:hover,
  input[type='submit']:hover, .button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    opacity: 1; }
  button.btn-secondary, .btn.btn-secondary,
  input[type='button'].btn-secondary,
  input[type='submit'].btn-secondary, .button.btn-secondary {
    background-color: #f1860d;
    color: #000; }
    button.btn-secondary:hover, .btn.btn-secondary:hover,
    input[type='button'].btn-secondary:hover,
    input[type='submit'].btn-secondary:hover, .button.btn-secondary:hover {
      color: #fff;
      background: #000; }
    button.btn-secondary:before, .btn.btn-secondary:before,
    input[type='button'].btn-secondary:before,
    input[type='submit'].btn-secondary:before, .button.btn-secondary:before {
      display: none; }
  button.btn-info, .btn.btn-info,
  input[type='button'].btn-info,
  input[type='submit'].btn-info, .button.btn-info {
    background-color: #FF5026;
    color: #fff; }
    button.btn-info:hover, .btn.btn-info:hover,
    input[type='button'].btn-info:hover,
    input[type='submit'].btn-info:hover, .button.btn-info:hover {
      background-color: #f22f00; }
    button.btn-info:before, .btn.btn-info:before,
    input[type='button'].btn-info:before,
    input[type='submit'].btn-info:before, .button.btn-info:before {
      display: none; }
  button.btn-white-outline, .btn.btn-white-outline,
  input[type='button'].btn-white-outline,
  input[type='submit'].btn-white-outline, .button.btn-white-outline {
    background: none;
    border-color: #fff;
    color: #fff;
    border: solid 1px #fff; }
    button.btn-white-outline:hover, .btn.btn-white-outline:hover,
    input[type='button'].btn-white-outline:hover,
    input[type='submit'].btn-white-outline:hover, .button.btn-white-outline:hover {
      background: #fff;
      color: #00588B; }
    button.btn-white-outline:before, .btn.btn-white-outline:before,
    input[type='button'].btn-white-outline:before,
    input[type='submit'].btn-white-outline:before, .button.btn-white-outline:before {
      display: none; }
  button.btn-primary-outline, .btn.btn-primary-outline,
  input[type='button'].btn-primary-outline,
  input[type='submit'].btn-primary-outline, .button.btn-primary-outline {
    background: none;
    border-color: #00588B;
    color: #00588B;
    border: solid 1px #00588B; }
    button.btn-primary-outline:hover, .btn.btn-primary-outline:hover,
    input[type='button'].btn-primary-outline:hover,
    input[type='submit'].btn-primary-outline:hover, .button.btn-primary-outline:hover {
      color: #fff;
      background: #00588B; }
    button.btn-primary-outline i, .btn.btn-primary-outline i,
    input[type='button'].btn-primary-outline i,
    input[type='submit'].btn-primary-outline i, .button.btn-primary-outline i {
      margin: 0 10px 0 0; }

button:before {
  display: none; }

.fancybox-button {
  min-height: inherit;
  padding: 0; }
  .fancybox-button:hover {
    background: #000; }

.field_sublabel_below .gfield_label {
  margin-bottom: 6px;
  display: block; }

input[type='file'] {
  border-bottom: 0;
  background-color: #00588B;
  color: #fff; }

.main-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main-cols #content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .main-cols #sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px;
    margin-left: 20px; }

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .paging .nav-links .prev, .paging .nav-links .next {
    padding: 8px 20px; }

.paging {
  clear: both;
  text-align: center;
  width: 100%; }
  .paging .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .paging .pagination {
    width: 100%; }

.paging .nav-links a, .paging .nav-links span {
  color: #fff !important;
  text-decoration: none;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  width: 36px;
  height: 36px;
  background: #3379a2;
  font-size: 16px;
  line-height: 24px;
  margin: 2px 3px;
  border-radius: 100%;
  font-family: "Montserrat", sans-serif;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 576px) {
    .paging .nav-links a, .paging .nav-links span {
      width: 40px;
      height: 40px;
      margin: 2px 4px;
      font-size: 18px; } }
  @media (min-width: 768px) {
    .paging .nav-links a, .paging .nav-links span {
      margin: 2px 7px;
      width: 47px;
      height: 47px;
      font-size: 20px;
      line-height: 24px; } }

.paging .nav-links a:hover, .paging .nav-links span.current {
  background: #00588b !important; }

.paging .nav-links .next, .paging .nav-links .prev {
  font-size: 0;
  line-height: 0;
  padding: 0; }

.paging .nav-links .next {
  text-align: center; }
  .paging .nav-links .next:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f105";
    font-family: 'icomoon'; }

.paging .nav-links .prev {
  text-align: center; }
  .paging .nav-links .prev:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f104";
    font-family: 'icomoon'; }

.fancybox-button:after {
  display: none; }

.widget {
  margin-bottom: 1.5em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    width: 100%; }
    .search-form input[type='search'] {
      width: 100%;
      margin-bottom: 14px; }

.post-password-form input {
  width: 100%; }
  .post-password-form input[type='password'] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #00588B;
  color: #fff;
  font-size: 20px;
  line-height: 20px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background: #f1860d; }

.commentlist {
  margin: 0 0 1.5em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.5em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.5em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.5em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #00588B;
    color: #fff;
    padding: 18px 20px 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    border-radius: 5px; }

.navigation-single {
  margin-bottom: 1.5em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #00588B;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      background: #f1860d; }
    .navigation-single .next a,
    .navigation-single .prev a {
      display: block;
      background: #00588B;
      color: #fff;
      padding: 18px 20px 16px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 20px;
      border-radius: 5px; }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.5em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.5em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.5em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.5em; }

.mejs-container {
  margin-bottom: 1.5em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.widget_calendar table {
  width: 100%; }

@media (min-width: 1130px) {
  body {
    font-size: 17px; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0 0 0.5em;
  line-height: 1.2;
  display: block; }

h1, .h1 {
  font-size: 38px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (min-width: 1366px) {
    h1, .h1 {
      font-size: 56px; } }
  @media (min-width: 1366px) {
    h1, .h1 {
      font-size: 60px; } }

h2, .h2 {
  font-size: 25px;
  color: #00588B;
  line-height: 1.3;
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 34px;
      line-height: 1.2; } }
  @media (min-width: 1130px) {
    h2, .h2 {
      font-size: 42px;
      margin: 0 0 18px; } }

h3, .h3 {
  font-size: 20px;
  color: #00588B;
  line-height: 1.3; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 24px; } }
  @media (min-width: 1130px) {
    h3, .h3 {
      font-size: 30px; } }

h4, .h4 {
  font-size: 20px;
  font-weight: 500; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 25px; } }

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

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 15px; }

a {
  color: #000; }
  a:hover, a:focus {
    text-decoration: none; }

.btn-primary {
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 20px;
  padding: 11px 15px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  min-width: 125px;
  border-radius: 5px;
  background: #00588B;
  outline: none !important;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  position: relative;
  color: #fff;
  overflow: hidden;
  font-weight: 600;
  z-index: 1; }
  @media (min-width: 1130px) {
    .btn-primary {
      min-width: 185px;
      font-size: 16px; } }
  .btn-primary:hover, .btn-primary:focus {
    background: #f1860d;
    border-color: #f1860d;
    color: #000; }

.subtitle {
  display: block;
  color: #f1860d;
  margin: 0 0 10px;
  font-weight: 500; }
  @media (min-width: 1130px) {
    .subtitle {
      margin: 0 0 17px; } }

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-alerts:before {
  content: "\e984"; }

.icon-contact:before {
  content: "\e985"; }

.icon-harbour:before {
  content: "\e986"; }

.icon-upcomming:before {
  content: "\e987"; }

.icon-track:before {
  content: "\e988"; }

.icon-menu-where-to-live:before {
  content: "\e97e"; }

.icon-menu-faqs:before {
  content: "\e97f"; }

.icon-menu-seeker-info:before {
  content: "\e980"; }

.icon-menu-welcome-intro:before {
  content: "\e981"; }

.icon-menu-bus-routes:before {
  content: "\e982"; }

.icon-menu-provider-info:before {
  content: "\e983"; }

.icon-icon-call:before {
  content: "\e900"; }

.icon-icon-clock:before {
  content: "\e901"; }

.icon-icon-email:before {
  content: "\e902"; }

.icon-icon-quote:before {
  content: "\e903"; }

.icon-icon-quote2:before {
  content: "\e904"; }

.icon-icon-send:before {
  content: "\e905"; }

.icon-icon-user:before {
  content: "\e906"; }

.icon-arrow_right_alt:before {
  content: "\e907"; }

.icon-long-arrow-right:before {
  content: "\e908"; }

.icon-long-arrow-left:before {
  content: "\e909"; }

.icon-long-arrow-up:before {
  content: "\e90a"; }

.icon-long-arrow-down:before {
  content: "\e90b"; }

.icon-check_circle:before {
  content: "\e90c"; }

.icon-location:before {
  content: "\e90d"; }

.icon-download1:before {
  content: "\e90e"; }

.icon-arrow-right:before {
  content: "\e90f"; }

.icon-arrow-left:before {
  content: "\e910"; }

.icon-envelope1:before {
  content: "\e911"; }

.icon-home:before {
  content: "\e912"; }

.icon-watch_later:before {
  content: "\e913"; }

.icon-youtube1:before {
  content: "\e914"; }

.icon-location1:before {
  content: "\e915"; }

.icon-arrow-bottom:before {
  content: "\e916"; }

.icon-arrow-top:before {
  content: "\e917"; }

.icon-info:before {
  content: "\e918"; }

.icon-check_circle1:before {
  content: "\e919"; }

.icon-paperplane:before {
  content: "\e91a"; }

.icon-search1:before {
  content: "\e91b"; }

.icon-search2:before {
  content: "\e91c"; }

.icon-phone1:before {
  content: "\e91d"; }

.icon-switch:before {
  content: "\e91e"; }

.icon-play:before {
  content: "\e91f"; }

.icon-x:before {
  content: "\e920"; }

.icon-upload-doc:before {
  content: "\e921"; }

.icon-tiktok:before {
  content: "\e922"; }

.icon-twitter1:before {
  content: "\e923"; }

.icon-search3:before {
  content: "\e924"; }

.icon-youtube2:before {
  content: "\e925"; }

.icon-arrow-left1:before {
  content: "\e926"; }

.icon-arrow-right1:before {
  content: "\e927"; }

.icon-user-locked:before {
  content: "\e928"; }

.icon-mic:before {
  content: "\e929"; }

.icon-facebook:before {
  content: "\e92a"; }

.icon-play1:before {
  content: "\e92b"; }

.icon-home-settings2:before {
  content: "\e92c"; }

.icon-user-search:before {
  content: "\e92d"; }

.icon-logout:before {
  content: "\e92e"; }

.icon-nuclear:before {
  content: "\e92f"; }

.icon-menu:before {
  content: "\e930"; }

.icon-user2:before {
  content: "\e931"; }

.icon-chat:before {
  content: "\e932"; }

.icon-calender-checked:before {
  content: "\e933"; }

.icon-edit2:before {
  content: "\e934"; }

.icon-globe:before {
  content: "\e935"; }

.icon-hut:before {
  content: "\e936"; }

.icon-bed:before {
  content: "\e937"; }

.icon-parking:before {
  content: "\e938"; }

.icon-trash:before {
  content: "\e939"; }

.icon-download:before {
  content: "\e93a"; }

.icon-home-edit:before {
  content: "\e93b"; }

.icon-home-settings:before {
  content: "\e93c"; }

.icon-home-search:before {
  content: "\e93d"; }

.icon-tax:before {
  content: "\e93e"; }

.icon-home2:before {
  content: "\e93f"; }

.icon-photo:before {
  content: "\e940"; }

.icon-pin:before {
  content: "\e941"; }

.icon-phone:before {
  content: "\e942"; }

.icon-remove_red_eye:before {
  content: "\e943"; }

.icon-visibility_off:before {
  content: "\e944"; }

.icon-facebook2:before {
  content: "\e945"; }

.icon-full-screen:before {
  content: "\e946"; }

.icon-arrow-left2:before {
  content: "\e947"; }

.icon-arrow-right2:before {
  content: "\e948"; }

.icon-preview2:before {
  content: "\e949"; }

.icon-remove:before {
  content: "\e94a"; }

.icon-calendar:before {
  content: "\e94b"; }

.icon-preveiw:before {
  content: "\e94c"; }

.icon-edit:before {
  content: "\e94d"; }

.icon-delete:before {
  content: "\e94e"; }

.icon-archive:before {
  content: "\e94f"; }

.icon-filter:before {
  content: "\e950"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-facebook1:before {
  content: "\ea91"; }

.icon-instagram1:before {
  content: "\ea92"; }

.icon-linkedin:before {
  content: "\eac9"; }

.icon-search:before {
  content: "\f002"; }

.icon-heart:before {
  content: "\f004"; }

.icon-user:before {
  content: "\f007"; }

.icon-check:before {
  content: "\f00c"; }

.icon-times:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-check1:before {
  content: "\f00f"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-redo:before {
  content: "\f01e"; }

.icon-sync:before {
  content: "\f021"; }

.icon-list:before {
  content: "\f03a"; }

.icon-list1:before {
  content: "\f03b"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-check-circle1:before {
  content: "\f059"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-comment:before {
  content: "\f075"; }

.icon-heart-o:before {
  content: "\f08a"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-google-plus-g:before {
  content: "\f0d5"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin-in:before {
  content: "\f0e1"; }

.icon-envelope2:before {
  content: "\f0e2"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-ellipsis-h1:before {
  content: "\f143"; }

.icon-ellipsis-v1:before {
  content: "\f144"; }

.icon-play-circle:before {
  content: "\f145"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-long-arrow-down1:before {
  content: "\f175"; }

.icon-long-arrow-up1:before {
  content: "\f176"; }

.icon-long-arrow-left1:before {
  content: "\f177"; }

.icon-long-arrow-right1:before {
  content: "\f178"; }

.icon-vk:before {
  content: "\f189"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-yelp:before {
  content: "\f1e9"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-vimeo-v:before {
  content: "\f27d"; }

.icon-envira:before {
  content: "\f299"; }

.icon-facebook-f:before {
  content: "\f39e"; }

.icon-map-marker-alt:before {
  content: "\f3c5"; }

.icon-equals:before {
  content: "\f52c"; }

.icon-icon-call1:before {
  content: "\e951"; }

.icon-icon-clock1:before {
  content: "\e952"; }

.icon-icon-email1:before {
  content: "\e953"; }

.icon-icon-quote1:before {
  content: "\e954"; }

.icon-icon-quote21:before {
  content: "\e955"; }

.icon-icon-send1:before {
  content: "\e956"; }

.icon-icon-user1:before {
  content: "\e957"; }

.icon-arrow_right_alt1:before {
  content: "\e958"; }

.icon-long-arrow-right2:before {
  content: "\e959"; }

.icon-long-arrow-left2:before {
  content: "\e95a"; }

.icon-long-arrow-up2:before {
  content: "\e95b"; }

.icon-long-arrow-down2:before {
  content: "\e95c"; }

.icon-check_circle2:before {
  content: "\e95d"; }

.icon-location2:before {
  content: "\e95e"; }

.icon-download2:before {
  content: "\e95f"; }

.icon-arrow-right3:before {
  content: "\e960"; }

.icon-arrow-left3:before {
  content: "\e961"; }

.icon-envelope11:before {
  content: "\e962"; }

.icon-home1:before {
  content: "\e963"; }

.icon-watch_later1:before {
  content: "\e964"; }

.icon-youtube11:before {
  content: "\e965"; }

.icon-location11:before {
  content: "\e966"; }

.icon-arrow-bottom1:before {
  content: "\e967"; }

.icon-arrow-top1:before {
  content: "\e968"; }

.icon-info1:before {
  content: "\e969"; }

.icon-check_circle11:before {
  content: "\e96a"; }

.icon-paperplane1:before {
  content: "\e96b"; }

.icon-search11:before {
  content: "\e96c"; }

.icon-search21:before {
  content: "\e96d"; }

.icon-phone11:before {
  content: "\e96e"; }

.icon-switch1:before {
  content: "\e96f"; }

.icon-play2:before {
  content: "\e970"; }

.icon-hero-c:before {
  content: "\e971"; }

.icon-cshape:before {
  content: "\e972"; }

.icon-tiktok1:before {
  content: "\e973"; }

.icon-twitter11:before {
  content: "\e974"; }

.icon-search31:before {
  content: "\e975"; }

.icon-youtube21:before {
  content: "\e976"; }

.icon-arrow-left11:before {
  content: "\e977"; }

.icon-arrow-right11:before {
  content: "\e978"; }

.icon-eshape:before {
  content: "\e979"; }

.icon-mic1:before {
  content: "\e97a"; }

.icon-facebook3:before {
  content: "\e97b"; }

.icon-play11:before {
  content: "\e97c"; }

.icon-phone2:before {
  content: "\e97d"; }

.icon-star-empty1:before {
  content: "\e9da"; }

.icon-star-half1:before {
  content: "\e9db"; }

.icon-star-full1:before {
  content: "\e9dc"; }

.icon-facebook11:before {
  content: "\ea93"; }

.icon-instagram11:before {
  content: "\ea94"; }

.icon-linkedin1:before {
  content: "\eaca"; }

.icon-search4:before {
  content: "\f003"; }

.icon-user1:before {
  content: "\f008"; }

.icon-check2:before {
  content: "\f011"; }

.icon-times1:before {
  content: "\f012"; }

.icon-search-plus1:before {
  content: "\f013"; }

.icon-check11:before {
  content: "\f014"; }

.icon-search-minus1:before {
  content: "\f015"; }

.icon-redo1:before {
  content: "\f01f"; }

.icon-sync1:before {
  content: "\f022"; }

.icon-list2:before {
  content: "\f03c"; }

.icon-list11:before {
  content: "\f03d"; }

.icon-check-circle2:before {
  content: "\f05a"; }

.icon-check-circle11:before {
  content: "\f05b"; }

.icon-plus1:before {
  content: "\f069"; }

.icon-minus1:before {
  content: "\f06a"; }

.icon-comment1:before {
  content: "\f076"; }

.icon-twitter2:before {
  content: "\f09a"; }

.icon-google-plus-g1:before {
  content: "\f0d6"; }

.icon-envelope3:before {
  content: "\f0e3"; }

.icon-linkedin-in1:before {
  content: "\f0e4"; }

.icon-envelope21:before {
  content: "\f0e5"; }

.icon-angle-left1:before {
  content: "\f108"; }

.icon-angle-right1:before {
  content: "\f109"; }

.icon-angle-up1:before {
  content: "\f10a"; }

.icon-angle-down1:before {
  content: "\f10b"; }

.icon-ellipsis-h11:before {
  content: "\f146"; }

.icon-ellipsis-v11:before {
  content: "\f147"; }

.icon-play-circle1:before {
  content: "\f148"; }

.icon-youtube3:before {
  content: "\f169"; }

.icon-xing1:before {
  content: "\f16a"; }

.icon-instagram2:before {
  content: "\f16e"; }

.icon-tumblr1:before {
  content: "\f174"; }

.icon-long-arrow-down11:before {
  content: "\f179"; }

.icon-long-arrow-up11:before {
  content: "\f17a"; }

.icon-long-arrow-left11:before {
  content: "\f17b"; }

.icon-long-arrow-right11:before {
  content: "\f17c"; }

.icon-vk1:before {
  content: "\f18a"; }

.icon-google1:before {
  content: "\f1a1"; }

.icon-vine1:before {
  content: "\f1cb"; }

.icon-yelp1:before {
  content: "\f1ea"; }

.icon-pinterest-p1:before {
  content: "\f233"; }

.icon-whatsapp1:before {
  content: "\f234"; }

.icon-vimeo-v1:before {
  content: "\f27e"; }

.icon-envira1:before {
  content: "\f29a"; }

.icon-facebook-f1:before {
  content: "\f39f"; }

.icon-map-marker-alt1:before {
  content: "\f3c6"; }

.icon-equals1:before {
  content: "\f52d"; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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;
  display: none;
  outline: none !important; }
  [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; }

.slide-pagination {
  overflow: hidden; }

.slick-pagination {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .slick-pagination .slick-next {
    position: absolute;
    right: 0;
    top: 0; }

.slick-dots {
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 88, 139, 0.5);
  border-radius: 25px 0 0;
  padding: 12px 10px 12px 15px; }
  .slick-dots li {
    padding: 0 4px;
    float: left; }
    .slick-dots li button {
      min-width: inherit;
      border: 0;
      background: none;
      font-size: 0;
      line-height: 0;
      width: 14px;
      height: 14px;
      min-height: inherit;
      border-radius: 100%;
      background: none;
      border: solid 1px #fff;
      -webkit-transition: all linear 0.3s;
      transition: all linear 0.3s;
      padding: 0;
      display: block;
      outline: none; }
      .slick-dots li button:hover {
        background: #fff; }
    .slick-dots li.slick-active button {
      background: #fff; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  font-size: 17px;
  left: 0;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c5c3cd;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  font-weight: 600; }
  .slick-prev i,
  .slick-next i {
    margin: -2px 3px 0;
    font-size: 22px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #f1860d; }

.slick-next {
  left: auto;
  right: 0;
  color: #f1860d; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 998; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: white;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .8;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
  @media (min-width: 768px) {
    .fancybox-slide {
      padding: 44px; } }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  min-width: inherit; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  background: none !important; }

.fancybox-navigation .fancybox-button div {
  padding: 7px;
  background: #1e1e1e99; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff; }

#header {
  position: relative;
  z-index: 997 !important;
  background: #00588B;
  padding: 16px 20px; }
  .seeker-page #header {
    background: #00588B; }
  @media (min-width: 1440px) {
    #header {
      padding: 16px 76px; } }
  #header .logo {
    max-width: 144px; }
    #header .logo img {
      display: block;
      max-width: 100%; }
  #header .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575px) {
      #header .header-right .btn {
        font-size: 12px;
        line-height: 16px;
        padding: 10px 10px;
        min-height: inherit; } }
    @media (max-width: 418px) {
      #header .header-right .btn {
        display: none; } }
  #header .logedin-advertiser, #header .logedin-seeker {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    margin: 0 0 0 25px; }
    #header .logedin-advertiser:hover, #header .logedin-seeker:hover {
      color: #f1860d; }
  #header .logedin-seeker {
    font-size: 28px; }
  #header .btn {
    min-width: 100px;
    background: -webkit-linear-gradient(left, #01598b 0%, #0578a7 100%);
    background: linear-gradient(to right, #01598b 0%, #0578a7 100%);
    margin: 0 0 0 10px;
    background: #f1860d;
    color: #000;
    border-radius: 5px; }
    @media (min-width: 480px) {
      #header .btn {
        min-width: 144px; } }
    #header .btn:before {
      display: none; }
    #header .btn:hover {
      background: #000;
      color: #fff; }
    @media (max-width: 374px) {
      #header .btn {
        font-weight: 500;
        font-size: 14px; } }
  #header .main-nav .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6px;
    padding: 16px 20px;
    width: 100%;
    margin: 0;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #f1860d; }
    #header .main-nav .btn:hover {
      background: #000; }
    #header .main-nav .btn i {
      font-size: 22px;
      margin: 0 10px 0 0; }

.menu-holder {
  position: absolute;
  right: -300px;
  top: 100%;
  background: #025f95;
  width: 300px;
  height: calc(100vh - 90px);
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
  z-index: 1000;
  overflow-y: auto; }
  @media (min-width: 576px) {
    .menu-holder {
      width: 350px;
      right: -350px; } }

.main-nav {
  padding: 10px 20px 30px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  min-height: 100%; }
  @media (min-width: 576px) {
    .main-nav {
      font-size: 16px;
      padding: 40px 20px 20px; } }
  .main-nav ul {
    margin: 0 0 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; }
    .main-nav ul li + li {
      border-top: solid 1px #D1E6EF; }
    @media (min-width: 420px) {
      .main-nav ul li.d-hide {
        display: none; } }
    .main-nav ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 18px 0;
      color: #fff;
      text-decoration: none; }
      .main-nav ul li a:before {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: 0 14px 0 0;
        font-family: icomoon;
        font-size: 24px; }
      .main-nav ul li a:hover {
        color: #f1860d; }
    .main-nav ul li.track a:before {
      content: '\e988'; }
    .main-nav ul li.upcomming a:before {
      content: '\e987'; }
    .main-nav ul li.harbour a:before {
      content: '\e986'; }
    .main-nav ul li.contact a:before {
      content: '\e985'; }
    .main-nav ul li.alerts a:before {
      content: '\e984'; }

#header:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 100vh;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s; }

.menu-opener {
  display: block;
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 3;
  margin: 0 0 0 20px; }
  @media (min-width: 576px) {
    .menu-opener {
      margin: 0 0 0 30px; } }
  .menu-opener span, .menu-opener:after, .menu-opener:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
    content: "";
    height: 4px;
    border-radius: 2px;
    background: #fff; }
  .menu-opener span {
    top: 11px; }
  .menu-opener:after {
    top: 22px; }

.menu-active {
  overflow: hidden;
  height: 100%; }
  .menu-active .menu-opener span {
    opacity: 0; }
  .menu-active .menu-opener:after, .menu-active .menu-opener:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px; }
  .menu-active .menu-opener:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .menu-active .menu-holder {
    right: 0; }
  .menu-active #header:after {
    opacity: 1;
    visibility: visible; }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

@-webkit-keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.sticky-wrap.fixed-position #header {
  -webkit-animation: showBar ease .5s;
          animation: showBar ease .5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.sticky-wrapper {
  background: #00588B; }
  .sticky-wrapper.is-sticky #header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  background-color: #003858;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  text-decoration: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #000; }

#footer {
  background-color: #f9fafc;
  font-size: 14px;
  line-height: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    #footer {
      text-align: left; } }
  #footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px;
    padding: 35px 0 20px; }
    @media (min-width: 768px) {
      #footer .row {
        padding: 64px 0 20px; } }
    #footer .row .col {
      width: 100%;
      padding: 0 15px 20px; }
      @media (min-width: 768px) {
        #footer .row .col {
          width: 33.33%;
          padding: 0 15px 30px; } }
  #footer .logo {
    max-width: 200px; }
  #footer .heading {
    display: block;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    display: block;
    margin: 0 0 16px; }
    @media (min-width: 768px) {
      #footer .heading {
        font-weight: 500; } }
  #footer .info {
    display: block;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      #footer .info {
        max-width: 400px;
        margin: 0 auto 20px; } }
    #footer .info a {
      color: #00588B;
      text-decoration: underline; }
      #footer .info a:hover {
        text-decoration: none; }
  #footer .tel, #footer .email {
    display: block; }
    #footer .tel a, #footer .email a {
      color: #00588B;
      text-decoration: underline; }
      #footer .tel a:hover, #footer .email a:hover {
        text-decoration: none; }
  #footer .tel a {
    text-decoration: none; }

.footer-nav ul li {
  display: block; }
  @media (min-width: 768px) {
    .footer-nav ul li + li {
      margin-top: 16px; } }
  .footer-nav ul li a {
    text-decoration: none; }
    .footer-nav ul li a:hover {
      color: #00588B; }

@media (max-width: 767px) {
  .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -8px; }
    .footer-nav ul li {
      margin: 0 8px 10px; }
      .footer-nav ul li a {
        border-bottom: dashed 1px #f1860d; } }

.footer-bottom {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  padding: 20px 0; }
  @media (min-width: 768px) {
    .footer-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 768px) {
    .footer-bottom .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .footer-bottom .links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .footer-bottom .links {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .footer-bottom .links li a {
      text-decoration: none; }
      .footer-bottom .links li a:hover {
        color: #00588B; }
    .footer-bottom .links li:before {
      content: '.';
      display: inline-block;
      vertical-align: top;
      margin: -4px 8px 0;
      font-weight: 700;
      font-size: 18px; }
    @media (max-width: 767px) {
      .footer-bottom .links li:first-child:before {
        display: none; } }
  @media (max-width: 767px) {
    .footer-bottom .social-networks {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 15px; } }

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
  font-size: 18px; }
  .social-networks li {
    margin: 0 10px; }
    .social-networks li a {
      text-decoration: none;
      color: #4c5564; }
      .social-networks li a:hover {
        color: #00588B; }

#wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh; }

.container {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto; }

.cta-box {
  border-radius: 10px;
  background: -webkit-linear-gradient(280deg, #00588B 25.74%, #0678A7 86.83%);
  background: linear-gradient(170deg, #00588B 25.74%, #0678A7 86.83%);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 10px 36px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  padding: 50px 25px;
  text-align: center;
  width: 100%;
  position: relative;
  text-decoration: none; }
  @media (min-width: 576px) {
    .cta-box {
      padding: 50px 40px; } }
  @media (min-width: 1130px) {
    .cta-box {
      padding: 80px 50px; } }
  .cta-box h3, .cta-box h2, .cta-box h4, .cta-box h5 {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 15px; }
    @media (min-width: 1024px) {
      .cta-box h3, .cta-box h2, .cta-box h4, .cta-box h5 {
        font-size: 26px;
        line-height: 30px; } }
    @media (min-width: 1130px) {
      .cta-box h3, .cta-box h2, .cta-box h4, .cta-box h5 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 24px; } }
  .cta-box p {
    margin: 0 0 26px; }
  .cta-box .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cta-box .btn {
    text-transform: uppercase;
    border-radius: 6px;
    text-decoration: none;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 1024px) {
      .cta-box .btn {
        max-width: 365px; } }
    @media (max-width: 1023px) {
      .cta-box .btn {
        font-size: 14px;
        font-weight: 400;
        padding-left: 15px;
        padding-right: 15px; } }
  .cta-box a {
    color: inherit; }
  .cta-box .icon {
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #00588B;
    font-size: 40px;
    margin-bottom: -2px; }

.featured-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 0 30px; }
  @media (min-width: 576px) {
    .featured-slider {
      padding: 0 0 40px; } }
  .featured-slider .slick-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 -10px;
    position: relative; }
    @media (min-width: 1130px) {
      .featured-slider .slick-list {
        margin-right: calc((100vw - 900px) / -2);
        padding-right: calc((100vw - 900px) / +2); } }
    @media (min-width: 1300px) {
      .featured-slider .slick-list {
        margin-right: calc((100vw - 1320px) / -2);
        padding-right: calc((100vw - 1320px) / +2); } }
    @media (min-width: 1130px) {
      .featured-slider .slick-list:before {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        content: '';
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        width: 150px;
        z-index: 10;
        opacity: 0.7; } }
  .featured-slider .slide {
    padding: 0 15px;
    width: calc(100%/2); }
  .featured-slider .slick-dots {
    background: none;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 30px 80px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00588B;
    border-radius: 5px;
    height: 6px;
    width: calc(100% - 80px); }
    @media (min-width: 1024px) {
      .featured-slider .slick-dots {
        max-width: 500px;
        width: 100%; } }
    .featured-slider .slick-dots li {
      margin: 0;
      padding: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border: 0; }
      .featured-slider .slick-dots li.slick-active button {
        background: #000; }
    .featured-slider .slick-dots button {
      height: 100%;
      width: 100%;
      display: block;
      background: none;
      border: 0;
      border-radius: 5px;
      min-height: inherit; }
      .featured-slider .slick-dots button:hover {
        background: #00588B; }
  .featured-slider .slick-next, .featured-slider .slick-prev {
    background: none;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 30px;
    bottom: -13px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    top: auto;
    color: #00588B;
    min-height: inherit; }
    @media (min-width: 1130px) {
      .featured-slider .slick-next, .featured-slider .slick-prev {
        bottom: -13px; } }
    .featured-slider .slick-next:after, .featured-slider .slick-prev:after {
      content: "\e926";
      font-family: 'icomoon';
      display: block;
      font-size: 30px;
      line-height: 1; }
    .featured-slider .slick-next.slick-disabled, .featured-slider .slick-prev.slick-disabled {
      color: #000; }
  .featured-slider .slick-next {
    right: 0; }
    .featured-slider .slick-next:after {
      content: "\e927"; }

.bg-video-holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  pointer-events: none; }

.video-active .bg-video {
  opacity: 1; }

.faq-block {
  background: #fff;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .faq-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .faq-block {
      padding: 100px 0; } }
  .faq-block.has-bg {
    background: #e6f1f6; }
  .faq-block .heading-area {
    padding: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .faq-block .heading-area {
        padding: 0 0 30px;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 768px) {
      .faq-block .heading-area {
        padding: 0 0 50px; } }
    @media (min-width: 1024px) {
      .faq-block .heading-area {
        padding: 0 0 50px; } }
    .faq-block .heading-area .btn-primary {
      margin: 0 0 10px 30px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      min-width: 200px; }
      @media (min-width: 1366px) {
        .faq-block .heading-area .btn-primary {
          min-width: 240px; } }
    .faq-block .heading-area h2 {
      color: #fff;
      margin: 0;
      font-size: 30px;
      line-height: 50px;
      font-weight: 500;
      padding: 0 0 20px;
      text-align: center;
      max-width: 600px; }
      @media (min-width: 576px) {
        .faq-block .heading-area h2 {
          font-size: 40px;
          line-height: 55px; } }
      @media (min-width: 768px) {
        .faq-block .heading-area h2 {
          text-align: left;
          margin: 0; } }
      @media (min-width: 1024px) {
        .faq-block .heading-area h2 {
          font-size: 45px;
          line-height: 65px; } }
      @media (min-width: 1200px) {
        .faq-block .heading-area h2 {
          font-size: 50px;
          line-height: 70px; } }
      @media (min-width: 1440px) {
        .faq-block .heading-area h2 {
          font-size: 56px;
          line-height: 80px; } }
      @media (max-width: 575px) {
        .faq-block .heading-area h2 br {
          display: none; } }
      .faq-block .heading-area h2 span {
        margin-bottom: 10px;
        background: #315a86;
        box-shadow: 10px 0 0 #315a86, -10px 0 0 #315a86;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone; }
  .faq-block.v2 h3 {
    font-weight: 700;
    color: #f00;
    margin: 40px 0 20px;
    display: none; }
    @media (min-width: 1366px) {
      .faq-block.v2 h3 {
        display: block; } }
  @media (min-width: 1366px) {
    .faq-block.v2 .accordion {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -30px; } }
  @media (min-width: 1366px) {
    .faq-block.v2 .accordion li {
      margin: 0 30px;
      width: calc(50% - 60px); } }
  .faq-block.v2 .accordion li .icon:before {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .faq-block.v2 .accordion li.active .icon:before {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  @media (min-width: 1366px) {
    .faq-block.v2 .accordion.v2 {
      -moz-column-count: 2;
      -moz-column-gap: 60px;
      -webkit-column-count: 2;
      -webkit-column-gap: 60px;
      column-count: 2;
      column-gap: 60px;
      display: block;
      margin: 0; }
      .faq-block.v2 .accordion.v2 li {
        margin: 0;
        width: 100%; } }
  .faq-block.v3 .accordion li .opener .icon {
    background: none;
    color: #00588B; }
  .faq-block.v3 .accordion li.active > .opener {
    color: #000; }

.accordion li {
  border-bottom: solid 1px #00588B; }
  .accordion li.active .icon:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.accordion .opener {
  display: block;
  position: relative;
  padding: 16px 70px 16px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #00588B;
  text-decoration: none; }
  @media (min-width: 768px) {
    .accordion .opener {
      padding: 22px 70px 22px 0;
      font-size: 24px;
      line-height: 30px; } }
  @media (min-width: 1024px) {
    .accordion .opener {
      padding: 30px 70px 30px 0;
      font-size: 26px;
      line-height: 32px; } }
  @media (min-width: 1366px) {
    .accordion .opener {
      font-size: 28px;
      line-height: 38px; } }
  .accordion .opener .icon {
    position: absolute;
    right: 0;
    top: 13px;
    width: 32px;
    height: 32px;
    background: #f1860d;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%; }
    @media (min-width: 768px) {
      .accordion .opener .icon {
        top: 18px;
        width: 38px;
        height: 38px; } }
    @media (min-width: 1024px) {
      .accordion .opener .icon {
        top: 24px;
        width: 46px;
        height: 46px; } }
    .accordion .opener .icon:before {
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }

.accordion .slide-holder {
  padding: 0 0; }
  @media (min-width: 768px) {
    .accordion .slide-holder {
      padding: 0 0  30px; } }
  .accordion .slide-holder p {
    margin: 0 0 25px; }
    .accordion .slide-holder p a {
      font-weight: 700;
      color: #00588B; }
  .accordion .slide-holder ul, .accordion .slide-holder ol {
    margin: 0 0 20px; }
    .accordion .slide-holder ul li, .accordion .slide-holder ol li {
      border: 0; }

.accordion .sub-accordion {
  margin: 0 !important; }
  .accordion .sub-accordion li {
    border-bottom: solid 1px #00588B !important; }
    .accordion .sub-accordion li:last-child {
      border-bottom: 0 !important; }
    .accordion .sub-accordion li .opener {
      font-size: 14px;
      font-weight: 600;
      line-height: 22px;
      text-decoration: none; }
      @media (min-width: 768px) {
        .accordion .sub-accordion li .opener {
          font-size: 18px;
          line-height: 26px; } }
      @media (min-width: 1024px) {
        .accordion .sub-accordion li .opener {
          font-size: 20px; } }
      .accordion .sub-accordion li .opener .icon:after {
        position: absolute;
        left: 0;
        font-size: 32px;
        top: 0;
        content: "\e972";
        font-family: icomoon; }
        @media (min-width: 768px) {
          .accordion .sub-accordion li .opener .icon:after {
            font-size: 37px;
            top: 0; } }
        @media (min-width: 1024px) {
          .accordion .sub-accordion li .opener .icon:after {
            font-size: 46px; } }
    .accordion .sub-accordion li.active .opener {
      font-weight: 700;
      color: #00588B !important; }
      .accordion .sub-accordion li.active .opener .icon:before {
        content: '\f068';
        color: #f1860d; }
      .accordion .sub-accordion li.active .opener .icon:after {
        color: #f1860d; }
    .accordion .sub-accordion li .slide-holder {
      max-width: 900px;
      margin: 0 auto;
      padding: 20px 0 0; }
      @media (min-width: 576px) {
        .accordion .sub-accordion li .slide-holder {
          padding: 20px 0 30px; } }
      .accordion .sub-accordion li .slide-holder ul, .accordion .sub-accordion li .slide-holder ol {
        margin: 0 0 20px; }
        .accordion .sub-accordion li .slide-holder ul li, .accordion .sub-accordion li .slide-holder ol li {
          border: 0 !important; }

.accordion img {
  display: block;
  width: 100%;
  float: none;
  margin: 0 0 20px;
  border-radius: 20px 0 20px 20px; }
  @media (min-width: 768px) {
    .accordion img {
      margin: 0 0 30px;
      border-radius: 40px 0 40px 40px; } }

.form-block {
  padding: 50px 0;
  background: #0678a7;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media (min-width: 768px) {
    .form-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .form-block {
      padding: 80px 0; } }
  @media (min-width: 1366px) {
    .form-block {
      padding: 102px 0; } }
  .form-block .btns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px -10px; }
    .form-block .btns-holder .btn, .form-block .btns-holder button, .form-block .btns-holder input[type="sbumit"], .form-block .btns-holder input[type="reset"] {
      margin: 0 8px 10px; }
  .form-block .btn-primary-outline {
    border-color: #00588B;
    border-width: 2px;
    color: #00588B; }
    .form-block .btn-primary-outline:hover {
      background: #00588B;
      color: #fff; }
  .form-block .text-left {
    text-align: left; }
  .form-block .delete-account {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-align: left; }
    .form-block .delete-account i {
      margin: 0 6px 0 0; }

.form-holder {
  position: relative;
  border-radius: 6px;
  background: #F5F9FF;
  padding: 45px 20px;
  max-width: 654px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  @media (min-width: 576px) {
    .form-holder {
      font-size: 16px;
      line-height: 22px;
      padding: 45px 40px;
      border-radius: 10px; } }
  @media (min-width: 768px) {
    .form-holder {
      padding: 45px 100px; } }
  .form-holder h3, .form-holder .h3 {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin: 0 0 30px;
    color: #000; }
    @media (min-width: 576px) {
      .form-holder h3, .form-holder .h3 {
        font-size: 24px;
        margin: 0 0 35px; } }
  .form-holder .btn-primary-outline {
    display: block;
    border-radius: 4px;
    min-height: 50px;
    padding: 15px 20px;
    text-transform: none !important;
    margin: 0 0 13px; }
    .form-holder .btn-primary-outline img {
      margin: 0 10px 0 0; }
    @media (max-width: 575px) {
      .form-holder .btn-primary-outline {
        font-size: 13px; } }
  .form-holder .continue-with {
    display: block;
    position: relative;
    margin: 0 auto 13px;
    max-width: 365px;
    font-size: 14px; }
    .form-holder .continue-with:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      content: '';
      height: 1px;
      background: #C4C4C4; }
    .form-holder .continue-with span {
      background: #F5F9FF;
      padding: 0 10px;
      position: relative;
      z-index: 1; }
  .form-holder .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -8px; }
    .form-holder .gform_fields .gfield {
      width: 100%;
      padding: 0 8px; }
      @media (min-width: 576px) {
        .form-holder .gform_fields .gfield.small-3 {
          width: 33.33%; } }
      @media (min-width: 576px) {
        .form-holder .gform_fields .gfield.small {
          width: 50%; } }
      .form-holder .gform_fields .gfield.gfield--type-time .ginput_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 -4px; }
        .form-holder .gform_fields .gfield.gfield--type-time .ginput_container .ginput_container, .form-holder .gform_fields .gfield.gfield--type-time .ginput_container .hour_minute_colon {
          padding: 0 4px;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .form-holder .gform_fields .gfield.gfield--type-time .ginput_container .ginput_container {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
  .form-holder .input-holder, .form-holder .gfield {
    margin: 0 0 20px;
    text-align: left; }
    .form-holder .input-holder label, .form-holder .gfield label {
      font-size: 16px;
      font-weight: 400;
      color: #000;
      display: block;
      margin: 0 0 6px; }
  .form-holder h5 {
    color: #000;
    font-weight: 600; }
  .form-holder p, .form-holder .sub-title {
    font-size: 13px;
    line-height: 20px; }
    @media (min-width: 576px) {
      .form-holder p, .form-holder .sub-title {
        font-size: 15px;
        line-height: 24px; } }
  .form-holder .sub-title {
    display: block;
    margin: 0 0 10px;
    text-align: left; }
  .form-holder .label-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .form-holder .link {
    text-decoration: none;
    color: #000; }
  .form-holder input[type="submit"], .form-holder .btn, .form-holder button {
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 6px;
    padding: 16px 20px;
    margin: 0 0 27px;
    text-transform: uppercase; }
    @media (max-width: 575px) {
      .form-holder input[type="submit"], .form-holder .btn, .form-holder button {
        font-size: 13px;
        margin: 0 0 15px; } }
    .form-holder input[type="submit"]:disabled, .form-holder .btn:disabled, .form-holder button:disabled {
      background: rgba(0, 88, 139, 0.66);
      pointer-events: none; }
  .form-holder .new-user {
    display: block; }
    .form-holder .new-user a {
      color: #00588B; }
  .form-holder .input-password {
    position: relative; }
    .form-holder .input-password input {
      padding-right: 65px; }
      .form-holder .input-password input::-webkit-input-placeholder {
        font-family: "Montserrat", sans-serif; }
      .form-holder .input-password input::-moz-placeholder {
        opacity: 1;
        font-family: "Montserrat", sans-serif; }
      .form-holder .input-password input:-moz-placeholder {
        font-family: "Montserrat", sans-serif; }
      .form-holder .input-password input:-ms-input-placeholder {
        font-family: "Montserrat", sans-serif; }
      .form-holder .input-password input.placeholder {
        font-family: "Montserrat", sans-serif; }
  .form-holder .show-password {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 22px; }
    .form-holder .show-password:before {
      content: '\e944';
      font-family: icomoon;
      display: block; }
    .form-holder .show-password.hide:before {
      content: '\e943'; }
  .form-holder .cta-box {
    padding: 20px 15px;
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 576px) {
      .form-holder .cta-box {
        font-size: 14px;
        line-height: 24px; } }
    .form-holder .cta-box p {
      margin: 0; }
    .form-holder .cta-box h2 {
      font-size: 18px;
      line-height: 34px;
      margin: 0 0 5px;
      font-weight: 500; }
    .form-holder .cta-box.mb-0 {
      margin-bottom: 0; }
  .form-holder .counter {
    display: block;
    margin: 0 0 10px; }
  .form-holder .steps-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 200px;
    border-radius: 19px;
    background: #DFDFE1;
    overflow: hidden;
    margin: 0 auto 25px;
    padding: 0;
    list-style: none; }
    .form-holder .steps-nav li {
      display: block;
      height: 4px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .form-holder .steps-nav li.active {
        background: #00588B; }
  .form-holder .input-row {
    text-align: left; }
    .form-holder .input-row label {
      font-size: 16px;
      font-weight: 400;
      color: #00588B;
      display: block;
      margin: 0 0 6px; }
  .form-holder select {
    padding-right: 45px; }
  .form-holder .inputrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -6px; }
    @media (min-width: 576px) {
      .form-holder .inputrow {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    .form-holder .inputrow .input-holder {
      padding: 0 6px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .form-holder .inputrow select {
      width: 100%; }
  .form-holder.review {
    z-index: 1; }
    .form-holder.review h3 {
      color: #000;
      margin: 0  0 20px; }
      @media (min-width: 768px) {
        .form-holder.review h3 {
          font-size: 30px;
          line-height: 35px; } }
    .form-holder.review .icon {
      display: block;
      left: 50%;
      top: 50%;
      margin: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1;
      color: #DCE8FC6E;
      font-size: 300px;
      line-height: 1;
      bottom: auto; }

.custom-checkbox, .gfield--type-remember_me {
  display: block;
  position: relative;
  margin: 0 0 30px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #00588B; }
  @media (min-width: 576px) {
    .custom-checkbox, .gfield--type-remember_me {
      font-size: 16px; } }
  .custom-checkbox a, .gfield--type-remember_me a {
    color: inherit; }
  .custom-checkbox label, .gfield--type-remember_me label {
    display: block;
    padding: 0 0 0 55px; }
  .custom-checkbox input, .gfield--type-remember_me input {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden; }
  .custom-checkbox input:checked ~ label:before, .gfield--type-remember_me input:checked ~ label:before {
    left: 21px; }
  .custom-checkbox input:checked ~ label:after, .gfield--type-remember_me input:checked ~ label:after {
    background: #00588B; }
  .custom-checkbox label, .gfield--type-remember_me label {
    display: block;
    cursor: pointer; }
    .custom-checkbox label:after, .gfield--type-remember_me label:after {
      position: absolute;
      left: 0;
      top: -1px;
      width: 44px;
      height: 26px;
      content: '';
      border-radius: 4px;
      cursor: pointer;
      background: #979797;
      border-radius: 13px;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
    .custom-checkbox label:before, .gfield--type-remember_me label:before {
      position: absolute;
      left: 6px;
      top: 3px;
      content: '';
      width: 18px;
      height: 18px;
      border-radius: 100%;
      z-index: 1;
      background: #fff;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
  .custom-checkbox .gform-field-label, .gfield--type-remember_me .gform-field-label {
    display: none; }

.registration-form {
  width: 100%; }
  .registration-form .slick-track {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .registration-form .slick-track .slick-slide {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100% !important; }

.upload-file {
  cursor: pointer; }
  .upload-file input[type="file"], .upload-file .gform_button_select_files {
    display: block;
    border-radius: 6px;
    border: 1px dashed #A4A4A4;
    background: #FFF;
    min-height: 60px;
    padding: 20px 0 0 65px;
    margin: 0 0 10px;
    color: #000;
    width: 100%;
    outline: none;
    font-size: 14px !important;
    text-align: center; }
    .upload-file input[type="file"]::-webkit-file-upload-button, .upload-file .gform_button_select_files::-webkit-file-upload-button {
      visibility: hidden;
      display: none; }
  .upload-file .gform_fileupload_rules {
    font-size: 12px; }
  .upload-file .ginput_container_fileupload {
    position: relative; }
    .upload-file .ginput_container_fileupload:before {
      position: absolute;
      left: 15px;
      top: 12px;
      width: 36px;
      height: 36px;
      border-radius: 50px;
      background: #CCE0FF;
      content: '';
      z-index: 2;
      pointer-events: none; }
    .upload-file .ginput_container_fileupload:after {
      font-family: icomoon;
      content: '\e921';
      position: absolute;
      left: 24px;
      top: 18px;
      z-index: 3;
      color: #00588B;
      font-size: 18px;
      pointer-events: none; }
  .upload-file .label {
    display: block;
    margin: 0 0 10px; }
  .upload-file .gform_button_select_files {
    text-align: left;
    padding-top: 0; }
  .upload-file .upload-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 92px;
    height: 52px;
    border-radius: 50px;
    background: #D1E6EF;
    margin: 0 auto 10px; }
  .upload-file .file-label {
    display: block;
    color: #79797B;
    text-align: center;
    font-size: 16px; }
  .upload-file .gform_drop_instructions {
    display: none; }

.ginput_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin: 0 0 8px; }
  .ginput_preview button {
    width: auto;
    background: none;
    min-height: inherit;
    padding: 0;
    outline: none;
    color: #00588B;
    height: auto;
    margin: 0 0 0 10px; }
  .ginput_preview .screen-reader-text {
    display: none; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
  width: 100% !important; }

.gfield_required.gfield_required_text {
  font-size: 0;
  line-height: 0; }
  .gfield_required.gfield_required_text:before {
    content: '*';
    display: inline;
    font-size: 16px;
    line-height: 22px;
    color: inherit;
    padding: 0 0 0 2px; }

.gf_login_links a + br + a {
  text-decoration: none; }

.gfield_description.validation_message {
  display: none; }

.gfield_error input[type='text'],
.gfield_error input[type='tel'],
.gfield_error input[type='email'],
.gfield_error input[type='search'],
.gfield_error input[type='password'],
.gfield_error input[type='url'],
.gfield_error input[type='date'],
.gfield_error textarea, .gfield_error select, .gfield_error input[type='number'] {
  border-color: #F1440D;
  background: #F8ECE8; }

.gfield_error select {
  background: #F8ECE8 url("images/select-bg3.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 100% 0; }

.gform_submission_error.hide_summary {
  display: none; }

.gform_confirmation_wrapper #gform_submit_button__link {
  display: none; }

h3.step-title {
  font-size: 24px;
  text-align: center;
  display: block; }

.gf_progressbar {
  max-width: 200px;
  border-radius: 19px;
  background: #DFDFE1;
  overflow: hidden;
  height: 4px;
  margin: 0 auto 25px; }
  .gf_progressbar .gf_progressbar_percentage {
    background: #00588B;
    font-size: 0;
    line-height: 0;
    height: 4px; }

.gform_page .gform_page_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px; }
  .gform_page .gform_page_footer .button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 5px;
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 6px;
    padding: 16px 20px;
    margin: 0 5px;
    text-transform: uppercase; }
    .gform_page .gform_page_footer .button:disabled {
      background: rgba(0, 88, 139, 0.66);
      pointer-events: none; }

.page-template-template-login .form-holder .input-holder label, .form-holder .gfield label {
  position: relative; }

.form-block .form-header {
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .form-block .form-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.form-block .action-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px; }
  @media (min-width: 576px) {
    .form-block .action-btns {
      margin: 0 -10px; } }
  .form-block .action-btns .btn {
    margin: 0 5px; }
    @media (min-width: 576px) {
      .form-block .action-btns .btn {
        margin: 0 10px;
        min-width: 150px; } }
    @media (min-width: 1024px) {
      .form-block .action-btns .btn {
        min-width: 204px; } }
    .form-block .action-btns .btn i {
      margin: 0 10px 0 0; }

.form-block .btn.preview {
  max-width: 240px;
  margin: 0 auto; }
  .form-block .btn.preview i {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    margin: -2px 10px 0 0; }

.form-block .uploaded-file {
  display: block;
  border-radius: 6px;
  border: 1px dashed #A4A4A4;
  background: #fff;
  min-height: 54px;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 60px 15px 25px;
  color: #000;
  position: relative;
  margin: 0 0 8px; }
  .form-block .uploaded-file .remove {
    position: absolute;
    right: 17px;
    top: 17px;
    text-decoration: none; }
    .form-block .uploaded-file .remove:hover {
      color: #00588B; }

.upload-doc .label {
  display: block;
  margin: 0 0 8px; }

.upload-doc input {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.upload-doc .new-file {
  display: block;
  color: #00588B;
  font-weight: 600;
  font-size: 14px; }
  .upload-doc .new-file i {
    margin: 3px 10px 0 0;
    font-size: 16px;
    display: inline-block;
    vertical-align: top; }

.popup-holder {
  max-height: 0;
  overflow: hidden; }

.fancybox-button--arrow_right div, .fancybox-button--arrow_left div {
  background: none !important; }

.fancybox-infobar {
  color: #fff !important; }

.drp_top-bar {
  display: none; }

.normal-top {
  font-size: 14px;
  color: #000;
  display: none !important; }

.date-picker-wrapper {
  padding: 0;
  border: 0;
  background: none; }

.date-picker-wrapper {
  font-family: "Montserrat", sans-serif; }
  .date-picker-wrapper.inline-wrapper {
    display: block; }
  .date-picker-wrapper .month-wrapper {
    border: 0;
    border-radius: 10px;
    background: #FFF;
    padding: 5px;
    width: 100% !important; }
    @media (min-width: 480px) {
      .date-picker-wrapper .month-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (min-width: 576px) {
      .date-picker-wrapper .month-wrapper {
        border-radius: 25px;
        padding: 10px; } }
    @media (min-width: 768px) {
      .date-picker-wrapper .month-wrapper {
        padding: 20px; } }
    .date-picker-wrapper .month-wrapper table {
      width: 100% !important;
      margin: 0;
      color: #000;
      border-collapse: collapse !important;
      cellspacing: 0 !important; }
      @media (min-width: 576px) {
        .date-picker-wrapper .month-wrapper table {
          width: calc(50% - 7px) !important; } }
      .date-picker-wrapper .month-wrapper table * {
        box-sizing: border-box; }
      .date-picker-wrapper .month-wrapper table .day {
        font-size: 11px;
        margin: 0;
        padding: 11px 0;
        min-width: 26px;
        height: 30px; }
        @media (min-width: 576px) {
          .date-picker-wrapper .month-wrapper table .day {
            font-size: 13px;
            padding: 11px 0;
            min-width: 36px;
            height: 36px; } }
        .date-picker-wrapper .month-wrapper table .day.checked {
          background: #F5F9FF !important; }
        .date-picker-wrapper .month-wrapper table .day.first-date-selected {
          border-radius: 100% 0 0 100%;
          background: #00588B !important;
          color: #fff !important; }
        .date-picker-wrapper .month-wrapper table .day.last-date-selected {
          border-radius: 0 100% 100% 0;
          background: #00588B !important;
          color: #fff !important; }
        .date-picker-wrapper .month-wrapper table .day.real-today {
          background: #00588B;
          color: #fff !important;
          border-radius: 100%; }
          .date-picker-wrapper .month-wrapper table .day.real-today.checked {
            background: #F5F9FF !important;
            border-radius: 0 !important;
            color: #000 !important; }
          .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
            background: #00588B !important;
            border-radius: 0 !important;
            color: #fff !important; }
        .date-picker-wrapper .month-wrapper table .day.hovering {
          background: #F5F9FF !important; }
      .date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
        border: 0;
        line-height: inherit;
        padding: 1px 0;
        margin: 0; }
      .date-picker-wrapper .month-wrapper table th {
        font-size: 12px;
        text-transform: capitalize;
        color: #6D7175;
        font-weight: 400;
        padding: 8px 0; }
      .date-picker-wrapper .month-wrapper table .month-name {
        font-size: 14px;
        line-height: 22px;
        font-weight: 700;
        color: #000; }
        @media (min-width: 576px) {
          .date-picker-wrapper .month-wrapper table .month-name {
            font-size: 16px;
            line-height: 24px; } }
      .date-picker-wrapper .month-wrapper table .next, .date-picker-wrapper .month-wrapper table .prev {
        background: none;
        padding: 4px 0 0;
        width: auto;
        display: block;
        height: auto;
        font-size: 0;
        line-height: 0;
        color: #000; }
        @media (min-width: 576px) {
          .date-picker-wrapper .month-wrapper table .next, .date-picker-wrapper .month-wrapper table .prev {
            padding: 0; } }
        .date-picker-wrapper .month-wrapper table .next:before, .date-picker-wrapper .month-wrapper table .prev:before {
          display: inline-block;
          vertical-align: top;
          font-family: icomoon;
          content: '\e948';
          font-size: 12px;
          line-height: 1; }
          @media (min-width: 576px) {
            .date-picker-wrapper .month-wrapper table .next:before, .date-picker-wrapper .month-wrapper table .prev:before {
              font-size: 16px; } }
        .date-picker-wrapper .month-wrapper table .next:hover, .date-picker-wrapper .month-wrapper table .prev:hover {
          color: #00588B !important; }
      .date-picker-wrapper .month-wrapper table .prev:before {
        content: '\e947'; }
    .date-picker-wrapper .month-wrapper .gap {
      margin: 0 !important;
      height: 200px !important;
      background: none; }
      @media (max-width: 480px) {
        .date-picker-wrapper .month-wrapper .gap {
          display: none; } }
      .date-picker-wrapper .month-wrapper .gap > div {
        display: none; }
  .date-picker-wrapper .time {
    display: none; }

.map {
  position: relative;
  height: 400px; }
  @media (min-width: 768px) {
    .map {
      height: 600px; } }
  @media (min-width: 1024px) {
    .map {
      height: 740px; } }

.filter-header {
  padding: 43px 0; }
  @media (min-width: 576px) {
    .filter-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .filter-header h3 {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #000; }
    @media (min-width: 576px) {
      .filter-header h3 {
        font-size: 20px;
        line-height: 25px; } }
  @media (max-width: 575px) {
    .filter-header p {
      margin: 0 0 20px !important; } }
  .filter-header .reset-btn {
    background: none;
    color: #000;
    padding: 0;
    min-height: inherit;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 576px) {
      .filter-header .reset-btn {
        font-size: 14px; } }
    .filter-header .reset-btn i {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      margin: 0 6px 0 0; }
    .filter-header .reset-btn:hover {
      color: #00588B; }

.filter-input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
  font-size: 13px;
  line-height: 20px;
  padding: 0 0 30px; }
  @media (min-width: 576px) {
    .filter-input-row {
      font-size: 14px; } }
  .filter-input-row .col {
    width: 50%;
    padding: 0 10px 20px; }
    @media (min-width: 768px) {
      .filter-input-row .col {
        width: 25%; } }
    .filter-input-row .col.large {
      width: 100%; }
      @media (min-width: 768px) {
        .filter-input-row .col.large {
          width: 50%; } }
    .filter-input-row .col.full {
      width: 100%; }
  .filter-input-row h4 {
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 576px) {
      .filter-input-row h4 {
        font-size: 16px; } }
  .filter-input-row .form-control {
    background: none;
    padding: 0 10px;
    border-radius: 0;
    border: solid 1px #C9C9CA;
    border-width: 1px 0;
    color: #00588B;
    font-weight: 600; }
    .filter-input-row .form-control:focus {
      border-color: #00588B; }
  .filter-input-row.activity-search input[type='text'],
  .filter-input-row.activity-search input[type='tel'],
  .filter-input-row.activity-search input[type='email'],
  .filter-input-row.activity-search input[type='search'],
  .filter-input-row.activity-search input[type='password'],
  .filter-input-row.activity-search input[type='url'],
  .filter-input-row.activity-search input[type='date'],
  .filter-input-row.activity-search textarea, .filter-input-row.activity-search select, .filter-input-row.activity-search input[type='number'] {
    min-height: 50px;
    background: none;
    padding: 14px 30px 14px 10px;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    border: solid 1px #C9C9CA;
    border-width: 1px 0;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-weight: 600;
    overflow: hidden;
    margin: 0; }
    .filter-input-row.activity-search input[type='text']::-webkit-input-placeholder,
    .filter-input-row.activity-search input[type='tel']::-webkit-input-placeholder,
    .filter-input-row.activity-search input[type='email']::-webkit-input-placeholder,
    .filter-input-row.activity-search input[type='search']::-webkit-input-placeholder,
    .filter-input-row.activity-search input[type='password']::-webkit-input-placeholder,
    .filter-input-row.activity-search input[type='url']::-webkit-input-placeholder,
    .filter-input-row.activity-search input[type='date']::-webkit-input-placeholder,
    .filter-input-row.activity-search textarea::-webkit-input-placeholder, .filter-input-row.activity-search select::-webkit-input-placeholder, .filter-input-row.activity-search input[type='number']::-webkit-input-placeholder {
      font-weight: 600; }
    .filter-input-row.activity-search input[type='text']::-moz-placeholder,
    .filter-input-row.activity-search input[type='tel']::-moz-placeholder,
    .filter-input-row.activity-search input[type='email']::-moz-placeholder,
    .filter-input-row.activity-search input[type='search']::-moz-placeholder,
    .filter-input-row.activity-search input[type='password']::-moz-placeholder,
    .filter-input-row.activity-search input[type='url']::-moz-placeholder,
    .filter-input-row.activity-search input[type='date']::-moz-placeholder,
    .filter-input-row.activity-search textarea::-moz-placeholder, .filter-input-row.activity-search select::-moz-placeholder, .filter-input-row.activity-search input[type='number']::-moz-placeholder {
      opacity: 1;
      font-weight: 600; }
    .filter-input-row.activity-search input[type='text']:-moz-placeholder,
    .filter-input-row.activity-search input[type='tel']:-moz-placeholder,
    .filter-input-row.activity-search input[type='email']:-moz-placeholder,
    .filter-input-row.activity-search input[type='search']:-moz-placeholder,
    .filter-input-row.activity-search input[type='password']:-moz-placeholder,
    .filter-input-row.activity-search input[type='url']:-moz-placeholder,
    .filter-input-row.activity-search input[type='date']:-moz-placeholder,
    .filter-input-row.activity-search textarea:-moz-placeholder, .filter-input-row.activity-search select:-moz-placeholder, .filter-input-row.activity-search input[type='number']:-moz-placeholder {
      font-weight: 600; }
    .filter-input-row.activity-search input[type='text']:-ms-input-placeholder,
    .filter-input-row.activity-search input[type='tel']:-ms-input-placeholder,
    .filter-input-row.activity-search input[type='email']:-ms-input-placeholder,
    .filter-input-row.activity-search input[type='search']:-ms-input-placeholder,
    .filter-input-row.activity-search input[type='password']:-ms-input-placeholder,
    .filter-input-row.activity-search input[type='url']:-ms-input-placeholder,
    .filter-input-row.activity-search input[type='date']:-ms-input-placeholder,
    .filter-input-row.activity-search textarea:-ms-input-placeholder, .filter-input-row.activity-search select:-ms-input-placeholder, .filter-input-row.activity-search input[type='number']:-ms-input-placeholder {
      font-weight: 600; }
    .filter-input-row.activity-search input[type='text'].placeholder,
    .filter-input-row.activity-search input[type='tel'].placeholder,
    .filter-input-row.activity-search input[type='email'].placeholder,
    .filter-input-row.activity-search input[type='search'].placeholder,
    .filter-input-row.activity-search input[type='password'].placeholder,
    .filter-input-row.activity-search input[type='url'].placeholder,
    .filter-input-row.activity-search input[type='date'].placeholder,
    .filter-input-row.activity-search textarea.placeholder, .filter-input-row.activity-search select.placeholder, .filter-input-row.activity-search input[type='number'].placeholder {
      font-weight: 600; }
    .filter-input-row.activity-search input[type='text']:focus,
    .filter-input-row.activity-search input[type='tel']:focus,
    .filter-input-row.activity-search input[type='email']:focus,
    .filter-input-row.activity-search input[type='search']:focus,
    .filter-input-row.activity-search input[type='password']:focus,
    .filter-input-row.activity-search input[type='url']:focus,
    .filter-input-row.activity-search input[type='date']:focus,
    .filter-input-row.activity-search textarea:focus, .filter-input-row.activity-search select:focus, .filter-input-row.activity-search input[type='number']:focus {
      border-color: #00588B; }
  .filter-input-row.activity-search select {
    background: #fff url(images/select-bg2.png);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: 100% 0; }
    @media (min-width: 768px) {
      .filter-input-row.activity-search select {
        background: #F5F9FF url(images/select-bg4.png);
        background-size: 50px 50px;
        background-repeat: no-repeat;
        background-position: 100% 0; } }
  .filter-input-row .search-form {
    position: relative; }
    .filter-input-row .search-form:after {
      position: absolute;
      right: 0;
      top: 15px;
      font-size: 20px;
      content: '\e924';
      color: #00588B;
      font-family: icomoon; }

.date-dropdown, .passcode-dropdown {
  position: relative; }
  .date-dropdown:after, .passcode-dropdown:after {
    position: absolute;
    right: 5px;
    top: 15px;
    content: '\f107';
    font-family: icomoon;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    pointer-events: none; }

.select-dropdown {
  position: relative; }
  .select-dropdown .opener {
    display: block;
    min-height: 50px;
    background: none;
    padding: 14px 30px 14px 10px;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    border: solid 1px #C9C9CA;
    border-width: 1px 0;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    overflow: hidden; }
    .select-dropdown .opener:before {
      position: absolute;
      right: 5px;
      top: 15px;
      content: '\f107';
      font-family: icomoon;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
  .select-dropdown.dropdown-active .opener {
    color: #00588B;
    font-weight: 600;
    border-color: #00588B; }
    .select-dropdown.dropdown-active .opener:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .select-dropdown.dropdown-active .select-drop {
    opacity: 1;
    visibility: visible; }
  .select-dropdown.active .opener {
    color: #00588B;
    font-weight: 600;
    border-color: #00588B; }
  @media (max-width: 575px) {
    .select-dropdown.activity-drop .select-drop {
      left: auto;
      right: 0; } }
  .select-dropdown.tenancy .select-drop {
    min-width: 320px; }
    @media (min-width: 480px) {
      .select-dropdown.tenancy .select-drop {
        min-width: 380px; } }
  .select-dropdown.price-range .select-drop {
    min-width: 320px;
    padding: 20px 15px; }
    @media (min-width: 480px) {
      .select-dropdown.price-range .select-drop {
        min-width: 437px;
        padding: 20px 35px; } }
    @media (max-width: 767px) {
      .select-dropdown.price-range .select-drop {
        left: auto;
        right: 0; } }
    .select-dropdown.price-range .select-drop .radio-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -10px 10px; }
      .select-dropdown.price-range .select-drop .radio-list li {
        width: 33.33%;
        padding: 0 10px; }
        .select-dropdown.price-range .select-drop .radio-list li .radio-button .label {
          padding-left: 26px; }

.select-drop {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  z-index: 100;
  width: 100%;
  border-radius: 10px;
  background: #F6F9FF;
  padding: 20px;
  margin-top: 10px; }
  @media (max-width: 575px) {
    .select-drop {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      min-width: 250px; } }
  .select-drop .options, .select-drop .radio-list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .select-drop .checkbox .label, .select-drop .radio-button .label {
    display: block;
    position: relative;
    padding: 8px 0 8px 22px;
    border-bottom: 0.5px solid #D9D9D9;
    cursor: pointer;
    font-size: 12px; }
    .select-drop .checkbox .label:before, .select-drop .radio-button .label:before {
      position: absolute;
      left: 0;
      top: 11px;
      content: '';
      width: 15px;
      height: 15px;
      border-radius: 4px;
      border: 1px solid #666; }
  .select-drop .checkbox input[type='checkbox'], .select-drop .checkbox input[type='radio'], .select-drop .radio-button input[type='checkbox'], .select-drop .radio-button input[type='radio'] {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    visibility: hidden; }
    .select-drop .checkbox input[type='checkbox']:checked + .label, .select-drop .checkbox input[type='radio']:checked + .label, .select-drop .radio-button input[type='checkbox']:checked + .label, .select-drop .radio-button input[type='radio']:checked + .label {
      font-weight: 600;
      color: #00588B; }
      .select-drop .checkbox input[type='checkbox']:checked + .label:before, .select-drop .checkbox input[type='radio']:checked + .label:before, .select-drop .radio-button input[type='checkbox']:checked + .label:before, .select-drop .radio-button input[type='radio']:checked + .label:before {
        background: #00588B; }
  .select-drop .drop-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 10px; }
    .select-drop .drop-header .heading {
      font-size: 10px; }
      .select-drop .drop-header .heading h5 {
        font-size: 10px;
        margin: 0; }
      .select-drop .drop-header .heading span {
        display: block;
        color: #00588B; }
    .select-drop .drop-header .clear {
      text-decoration: none;
      font-size: 12px; }
      .select-drop .drop-header .clear:hover {
        color: #00588B; }
  .select-drop .title {
    display: block;
    margin: 0 0 10px;
    color: #00588B;
    font-weight: 600; }

.range-slider .duration-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #00588B;
  font-weight: 400;
  font-size: 12px;
  margin: 0 0 5px; }

.range-slider input[type='range'] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%; }

.range-slider input[type="range"]::-webkit-slider-runnable-track {
  background: #D8D8D8;
  height: 4px;
  border-radius: 2px; }

.range-slider input[type="range"]::-moz-range-track {
  background: #D8D8D8;
  height: 4px;
  border-radius: 2px; }

.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -5px;
  background-color: #00588B;
  height: 15px;
  width: 15px;
  border-radius: 10px; }

.range-slider input[type="range"]::-moz-range-thumb {
  border: none;
  border-radius: 0;
  background-color: #00588B;
  height: 15px;
  width: 15px;
  border-radius: 10px; }

.range-slider input[type="range"]:focus {
  outline: none; }

.date-picker-wrapper .footer {
  display: none; }

.date-picker-wrapper {
  padding: 0;
  margin: 0; }

.date-picker-wrapper.no-shortcuts {
  padding: 20px;
  box-shadow: none;
  margin-top: 10px;
  background: #F6F9FF;
  border-radius: 10px; }
  @media (max-width: 575px) {
    .date-picker-wrapper.no-shortcuts {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } }
  @media (max-width: 767px) {
    .date-picker-wrapper.no-shortcuts {
      left: auto !important;
      right: 5px !important; } }
  .date-picker-wrapper.no-shortcuts .month-wrapper {
    background: none;
    border-radius: 0;
    padding: 0; }
    .date-picker-wrapper.no-shortcuts .month-wrapper table .day.checked {
      background: #fff !important; }
    .date-picker-wrapper.no-shortcuts .month-wrapper table .day.first-date-selected {
      border-radius: 100% 0 0 100%;
      background: #00588B !important;
      color: #fff !important; }
    .date-picker-wrapper.no-shortcuts .month-wrapper table .day.last-date-selected {
      border-radius: 0 100% 100% 0;
      background: #00588B !important;
      color: #fff !important; }
    .date-picker-wrapper.no-shortcuts .month-wrapper table .day.real-today {
      background: #00588B;
      color: #fff !important;
      border-radius: 100%; }
      .date-picker-wrapper.no-shortcuts .month-wrapper table .day.real-today.checked {
        background: #fff !important;
        border-radius: 0 !important;
        color: #000 !important; }
      .date-picker-wrapper.no-shortcuts .month-wrapper table .day.real-today.hovering {
        background: #00588B !important;
        border-radius: 0 !important;
        color: #fff !important; }
    .date-picker-wrapper.no-shortcuts .month-wrapper table .day.hovering {
      background: #fff !important; }

.custom-consent .ginput_container_consent {
  pointer-events: none;
  opacity: 0.5; }

.custom-consent.enabled .ginput_container_consent {
  pointer-events: auto;
  opacity: 1; }

.custom-consent2 .ginput_container_consent {
  pointer-events: none;
  opacity: 0.5; }

.custom-consent2.enabled .ginput_container_consent {
  pointer-events: auto;
  opacity: 1; }

.slick-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.note-text {
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
  color: #060C10; }
  .note-text a {
    color: #00588B;
    text-decoration: underline; }
    .note-text a:hover {
      text-decoration: none; }

.acf-map div {
  border: none !important;
  outline: none !important; }

.gm-style-iw.gm-style-iw-c {
  max-width: none !important;
  background: none !important;
  padding: 0 !important; }

.gm-style {
  font-family: "Montserrat", sans-serif !important; }

.gm-style-iw-d {
  overflow-x: hidden !important;
  overflow-y: auto !important; }

.gm-style .gm-style-iw-tc::after {
  background: #F5F9FF; }

.popup {
  display: none; }

.gform_required_legend {
  display: none; }

.password_input_container {
  position: relative;
  display: block; }
  .password_input_container input {
    padding-right: 65px; }
    .password_input_container input::-webkit-input-placeholder {
      font-family: "Montserrat", sans-serif; }
    .password_input_container input::-moz-placeholder {
      opacity: 1;
      font-family: "Montserrat", sans-serif; }
    .password_input_container input:-moz-placeholder {
      font-family: "Montserrat", sans-serif; }
    .password_input_container input:-ms-input-placeholder {
      font-family: "Montserrat", sans-serif; }
    .password_input_container input.placeholder {
      font-family: "Montserrat", sans-serif; }
  .password_input_container .gform_show_password {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 22px;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    min-height: inherit;
    color: #79797B; }

.gfield.referance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .gfield.referance .gfield_description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 5px;
    font-size: 13px; }

.upload-file .remove-button {
  color: #00588B;
  margin: 0 4px; }

.more-file.has-multi {
  display: block; }

.more-file {
  display: none; }

.custom-checkbox .gfield_description.validation_message {
  display: block;
  color: #F1440D;
  font-size: 12px;
  padding-top: 10px; }

.tfa-validation-message {
  display: block;
  color: #F1440D;
  font-size: 12px;
  padding-top: 10px;
  text-align: left; }

.gfield_error.upload-file input[type="file"], .gfield_error.upload-file .gform_button_select_files {
  border-color: #F1440D;
  background: #F8ECE8; }

.form-block .form-holder.review-popup .gform_confirmation_message {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .form-block .form-holder.review-popup .gform_confirmation_message {
      padding: 40px 0; } }
  .form-block .form-holder.review-popup .gform_confirmation_message p {
    margin: 0; }

.form-block .form-holder.review-popup .gfield--type-hidden {
  margin: 0 !important; }

.form-block .form-holder.review-popup legend.gfield_label {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  text-align: center;
  margin: 0 0 20px; }

.form-block .form-holder.review-popup .gfield--type-textarea label {
  display: none; }

.form-block .form-holder.review-popup .gfield--type-html {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  text-align: center;
  margin: 0 0 20px; }

.form-block .form-holder.review-popup .ginput_container_radio .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (min-width: 576px) {
    .form-block .form-holder.review-popup .ginput_container_radio .gfield_radio {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; } }
  .form-block .form-holder.review-popup .ginput_container_radio .gfield_radio .gchoice {
    margin: 0 6px; }
  .form-block .form-holder.review-popup .ginput_container_radio .gfield_radio .gfield-choice-input {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden;
    opacity: 0; }
  .form-block .form-holder.review-popup .ginput_container_radio .gfield_radio .gfield-choice-input:checked ~ .gform-field-label {
    background: #f1860d;
    border-color: #f1860d;
    color: #000; }
    .form-block .form-holder.review-popup .ginput_container_radio .gfield_radio .gfield-choice-input:checked ~ .gform-field-label:before {
      opacity: 0; }
  .form-block .form-holder.review-popup .ginput_container_radio .gfield_radio .gform-field-label {
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 25px;
    min-height: 48px;
    text-align: center;
    border-radius: 5px;
    outline: none;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    color: #fff;
    background: #00588B;
    border: 0;
    letter-spacing: 0.7px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    width: 120px; }
    @media (min-width: 576px) {
      .form-block .form-holder.review-popup .ginput_container_radio .gfield_radio .gform-field-label {
        width: 155px; } }
    .form-block .form-holder.review-popup .ginput_container_radio .gfield_radio .gform-field-label:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: -webkit-linear-gradient(top, #0091BF -23.85%, #00588B 76.79%);
      background: linear-gradient(to bottom, #0091BF -23.85%, #00588B 76.79%);
      z-index: -1;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
    .form-block .form-holder.review-popup .ginput_container_radio .gfield_radio .gform-field-label:hover {
      background: #f1860d;
      border-color: #f1860d;
      color: #000; }
      .form-block .form-holder.review-popup .ginput_container_radio .gfield_radio .gform-field-label:hover:before {
        opacity: 0; }

.form-block .form-holder.review-popup .gform_footer {
  display: none; }
  .form-block .form-holder.review-popup .gform_footer .gform_button {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    height: 48px;
    padding: 11px 25px;
    max-width: 250px;
    margin: 0 auto; }

.intro-block {
  overflow: hidden;
  background: #F5F9FF;
  text-align: center;
  padding: 45px 0; }
  @media (min-width: 1024px) {
    .intro-block {
      padding: 60px 0 45px; } }
  @media (min-width: 1130px) {
    .intro-block {
      padding: 90px 0 45px; } }
  .intro-block.pb-0 {
    padding-bottom: 20px; }
  .page-notice-to-mariners .intro-block {
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .page-notice-to-mariners .intro-block {
        padding-bottom: 90px; } }
  @media (max-width: 575px) {
    .intro-block br {
      display: none; } }
  .intro-block .text-holder {
    max-width: 850px;
    margin: 0 auto; }
  .intro-block h1, .intro-block .h1 {
    font-size: 33px;
    line-height: 38px;
    margin: 0 0 20px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .intro-block h1, .intro-block .h1 {
        font-size: 36px;
        line-height: 46px; } }
    @media (min-width: 1024px) {
      .intro-block h1, .intro-block .h1 {
        font-size: 50px;
        line-height: 55px; } }
    @media (min-width: 1366px) {
      .intro-block h1, .intro-block .h1 {
        font-size: 60px;
        line-height: 65px; } }
    .intro-block h1 span, .intro-block .h1 span {
      color: #00588B; }
  .intro-block h5 {
    color: #00588B;
    font-weight: 600;
    font-size: 16px; }
    @media (min-width: 1024px) {
      .intro-block h5 {
        font-size: 20px; } }
    .intro-block h5 a {
      color: #00588B; }
  .intro-block .search-bar {
    margin: 30px auto 0;
    border: solid 1px rgba(0, 88, 139, 0.3);
    border-width: 1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px; }
    .intro-block .search-bar form {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .intro-block .search-bar form input[type="text"], .intro-block .search-bar form input[type="search"] {
        border: 0;
        background: none;
        font-size: 16px;
        line-height: 24px;
        color: #00588B;
        font-weight: 500;
        padding: 0 10px;
        height: 60px; }
        @media (min-width: 576px) {
          .intro-block .search-bar form input[type="text"], .intro-block .search-bar form input[type="search"] {
            font-size: 20px;
            line-height: 30px; } }
        @media (min-width: 1024px) {
          .intro-block .search-bar form input[type="text"], .intro-block .search-bar form input[type="search"] {
            padding: 0 20px;
            height: 70px; } }
        @media (min-width: 1130px) {
          .intro-block .search-bar form input[type="text"], .intro-block .search-bar form input[type="search"] {
            font-size: 30px;
            line-height: 40px; } }
        .intro-block .search-bar form input[type="text"]::-webkit-input-placeholder, .intro-block .search-bar form input[type="search"]::-webkit-input-placeholder {
          color: #00588B;
          font-weight: 500; }
        .intro-block .search-bar form input[type="text"]::-moz-placeholder, .intro-block .search-bar form input[type="search"]::-moz-placeholder {
          opacity: 1;
          color: #00588B;
          font-weight: 500; }
        .intro-block .search-bar form input[type="text"]:-moz-placeholder, .intro-block .search-bar form input[type="search"]:-moz-placeholder {
          color: #00588B;
          font-weight: 500; }
        .intro-block .search-bar form input[type="text"]:-ms-input-placeholder, .intro-block .search-bar form input[type="search"]:-ms-input-placeholder {
          color: #00588B;
          font-weight: 500; }
        .intro-block .search-bar form input[type="text"].placeholder, .intro-block .search-bar form input[type="search"].placeholder {
          color: #00588B;
          font-weight: 500; }
      .intro-block .search-bar form button[type="submit"] {
        background: none;
        color: #00588B;
        min-height: inherit;
        padding: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        font-size: 24px;
        margin: 0 8px 0 0; }
        @media (min-width: 576px) {
          .intro-block .search-bar form button[type="submit"] {
            font-size: 30px;
            margin: 0 15px 0 0; } }
        @media (min-width: 1024px) {
          .intro-block .search-bar form button[type="submit"] {
            font-size: 35px;
            margin: 0 20px 0 0; } }

.cta-strip {
  background: -webkit-linear-gradient(left, #00588b 0%, #0678a7 100%);
  background: linear-gradient(to right, #00588b 0%, #0678a7 100%);
  text-align: center;
  color: #fff;
  margin: 0 0 30px;
  padding: 40px 0; }
  .cta-strip.mb-0 {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .cta-strip {
      margin: 0 0 50px;
      padding: 45px 0; } }
  @media (min-width: 768px) {
    .cta-strip .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 768px) {
    .cta-strip .text {
      text-align: left; } }
  .cta-strip h2 {
    color: #fff;
    margin: 0 0 8px; }
    @media (min-width: 768px) {
      .cta-strip h2 {
        font-size: 25px;
        line-height: 35px; } }
    @media (min-width: 1024px) {
      .cta-strip h2 {
        font-size: 30px;
        line-height: 40px; } }
  .cta-strip p {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .cta-strip p {
        margin: 0; } }
  .cta-strip .btn-primary {
    background: #f1860d;
    color: #000;
    padding: 11px 25px;
    letter-spacing: 0;
    font-size: 14px; }
    .cta-strip .btn-primary:before {
      display: none; }
    .cta-strip .btn-primary:hover {
      color: #fff;
      background: #000; }

.activity-block {
  padding: 50px 0; }
  @media (min-width: 1024px) {
    .activity-block {
      padding: 80px 0; } }
  .activity-block .activity-header {
    padding: 0 0 20px;
    text-align: center; }
    @media (min-width: 576px) {
      .activity-block .activity-header {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1024px) {
      .activity-block .activity-header {
        padding: 0 0 30px; } }
    .activity-block .activity-header .btn {
      min-width: 177px;
      margin: 0 0 10px; }
    .activity-block .activity-header h3 {
      color: #000;
      margin: 0 0 10px; }
  .activity-block .activity-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    @media (min-width: 1366px) {
      .activity-block .activity-slider {
        margin: 0 -10px; } }
    .activity-block .activity-slider .slide {
      padding: 0 10px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 768px) {
        .activity-block .activity-slider .slide {
          width: 50%; } }
      @media (min-width: 1024px) {
        .activity-block .activity-slider .slide {
          width: 33.33%; } }

.registration-popup, .login-popup, .common-popup {
  border: solid 1px #00588B; }
  .registration-popup .fancybox-button, .login-popup .fancybox-button, .common-popup .fancybox-button {
    width: 30px;
    height: 30px;
    padding: 0;
    background: none;
    opacity: 1;
    margin: 0;
    right: 10px;
    top: 10px; }
  .registration-popup.form-holder .custom-checkbox, .login-popup.form-holder .custom-checkbox, .common-popup.form-holder .custom-checkbox {
    margin: 0 0 15px; }
  .registration-popup.form-holder .submit-btn-holder, .login-popup.form-holder .submit-btn-holder, .common-popup.form-holder .submit-btn-holder {
    padding-top: 20px; }
  .registration-popup .select2-container, .login-popup .select2-container, .common-popup .select2-container {
    width: 100% !important; }

.form-holder .select2-container {
  z-index: auto; }

.select2-container {
  z-index: 999; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block; }

.select2-search__field {
  margin-top: 0 !important; }

.select2-selection__rendered {
  padding: 0 20px !important; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid 1px #A4A4A4 !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: none !important;
  position: relative;
  color: #000 !important; }

.select2-container--default .select2-results__option {
  position: relative; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #F4F4F5 !important; }
  .select2-container--default .select2-results__option[aria-selected=true]:after {
    position: absolute;
    right: 10px;
    top: 10px;
    content: '\f011';
    color: #00588B;
    font-family: icomoon; }

.select2-container--default .select2-results__option--highlighted {
  background: #00588B !important;
  color: #000 !important; }

.select2-results__option {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #00588B !important;
  border: 0 !important;
  color: #fff;
  border-radius: 5px !important;
  font-size: 14px !important;
  padding: 6px 15px;
  margin-top: 8px; }

.select2-selection__choice__remove {
  color: #fff !important;
  margin: 0 0 0 8px !important;
  font-size: 12px !important; }

.select2-selection__clear {
  margin-right: 0 !important;
  margin-top: 13px !important; }

.date-picker-wrapper {
  z-index: 11; }

.input-holder .select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.form-holder .select2-container:after {
  font-family: icomoon;
  content: '\f107';
  position: absolute;
  right: 18px;
  top: 15px; }

.form-holder .select2-container .select2-selection__clear {
  display: none !important; }

.form-holder .select2-container--open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.gallery-block .slide {
  min-height: 400px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .gallery-block .slide {
      height: 570px; } }
  @media (min-width: 1130px) {
    .gallery-block .slide {
      height: 700px; } }

.gallery-block .bg-image, .gallery-block .caption, .gallery-block .bg-video-holder, .gallery-block .bg-parallax {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }
  .gallery-block .bg-image:before, .gallery-block .caption:before, .gallery-block .bg-video-holder:before, .gallery-block .bg-parallax:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #00588B;
    opacity: 0.6;
    z-index: 1; }

.gallery-block .bg-parallax {
  overflow: hidden;
  top: -100px;
  bottom: -100px; }

.gallery-block .bg-image {
  background-size: cover;
  background-position: 50% 50%; }

@media (min-width: 768px) {
  .gallery-block .btn {
    font-size: 20px;
    min-width: 250px;
    padding: 18px 30px; } }

.gallery-block .caption {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 70px 0; }
  @media (min-width: 768px) {
    .gallery-block .caption {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .gallery-block .caption {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .gallery-block .caption {
      position: relative;
      z-index: 2;
      text-align: center; } }
  .gallery-block .caption .container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .gallery-block .caption:before {
    display: none; }
  .gallery-block .caption .caption-holder {
    max-width: 650px; }
    @media (min-width: 1024px) {
      .gallery-block .caption .caption-holder {
        max-width: 850px; } }
  .gallery-block .caption h2 {
    color: #000;
    display: inline;
    margin: 0 0 20px;
    display: block;
    font-size: 35px;
    line-height: 50px;
    font-weight: 500; }
    @media (min-width: 576px) {
      .gallery-block .caption h2 {
        font-size: 40px;
        line-height: 60px;
        margin: 0 0 30px; } }
    @media (min-width: 768px) {
      .gallery-block .caption h2 {
        font-size: 40px;
        line-height: 65px; } }
    @media (min-width: 1024px) {
      .gallery-block .caption h2 {
        font-size: 50px;
        line-height: 70px; } }
    .gallery-block .caption h2 span {
      background: #f1860d;
      box-shadow: 10px 0 0 #f1860d, -10px 0 0 #f1860d;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }
    @media (max-width: 575px) {
      .gallery-block .caption h2 br {
        display: none; } }
  .gallery-block .caption .sub-title {
    font-size: 18px;
    line-height: 26px;
    display: block;
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .gallery-block .caption .sub-title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500; } }
    @media (min-width: 1130px) {
      .gallery-block .caption .sub-title {
        font-size: 25px;
        line-height: 32px; } }
  .gallery-block .caption p {
    margin: 0 0 25px; }

.gallery-block .slick-dots {
  background: none;
  border-radius: 0;
  padding: 0;
  bottom: 30px;
  left: 0;
  right: 0; }
  @media (min-width: 768px) {
    .gallery-block .slick-dots {
      bottom: 30px;
      right: 30px;
      left: auto; } }
  @media (max-width: 767px) {
    .gallery-block .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.heroblock {
  padding: 50px 0 30px; }
  @media (min-width: 768px) {
    .heroblock {
      padding: 60px 0; } }
  .heroblock .hero-holder {
    position: relative;
    min-height: 25vw;
    padding: 50px 0;
    background-size: cover;
    background-position: 0% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 768px) {
      .heroblock .hero-holder {
        background: url(images/img-hero.png);
        padding: 100px 0;
        background-size: cover;
        background-position: 65% 50%; } }
    @media (min-width: 1024px) {
      .heroblock .hero-holder {
        background-size: cover;
        background-position: 50% 50%; } }
    .heroblock .hero-holder .container {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    @media (max-width: 767px) {
      .heroblock .hero-holder:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: '';
        background: #00588B;
        opacity: 0.3; } }
  .heroblock .caption {
    position: relative;
    z-index: 2;
    max-width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .heroblock .caption {
        max-width: 65%;
        text-align: left; } }
  .heroblock .image-right {
    width: 100%;
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 1px;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1; }
    @media (min-width: 768px) {
      .heroblock .image-right {
        width: 40%; } }
    @media (min-width: 1024px) {
      .heroblock .image-right {
        width: 37.91%; } }
    @media (max-width: 767px) {
      .heroblock .image-right {
        filter: blur(1px); } }
  .heroblock h1 {
    color: #fff;
    margin: 0;
    font-size: 35px;
    line-height: 50px;
    font-weight: 500;
    padding: 0;
    text-align: center;
    text-transform: capitalize; }
    @media (min-width: 576px) {
      .heroblock h1 {
        font-size: 40px;
        line-height: 55px; } }
    @media (min-width: 768px) {
      .heroblock h1 {
        text-align: left; } }
    @media (min-width: 1024px) {
      .heroblock h1 {
        font-size: 45px;
        line-height: 65px; } }
    @media (min-width: 1200px) {
      .heroblock h1 {
        font-size: 50px;
        line-height: 70px; } }
    @media (min-width: 1440px) {
      .heroblock h1 {
        font-size: 56px;
        line-height: 80px; } }
    @media (max-width: 575px) {
      .heroblock h1 br {
        display: none; } }
    .heroblock h1 span {
      display: inline;
      background: #00588B;
      box-shadow: 10px 0 0 #00588B, -10px 0 0 #00588B;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      margin-bottom: 10px; }

.breadcrumbs-holder {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  color: #00588B; }
  @media (min-width: 768px) {
    .breadcrumbs-holder {
      padding: 20px 0 25px; } }
  @media (min-width: 1024px) {
    .breadcrumbs-holder {
      padding: 30px 0 30px; } }
  @media (min-width: 1130px) {
    .breadcrumbs-holder {
      padding: 30px 0 15px; } }
  @media (max-width: 1023px) {
    .breadcrumbs-holder {
      font-size: 14px; } }
  .breadcrumbs-holder + .heroblock {
    padding-top: 0; }
    @media (min-width: 768px) {
      .breadcrumbs-holder + .heroblock {
        margin-top: -40px; } }
    @media (min-width: 1130px) {
      .breadcrumbs-holder + .heroblock {
        margin-top: -30px; } }
    @media (min-width: 1440px) {
      .breadcrumbs-holder + .heroblock {
        margin-top: -40px; } }
  .breadcrumbs-holder a {
    text-decoration: underline;
    color: #000; }
    .breadcrumbs-holder a:hover {
      text-decoration: none; }
  .breadcrumbs-holder p {
    margin: 0; }

.heroblock + .detail-block {
  padding-top: 0; }

.detail-block {
  padding: 50px 0 50px; }
  @media (min-width: 768px) {
    .detail-block {
      padding: 70px 0 70px; } }
  @media (min-width: 1130px) {
    .detail-block {
      padding: 100px 0 100px; } }
  .detail-block .container {
    max-width: 840px; }
  .detail-block.bg-gray {
    background: rgba(6, 120, 167, 0.1); }
  .detail-block.pt-0 {
    padding-top: 0; }
  .detail-block.pb-0 {
    padding-bottom: 0; }
  .detail-block.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .detail-block table {
    width: 100%; }
  .detail-block .alignnone, .detail-block .alignleft, .detail-block .alignright {
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 24px; }
  .detail-block.v2 ul:not([class]) {
    margin: 0 0 30px;
    padding: 0;
    list-style: none; }
    .detail-block.v2 ul:not([class]) li {
      position: relative;
      padding: 0 0 3px 17px; }
      .detail-block.v2 ul:not([class]) li:before {
        position: absolute;
        left: 0;
        top: 10px;
        content: '';
        width: 5px;
        height: 5px;
        background: #00588B;
        border-radius: 100%; }
      .detail-block.v2 ul:not([class]) li a {
        text-decoration: underline; }
        .detail-block.v2 ul:not([class]) li a:hover {
          text-decoration: none; }
  .detail-block .meta {
    font-size: 16px;
    margin: 0 0 10px;
    display: block; }
    @media (min-width: 1024px) {
      .detail-block .meta {
        font-size: 18px; } }
  .detail-block h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .detail-block h2 {
        font-size: 26px;
        line-height: 30px; } }
    @media (min-width: 1130px) {
      .detail-block h2 {
        font-size: 28px;
        line-height: 36px; } }
    @media (min-width: 1024px) {
      .detail-block h2 {
        margin: 0 0 20px; } }
  .detail-block p {
    margin: 0 0 15px; }
    @media (min-width: 1024px) {
      .detail-block p {
        margin: 0 0 15px; } }
    .detail-block p strong {
      font-weight: 600; }
    .detail-block p.note {
      font-size: 14px;
      margin: 20px 0 20px; }
  .detail-block a:not([class]) {
    color: #000; }
  .detail-block a[href^="mailto:"] {
    font-weight: 400;
    color: #00588B;
    text-decoration: none; }
  .detail-block ul:not([class]) {
    margin: 0 0 30px;
    padding: 0;
    list-style: none; }
    .detail-block ul:not([class]) li {
      position: relative;
      padding: 0 0 3px 17px; }
      .detail-block ul:not([class]) li:before {
        position: absolute;
        left: 0;
        top: 10px;
        content: '';
        width: 5px;
        height: 5px;
        background: #000;
        border-radius: 100%; }
  .detail-block ol:not([class]) {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    counter-reset: item; }
    .detail-block ol:not([class]) li {
      padding: 0 0 8px 20px;
      position: relative; }
      .detail-block ol:not([class]) li:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #000;
        font-weight: 700;
        content: counters(item, ".") ".";
        counter-increment: item; }
  .detail-block .map-area {
    padding-top: 60%;
    position: relative;
    margin: 40px 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden; }
    .detail-block .map-area iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .detail-block .btn {
    min-width: 200px; }
  .detail-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    .detail-block .row .col {
      width: 100%;
      padding: 0 15px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 768px) {
        .detail-block .row .col {
          width: 50%; } }
  .detail-block .btns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -5px 15px; }
    .detail-block .btns-holder .btn {
      margin: 0 5px 10px;
      min-width: inherit; }
    .detail-block .btns-holder + .note {
      margin: 0 0 20px; }

.notice-block {
  background: #fff;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .notice-block {
      padding: 60px 0; } }
  @media (min-width: 1130px) {
    .notice-block {
      padding: 100px 0; } }
  .notice-block.pt-0 {
    padding-top: 0; }
  .notice-block.pb-0 {
    padding-bottom: 0; }
  .notice-block.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .notice-block.bg-gray {
    background: rgba(6, 120, 167, 0.1); }
  .notice-block h2 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 35px;
    line-height: 50px;
    font-weight: 500;
    padding: 0;
    text-transform: capitalize; }
    @media (min-width: 576px) {
      .notice-block h2 {
        font-size: 40px;
        line-height: 55px; } }
    @media (min-width: 768px) {
      .notice-block h2 {
        text-align: left; } }
    @media (min-width: 1024px) {
      .notice-block h2 {
        font-size: 45px;
        line-height: 65px; } }
    @media (min-width: 1200px) {
      .notice-block h2 {
        font-size: 50px;
        line-height: 70px; } }
    @media (min-width: 1440px) {
      .notice-block h2 {
        font-size: 56px;
        line-height: 80px; } }
    @media (max-width: 575px) {
      .notice-block h2 br {
        display: none; } }
    .notice-block h2 span {
      display: inline;
      background: #00588B;
      box-shadow: 10px 0 0 #00588B, -10px 0 0 #00588B;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      margin-bottom: 10px; }
  .notice-block p {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .notice-block p {
        margin: 0 0 30px; } }
  .notice-block .heading-holder {
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .notice-block .heading-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0; } }
  .notice-block .link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 20px 0 20px;
    font-size: 18px; }
    @media (min-width: 768px) {
      .notice-block .link {
        margin: 20px 0 0 20px; } }
  .notice-block .btns-holder {
    padding-top: 20px;
    text-align: center; }
  @media (max-width: 1023px) {
    .notice-block p br {
      display: none; } }
  .notice-block .links-list {
    margin: 0 0 10px;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .notice-block .links-list {
        margin: 0 0 40px; } }
    .notice-block .links-list li {
      border-bottom: solid 1px #00588B; }
      .notice-block .links-list li a {
        position: relative;
        display: block;
        padding: 18px 60px 18px 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        color: #00588B;
        text-decoration: none; }
        @media (min-width: 768px) {
          .notice-block .links-list li a {
            font-size: 20px;
            font-weight: 700;
            line-height: 24px; } }
        @media (min-width: 1024px) {
          .notice-block .links-list li a {
            font-size: 24px;
            line-height: 28px;
            padding: 18px 60px 18px 0; } }
        @media (min-width: 1130px) {
          .notice-block .links-list li a {
            padding: 22px 60px 22px 0;
            font-size: 28px;
            font-weight: 700;
            line-height: 32px; } }
        .notice-block .links-list li a:before {
          position: absolute;
          right: 0;
          top: 12px;
          content: '\f105';
          font-family: icomoon;
          width: 34px;
          height: 34px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 100%;
          color: #000;
          background: #f1860d;
          font-size: 20px;
          font-weight: 400; }
          @media (min-width: 768px) {
            .notice-block .links-list li a:before {
              top: 14px; } }
          @media (min-width: 1130px) {
            .notice-block .links-list li a:before {
              width: 45px;
              height: 45px;
              font-size: 24px; } }
        .notice-block .links-list li a:hover {
          color: #000; }
  .notice-block .info-text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto; }
  .notice-block.v2 {
    background: none; }
    .notice-block.v2 .links-list li {
      padding: 0 40px 0 0;
      position: relative; }
      @media (min-width: 768px) {
        .notice-block.v2 .links-list li {
          padding: 0 50px 0 0; } }
      .notice-block.v2 .links-list li .view:before {
        background: #00588B;
        color: #fff;
        width: 30px;
        height: 30px;
        top: 13px;
        content: "\e943";
        font-size: 16px; }
        @media (min-width: 768px) {
          .notice-block.v2 .links-list li .view:before {
            width: 35px;
            height: 35px;
            top: 13px; } }
        @media (min-width: 1024px) {
          .notice-block.v2 .links-list li .view:before {
            top: 15px; } }
        @media (min-width: 1130px) {
          .notice-block.v2 .links-list li .view:before {
            top: 24px; } }
      .notice-block.v2 .links-list li .download {
        position: absolute;
        right: 0;
        top: 13px;
        background: #00588B;
        color: #fff;
        width: 30px;
        height: 30px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 100%; }
        @media (min-width: 768px) {
          .notice-block.v2 .links-list li .download {
            width: 35px;
            height: 35px; } }
        @media (min-width: 1024px) {
          .notice-block.v2 .links-list li .download {
            top: 15px; } }
        @media (min-width: 1130px) {
          .notice-block.v2 .links-list li .download {
            top: 24px; } }
        .notice-block.v2 .links-list li .download:before {
          content: "\e90e";
          font-family: icomoon;
          width: auto;
          height: auto;
          background: none;
          color: #fff;
          position: static;
          font-size: 14px; }
          @media (min-width: 768px) {
            .notice-block.v2 .links-list li .download:before {
              font-size: 16px; } }

.contactus-block {
  padding: 0 0 40px; }
  @media (min-width: 1024px) {
    .contactus-block {
      padding: 0 0 100px; } }
  .contactus-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -20px -30px; }
    @media (min-width: 1366px) {
      .contactus-block .row {
        margin: 0 -60px -30px; } }
    .contactus-block .row .col {
      width: 100%;
      padding: 0 20px 30px; }
      @media (min-width: 1024px) {
        .contactus-block .row .col {
          width: 53%; } }
      @media (min-width: 1366px) {
        .contactus-block .row .col {
          padding: 0 60px 30px; } }
      @media (min-width: 1024px) {
        .contactus-block .row .col:nth-child(2) {
          width: 47%; } }
  .contactus-block .form-holder {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding-left: 20px;
    padding-right: 20px;
    max-width: none; }
    @media (min-width: 576px) {
      .contactus-block .form-holder {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1130px) {
      .contactus-block .form-holder {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 767px) {
      .contactus-block .form-holder {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .contactus-block .form-holder .submit-btn-holder input[type="submit"] {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .contactus-block .text-contact {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .contactus-block .text-contact {
      max-width: 490px; } }
  .contactus-block .text-contact .info-list {
    margin: 0 0 10px;
    padding: 0;
    list-style: none; }
    .contactus-block .text-contact .info-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 17px 0; }
      .contactus-block .text-contact .info-list li a {
        color: #000;
        text-decoration: none; }
      .contactus-block .text-contact .info-list li .icon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fff;
        border-radius: 100%;
        background: #00588B;
        margin: 0 16px 0 0; }
        @media (min-width: 768px) {
          .contactus-block .text-contact .info-list li .icon {
            width: 45px;
            height: 45px;
            margin: 0 20px 0 0; } }
      .contactus-block .text-contact .info-list li + li {
        border-top: solid 1px rgba(0, 0, 0, 0.2); }
      .contactus-block .text-contact .info-list li address {
        font-style: normal;
        margin: 0; }

.preferences-block {
  text-align: center;
  padding: 30px 0 30px; }
  @media (min-width: 768px) {
    .preferences-block {
      padding: 40px 0 60px; } }
  @media (min-width: 1130px) {
    .preferences-block {
      padding: 80px 0 100px;
      font-size: 18px; } }
  .preferences-block.pt-0 {
    padding-top: 0; }
  .preferences-block.pb-0 {
    padding-bottom: 0; }
  .preferences-block.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .preferences-block.bg-gray {
    background: rgba(6, 120, 167, 0.1); }
  .preferences-block h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #000; }
    @media (min-width: 1024px) {
      .preferences-block h3 {
        font-size: 20px; } }
  .preferences-block .container {
    max-width: 930px; }
  .preferences-block .form-holder {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 0 0;
    text-align: left;
    max-width: none;
    margin: 0; }
    .preferences-block .form-holder .heading {
      text-align: left;
      font-weight: 700;
      display: block;
      margin: 0; }
      .preferences-block .form-holder .heading span {
        font-weight: 400; }
    .preferences-block .form-holder .sub-title, .preferences-block .form-holder .gfield_description {
      display: block;
      font-size: 13px;
      margin: 0 0 10px; }
    .preferences-block .form-holder .input-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -15px; }
      .preferences-block .form-holder .input-row .input-col {
        width: 100%;
        padding: 0 15px; }
        @media (min-width: 768px) {
          .preferences-block .form-holder .input-row .input-col {
            width: 50%; } }
      .preferences-block .form-holder .input-row label {
        color: #000; }
      .preferences-block .form-holder .input-row .custom-checkbox label {
        color: #00588B; }
    .preferences-block .form-holder .btns-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 -8px -15px;
      padding: 0 0 20px; }
      @media (min-width: 576px) {
        .preferences-block .form-holder .btns-holder {
          padding: 20px 0 30px; } }
      .preferences-block .form-holder .btns-holder .btn {
        margin: 0 8px 15px;
        width: calc(33.33% - 16px); }
        @media (max-width: 1023px) {
          .preferences-block .form-holder .btns-holder .btn {
            font-size: 14px;
            width: auto;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            min-width: 200px; } }
    .preferences-block .form-holder .new-user {
      text-align: center; }
    .preferences-block .form-holder p {
      margin: 0 0 25px; }
  .preferences-block .alert-preference {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    padding: 25px 0 0; }
  .preferences-block .separator {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 0 0 10px !important;
    margin: 0 8px 20px; }
    @media (min-width: 768px) {
      .preferences-block .separator {
        padding: 0 0 25px !important;
        margin: 0 8px 40px; } }
    .preferences-block .separator .gsection_title {
      display: none !important; }
  .preferences-block .gform-footer {
    text-align: center;
    padding: 0 0 10px; }
    @media (min-width: 768px) {
      .preferences-block .gform-footer {
        padding: 40px 0 10px; } }
    .preferences-block .gform-footer input[type="submit"] {
      display: inline-block;
      vertical-align: top;
      width: auto;
      min-width: 220px; }

.common-popup .heading {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .common-popup .heading {
      font-size: 30px; } }

.common-popup .btns-holder {
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 0 -15px; }
  .common-popup .btns-holder .btn {
    width: calc(100% - 20px);
    margin: 0 10px 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 768px) {
      .common-popup .btns-holder .btn {
        width: calc(50% - 20px); } }

.common-popup input[type="submit"] {
  margin-bottom: 0; }

.common-popup.form-holder {
  max-width: 520px;
  padding: 40px 25px; }
  @media (min-width: 576px) {
    .common-popup.form-holder {
      padding: 40px 40px; } }
  @media (min-width: 768px) {
    .common-popup.form-holder {
      width: 520px;
      max-width: none;
      padding: 60px 40px; } }
  @media (min-width: 1024px) {
    .common-popup.form-holder {
      width: 640px;
      padding: 60px 90px; } }

.text-content {
  font-size: 16px;
  line-height: 26px;
  padding: 30px 0; }
  @media (min-width: 576px) {
    .text-content {
      font-size: 18px;
      line-height: 28px; } }
  @media (min-width: 768px) {
    .text-content {
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .text-content {
      padding: 60px 0; } }
  @media (min-width: 1366px) {
    .text-content {
      padding: 80px 0; } }
  .text-content h2 {
    margin: 0 0 15px;
    font-weight: 500; }
  .text-content h3 {
    margin: 0 0 15px; }
  .text-content h5, .text-content h6 {
    font-weight: 600;
    font-size: inherit; }
  .text-content a {
    text-decoration: underline; }
    .text-content a:hover {
      text-decoration: none; }
  .text-content p {
    margin: 0 0 18px; }
  .text-content ul {
    padding: 0 0 20px; }
    .text-content ul li {
      padding: 0 0 8px 18px;
      position: relative; }
      .text-content ul li:before {
        position: absolute;
        left: 0;
        top: 12px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        content: '';
        background-color: #00588B; }
  .text-content ol {
    padding: 0 0 20px;
    counter-reset: item; }
    .text-content ol li {
      padding: 0 0 8px 20px;
      position: relative; }
      .text-content ol li:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #00588B;
        content: counters(item, ".") " ";
        counter-increment: item; }
  .text-content blockquote {
    border: 0;
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    font-weight: 600; }
    .text-content blockquote q, .text-content blockquote p {
      quotes: none;
      font-style: italic;
      display: block;
      margin: 0 0 8px; }
    .text-content blockquote cite {
      display: block;
      font-weight: 400; }
  .text-content .meta {
    display: block;
    font-weight: 600;
    margin: 0 0 20px; }
  .text-content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #00588B; }
    @media (min-width: 1024px) {
      .text-content h1 {
        font-size: 50px; } }
  .text-content h2 {
    font-weight: 600;
    font-size: 25px; }
    @media (min-width: 576px) {
      .text-content h2 {
        font-size: 30px; } }
    @media (min-width: 1024px) {
      .text-content h2 {
        font-size: 35px; } }
  .text-content .alignleft {
    max-width: 350px; }
    @media (min-width: 1024px) {
      .text-content .alignleft {
        max-width: 450px; } }
    @media (max-width: 767px) {
      .text-content .alignleft {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        max-width: none; } }
  .text-content .alignright {
    max-width: 350px; }
    @media (min-width: 1024px) {
      .text-content .alignright {
        max-width: 450px; } }
    @media (max-width: 767px) {
      .text-content .alignright {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        max-width: none; } }
  @media (max-width: 767px) {
    .text-content .aligncenter {
      float: none;
      width: 100%;
      margin: 0 0 20px;
      max-width: none; } }

/*16-12-2024*/
.ts-control {
  position: relative;
  min-height: 47px; }
  .ts-control:after {
    font-family: icomoon;
    content: '\f107';
    position: absolute;
    right: 18px;
    top: 15px;
    pointer-events: none;
    z-index: 2; }

.intro-block .text-holder p a:not([class]), .activity-box p a:not([class]), .text-content a:not([class]) {
  font-weight: 500;
  color: #00588B; }
  .intro-block .text-holder p a:not([class]):hover, .activity-box p a:not([class]):hover, .text-content a:not([class]):hover {
    text-shadow: 0 0 1px #00588b; }

.select-drop {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #F1860D #00588B; }
  .select-drop::-webkit-scrollbar-track {
    background-color: #00588B;
    border-radius: 10px; }
  .select-drop::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #00588B; }
  .select-drop::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #F1860D; }

.select-dropdown.active .opener {
  border-color: #00588b !important; }

.select-dropdown .opener, .filter-input-row .form-control {
  border-width: 2px 0; }

.filter-input-row .form-control.active {
  border-color: #00588b !important; }

.documents-cta-block {
  text-align: center;
  padding: 47px 0; }
  @media (min-width: 768px) {
    .documents-cta-block {
      font-size: 18px;
      line-height: 27px; } }
  @media (min-width: 1024px) {
    .documents-cta-block {
      padding: 70px 0; } }
  .documents-cta-block.bg-gray {
    background: rgba(6, 120, 167, 0.1); }
  .documents-cta-block .container {
    max-width: 1440px; }
  .documents-cta-block .text-holder {
    margin: 0 auto;
    max-width: 635px;
    padding: 30px 0 0; }
    @media (min-width: 768px) {
      .documents-cta-block .text-holder {
        padding: 40px 0 0; } }
    @media (min-width: 1366px) {
      .documents-cta-block .text-holder {
        padding: 50px 0 0; } }
    .documents-cta-block .text-holder p {
      margin: 0 0 20px; }
  .documents-cta-block h3, .documents-cta-block .h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin: 0 0 25px; }
  .documents-cta-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px -20px; }
    .documents-cta-block .row .col {
      width: 100%;
      padding: 0 15px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 768px) {
        .documents-cta-block .row .col {
          width: 50%;
          padding: 0 15px 30px; } }
      @media (min-width: 1130px) {
        .documents-cta-block .row .col {
          width: 25%; } }
  .documents-cta-block .cta-box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
    border-radius: 10px;
    padding: 34px 23px;
    color: #fff;
    background: -webkit-linear-gradient(top, #01598b 0%, #0578a7 100%);
    background: linear-gradient(to bottom, #01598b 0%, #0578a7 100%);
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .documents-cta-block .cta-box:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #00588B;
      content: '';
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      z-index: -1;
      opacity: 0; }
    .documents-cta-block .cta-box h4, .documents-cta-block .cta-box .h4 {
      font-size: 20px;
      line-height: 24px;
      font-weight: 500;
      margin: 0 0 10px; }
      @media (min-width: 1024px) {
        .documents-cta-block .cta-box h4, .documents-cta-block .cta-box .h4 {
          min-height: 45px;
          margin: 0 0 25px; } }
    .documents-cta-block .cta-box .text-holder {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0;
      padding: 0; }
      @media (max-width: 1023px) {
        .documents-cta-block .cta-box .text-holder {
          padding: 0; } }
    .documents-cta-block .cta-box .link {
      font-weight: 600;
      color: #fff;
      text-decoration: none; }
      .documents-cta-block .cta-box .link:after {
        content: '\f105';
        font-family: icomoon;
        display: inline-block;
        vertical-align: top;
        margin: 1px 0 0 20px; }
      .documents-cta-block .cta-box .link:hover {
        color: #f1860d; }
    .documents-cta-block .cta-box:hover:before {
      opacity: 1; }
  .documents-cta-block + .generalcontent-block {
    padding-top: 20px; }

.banner {
  position: relative;
  height: 350px; }
  @media (min-width: 1024px) {
    .banner {
      height: 400px; } }
  .banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .banner + .documents-cta-block {
    padding-top: 0; }
    .banner + .documents-cta-block .row {
      margin-top: -90px; }

.generalcontent-block {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .generalcontent-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .generalcontent-block {
      padding: 80px 0; } }
  .generalcontent-block.pt-0 {
    padding-top: 0; }
  .generalcontent-block.pb-0 {
    padding-bottom: 0; }
  .generalcontent-block.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .generalcontent-block.bg-gray {
    background: rgba(6, 120, 167, 0.1); }
  .generalcontent-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -20px -30px; }
    .generalcontent-block .row .col {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0 20px 30px; }
      @media (min-width: 1024px) {
        .generalcontent-block .row .col {
          width: 50%; } }
  .generalcontent-block h4, .generalcontent-block .h4 {
    margin: 0 0 25px;
    font-size: 25px;
    font-weight: 600; }
  .generalcontent-block .image {
    position: relative;
    padding-top: 75%; }
    .generalcontent-block .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .generalcontent-block ul:not([class]) {
    margin: 0 0 20px; }
    .generalcontent-block ul:not([class]) li {
      position: relative;
      padding: 0 0 8px 20px; }
      @media (min-width: 768px) {
        .generalcontent-block ul:not([class]) li {
          padding: 0 0 10px 20px; } }
      .generalcontent-block ul:not([class]) li:before {
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 9px;
        width: 6px;
        height: 6px;
        background: #000;
        content: '';
        border-radius: 100%; }
  .generalcontent-block ol:not([class]) {
    padding: 0 0 20px;
    counter-reset: item; }
    .generalcontent-block ol:not([class]) li {
      padding: 0 0 8px 20px;
      position: relative; }
      .generalcontent-block ol:not([class]) li:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #00588B;
        content: counters(item, ".") " ";
        counter-increment: item; }
  @media (min-width: 1024px) {
    .generalcontent-block.v2 .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .generalcontent-block.v2 .row .col {
        width: 75%; }
        .generalcontent-block.v2 .row .col:nth-child(2) {
          width: 25%; }
    .generalcontent-block.v2 .image {
      display: block;
      margin: 0 0 20px;
      padding-top: 0; }
      .generalcontent-block.v2 .image img {
        position: static; } }
  @media (max-width: 1023px) {
    .generalcontent-block.v2 .image {
      margin: 0 0 20px; } }
  .generalcontent-block.v2 .btn {
    display: block; }
  .generalcontent-block.v2 h2 {
    font-size: 30px;
    font-weight: 600; }
  .generalcontent-block.reverse-order .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.text-cta-box {
  padding: 40px 0; }
  @media (min-width: 1024px) {
    .text-cta-box {
      padding: 50px 0; } }
  @media (min-width: 1366px) {
    .text-cta-box {
      padding: 80px 0; } }
  .text-cta-box.pt-0 {
    padding-top: 0; }
  .text-cta-box.pb-0 {
    padding-bottom: 0; }
  .text-cta-box.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .text-cta-box.bg-gray {
    background: rgba(6, 120, 167, 0.1); }
  .text-cta-box .text-cta {
    background: #00588B;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 20px 0; }
    @media (min-width: 576px) {
      .text-cta-box .text-cta {
        padding: 40px;
        border-radius: 0 0 40px 0; } }
    @media (min-width: 1024px) {
      .text-cta-box .text-cta {
        padding: 50px; } }
  .text-cta-box h2, .text-cta-box h3, .text-cta-box h4, .text-cta-box h1, .text-cta-box h5 {
    color: inherit; }
  .text-cta-box a {
    color: inherit;
    font-weight: 500; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
  width: 100% !important; }

.tabset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  list-style: none;
  border-radius: 33px;
  background: #CCE0FF;
  margin: 0 auto 23px;
  max-width: 498px; }
  @media (min-width: 768px) {
    .tabset {
      margin: 0 auto 40px; } }
  .notice-block .tabset {
    margin-top: -62px; }
    @media (min-width: 768px) {
      .notice-block .tabset {
        margin-top: -90px; } }
    @media (min-width: 1130px) {
      .notice-block .tabset {
        margin-top: -130px; } }
  .tabset li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .tabset li a {
      display: block;
      text-decoration: none;
      font-size: 14px;
      line-height: 20px;
      padding: 10px 15px;
      text-align: center;
      border-radius: 33px; }
      @media (min-width: 576px) {
        .tabset li a {
          font-size: 15px; } }
      @media (min-width: 768px) {
        .tabset li a {
          font-size: 16px; } }
      .tabset li a.active {
        color: #fff;
        background: #00588B; }
        @media (min-width: 576px) {
          .tabset li a.active {
            font-weight: 700; } }

.center-text-block {
  text-align: center;
  padding: 40px 0; }
  @media (min-width: 1024px) {
    .center-text-block {
      padding: 50px 0; } }
  @media (min-width: 1366px) {
    .center-text-block {
      padding: 80px 0; } }
  .center-text-block.pt-0 {
    padding-top: 0; }
  .center-text-block.pb-0 {
    padding-bottom: 0; }
  .center-text-block.py-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .center-text-block .container {
    max-width: 700px; }
  .center-text-block.bg-gray {
    background: rgba(6, 120, 167, 0.1); }

.gfield_required {
  color: #f00; }

.table-frame {
  padding-top: 20px; }

.work-table {
  background: #fff;
  padding: 1px;
  margin: 0; }
  @media (min-width: 1024px) {
    .work-table {
      margin: 0 -100px 0; } }
  .work-table table {
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-width: 0 1px 1px 0;
    margin: 0;
    display: block; }
    .work-table table th, .work-table table td {
      border: solid 1px rgba(0, 0, 0, 0.1);
      display: block; }
    .work-table table th {
      text-align: left;
      vertical-align: top;
      font-size: 10px;
      color: #00588B;
      background: rgba(0, 0, 0, 0.15);
      display: block; }
      @media (min-width: 1024px) {
        .work-table table th {
          font-size: 12px; } }
    .work-table table td, .work-table table th {
      width: 20%;
      display: block;
      border-right: 0;
      border-bottom: 0; }
      .work-table table td.large, .work-table table th.large {
        width: 60%;
        padding: 0; }
    .work-table table td {
      display: block;
      font-size: 10px; }
      @media (min-width: 1024px) {
        .work-table table td {
          font-size: 11px; } }
    .work-table table thead, .work-table table tbody {
      display: block; }
    .work-table table tr {
      display: block; }
    .work-table table thead tr:first-child td {
      width: 100%; }
    .work-table table thead tr:nth-child(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .work-table table tbody tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .work-table table tbody tr td {
        font-family: arial;
        background: rgba(0, 0, 0, 0.1); }
        .work-table table tbody tr td.large {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          background: none; }
          .work-table table tbody tr td.large .t-holder {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
  .work-table .table-title {
    color: #00588B;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 576px) {
      .work-table .table-title {
        font-size: 15px; } }
  .work-table .t-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .work-table .t-holder .year-title {
      display: block;
      width: 100%;
      background: #00588B;
      color: #fff;
      border-left: solid 1px #ccc;
      padding: 2px 4px;
      font-weight: 500; }
    .work-table .t-holder .year {
      width: 40%; }
      .work-table .t-holder .year:first-child {
        width: 20%; }
    .work-table .t-holder .quarter {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 2px 4px;
      font-size: 10px;
      border-left: solid 1px #ccc; }
  .work-table .year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .work-table .sub-cell {
    font-size: 0;
    line-height: 0; }
  .work-table .cell {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: solid 1px #ccc; }
    .work-table .cell:first-child {
      border-left: transparent; }
    .work-table .cell .sub-cell {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 27px;
      position: relative; }
      .work-table .cell .sub-cell:before {
        position: absolute;
        left: -1px;
        right: -1px;
        z-index: 1;
        top: 50%;
        height: 2px;
        background: #00588B;
        content: '';
        opacity: 0; }
      .work-table .cell .sub-cell.active:before {
        opacity: 1; }
  @media (max-width: 767px) {
    .work-table {
      overflow-x: auto; }
      .work-table table {
        width: 800px; } }
  @media (max-width: 575px) {
    .work-table table {
      width: 700px; } }

.ui-widget {
  font-size: 13px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  border: 0;
  width: 300px; }

.ui-datepicker {
  z-index: 1000 !important;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  display: none; }
  .ui-datepicker table {
    width: 100%;
    margin-bottom: 0; }
  .ui-datepicker a {
    text-decoration: none; }
  .ui-datepicker th {
    font-weight: 600;
    background: #fff;
    color: #000;
    text-align: center; }
  .ui-datepicker th, .ui-datepicker td {
    padding: 0;
    border: 0; }
  .ui-datepicker .ui-datepicker-header {
    border: 0;
    overflow: hidden;
    padding: 0.625rem 0 0.625rem;
    position: relative;
    font-weight: 700;
    color: #000; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: none;
  border: 0;
  height: auto;
  width: auto;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 16px;
  cursor: pointer;
  font-size: 0;
  line-height: 0; }
  .ui-datepicker .ui-datepicker-prev:after,
  .ui-datepicker .ui-datepicker-next:after {
    content: "";
    width: 11px;
    height: 15px;
    display: block;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300588B' viewBox='0 0 11 16'%3e%3cpath d='M8.5 16l1.866-1.867L4.233 8l6.133-6.133L8.5 0l-8 8z'/%3e%3c/svg%3e");
    background-size: 100% 100%; }
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    opacity: 0.8; }

.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 0.9375rem; }
  .ui-datepicker .ui-datepicker-next:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.ui-datepicker-title {
  padding: 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }
  .ui-datepicker-title select {
    padding: 4px 8px;
    height: auto;
    background-size: 26px 25px;
    font-size: 12px;
    line-height: 18px;
    border: solid 1px #e3e3e3;
    margin: 0 5px; }
    .ui-datepicker-title select:focus {
      border-color: #e3e3e3; }

.ui-state-default {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  border: 0;
  text-align: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  color: #000;
  border-radius: 100%; }
  .ui-state-default.ui-state-hover, .ui-state-default.ui-state-highlight, .ui-state-default.ui-state-active {
    background: #00588B;
    color: #fff; }

.ui-datepicker-other-month .ui-state-default {
  color: rgba(0, 0, 0, 0.1); }

.ui-datepicker-other-month.ui-datepicker-current-day .ui-state-default {
  background: #00588B;
  color: #fff; }
/*# sourceMappingURL=style.css.map */