@import url(https://fonts.googleapis.com/css?family=Bebas+Neue:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Bebas Neue', display;
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #abbee6 !important;
}
.bg-success {
  background-color: #6b6d62 !important;
}
.bg-info {
  background-color: #ccf4e0 !important;
}
.bg-warning {
  background-color: #3659b9 !important;
}
.bg-danger {
  background-color: #0d1023 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #abbee6 !important;
  border-color: #abbee6 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #7090d4 !important;
  border-color: #7090d4 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7090d4 !important;
  border-color: #7090d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e9d44e !important;
  border-color: #e9d44e !important;
  color: #322c06 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #322c06 !important;
  background-color: #d1b81a !important;
  border-color: #d1b81a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #322c06 !important;
  background-color: #d1b81a !important;
  border-color: #d1b81a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ccf4e0 !important;
  border-color: #ccf4e0 !important;
  color: #229f60 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #229f60 !important;
  background-color: #8de6ba !important;
  border-color: #8de6ba !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #229f60 !important;
  background-color: #8de6ba !important;
  border-color: #8de6ba !important;
}
.btn-success,
.btn-success:active {
  background-color: #6b6d62 !important;
  border-color: #6b6d62 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #43453e !important;
  border-color: #43453e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #43453e !important;
  border-color: #43453e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3659b9 !important;
  border-color: #3659b9 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #253d7e !important;
  border-color: #253d7e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #253d7e !important;
  border-color: #253d7e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0d1023 !important;
  border-color: #0d1023 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #5c81cf;
  color: #5c81cf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #abbee6;
  border-color: #abbee6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #abbee6 !important;
  border-color: #abbee6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #baa417;
  color: #baa417;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #322c06;
  background-color: #e9d44e;
  border-color: #e9d44e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #322c06 !important;
  background-color: #e9d44e !important;
  border-color: #e9d44e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #78e2ad;
  color: #78e2ad;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #229f60;
  background-color: #ccf4e0;
  border-color: #ccf4e0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #229f60 !important;
  background-color: #ccf4e0 !important;
  border-color: #ccf4e0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #363732;
  color: #363732;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #6b6d62;
  border-color: #6b6d62;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6b6d62 !important;
  border-color: #6b6d62 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #1f336a;
  color: #1f336a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #3659b9;
  border-color: #3659b9;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3659b9 !important;
  border-color: #3659b9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0d1023;
  border-color: #0d1023;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0d1023 !important;
  border-color: #0d1023 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #abbee6 !important;
}
.text-secondary {
  color: #e9d44e !important;
}
.text-success {
  color: #6b6d62 !important;
}
.text-info {
  color: #ccf4e0 !important;
}
.text-warning {
  color: #3659b9 !important;
}
.text-danger {
  color: #0d1023 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5c81cf !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #baa417 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #363732 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #78e2ad !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #1f336a !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ccf4e0;
}
.alert-warning {
  background-color: #3659b9;
}
.alert-danger {
  background-color: #0d1023;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #abbee6;
  border-color: #abbee6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #abbee6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aaaca3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #90a5df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b2b9e3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #abbee6;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #abbee6;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #abbee6;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #abbee6;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #abbee6;
  border-bottom-color: #abbee6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #abbee6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e9d44e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23abbee6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rZm2E5MMs5 .modal-body .close {
  background: #1b1b1b;
}
.cid-rZm2E5MMs5 .modal-body .close span {
  font-style: normal;
}
.cid-rZm2E5MMs5 .carousel-inner > .active,
.cid-rZm2E5MMs5 .carousel-inner > .next,
.cid-rZm2E5MMs5 .carousel-inner > .prev {
  display: table;
}
.cid-rZm2E5MMs5 .carousel-control .icon-next,
.cid-rZm2E5MMs5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rZm2E5MMs5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rZm2E5MMs5 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rZm2E5MMs5 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rZm2E5MMs5 .boxed-slider > div {
  position: relative;
}
.cid-rZm2E5MMs5 .container img {
  width: 100%;
}
.cid-rZm2E5MMs5 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rZm2E5MMs5 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rZm2E5MMs5 .mbr-table-cell {
  padding: 0;
}
.cid-rZm2E5MMs5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rZm2E5MMs5 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rZm2E5MMs5 .mbr-overlay {
  z-index: 1;
}
.cid-rZm2E5MMs5 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rZm2E5MMs5 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rZm2E5MMs5 .carousel-item .container {
    width: 100%;
  }
}
.cid-rZm2E5MMs5 .carousel-item-next.carousel-item-left,
.cid-rZm2E5MMs5 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rZm2E5MMs5 .active.carousel-item-right,
.cid-rZm2E5MMs5 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rZm2E5MMs5 .active.carousel-item-left,
.cid-rZm2E5MMs5 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rZm2E5MMs5 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rZm2E5MMs5 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZm2E5MMs5 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZm2E5MMs5 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rZm2E5MMs5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rZm2E5MMs5 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rZm2E5MMs5 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rZm2E5MMs5 .mbr-slider .carousel-indicators li.active,
.cid-rZm2E5MMs5 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rZm2E5MMs5 .mbr-slider .carousel-indicators li::after,
.cid-rZm2E5MMs5 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rZm2E5MMs5 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rZm2E5MMs5 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rZm2E5MMs5 .mbr-slider > .container img {
  width: 100%;
}
.cid-rZm2E5MMs5 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rZm2E5MMs5 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rZm2E5MMs5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rZm2E5MMs5 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rZm2E5MMs5 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rZm2E5MMs5 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rZm2E5MMs5 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rZm2E5MMs5 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rZm2E5MMs5 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rZm2E5MMs5 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rZm2E5MMs5 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rZm2E5MMs5 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rZm2E5MMs5 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rZm2E5MMs5 p {
  color: #ffffff;
  margin-bottom: 100px;
  text-shadow: 2px 2px 2px #000000;
}
.cid-rZm2E5MMs5 h2,
.cid-rZm2E5MMs5 h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-rZm2E5MMs5 b,
.cid-rZm2E5MMs5 strong {
  color: #e9d44e;
  font-size: 2.3rem;
  margin-bottom: 50px;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-rZm2E5MMs5 .carousel-caption {
    top: 70%;
    right: 0;
    bottom: auto;
    left: 0;
    display: -webkit-flex;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-align-items: center;
  }
  .cid-rZm2E5MMs5 h2,
  .cid-rZm2E5MMs5 h1 {
    color: #ffffff;
    font-size: 40px !important;
    text-shadow: 2px 2px 2px #000000;
  }
  .cid-rZm2E5MMs5 b,
  .cid-rZm2E5MMs5 strong,
  .cid-rZm2E5MMs5 i,
  .cid-rZm2E5MMs5 em {
    font-size: 28px !important;
    line-height: 1rem;
  }
}
.cid-rZrcatknMA {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZrcatknMA H1 {
  color: #003366;
}
.cid-rZrcatknMA .mbr-text,
.cid-rZrcatknMA .mbr-section-btn {
  color: #0d1023;
}
.cid-rZrcatknMA img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rZrcatknMA .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-rZrcatknMA b,
.cid-rZrcatknMA strong {
  font-size: 2rem;
}
.cid-u0pz1fO4QT {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u0pz1fO4QT h2 {
  text-align: left;
}
.cid-u0pz1fO4QT h4 {
  text-align: left;
  font-weight: 500;
}
.cid-u0pz1fO4QT p {
  color: #767676;
  text-align: left;
}
.cid-u0pz1fO4QT .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-u0pz1fO4QT .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-u0pz1fO4QT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0pz1fO4QT .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u0pz1fO4QT .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-u0pz1fO4QT .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-u0pz1fO4QT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u0pz1fO4QT .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-u0pz1fO4QT .card-img span {
    font-size: 40px !important;
  }
}
.cid-u0pz1fO4QT H2 {
  color: #3659b9;
  font-size: 2.4rem;
  font-weight: 600;
}
.cid-u0pz1fO4QT .mbr-text {
  color: #232323;
}
.cid-u0pz1fO4QT P {
  color: #232323;
}
.cid-u0pz1fO4QT H4 {
  text-align: left;
  color: #3659b9;
}
.cid-rZrhOcI6vY {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0px 0px 35px 5px #000000;
  -moz-box-shadow: 0px 0px 35px 5px #000000;
  box-shadow: 0px 0px 35px 5px #000000;
  background-color: #0d1023;
}
@media (max-width: 767px) {
  .cid-rZrhOcI6vY h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rZrhOcI6vY .container {
    position: relative;
  }
  .cid-rZrhOcI6vY .row {
    margin: 0;
  }
  .cid-rZrhOcI6vY h2 {
    margin: 0;
  }
}
.cid-rZrhOcI6vY .mbr-section-subtitle {
  color: #e9d44e;
}
.cid-rZrhOcI6vY .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-rZrhOcI6vY h2 {
  color: #cbd9f4;
  text-shadow: 2px 2px 2px #000000;
}
.cid-rZrhOcI6vY H3,
.cid-rZrhOcI6vY b,
.cid-rZrhOcI6vY strong {
  color: #e9d44e;
}
.cid-rZrhOcI6vY p {
  font-size: 1.2rem;
}
.cid-rZrhOcI6vY hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: .80;
}
.cid-rZrmM5uDL5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rZrmM5uDL5 .card-img {
  background-color: #fff;
}
.cid-rZrmM5uDL5 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rZrmM5uDL5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rZrmM5uDL5 p {
  text-align: left;
}
.cid-rZrmM5uDL5 .mbr-text {
  color: #0d1023;
}
.cid-rZrmM5uDL5 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rZrmM5uDL5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rZrmM5uDL5 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s5M0oPWKEB {
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
}
.cid-s5M0oPWKEB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5M0oPWKEB .carousel-item.active,
.cid-s5M0oPWKEB .carousel-item-next,
.cid-s5M0oPWKEB .carousel-item-prev {
  display: flex;
}
.cid-s5M0oPWKEB .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-s5M0oPWKEB .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #e9d44e;
  opacity: .9;
}
.cid-s5M0oPWKEB .carousel-controls a:hover span {
  opacity: 1;
}
.cid-s5M0oPWKEB .user_image {
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #cccccc;
  margin: 0 auto 2rem auto;
  display: flex;
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-s5M0oPWKEB .user_image .user_image_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-s5M0oPWKEB .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s5M0oPWKEB .user_text {
  color: #ffffff;
}
.cid-s5M0oPWKEB .user {
  margin: 1rem;
}
@media (min-width: 992px) {
  .cid-s5M0oPWKEB .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-s5M0oPWKEB .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-s5M0oPWKEB .mbr-section-title {
  color: #ffffff;
}
.cid-s5M0oPWKEB h2 {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s5M0oPWKEB P {
  color: #ffffff;
  font-size: 1.2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s5M0oPWKEB b,
.cid-s5M0oPWKEB strong {
  color: #e9d44e;
  font-size: 1.6rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-rZrpyX70QS {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-rZrpyX70QS ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rZrpyX70QS ul li {
  padding: 1rem 0;
}
.cid-rZrpyX70QS ul li:hover {
  color: #abbee6;
}
.cid-rZrpyX70QS .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rZrpyX70QS .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rZrpyX70QS .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rZrpyX70QS .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rZrpyX70QS .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rZrpyX70QS .map {
    height: auto;
  }
}
.cid-rZrpyX70QS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rZrpyX70QS .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rZrpyX70QS .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rZrpyX70QS .social-list a:hover {
  opacity: 1;
}
.cid-rZrpyX70QS .row-element,
.cid-rZrpyX70QS .image-element {
  padding: 0;
}
.cid-rZrpyX70QS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rZrpyX70QS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rZrpyX70QS .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rZrpyX70QS .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rZrpyX70QS .text-content {
    padding: 2rem 1rem;
  }
  .cid-rZrpyX70QS .underline .line {
    height: 2px;
  }
  .cid-rZrpyX70QS .mbr-title,
  .cid-rZrpyX70QS .underline,
  .cid-rZrpyX70QS .mbr-text,
  .cid-rZrpyX70QS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rZrpyX70QS .mbr-title,
.cid-rZrpyX70QS .underline {
  color: #ffffff;
}
.cid-rZrpyX70QS .mbr-text,
.cid-rZrpyX70QS .mbr-section-btn {
  color: #ffffff;
}
.cid-rZrpyX70QS mbr-list LI {
  color: #ffffff;
}
.cid-rZrpyX70QS mbr-list {
  text-align: center;
}
.cid-rZrpyX70QS .mbr-list,
.cid-rZrpyX70QS .social-list mbr-list {
  color: #ffffff;
}
.cid-rZrtv9hJiP {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-rZrtv9hJiP section {
  position: relative;
}
.cid-rZrtv9hJiP h4 {
  margin: 0;
}
.cid-rZrtv9hJiP img {
  height: 200px;
  padding-right: 8px;
}
.cid-rZrtv9hJiP a {
  font-weight: 300;
}
.cid-rZrtv9hJiP .img1 {
  color: #abbee6;
}
.cid-rZrtv9hJiP .img2 {
  color: #b3b69e;
}
.cid-rZrtv9hJiP .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rZrtv9hJiP .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-rZrtv9hJiP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rZrtv9hJiP .item,
.cid-rZrtv9hJiP .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-rZrtv9hJiP .item h4,
.cid-rZrtv9hJiP .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rZrtv9hJiP .card-img {
  width: auto;
}
.cid-rZrtv9hJiP .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-rZrtv9hJiP .item {
    justify-content: center;
  }
}
.cid-rZrtv9hJiP .item-title {
  color: #c1c1c1;
}
.cid-rZrtv9hJiP .link-title {
  color: #ffffff;
}
.cid-rZIPPOJnyq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-rZIPPOJnyq .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-rZIPPOJnyq .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-rZIPPOJnyq .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-rZIPPOJnyq .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rZIPPOJnyq .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rZIPPOJnyq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZIPPOJnyq .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rZIPPOJnyq .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-rZIPPOJnyq .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rZIPPOJnyq .navbar.collapsed {
  flex-direction: row !important;
}
.cid-rZIPPOJnyq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZIPPOJnyq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-rZIPPOJnyq .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rZIPPOJnyq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZIPPOJnyq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rZIPPOJnyq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZIPPOJnyq .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rZIPPOJnyq .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rZIPPOJnyq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZIPPOJnyq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rZIPPOJnyq .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rZIPPOJnyq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZIPPOJnyq .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rZIPPOJnyq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZIPPOJnyq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rZIPPOJnyq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZIPPOJnyq .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rZIPPOJnyq .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rZIPPOJnyq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZIPPOJnyq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZIPPOJnyq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rZIPPOJnyq .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rZIPPOJnyq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZIPPOJnyq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rZIPPOJnyq .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-rZIPPOJnyq .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-rZIPPOJnyq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZIPPOJnyq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZIPPOJnyq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZIPPOJnyq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZIPPOJnyq .dropdown-item.active,
.cid-rZIPPOJnyq .dropdown-item:active {
  background-color: transparent;
}
.cid-rZIPPOJnyq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rZIPPOJnyq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZIPPOJnyq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZIPPOJnyq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-rZIPPOJnyq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rZIPPOJnyq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZIPPOJnyq ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rZIPPOJnyq .navbar-buttons {
  text-align: center;
}
.cid-rZIPPOJnyq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZIPPOJnyq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-rZIPPOJnyq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZIPPOJnyq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZIPPOJnyq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZIPPOJnyq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZIPPOJnyq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZIPPOJnyq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZIPPOJnyq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZIPPOJnyq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZIPPOJnyq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZIPPOJnyq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rZIPPOJnyq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rZIPPOJnyq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rZIPPOJnyq .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rZIPPOJnyq .nav-link:hover,
.cid-rZIPPOJnyq .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-rZIYKAB7q0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-rZIPPOJnyq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-rZIPPOJnyq .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-rZIPPOJnyq .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-rZIPPOJnyq .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-rZIPPOJnyq .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rZIPPOJnyq .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rZIPPOJnyq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZIPPOJnyq .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rZIPPOJnyq .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-rZIPPOJnyq .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rZIPPOJnyq .navbar.collapsed {
  flex-direction: row !important;
}
.cid-rZIPPOJnyq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZIPPOJnyq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-rZIPPOJnyq .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rZIPPOJnyq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZIPPOJnyq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rZIPPOJnyq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZIPPOJnyq .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rZIPPOJnyq .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rZIPPOJnyq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZIPPOJnyq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rZIPPOJnyq .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rZIPPOJnyq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZIPPOJnyq .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rZIPPOJnyq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZIPPOJnyq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rZIPPOJnyq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZIPPOJnyq .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rZIPPOJnyq .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rZIPPOJnyq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZIPPOJnyq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZIPPOJnyq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rZIPPOJnyq .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rZIPPOJnyq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZIPPOJnyq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rZIPPOJnyq .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-rZIPPOJnyq .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-rZIPPOJnyq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZIPPOJnyq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZIPPOJnyq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZIPPOJnyq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZIPPOJnyq .dropdown-item.active,
.cid-rZIPPOJnyq .dropdown-item:active {
  background-color: transparent;
}
.cid-rZIPPOJnyq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rZIPPOJnyq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZIPPOJnyq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZIPPOJnyq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-rZIPPOJnyq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rZIPPOJnyq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZIPPOJnyq ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rZIPPOJnyq .navbar-buttons {
  text-align: center;
}
.cid-rZIPPOJnyq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZIPPOJnyq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-rZIPPOJnyq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZIPPOJnyq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZIPPOJnyq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZIPPOJnyq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZIPPOJnyq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZIPPOJnyq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZIPPOJnyq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZIPPOJnyq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZIPPOJnyq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZIPPOJnyq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rZIPPOJnyq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rZIPPOJnyq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rZIPPOJnyq .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rZIPPOJnyq .nav-link:hover,
.cid-rZIPPOJnyq .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-rZIPYRCibU {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-about-7-2000x600.jpg");
}
.cid-rZIPYRCibU .spacr {
  margin-top: 100px;
}
.cid-rZIPYRCibU h1,
.cid-rZIPYRCibU p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-rZIPYRCibU h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-rZIXdUdOeE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f4f8fa;
}
.cid-rZIXdUdOeE .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rZIXdUdOeE .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rZIXdUdOeE .text-content {
  padding-right: 1.5rem;
}
.cid-rZIXdUdOeE .mbr-text,
.cid-rZIXdUdOeE .mbr-section-btn {
  color: #0d1023;
}
.cid-rZIXdUdOeE .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(224, 224, 224, 0.3);
  box-shadow: 0px 0px 30px rgba(224, 224, 224, 0.3);
  border-radius: .25rem;
}
.cid-rZIXdUdOeE .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rZIXdUdOeE .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rZIXdUdOeE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rZIXdUdOeE .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-rZIXdUdOeE .main-row {
    margin: 0;
  }
  .cid-rZIXdUdOeE .mbr-section-title,
  .cid-rZIXdUdOeE .mbr-text,
  .cid-rZIXdUdOeE .list,
  .cid-rZIXdUdOeE .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rZIXdUdOeE .text-content {
    padding: 0;
  }
  .cid-rZIXdUdOeE li,
  .cid-rZIXdUdOeE ul {
    text-align: left !important;
  }
}
.cid-s5XAuYN3LJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s5XAuYN3LJ .mbr-section-subtitle {
  color: #767676;
}
.cid-s5XAuYN3LJ H2 {
  color: #ffffff;
}
.cid-s5XzMeV8Ld {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s5XzMeV8Ld .mbr-section-subtitle {
  color: #0d1023;
}
.cid-s5XzMeV8Ld h3 {
  font-size: 1.2rem;
}
.cid-s5XyMQ69eU {
  background: #ccf4e0;
  padding-top: 0px;
  padding-bottom: 120px;
  background: linear-gradient(0deg, #ccf4e0, #ffffff);
}
.cid-s5XyMQ69eU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-s5XyMQ69eU .video-block {
    width: 100% !important;
  }
}
.cid-s51EFENEZn {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s51EFENEZn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s51EFENEZn ul li {
  padding: 1rem 0;
}
.cid-s51EFENEZn ul li:hover {
  color: #abbee6;
}
.cid-s51EFENEZn .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s51EFENEZn .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s51EFENEZn .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s51EFENEZn .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s51EFENEZn .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s51EFENEZn .map {
    height: auto;
  }
}
.cid-s51EFENEZn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s51EFENEZn .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s51EFENEZn .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s51EFENEZn .social-list a:hover {
  opacity: 1;
}
.cid-s51EFENEZn .row-element,
.cid-s51EFENEZn .image-element {
  padding: 0;
}
.cid-s51EFENEZn .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s51EFENEZn .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s51EFENEZn .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s51EFENEZn .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s51EFENEZn .text-content {
    padding: 2rem 1rem;
  }
  .cid-s51EFENEZn .underline .line {
    height: 2px;
  }
  .cid-s51EFENEZn .mbr-title,
  .cid-s51EFENEZn .underline,
  .cid-s51EFENEZn .mbr-text,
  .cid-s51EFENEZn .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s51EFENEZn .mbr-title,
.cid-s51EFENEZn .underline {
  color: #ffffff;
}
.cid-s51EFENEZn .mbr-text,
.cid-s51EFENEZn .mbr-section-btn {
  color: #ffffff;
}
.cid-s51EFENEZn mbr-list LI {
  color: #ffffff;
}
.cid-s51EFENEZn mbr-list {
  text-align: center;
}
.cid-s51EFENEZn .mbr-list,
.cid-s51EFENEZn .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RBvXGDIC {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RBvXGDIC section {
  position: relative;
}
.cid-u2RBvXGDIC h4 {
  margin: 0;
}
.cid-u2RBvXGDIC img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RBvXGDIC a {
  font-weight: 300;
}
.cid-u2RBvXGDIC .img1 {
  color: #abbee6;
}
.cid-u2RBvXGDIC .img2 {
  color: #b3b69e;
}
.cid-u2RBvXGDIC .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RBvXGDIC .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RBvXGDIC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RBvXGDIC .item,
.cid-u2RBvXGDIC .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RBvXGDIC .item h4,
.cid-u2RBvXGDIC .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RBvXGDIC .card-img {
  width: auto;
}
.cid-u2RBvXGDIC .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RBvXGDIC .item {
    justify-content: center;
  }
}
.cid-u2RBvXGDIC .item-title {
  color: #c1c1c1;
}
.cid-u2RBvXGDIC .link-title {
  color: #ffffff;
}
.cid-rZIYKAB7q0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s13c2XXtsO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-s13c2XXtsO .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-s13c2XXtsO .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s13c2XXtsO .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-s13c2XXtsO .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s13c2XXtsO .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s13c2XXtsO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s13c2XXtsO .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s13c2XXtsO .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-s13c2XXtsO .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s13c2XXtsO .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s13c2XXtsO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s13c2XXtsO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-s13c2XXtsO .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s13c2XXtsO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s13c2XXtsO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s13c2XXtsO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s13c2XXtsO .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s13c2XXtsO .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s13c2XXtsO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s13c2XXtsO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s13c2XXtsO .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s13c2XXtsO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s13c2XXtsO .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s13c2XXtsO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s13c2XXtsO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s13c2XXtsO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s13c2XXtsO .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s13c2XXtsO .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s13c2XXtsO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s13c2XXtsO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s13c2XXtsO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s13c2XXtsO .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s13c2XXtsO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s13c2XXtsO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s13c2XXtsO .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-s13c2XXtsO .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-s13c2XXtsO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s13c2XXtsO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s13c2XXtsO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s13c2XXtsO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s13c2XXtsO .dropdown-item.active,
.cid-s13c2XXtsO .dropdown-item:active {
  background-color: transparent;
}
.cid-s13c2XXtsO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s13c2XXtsO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s13c2XXtsO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s13c2XXtsO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-s13c2XXtsO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s13c2XXtsO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s13c2XXtsO ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s13c2XXtsO .navbar-buttons {
  text-align: center;
}
.cid-s13c2XXtsO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s13c2XXtsO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-s13c2XXtsO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s13c2XXtsO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s13c2XXtsO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s13c2XXtsO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s13c2XXtsO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13c2XXtsO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s13c2XXtsO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s13c2XXtsO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13c2XXtsO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s13c2XXtsO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s13c2XXtsO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s13c2XXtsO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s13c2XXtsO .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s13c2XXtsO .nav-link:hover,
.cid-s13c2XXtsO .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-s13c31006O {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-bluefin-tuna-charters-banner-2000x600.jpg");
}
.cid-s13c31006O .spacr {
  margin-top: 100px;
}
.cid-s13c31006O h1,
.cid-s13c31006O p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s13c31006O h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-sjyfXYyZuk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjyfXYyZuk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sjyfXYyZuk p {
  color: #767676;
  text-align: left;
}
.cid-sjyfXYyZuk .card-box {
  padding-top: 2rem;
}
.cid-sjyfXYyZuk .card-wrapper {
  height: 100%;
}
.cid-s13c36pev0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s13c36pev0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s13c36pev0 H2 {
  color: #e9d44e;
}
.cid-s1qwzLeqOO {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1qwzLeqOO .mbr-section-subtitle {
  color: #0d1023;
}
.cid-s1qwzLeqOO b,
.cid-s1qwzLeqOO strong {
  color: #0d1023;
}
.cid-s1qwzLeqOO i,
.cid-s1qwzLeqOO em {
  color: red;
}
.cid-s1qwzLeqOO p {
  color: #ff0000;
  font-family: montserrat;
  font-size: 1.3rem;
  font-weight: 600;
}
.cid-s520JclpNL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s520JclpNL .line {
  background-color: #e9d44e;
  color: #e9d44e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s520JclpNL .section-text {
  padding: 2rem 0;
  font-size: 1.4rem;
}
.cid-s520JclpNL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s520JclpNL .inner-container {
    width: 100% !important;
  }
}
.cid-s13c38Ke0Y {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-s13c38Ke0Y .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-s13c38Ke0Y h4 {
  margin: 0;
}
.cid-s13c38Ke0Y .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-s13c38Ke0Y .plan-body {
  padding-bottom: 2rem;
}
.cid-s13c38Ke0Y .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s13c38Ke0Y .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-s13c38Ke0Y .line2 {
  background: #255085;
}
.cid-s13c38Ke0Y .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s13c38Ke0Y .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s13c38Ke0Y .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-s13c38Ke0Y .plan .list-group-item:last-child::after {
  display: none;
}
.cid-s13c38Ke0Y .plan-header,
.cid-s13c38Ke0Y .plan-body {
  background-color: #fff;
}
.cid-s13c38Ke0Y .price-figure {
  font-weight: 700;
}
.cid-s13c38Ke0Y .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-s13c38Ke0Y .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s13c38Ke0Y .color1 {
  color: #255085;
}
.cid-s13c38Ke0Y .color2 {
  color: #6b6d62;
}
.cid-s13c38Ke0Y LI {
  color: #767676;
}
.cid-s13c38Ke0Y .price-term {
  color: #767676;
}
.cid-s13c38Ke0Y p {
  color: #ff0000;
  font-family: montserrat;
  font-size: 1.3rem;
  font-weight: 600;
}
.cid-sY5mdk6vLP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sY5mdk6vLP .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sY5mdk6vLP .section-text {
  padding: 2rem 0;
}
.cid-sY5mdk6vLP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sY5mdk6vLP .inner-container {
    width: 100% !important;
  }
}
.cid-tyotJeNweQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tyotJeNweQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tyotJeNweQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyotJeNweQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyotJeNweQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tyotJeNweQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3659b9;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #3659b9, #000000) !important;
}
.cid-tyotJeNweQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tyotJeNweQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tyotJeNweQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tyotJeNweQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3659b9 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #3659b9, #000000) !important;
}
.cid-s51FkaCls7 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s51FkaCls7 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s51FkaCls7 ul li {
  padding: 1rem 0;
}
.cid-s51FkaCls7 ul li:hover {
  color: #abbee6;
}
.cid-s51FkaCls7 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s51FkaCls7 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s51FkaCls7 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s51FkaCls7 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s51FkaCls7 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s51FkaCls7 .map {
    height: auto;
  }
}
.cid-s51FkaCls7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s51FkaCls7 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s51FkaCls7 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s51FkaCls7 .social-list a:hover {
  opacity: 1;
}
.cid-s51FkaCls7 .row-element,
.cid-s51FkaCls7 .image-element {
  padding: 0;
}
.cid-s51FkaCls7 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s51FkaCls7 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s51FkaCls7 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s51FkaCls7 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s51FkaCls7 .text-content {
    padding: 2rem 1rem;
  }
  .cid-s51FkaCls7 .underline .line {
    height: 2px;
  }
  .cid-s51FkaCls7 .mbr-title,
  .cid-s51FkaCls7 .underline,
  .cid-s51FkaCls7 .mbr-text,
  .cid-s51FkaCls7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s51FkaCls7 .mbr-title,
.cid-s51FkaCls7 .underline {
  color: #ffffff;
}
.cid-s51FkaCls7 .mbr-text,
.cid-s51FkaCls7 .mbr-section-btn {
  color: #ffffff;
}
.cid-s51FkaCls7 mbr-list LI {
  color: #ffffff;
}
.cid-s51FkaCls7 mbr-list {
  text-align: center;
}
.cid-s51FkaCls7 .mbr-list,
.cid-s51FkaCls7 .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RC10HMme {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RC10HMme section {
  position: relative;
}
.cid-u2RC10HMme h4 {
  margin: 0;
}
.cid-u2RC10HMme img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RC10HMme a {
  font-weight: 300;
}
.cid-u2RC10HMme .img1 {
  color: #abbee6;
}
.cid-u2RC10HMme .img2 {
  color: #b3b69e;
}
.cid-u2RC10HMme .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RC10HMme .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RC10HMme .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RC10HMme .item,
.cid-u2RC10HMme .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RC10HMme .item h4,
.cid-u2RC10HMme .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RC10HMme .card-img {
  width: auto;
}
.cid-u2RC10HMme .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RC10HMme .item {
    justify-content: center;
  }
}
.cid-u2RC10HMme .item-title {
  color: #c1c1c1;
}
.cid-u2RC10HMme .link-title {
  color: #ffffff;
}
.cid-s13c3jSSN3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s13k53bW0Q .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-s13k53bW0Q .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-s13k53bW0Q .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s13k53bW0Q .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-s13k53bW0Q .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s13k53bW0Q .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s13k53bW0Q .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s13k53bW0Q .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s13k53bW0Q .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-s13k53bW0Q .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s13k53bW0Q .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s13k53bW0Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s13k53bW0Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-s13k53bW0Q .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s13k53bW0Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s13k53bW0Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s13k53bW0Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s13k53bW0Q .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s13k53bW0Q .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s13k53bW0Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s13k53bW0Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s13k53bW0Q .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s13k53bW0Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s13k53bW0Q .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s13k53bW0Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s13k53bW0Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s13k53bW0Q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s13k53bW0Q .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s13k53bW0Q .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s13k53bW0Q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s13k53bW0Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s13k53bW0Q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s13k53bW0Q .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s13k53bW0Q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s13k53bW0Q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s13k53bW0Q .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-s13k53bW0Q .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-s13k53bW0Q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s13k53bW0Q .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s13k53bW0Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s13k53bW0Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s13k53bW0Q .dropdown-item.active,
.cid-s13k53bW0Q .dropdown-item:active {
  background-color: transparent;
}
.cid-s13k53bW0Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s13k53bW0Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s13k53bW0Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s13k53bW0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-s13k53bW0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s13k53bW0Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s13k53bW0Q ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s13k53bW0Q .navbar-buttons {
  text-align: center;
}
.cid-s13k53bW0Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s13k53bW0Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-s13k53bW0Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s13k53bW0Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s13k53bW0Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s13k53bW0Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s13k53bW0Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13k53bW0Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s13k53bW0Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s13k53bW0Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13k53bW0Q .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s13k53bW0Q a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s13k53bW0Q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s13k53bW0Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s13k53bW0Q .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s13k53bW0Q .nav-link:hover,
.cid-s13k53bW0Q .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-s13k56AAXL {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-bluefin-tuna-charters-banner-2000x600.jpg");
}
.cid-s13k56AAXL .spacr {
  margin-top: 100px;
}
.cid-s13k56AAXL h1,
.cid-s13k56AAXL p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s13k56AAXL h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-s13k59ilpH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s13k59ilpH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s13k59ilpH H2 {
  color: #e9d44e;
}
.cid-sY5movIKdc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sY5movIKdc .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sY5movIKdc .section-text {
  padding: 2rem 0;
}
.cid-sY5movIKdc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sY5movIKdc .inner-container {
    width: 100% !important;
  }
}
#RS5STARContactForm-1t h3 {
  font-size: 46px;
}
#RS5STARContactForm-1t small {
  font-size: 20px;
}
#RS5STARContactForm-1t button {
  color: #0d1023;
  font-family: "montserrat";
}
#RS5STARContactForm-1t #dropdwn {
  padding: 0.8em .5em !important;
}
#RS5STARContactForm-1t input {
  background-color: #abbee6;
  border: 1px solid #0d1023;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-1t select {
  background-color: #abbee6;
  border: 1px solid #0d1023;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-1t textarea {
  border: 1px solid #0d1023;
  background-color: #abbee6;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-1t input:hover,
#RS5STARContactForm-1t textarea:hover,
#RS5STARContactForm-1t input:focus,
#RS5STARContactForm-1t textarea:focus {
  border-color: 1px solid #262626;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
}
#RS5STARContactForm-1t .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-1t .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-1t .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-1t .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-1t .form-check-input {
  margin-left: 2.25rem;
}
#RS5STARContactForm-1t #genderRadio1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-1t #genderRadio2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-1t #genderRadio3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-1t #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-1t #optcheck1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-1t #optcheck2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-1t #optcheck3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-1t #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-1t #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-1t #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-1t #sendbutton {
  text-align: left;
}
#RS5STARContactForm-1t .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS5STARContactForm-1t .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-1t .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-1t .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-1t .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-1t .form-check-input {
    margin-left: 1.25rem;
  }
  #RS5STARContactForm-1t #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-1t #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-1t #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-1t #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-1t #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-1t #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-1t #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS5STARContactForm-1t #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-1t #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-1t #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS5STARContactForm-1t #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-1t #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-1t #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-1t #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1t #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1t #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-1t #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1t #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1t #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1t #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1t #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-1t #optcheck3 {
    margin-left: -0.5rem;
  }
}
.cid-s51FrS23CM {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s51FrS23CM ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s51FrS23CM ul li {
  padding: 1rem 0;
}
.cid-s51FrS23CM ul li:hover {
  color: #abbee6;
}
.cid-s51FrS23CM .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s51FrS23CM .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s51FrS23CM .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s51FrS23CM .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s51FrS23CM .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s51FrS23CM .map {
    height: auto;
  }
}
.cid-s51FrS23CM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s51FrS23CM .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s51FrS23CM .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s51FrS23CM .social-list a:hover {
  opacity: 1;
}
.cid-s51FrS23CM .row-element,
.cid-s51FrS23CM .image-element {
  padding: 0;
}
.cid-s51FrS23CM .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s51FrS23CM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s51FrS23CM .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s51FrS23CM .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s51FrS23CM .text-content {
    padding: 2rem 1rem;
  }
  .cid-s51FrS23CM .underline .line {
    height: 2px;
  }
  .cid-s51FrS23CM .mbr-title,
  .cid-s51FrS23CM .underline,
  .cid-s51FrS23CM .mbr-text,
  .cid-s51FrS23CM .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s51FrS23CM .mbr-title,
.cid-s51FrS23CM .underline {
  color: #ffffff;
}
.cid-s51FrS23CM .mbr-text,
.cid-s51FrS23CM .mbr-section-btn {
  color: #ffffff;
}
.cid-s51FrS23CM mbr-list LI {
  color: #ffffff;
}
.cid-s51FrS23CM mbr-list {
  text-align: center;
}
.cid-s51FrS23CM .mbr-list,
.cid-s51FrS23CM .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RC4lbt66 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RC4lbt66 section {
  position: relative;
}
.cid-u2RC4lbt66 h4 {
  margin: 0;
}
.cid-u2RC4lbt66 img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RC4lbt66 a {
  font-weight: 300;
}
.cid-u2RC4lbt66 .img1 {
  color: #abbee6;
}
.cid-u2RC4lbt66 .img2 {
  color: #b3b69e;
}
.cid-u2RC4lbt66 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RC4lbt66 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RC4lbt66 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RC4lbt66 .item,
.cid-u2RC4lbt66 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RC4lbt66 .item h4,
.cid-u2RC4lbt66 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RC4lbt66 .card-img {
  width: auto;
}
.cid-u2RC4lbt66 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RC4lbt66 .item {
    justify-content: center;
  }
}
.cid-u2RC4lbt66 .item-title {
  color: #c1c1c1;
}
.cid-u2RC4lbt66 .link-title {
  color: #ffffff;
}
.cid-s13k5kQJIo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s13lvcvdpy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-s13lvcvdpy .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-s13lvcvdpy .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s13lvcvdpy .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-s13lvcvdpy .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s13lvcvdpy .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s13lvcvdpy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s13lvcvdpy .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s13lvcvdpy .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-s13lvcvdpy .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s13lvcvdpy .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s13lvcvdpy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s13lvcvdpy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-s13lvcvdpy .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s13lvcvdpy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s13lvcvdpy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s13lvcvdpy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s13lvcvdpy .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s13lvcvdpy .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s13lvcvdpy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s13lvcvdpy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s13lvcvdpy .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s13lvcvdpy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s13lvcvdpy .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s13lvcvdpy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s13lvcvdpy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s13lvcvdpy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s13lvcvdpy .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s13lvcvdpy .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s13lvcvdpy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s13lvcvdpy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s13lvcvdpy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s13lvcvdpy .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s13lvcvdpy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s13lvcvdpy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s13lvcvdpy .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-s13lvcvdpy .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-s13lvcvdpy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s13lvcvdpy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s13lvcvdpy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s13lvcvdpy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s13lvcvdpy .dropdown-item.active,
.cid-s13lvcvdpy .dropdown-item:active {
  background-color: transparent;
}
.cid-s13lvcvdpy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s13lvcvdpy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s13lvcvdpy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s13lvcvdpy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-s13lvcvdpy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s13lvcvdpy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s13lvcvdpy ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s13lvcvdpy .navbar-buttons {
  text-align: center;
}
.cid-s13lvcvdpy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s13lvcvdpy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-s13lvcvdpy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s13lvcvdpy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s13lvcvdpy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s13lvcvdpy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s13lvcvdpy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13lvcvdpy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s13lvcvdpy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s13lvcvdpy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13lvcvdpy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s13lvcvdpy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s13lvcvdpy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s13lvcvdpy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s13lvcvdpy .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s13lvcvdpy .nav-link:hover,
.cid-s13lvcvdpy .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-s13lvg2jdT {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-private-charters-banner-1-2000x600.jpg");
}
.cid-s13lvg2jdT .spacr {
  margin-top: 100px;
}
.cid-s13lvg2jdT h1,
.cid-s13lvg2jdT p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s13lvg2jdT h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-s13lviSbQu {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f4f8fa;
}
.cid-s13lviSbQu .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-s13lviSbQu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s13lviSbQu .text-content {
  padding-right: 1.5rem;
}
.cid-s13lviSbQu .mbr-text,
.cid-s13lviSbQu .mbr-section-btn {
  color: #0d1023;
}
.cid-s13lviSbQu .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(224, 224, 224, 0.3);
  box-shadow: 0px 0px 30px rgba(224, 224, 224, 0.3);
  border-radius: .25rem;
}
.cid-s13lviSbQu .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s13lviSbQu .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s13lviSbQu .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s13lviSbQu .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-s13lviSbQu .main-row {
    margin: 0;
  }
  .cid-s13lviSbQu .mbr-section-title,
  .cid-s13lviSbQu .mbr-text,
  .cid-s13lviSbQu .list,
  .cid-s13lviSbQu .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s13lviSbQu .text-content {
    padding: 0;
  }
  .cid-s13lviSbQu li,
  .cid-s13lviSbQu ul {
    text-align: left !important;
  }
}
.cid-s13lvlJaQu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s13lvlJaQu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s13lvlJaQu H2 {
  color: #e9d44e;
}
.cid-s13lvlJaQu b {
  font-size: 2rem;
}
.cid-s5XxFTR9Os {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-s5XxFTR9Os .card-wrapper {
  z-index: 3;
}
.cid-s5XxFTR9Os .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-s5XxFTR9Os:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-s5XxFTR9Os .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s5XxFTR9Os .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-s1qALhOyZU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1qALhOyZU .mbr-section-subtitle {
  color: #0d1023;
}
.cid-s1qALhOyZU b,
.cid-s1qALhOyZU strong {
  color: #0d1023;
}
.cid-s1qALhOyZU i,
.cid-s1qALhOyZU em {
  color: #abbee6;
}
.cid-s1qALhOyZU p {
  color: #ff0000;
  font-family: montserrat;
  font-size: 1.3rem;
  font-weight: 600;
}
.cid-s13lvoi0Ek {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-s13lvoi0Ek .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-s13lvoi0Ek h4 {
  margin: 0;
}
.cid-s13lvoi0Ek .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-s13lvoi0Ek .plan-body {
  padding-bottom: 2rem;
}
.cid-s13lvoi0Ek .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s13lvoi0Ek .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-s13lvoi0Ek .line2 {
  background: #255085;
}
.cid-s13lvoi0Ek .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s13lvoi0Ek .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s13lvoi0Ek .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-s13lvoi0Ek .plan .list-group-item:last-child::after {
  display: none;
}
.cid-s13lvoi0Ek .plan-header,
.cid-s13lvoi0Ek .plan-body {
  background-color: #fff;
}
.cid-s13lvoi0Ek .price-figure {
  font-weight: 700;
}
.cid-s13lvoi0Ek .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-s13lvoi0Ek .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s13lvoi0Ek .color1 {
  color: #255085;
}
.cid-s13lvoi0Ek .color2 {
  color: #6b6d62;
}
.cid-s13lvoi0Ek LI {
  color: #767676;
}
.cid-s13lvoi0Ek .price-term {
  color: #767676;
}
.cid-s13lvoi0Ek UL {
  color: #0d1023;
}
.cid-sY5njyqR0e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sY5njyqR0e .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sY5njyqR0e .section-text {
  padding: 2rem 0;
}
.cid-sY5njyqR0e .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sY5njyqR0e .inner-container {
    width: 100% !important;
  }
}
.cid-s51FN7PY5s {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s51FN7PY5s ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s51FN7PY5s ul li {
  padding: 1rem 0;
}
.cid-s51FN7PY5s ul li:hover {
  color: #abbee6;
}
.cid-s51FN7PY5s .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s51FN7PY5s .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s51FN7PY5s .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s51FN7PY5s .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s51FN7PY5s .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s51FN7PY5s .map {
    height: auto;
  }
}
.cid-s51FN7PY5s .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s51FN7PY5s .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s51FN7PY5s .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s51FN7PY5s .social-list a:hover {
  opacity: 1;
}
.cid-s51FN7PY5s .row-element,
.cid-s51FN7PY5s .image-element {
  padding: 0;
}
.cid-s51FN7PY5s .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s51FN7PY5s .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s51FN7PY5s .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s51FN7PY5s .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s51FN7PY5s .text-content {
    padding: 2rem 1rem;
  }
  .cid-s51FN7PY5s .underline .line {
    height: 2px;
  }
  .cid-s51FN7PY5s .mbr-title,
  .cid-s51FN7PY5s .underline,
  .cid-s51FN7PY5s .mbr-text,
  .cid-s51FN7PY5s .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s51FN7PY5s .mbr-title,
.cid-s51FN7PY5s .underline {
  color: #ffffff;
}
.cid-s51FN7PY5s .mbr-text,
.cid-s51FN7PY5s .mbr-section-btn {
  color: #ffffff;
}
.cid-s51FN7PY5s mbr-list LI {
  color: #ffffff;
}
.cid-s51FN7PY5s mbr-list {
  text-align: center;
}
.cid-s51FN7PY5s .mbr-list,
.cid-s51FN7PY5s .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RD9J038M {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RD9J038M section {
  position: relative;
}
.cid-u2RD9J038M h4 {
  margin: 0;
}
.cid-u2RD9J038M img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RD9J038M a {
  font-weight: 300;
}
.cid-u2RD9J038M .img1 {
  color: #abbee6;
}
.cid-u2RD9J038M .img2 {
  color: #b3b69e;
}
.cid-u2RD9J038M .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RD9J038M .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RD9J038M .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RD9J038M .item,
.cid-u2RD9J038M .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RD9J038M .item h4,
.cid-u2RD9J038M .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RD9J038M .card-img {
  width: auto;
}
.cid-u2RD9J038M .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RD9J038M .item {
    justify-content: center;
  }
}
.cid-u2RD9J038M .item-title {
  color: #c1c1c1;
}
.cid-u2RD9J038M .link-title {
  color: #ffffff;
}
.cid-s13lvAFXU4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s13mvB3Yat .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-s13mvB3Yat .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-s13mvB3Yat .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s13mvB3Yat .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-s13mvB3Yat .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s13mvB3Yat .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s13mvB3Yat .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s13mvB3Yat .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s13mvB3Yat .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-s13mvB3Yat .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s13mvB3Yat .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s13mvB3Yat .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s13mvB3Yat .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-s13mvB3Yat .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s13mvB3Yat .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s13mvB3Yat .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s13mvB3Yat .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s13mvB3Yat .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s13mvB3Yat .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s13mvB3Yat .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s13mvB3Yat .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s13mvB3Yat .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s13mvB3Yat .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s13mvB3Yat .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s13mvB3Yat .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s13mvB3Yat .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s13mvB3Yat .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s13mvB3Yat .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s13mvB3Yat .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s13mvB3Yat .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s13mvB3Yat .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s13mvB3Yat .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s13mvB3Yat .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s13mvB3Yat .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s13mvB3Yat .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s13mvB3Yat .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-s13mvB3Yat .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-s13mvB3Yat .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s13mvB3Yat .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s13mvB3Yat .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s13mvB3Yat .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s13mvB3Yat .dropdown-item.active,
.cid-s13mvB3Yat .dropdown-item:active {
  background-color: transparent;
}
.cid-s13mvB3Yat .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s13mvB3Yat .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s13mvB3Yat .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s13mvB3Yat .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-s13mvB3Yat .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s13mvB3Yat .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s13mvB3Yat ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s13mvB3Yat .navbar-buttons {
  text-align: center;
}
.cid-s13mvB3Yat button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s13mvB3Yat button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-s13mvB3Yat button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s13mvB3Yat button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s13mvB3Yat button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s13mvB3Yat button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s13mvB3Yat nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13mvB3Yat nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s13mvB3Yat nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s13mvB3Yat nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13mvB3Yat .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s13mvB3Yat a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s13mvB3Yat .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s13mvB3Yat .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s13mvB3Yat .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s13mvB3Yat .nav-link:hover,
.cid-s13mvB3Yat .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-s13mvEYuUX {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-private-charters-banner-1-2000x600.jpg");
}
.cid-s13mvEYuUX .spacr {
  margin-top: 100px;
}
.cid-s13mvEYuUX h1,
.cid-s13mvEYuUX p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s13mvEYuUX h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-s13mvHPpZR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s13mvHPpZR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s13mvHPpZR H2 {
  color: #e9d44e;
}
.cid-sY5nrGN2vI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sY5nrGN2vI .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sY5nrGN2vI .section-text {
  padding: 2rem 0;
}
.cid-sY5nrGN2vI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sY5nrGN2vI .inner-container {
    width: 100% !important;
  }
}
#RS5STARContactForm-2g h3 {
  font-size: 46px;
}
#RS5STARContactForm-2g small {
  font-size: 20px;
}
#RS5STARContactForm-2g button {
  color: #0d1023;
  font-family: "rubik";
}
#RS5STARContactForm-2g #dropdwn {
  padding: 0.8em .5em !important;
}
#RS5STARContactForm-2g input {
  background-color: #abbee6;
  border: 1px solid #0d1023;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-2g select {
  background-color: #abbee6;
  border: 1px solid #0d1023;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-2g textarea {
  border: 1px solid #0d1023;
  background-color: #abbee6;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-2g input:hover,
#RS5STARContactForm-2g textarea:hover,
#RS5STARContactForm-2g input:focus,
#RS5STARContactForm-2g textarea:focus {
  border-color: 1px solid #262626;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
}
#RS5STARContactForm-2g .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-2g .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-2g .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-2g .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-2g .form-check-input {
  margin-left: 2.25rem;
}
#RS5STARContactForm-2g #genderRadio1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-2g #genderRadio2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-2g #genderRadio3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-2g #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-2g #optcheck1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-2g #optcheck2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-2g #optcheck3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-2g #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-2g #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-2g #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-2g #sendbutton {
  text-align: left;
}
#RS5STARContactForm-2g .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS5STARContactForm-2g .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-2g .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-2g .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-2g .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-2g .form-check-input {
    margin-left: 1.25rem;
  }
  #RS5STARContactForm-2g #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-2g #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-2g #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-2g #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-2g #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-2g #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-2g #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS5STARContactForm-2g #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-2g #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-2g #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS5STARContactForm-2g #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-2g #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-2g #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-2g #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2g #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2g #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-2g #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2g #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2g #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2g #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2g #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2g #optcheck3 {
    margin-left: -0.5rem;
  }
}
.cid-s51FS7dFC8 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s51FS7dFC8 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s51FS7dFC8 ul li {
  padding: 1rem 0;
}
.cid-s51FS7dFC8 ul li:hover {
  color: #abbee6;
}
.cid-s51FS7dFC8 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s51FS7dFC8 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s51FS7dFC8 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s51FS7dFC8 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s51FS7dFC8 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s51FS7dFC8 .map {
    height: auto;
  }
}
.cid-s51FS7dFC8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s51FS7dFC8 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s51FS7dFC8 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s51FS7dFC8 .social-list a:hover {
  opacity: 1;
}
.cid-s51FS7dFC8 .row-element,
.cid-s51FS7dFC8 .image-element {
  padding: 0;
}
.cid-s51FS7dFC8 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s51FS7dFC8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s51FS7dFC8 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s51FS7dFC8 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s51FS7dFC8 .text-content {
    padding: 2rem 1rem;
  }
  .cid-s51FS7dFC8 .underline .line {
    height: 2px;
  }
  .cid-s51FS7dFC8 .mbr-title,
  .cid-s51FS7dFC8 .underline,
  .cid-s51FS7dFC8 .mbr-text,
  .cid-s51FS7dFC8 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s51FS7dFC8 .mbr-title,
.cid-s51FS7dFC8 .underline {
  color: #ffffff;
}
.cid-s51FS7dFC8 .mbr-text,
.cid-s51FS7dFC8 .mbr-section-btn {
  color: #ffffff;
}
.cid-s51FS7dFC8 mbr-list LI {
  color: #ffffff;
}
.cid-s51FS7dFC8 mbr-list {
  text-align: center;
}
.cid-s51FS7dFC8 .mbr-list,
.cid-s51FS7dFC8 .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RDdcTgDq {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RDdcTgDq section {
  position: relative;
}
.cid-u2RDdcTgDq h4 {
  margin: 0;
}
.cid-u2RDdcTgDq img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RDdcTgDq a {
  font-weight: 300;
}
.cid-u2RDdcTgDq .img1 {
  color: #abbee6;
}
.cid-u2RDdcTgDq .img2 {
  color: #b3b69e;
}
.cid-u2RDdcTgDq .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RDdcTgDq .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RDdcTgDq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RDdcTgDq .item,
.cid-u2RDdcTgDq .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RDdcTgDq .item h4,
.cid-u2RDdcTgDq .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RDdcTgDq .card-img {
  width: auto;
}
.cid-u2RDdcTgDq .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RDdcTgDq .item {
    justify-content: center;
  }
}
.cid-u2RDdcTgDq .item-title {
  color: #c1c1c1;
}
.cid-u2RDdcTgDq .link-title {
  color: #ffffff;
}
.cid-s13mvTlM7t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s13rxfwrhV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-s13rxfwrhV .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-s13rxfwrhV .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s13rxfwrhV .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-s13rxfwrhV .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s13rxfwrhV .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s13rxfwrhV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s13rxfwrhV .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s13rxfwrhV .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-s13rxfwrhV .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s13rxfwrhV .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s13rxfwrhV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s13rxfwrhV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-s13rxfwrhV .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s13rxfwrhV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s13rxfwrhV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s13rxfwrhV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s13rxfwrhV .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s13rxfwrhV .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s13rxfwrhV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s13rxfwrhV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s13rxfwrhV .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s13rxfwrhV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s13rxfwrhV .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s13rxfwrhV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s13rxfwrhV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s13rxfwrhV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s13rxfwrhV .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s13rxfwrhV .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s13rxfwrhV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s13rxfwrhV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s13rxfwrhV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s13rxfwrhV .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s13rxfwrhV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s13rxfwrhV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s13rxfwrhV .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-s13rxfwrhV .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-s13rxfwrhV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s13rxfwrhV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s13rxfwrhV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s13rxfwrhV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s13rxfwrhV .dropdown-item.active,
.cid-s13rxfwrhV .dropdown-item:active {
  background-color: transparent;
}
.cid-s13rxfwrhV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s13rxfwrhV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s13rxfwrhV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s13rxfwrhV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-s13rxfwrhV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s13rxfwrhV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s13rxfwrhV ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s13rxfwrhV .navbar-buttons {
  text-align: center;
}
.cid-s13rxfwrhV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s13rxfwrhV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-s13rxfwrhV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s13rxfwrhV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s13rxfwrhV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s13rxfwrhV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s13rxfwrhV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13rxfwrhV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s13rxfwrhV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s13rxfwrhV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13rxfwrhV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s13rxfwrhV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s13rxfwrhV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s13rxfwrhV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s13rxfwrhV .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s13rxfwrhV .nav-link:hover,
.cid-s13rxfwrhV .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-s13rxiLmas {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-gallery-banner-2000x600.jpg");
}
.cid-s13rxiLmas .spacr {
  margin-top: 100px;
}
.cid-s13rxiLmas h1,
.cid-s13rxiLmas p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s13rxiLmas h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-s13y1SWVVl {
  padding-top: 60px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 35px 5px #000000;
  -moz-box-shadow: 0px 0px 35px 5px #000000;
  box-shadow: 0px 0px 35px 5px #000000;
  background-color: #0d1023;
}
@media (max-width: 767px) {
  .cid-s13y1SWVVl h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s13y1SWVVl .container {
    position: relative;
  }
  .cid-s13y1SWVVl .row {
    margin: 0;
  }
  .cid-s13y1SWVVl h2 {
    margin: 0;
  }
}
.cid-s13y1SWVVl .mbr-section-subtitle {
  color: #e9d44e;
}
.cid-s13y1SWVVl .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-s13y1SWVVl h2 {
  color: #cbd9f4;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s13y1SWVVl H3,
.cid-s13y1SWVVl b,
.cid-s13y1SWVVl strong {
  color: #e9d44e;
}
#custom-html-6u {
  /* Type valid CSS here */
}
.cid-s6P7RjP0iS {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #cbd9f4;
}
.cid-s51G9Rf6dk {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s51G9Rf6dk ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s51G9Rf6dk ul li {
  padding: 1rem 0;
}
.cid-s51G9Rf6dk ul li:hover {
  color: #abbee6;
}
.cid-s51G9Rf6dk .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s51G9Rf6dk .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s51G9Rf6dk .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s51G9Rf6dk .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s51G9Rf6dk .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s51G9Rf6dk .map {
    height: auto;
  }
}
.cid-s51G9Rf6dk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s51G9Rf6dk .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s51G9Rf6dk .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s51G9Rf6dk .social-list a:hover {
  opacity: 1;
}
.cid-s51G9Rf6dk .row-element,
.cid-s51G9Rf6dk .image-element {
  padding: 0;
}
.cid-s51G9Rf6dk .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s51G9Rf6dk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s51G9Rf6dk .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s51G9Rf6dk .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s51G9Rf6dk .text-content {
    padding: 2rem 1rem;
  }
  .cid-s51G9Rf6dk .underline .line {
    height: 2px;
  }
  .cid-s51G9Rf6dk .mbr-title,
  .cid-s51G9Rf6dk .underline,
  .cid-s51G9Rf6dk .mbr-text,
  .cid-s51G9Rf6dk .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s51G9Rf6dk .mbr-title,
.cid-s51G9Rf6dk .underline {
  color: #ffffff;
}
.cid-s51G9Rf6dk .mbr-text,
.cid-s51G9Rf6dk .mbr-section-btn {
  color: #ffffff;
}
.cid-s51G9Rf6dk mbr-list LI {
  color: #ffffff;
}
.cid-s51G9Rf6dk mbr-list {
  text-align: center;
}
.cid-s51G9Rf6dk .mbr-list,
.cid-s51G9Rf6dk .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RDhhDYz2 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RDhhDYz2 section {
  position: relative;
}
.cid-u2RDhhDYz2 h4 {
  margin: 0;
}
.cid-u2RDhhDYz2 img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RDhhDYz2 a {
  font-weight: 300;
}
.cid-u2RDhhDYz2 .img1 {
  color: #abbee6;
}
.cid-u2RDhhDYz2 .img2 {
  color: #b3b69e;
}
.cid-u2RDhhDYz2 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RDhhDYz2 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RDhhDYz2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RDhhDYz2 .item,
.cid-u2RDhhDYz2 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RDhhDYz2 .item h4,
.cid-u2RDhhDYz2 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RDhhDYz2 .card-img {
  width: auto;
}
.cid-u2RDhhDYz2 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RDhhDYz2 .item {
    justify-content: center;
  }
}
.cid-u2RDhhDYz2 .item-title {
  color: #c1c1c1;
}
.cid-u2RDhhDYz2 .link-title {
  color: #ffffff;
}
.cid-s13rxyDeHs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s13yCd4m9h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-s13yCd4m9h .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-s13yCd4m9h .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s13yCd4m9h .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-s13yCd4m9h .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s13yCd4m9h .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s13yCd4m9h .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s13yCd4m9h .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s13yCd4m9h .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-s13yCd4m9h .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s13yCd4m9h .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s13yCd4m9h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s13yCd4m9h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-s13yCd4m9h .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s13yCd4m9h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s13yCd4m9h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s13yCd4m9h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s13yCd4m9h .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s13yCd4m9h .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s13yCd4m9h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s13yCd4m9h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s13yCd4m9h .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s13yCd4m9h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s13yCd4m9h .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s13yCd4m9h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s13yCd4m9h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s13yCd4m9h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s13yCd4m9h .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s13yCd4m9h .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s13yCd4m9h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s13yCd4m9h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s13yCd4m9h .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s13yCd4m9h .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s13yCd4m9h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s13yCd4m9h .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s13yCd4m9h .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-s13yCd4m9h .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-s13yCd4m9h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s13yCd4m9h .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s13yCd4m9h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s13yCd4m9h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s13yCd4m9h .dropdown-item.active,
.cid-s13yCd4m9h .dropdown-item:active {
  background-color: transparent;
}
.cid-s13yCd4m9h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s13yCd4m9h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s13yCd4m9h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s13yCd4m9h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-s13yCd4m9h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s13yCd4m9h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s13yCd4m9h ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s13yCd4m9h .navbar-buttons {
  text-align: center;
}
.cid-s13yCd4m9h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s13yCd4m9h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-s13yCd4m9h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s13yCd4m9h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s13yCd4m9h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s13yCd4m9h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s13yCd4m9h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13yCd4m9h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s13yCd4m9h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s13yCd4m9h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13yCd4m9h .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s13yCd4m9h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s13yCd4m9h .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s13yCd4m9h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s13yCd4m9h .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s13yCd4m9h .nav-link:hover,
.cid-s13yCd4m9h .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-s13yCh3wQH {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-contact-banner-1-2000x600.jpg");
}
.cid-s13yCh3wQH .spacr {
  margin-top: 100px;
}
.cid-s13yCh3wQH h1,
.cid-s13yCh3wQH p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s13yCh3wQH h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-s7itZIZrWg.popup-builder {
  background-color: #ffffff;
}
.cid-s7itZIZrWg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s7itZIZrWg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s7itZIZrWg .modal-content,
.cid-s7itZIZrWg .modal-dialog {
  height: auto;
}
.cid-s7itZIZrWg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s7itZIZrWg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s7itZIZrWg .form-wrapper .mbr-form .form-group,
  .cid-s7itZIZrWg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s7itZIZrWg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s7itZIZrWg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7itZIZrWg .mbr-text {
  text-align: center;
}
.cid-s7itZIZrWg .pt-0 {
  padding-top: 0 !important;
}
.cid-s7itZIZrWg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s7itZIZrWg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s7itZIZrWg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s7itZIZrWg .modal-open {
  overflow: hidden;
}
.cid-s7itZIZrWg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s7itZIZrWg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s7itZIZrWg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s7itZIZrWg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s7itZIZrWg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s7itZIZrWg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s7itZIZrWg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s7itZIZrWg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s7itZIZrWg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s7itZIZrWg .modal-backdrop.fade {
  opacity: 0;
}
.cid-s7itZIZrWg .modal-backdrop.show {
  opacity: .5;
}
.cid-s7itZIZrWg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s7itZIZrWg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s7itZIZrWg .modal-header .close:hover {
  opacity: 1;
}
.cid-s7itZIZrWg .modal-header .close:focus {
  outline: none;
}
.cid-s7itZIZrWg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s7itZIZrWg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s7itZIZrWg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s7itZIZrWg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s7itZIZrWg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s7itZIZrWg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s7itZIZrWg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s7itZIZrWg .modal-sm {
    max-width: 300px;
  }
  .cid-s7itZIZrWg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s7itZIZrWg .modal-lg,
  .cid-s7itZIZrWg .modal-xl {
    max-width: 800px;
  }
  .cid-s7itZIZrWg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s7itZIZrWg .modal-xl {
    max-width: 1140px;
  }
  .cid-s7itZIZrWg .container {
    max-width: 1140px;
  }
}
.cid-s7itZIZrWg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s7itZIZrWg .container {
    max-width: 720px;
  }
}
.cid-s7itZIZrWg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s7itZIZrWg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s7itZIZrWg .form-group {
  margin-bottom: 1rem;
}
.cid-s7itZIZrWg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s7itZIZrWg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s7itZIZrWg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s13yCjYuFW {
  padding-top: 60px;
  padding-bottom: 45px;
  -webkit-box-shadow: 0px 0px 35px 5px #000000;
  -moz-box-shadow: 0px 0px 35px 5px #000000;
  box-shadow: 0px 0px 35px 5px #000000;
  background-color: #0d1023;
}
@media (max-width: 767px) {
  .cid-s13yCjYuFW h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s13yCjYuFW .container {
    position: relative;
  }
  .cid-s13yCjYuFW .row {
    margin: 0;
  }
  .cid-s13yCjYuFW h2 {
    margin: 0;
  }
}
.cid-s13yCjYuFW .mbr-section-subtitle {
  color: #e9d44e;
}
.cid-s13yCjYuFW .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-s13yCjYuFW h2 {
  color: #cbd9f4;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s13yCjYuFW H3,
.cid-s13yCjYuFW b,
.cid-s13yCjYuFW strong {
  color: #e9d44e;
}
.cid-s5hFOcViAG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #0d1023;
}
#RS5STARContactForm-3f h3 {
  font-size: 46px;
}
#RS5STARContactForm-3f small {
  font-size: 26px;
}
#RS5STARContactForm-3f #dropdwn {
  padding: 0.8em .5em !important;
}
#RS5STARContactForm-3f input {
  background-color: #abbee6;
  border: 1px solid #0d1023;
  color: #ffffff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-3f select {
  background-color: #abbee6;
  border: 1px solid #0d1023;
  color: #ffffff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-3f textarea {
  border: 1px solid #0d1023;
  background-color: #abbee6;
  color: #ffffff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-3f input:hover,
#RS5STARContactForm-3f textarea:hover,
#RS5STARContactForm-3f input:focus,
#RS5STARContactForm-3f textarea:focus {
  border-color: 1px solid #262626;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
}
#RS5STARContactForm-3f .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-3f .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-3f .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-3f .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-3f .form-check-input {
  margin-left: 2.25rem;
}
#RS5STARContactForm-3f #genderRadio1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-3f #genderRadio2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-3f #genderRadio3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-3f #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-3f #optcheck1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-3f #optcheck2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-3f #optcheck3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-3f #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-3f #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-3f #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-3f #sendbutton {
  text-align: left;
}
#RS5STARContactForm-3f .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS5STARContactForm-3f .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-3f .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-3f .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-3f .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-3f .form-check-input {
    margin-left: 1.25rem;
  }
  #RS5STARContactForm-3f #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-3f #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-3f #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-3f #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-3f #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-3f #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-3f #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS5STARContactForm-3f #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-3f #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-3f #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS5STARContactForm-3f #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-3f #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-3f #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-3f #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3f #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3f #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-3f #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3f #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3f #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3f #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3f #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-3f #optcheck3 {
    margin-left: -0.5rem;
  }
}
.cid-s51HoJqULZ {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s51HoJqULZ ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s51HoJqULZ ul li {
  padding: 1rem 0;
}
.cid-s51HoJqULZ ul li:hover {
  color: #abbee6;
}
.cid-s51HoJqULZ .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s51HoJqULZ .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s51HoJqULZ .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s51HoJqULZ .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s51HoJqULZ .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s51HoJqULZ .map {
    height: auto;
  }
}
.cid-s51HoJqULZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s51HoJqULZ .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s51HoJqULZ .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s51HoJqULZ .social-list a:hover {
  opacity: 1;
}
.cid-s51HoJqULZ .row-element,
.cid-s51HoJqULZ .image-element {
  padding: 0;
}
.cid-s51HoJqULZ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s51HoJqULZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s51HoJqULZ .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s51HoJqULZ .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s51HoJqULZ .text-content {
    padding: 2rem 1rem;
  }
  .cid-s51HoJqULZ .underline .line {
    height: 2px;
  }
  .cid-s51HoJqULZ .mbr-title,
  .cid-s51HoJqULZ .underline,
  .cid-s51HoJqULZ .mbr-text,
  .cid-s51HoJqULZ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s51HoJqULZ .mbr-title,
.cid-s51HoJqULZ .underline {
  color: #ffffff;
}
.cid-s51HoJqULZ .mbr-text,
.cid-s51HoJqULZ .mbr-section-btn {
  color: #ffffff;
}
.cid-s51HoJqULZ mbr-list LI {
  color: #ffffff;
}
.cid-s51HoJqULZ mbr-list {
  text-align: center;
}
.cid-s51HoJqULZ .mbr-list,
.cid-s51HoJqULZ .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RDlrgojE {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RDlrgojE section {
  position: relative;
}
.cid-u2RDlrgojE h4 {
  margin: 0;
}
.cid-u2RDlrgojE img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RDlrgojE a {
  font-weight: 300;
}
.cid-u2RDlrgojE .img1 {
  color: #abbee6;
}
.cid-u2RDlrgojE .img2 {
  color: #b3b69e;
}
.cid-u2RDlrgojE .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RDlrgojE .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RDlrgojE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RDlrgojE .item,
.cid-u2RDlrgojE .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RDlrgojE .item h4,
.cid-u2RDlrgojE .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RDlrgojE .card-img {
  width: auto;
}
.cid-u2RDlrgojE .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RDlrgojE .item {
    justify-content: center;
  }
}
.cid-u2RDlrgojE .item-title {
  color: #c1c1c1;
}
.cid-u2RDlrgojE .link-title {
  color: #ffffff;
}
.cid-s13yCvNvPl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s13LoAAHGH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-s13LoAAHGH .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-s13LoAAHGH .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s13LoAAHGH .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-s13LoAAHGH .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s13LoAAHGH .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s13LoAAHGH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s13LoAAHGH .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s13LoAAHGH .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-s13LoAAHGH .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s13LoAAHGH .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s13LoAAHGH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s13LoAAHGH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-s13LoAAHGH .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s13LoAAHGH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s13LoAAHGH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s13LoAAHGH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s13LoAAHGH .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s13LoAAHGH .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s13LoAAHGH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s13LoAAHGH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s13LoAAHGH .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s13LoAAHGH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s13LoAAHGH .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s13LoAAHGH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s13LoAAHGH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s13LoAAHGH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s13LoAAHGH .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s13LoAAHGH .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s13LoAAHGH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s13LoAAHGH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s13LoAAHGH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s13LoAAHGH .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s13LoAAHGH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s13LoAAHGH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s13LoAAHGH .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-s13LoAAHGH .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-s13LoAAHGH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s13LoAAHGH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s13LoAAHGH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s13LoAAHGH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s13LoAAHGH .dropdown-item.active,
.cid-s13LoAAHGH .dropdown-item:active {
  background-color: transparent;
}
.cid-s13LoAAHGH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s13LoAAHGH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s13LoAAHGH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s13LoAAHGH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-s13LoAAHGH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s13LoAAHGH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s13LoAAHGH ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s13LoAAHGH .navbar-buttons {
  text-align: center;
}
.cid-s13LoAAHGH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s13LoAAHGH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-s13LoAAHGH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s13LoAAHGH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s13LoAAHGH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s13LoAAHGH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s13LoAAHGH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13LoAAHGH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s13LoAAHGH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s13LoAAHGH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13LoAAHGH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s13LoAAHGH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s13LoAAHGH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s13LoAAHGH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s13LoAAHGH .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s13LoAAHGH .nav-link:hover,
.cid-s13LoAAHGH .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-s13LoEpy0l {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-contact-banner-1-2000x600.jpg");
}
.cid-s13LoEpy0l .spacr {
  margin-top: 100px;
}
.cid-s13LoEpy0l h1,
.cid-s13LoEpy0l p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s13LoEpy0l h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-s13LoHGs2X {
  padding-top: 60px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 35px 5px #000000;
  -moz-box-shadow: 0px 0px 35px 5px #000000;
  box-shadow: 0px 0px 35px 5px #000000;
  background-color: #0d1023;
}
@media (max-width: 767px) {
  .cid-s13LoHGs2X h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s13LoHGs2X .container {
    position: relative;
  }
  .cid-s13LoHGs2X .row {
    margin: 0;
  }
  .cid-s13LoHGs2X h2 {
    margin: 0;
  }
}
.cid-s13LoHGs2X .mbr-section-subtitle {
  color: #e9d44e;
}
.cid-s13LoHGs2X .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-s13LoHGs2X h2 {
  color: #cbd9f4;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s13LoHGs2X H3,
.cid-s13LoHGs2X b,
.cid-s13LoHGs2X strong {
  color: #e9d44e;
}
.cid-s13MCMNCX7 {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s13MCMNCX7 .line {
  background-color: #0d1023;
  color: #0d1023;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s13MCMNCX7 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-s13MCMNCX7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s13MCMNCX7 .inner-container {
    width: 100% !important;
  }
}
.cid-s51HBBEuiV {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s51HBBEuiV ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s51HBBEuiV ul li {
  padding: 1rem 0;
}
.cid-s51HBBEuiV ul li:hover {
  color: #abbee6;
}
.cid-s51HBBEuiV .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s51HBBEuiV .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s51HBBEuiV .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s51HBBEuiV .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s51HBBEuiV .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s51HBBEuiV .map {
    height: auto;
  }
}
.cid-s51HBBEuiV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s51HBBEuiV .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s51HBBEuiV .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s51HBBEuiV .social-list a:hover {
  opacity: 1;
}
.cid-s51HBBEuiV .row-element,
.cid-s51HBBEuiV .image-element {
  padding: 0;
}
.cid-s51HBBEuiV .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s51HBBEuiV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s51HBBEuiV .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s51HBBEuiV .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s51HBBEuiV .text-content {
    padding: 2rem 1rem;
  }
  .cid-s51HBBEuiV .underline .line {
    height: 2px;
  }
  .cid-s51HBBEuiV .mbr-title,
  .cid-s51HBBEuiV .underline,
  .cid-s51HBBEuiV .mbr-text,
  .cid-s51HBBEuiV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s51HBBEuiV .mbr-title,
.cid-s51HBBEuiV .underline {
  color: #ffffff;
}
.cid-s51HBBEuiV .mbr-text,
.cid-s51HBBEuiV .mbr-section-btn {
  color: #ffffff;
}
.cid-s51HBBEuiV mbr-list LI {
  color: #ffffff;
}
.cid-s51HBBEuiV mbr-list {
  text-align: center;
}
.cid-s51HBBEuiV .mbr-list,
.cid-s51HBBEuiV .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RDoLQdlK {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RDoLQdlK section {
  position: relative;
}
.cid-u2RDoLQdlK h4 {
  margin: 0;
}
.cid-u2RDoLQdlK img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RDoLQdlK a {
  font-weight: 300;
}
.cid-u2RDoLQdlK .img1 {
  color: #abbee6;
}
.cid-u2RDoLQdlK .img2 {
  color: #b3b69e;
}
.cid-u2RDoLQdlK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RDoLQdlK .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RDoLQdlK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RDoLQdlK .item,
.cid-u2RDoLQdlK .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RDoLQdlK .item h4,
.cid-u2RDoLQdlK .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RDoLQdlK .card-img {
  width: auto;
}
.cid-u2RDoLQdlK .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RDoLQdlK .item {
    justify-content: center;
  }
}
.cid-u2RDoLQdlK .item-title {
  color: #c1c1c1;
}
.cid-u2RDoLQdlK .link-title {
  color: #ffffff;
}
.cid-s13LoVLrVG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s13NFj68St .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-s13NFj68St .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-s13NFj68St .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s13NFj68St .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-s13NFj68St .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s13NFj68St .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s13NFj68St .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s13NFj68St .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s13NFj68St .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-s13NFj68St .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s13NFj68St .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s13NFj68St .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s13NFj68St .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-s13NFj68St .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s13NFj68St .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s13NFj68St .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s13NFj68St .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s13NFj68St .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s13NFj68St .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s13NFj68St .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s13NFj68St .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s13NFj68St .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s13NFj68St .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s13NFj68St .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s13NFj68St .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s13NFj68St .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s13NFj68St .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s13NFj68St .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s13NFj68St .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s13NFj68St .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s13NFj68St .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s13NFj68St .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s13NFj68St .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s13NFj68St .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s13NFj68St .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s13NFj68St .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-s13NFj68St .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-s13NFj68St .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s13NFj68St .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s13NFj68St .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s13NFj68St .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s13NFj68St .dropdown-item.active,
.cid-s13NFj68St .dropdown-item:active {
  background-color: transparent;
}
.cid-s13NFj68St .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s13NFj68St .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s13NFj68St .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s13NFj68St .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-s13NFj68St .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s13NFj68St .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s13NFj68St ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s13NFj68St .navbar-buttons {
  text-align: center;
}
.cid-s13NFj68St button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s13NFj68St button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-s13NFj68St button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s13NFj68St button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s13NFj68St button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s13NFj68St button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s13NFj68St nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13NFj68St nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s13NFj68St nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s13NFj68St nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13NFj68St .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s13NFj68St a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s13NFj68St .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s13NFj68St .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s13NFj68St .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s13NFj68St .nav-link:hover,
.cid-s13NFj68St .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-s13NFlZJJN {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-sucess-1-2000x600.jpg");
}
.cid-s13NFlZJJN .spacr {
  margin-top: 100px;
}
.cid-s13NFlZJJN h1,
.cid-s13NFlZJJN p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s13NFlZJJN h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-s13NFoB54A {
  padding-top: 60px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 35px 5px #000000;
  -moz-box-shadow: 0px 0px 35px 5px #000000;
  box-shadow: 0px 0px 35px 5px #000000;
  background-color: #0d1023;
}
@media (max-width: 767px) {
  .cid-s13NFoB54A h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s13NFoB54A .container {
    position: relative;
  }
  .cid-s13NFoB54A .row {
    margin: 0;
  }
  .cid-s13NFoB54A h2 {
    margin: 0;
  }
}
.cid-s13NFoB54A .mbr-section-subtitle {
  color: #e9d44e;
}
.cid-s13NFoB54A .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-s13NFoB54A h2 {
  color: #cbd9f4;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s13NFoB54A H3,
.cid-s13NFoB54A b,
.cid-s13NFoB54A strong {
  color: #e9d44e;
}
.cid-sY5nOS3CXu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sY5nOS3CXu .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sY5nOS3CXu .section-text {
  padding: 2rem 0;
}
.cid-sY5nOS3CXu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sY5nOS3CXu .inner-container {
    width: 100% !important;
  }
}
.cid-s13OezeqXk {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s13OezeqXk .mbr-section-subtitle {
  color: #0d1023;
  text-align: center;
}
.cid-s13OezeqXk H2 {
  text-align: center;
  font-size: 3rem;
}
.cid-s13OezeqXk H3 {
  text-align: center;
  font-size: 1.6rem;
}
.cid-s13OezeqXk i,
.cid-s13OezeqXk em {
  color: #e9d44e;
}
.cid-s13OezeqXk p {
  font-size: 1.8rem;
}
.cid-s51HIAfd6r {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s51HIAfd6r ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s51HIAfd6r ul li {
  padding: 1rem 0;
}
.cid-s51HIAfd6r ul li:hover {
  color: #abbee6;
}
.cid-s51HIAfd6r .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s51HIAfd6r .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s51HIAfd6r .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s51HIAfd6r .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s51HIAfd6r .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s51HIAfd6r .map {
    height: auto;
  }
}
.cid-s51HIAfd6r .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s51HIAfd6r .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s51HIAfd6r .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s51HIAfd6r .social-list a:hover {
  opacity: 1;
}
.cid-s51HIAfd6r .row-element,
.cid-s51HIAfd6r .image-element {
  padding: 0;
}
.cid-s51HIAfd6r .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s51HIAfd6r .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s51HIAfd6r .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s51HIAfd6r .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s51HIAfd6r .text-content {
    padding: 2rem 1rem;
  }
  .cid-s51HIAfd6r .underline .line {
    height: 2px;
  }
  .cid-s51HIAfd6r .mbr-title,
  .cid-s51HIAfd6r .underline,
  .cid-s51HIAfd6r .mbr-text,
  .cid-s51HIAfd6r .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s51HIAfd6r .mbr-title,
.cid-s51HIAfd6r .underline {
  color: #ffffff;
}
.cid-s51HIAfd6r .mbr-text,
.cid-s51HIAfd6r .mbr-section-btn {
  color: #ffffff;
}
.cid-s51HIAfd6r mbr-list LI {
  color: #ffffff;
}
.cid-s51HIAfd6r mbr-list {
  text-align: center;
}
.cid-s51HIAfd6r .mbr-list,
.cid-s51HIAfd6r .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RDEcZjTB {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RDEcZjTB section {
  position: relative;
}
.cid-u2RDEcZjTB h4 {
  margin: 0;
}
.cid-u2RDEcZjTB img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RDEcZjTB a {
  font-weight: 300;
}
.cid-u2RDEcZjTB .img1 {
  color: #abbee6;
}
.cid-u2RDEcZjTB .img2 {
  color: #b3b69e;
}
.cid-u2RDEcZjTB .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RDEcZjTB .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RDEcZjTB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RDEcZjTB .item,
.cid-u2RDEcZjTB .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RDEcZjTB .item h4,
.cid-u2RDEcZjTB .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RDEcZjTB .card-img {
  width: auto;
}
.cid-u2RDEcZjTB .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RDEcZjTB .item {
    justify-content: center;
  }
}
.cid-u2RDEcZjTB .item-title {
  color: #c1c1c1;
}
.cid-u2RDEcZjTB .link-title {
  color: #ffffff;
}
.cid-s13NFACVPp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s5hUAQV4Gi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-s5hUAQV4Gi .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-s5hUAQV4Gi .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5hUAQV4Gi .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-s5hUAQV4Gi .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s5hUAQV4Gi .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s5hUAQV4Gi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5hUAQV4Gi .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s5hUAQV4Gi .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-s5hUAQV4Gi .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s5hUAQV4Gi .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s5hUAQV4Gi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5hUAQV4Gi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-s5hUAQV4Gi .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s5hUAQV4Gi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5hUAQV4Gi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5hUAQV4Gi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5hUAQV4Gi .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s5hUAQV4Gi .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s5hUAQV4Gi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5hUAQV4Gi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s5hUAQV4Gi .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s5hUAQV4Gi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5hUAQV4Gi .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s5hUAQV4Gi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5hUAQV4Gi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5hUAQV4Gi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5hUAQV4Gi .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s5hUAQV4Gi .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s5hUAQV4Gi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5hUAQV4Gi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5hUAQV4Gi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s5hUAQV4Gi .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s5hUAQV4Gi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5hUAQV4Gi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s5hUAQV4Gi .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-s5hUAQV4Gi .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-s5hUAQV4Gi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5hUAQV4Gi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5hUAQV4Gi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5hUAQV4Gi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5hUAQV4Gi .dropdown-item.active,
.cid-s5hUAQV4Gi .dropdown-item:active {
  background-color: transparent;
}
.cid-s5hUAQV4Gi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5hUAQV4Gi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5hUAQV4Gi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5hUAQV4Gi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-s5hUAQV4Gi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s5hUAQV4Gi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5hUAQV4Gi ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s5hUAQV4Gi .navbar-buttons {
  text-align: center;
}
.cid-s5hUAQV4Gi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5hUAQV4Gi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-s5hUAQV4Gi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5hUAQV4Gi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5hUAQV4Gi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5hUAQV4Gi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5hUAQV4Gi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5hUAQV4Gi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5hUAQV4Gi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5hUAQV4Gi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5hUAQV4Gi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5hUAQV4Gi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s5hUAQV4Gi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5hUAQV4Gi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s5hUAQV4Gi .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s5hUAQV4Gi .nav-link:hover,
.cid-s5hUAQV4Gi .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-s5hUAVP2Mq {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-sucesscharters-3-2000x600.jpg");
}
.cid-s5hUAVP2Mq .spacr {
  margin-top: 100px;
}
.cid-s5hUAVP2Mq h1,
.cid-s5hUAVP2Mq p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s5hUAVP2Mq h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-s5hUAZ18JR {
  padding-top: 60px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 35px 5px #000000;
  -moz-box-shadow: 0px 0px 35px 5px #000000;
  box-shadow: 0px 0px 35px 5px #000000;
  background-color: #0d1023;
}
@media (max-width: 767px) {
  .cid-s5hUAZ18JR h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s5hUAZ18JR .container {
    position: relative;
  }
  .cid-s5hUAZ18JR .row {
    margin: 0;
  }
  .cid-s5hUAZ18JR h2 {
    margin: 0;
  }
}
.cid-s5hUAZ18JR .mbr-section-subtitle {
  color: #e9d44e;
}
.cid-s5hUAZ18JR .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-s5hUAZ18JR h2 {
  color: #cbd9f4;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s5hUAZ18JR H3,
.cid-s5hUAZ18JR b,
.cid-s5hUAZ18JR strong {
  color: #e9d44e;
}
.cid-s5hVhHiA7w {
  padding-top: 60px;
  padding-bottom: 160px;
  background-color: #ffffff;
}
.cid-s5hVhHiA7w .mbr-section-subtitle {
  color: #0d1023;
  text-align: left;
}
.cid-s5hVhHiA7w h3 {
  font-size: 1.2rem;
}
.cid-s5hVhHiA7w b,
.cid-s5hVhHiA7w strong {
  font-size: 2 rem;
}
.cid-s5hVhHiA7w i,
.cid-s5hVhHiA7w em {
  font-size: 2.1rem;
  color: #e9d44e;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s5hVhHiA7w span {
  font-size: 1rem;
  color: #0d1023;
  font-weight: bold;
}
.cid-s5hVhHiA7w hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
}
.cid-s5hVhHiA7w a {
  color: #0d1023;
  font-weight: bold;
}
.cid-s5hVhHiA7w form {
  float: right;
}
.cid-s5hUB6tUNM {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s5hUB6tUNM ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s5hUB6tUNM ul li {
  padding: 1rem 0;
}
.cid-s5hUB6tUNM ul li:hover {
  color: #abbee6;
}
.cid-s5hUB6tUNM .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s5hUB6tUNM .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s5hUB6tUNM .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s5hUB6tUNM .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s5hUB6tUNM .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s5hUB6tUNM .map {
    height: auto;
  }
}
.cid-s5hUB6tUNM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s5hUB6tUNM .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s5hUB6tUNM .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s5hUB6tUNM .social-list a:hover {
  opacity: 1;
}
.cid-s5hUB6tUNM .row-element,
.cid-s5hUB6tUNM .image-element {
  padding: 0;
}
.cid-s5hUB6tUNM .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s5hUB6tUNM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s5hUB6tUNM .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s5hUB6tUNM .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s5hUB6tUNM .text-content {
    padding: 2rem 1rem;
  }
  .cid-s5hUB6tUNM .underline .line {
    height: 2px;
  }
  .cid-s5hUB6tUNM .mbr-title,
  .cid-s5hUB6tUNM .underline,
  .cid-s5hUB6tUNM .mbr-text,
  .cid-s5hUB6tUNM .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s5hUB6tUNM .mbr-title,
.cid-s5hUB6tUNM .underline {
  color: #ffffff;
}
.cid-s5hUB6tUNM .mbr-text,
.cid-s5hUB6tUNM .mbr-section-btn {
  color: #ffffff;
}
.cid-s5hUB6tUNM mbr-list LI {
  color: #ffffff;
}
.cid-s5hUB6tUNM mbr-list {
  text-align: center;
}
.cid-s5hUB6tUNM .mbr-list,
.cid-s5hUB6tUNM .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RDsf4isa {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RDsf4isa section {
  position: relative;
}
.cid-u2RDsf4isa h4 {
  margin: 0;
}
.cid-u2RDsf4isa img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RDsf4isa a {
  font-weight: 300;
}
.cid-u2RDsf4isa .img1 {
  color: #abbee6;
}
.cid-u2RDsf4isa .img2 {
  color: #b3b69e;
}
.cid-u2RDsf4isa .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RDsf4isa .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RDsf4isa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RDsf4isa .item,
.cid-u2RDsf4isa .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RDsf4isa .item h4,
.cid-u2RDsf4isa .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RDsf4isa .card-img {
  width: auto;
}
.cid-u2RDsf4isa .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RDsf4isa .item {
    justify-content: center;
  }
}
.cid-u2RDsf4isa .item-title {
  color: #c1c1c1;
}
.cid-u2RDsf4isa .link-title {
  color: #ffffff;
}
.cid-s5hUBe40s6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s5ip5RNGGV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-s5ip5RNGGV .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-s5ip5RNGGV .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5ip5RNGGV .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-s5ip5RNGGV .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s5ip5RNGGV .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s5ip5RNGGV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5ip5RNGGV .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s5ip5RNGGV .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-s5ip5RNGGV .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s5ip5RNGGV .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s5ip5RNGGV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5ip5RNGGV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-s5ip5RNGGV .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s5ip5RNGGV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5ip5RNGGV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5ip5RNGGV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5ip5RNGGV .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s5ip5RNGGV .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s5ip5RNGGV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5ip5RNGGV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s5ip5RNGGV .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s5ip5RNGGV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5ip5RNGGV .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s5ip5RNGGV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5ip5RNGGV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5ip5RNGGV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5ip5RNGGV .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s5ip5RNGGV .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s5ip5RNGGV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5ip5RNGGV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5ip5RNGGV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s5ip5RNGGV .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s5ip5RNGGV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5ip5RNGGV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s5ip5RNGGV .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-s5ip5RNGGV .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-s5ip5RNGGV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5ip5RNGGV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5ip5RNGGV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5ip5RNGGV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5ip5RNGGV .dropdown-item.active,
.cid-s5ip5RNGGV .dropdown-item:active {
  background-color: transparent;
}
.cid-s5ip5RNGGV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5ip5RNGGV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5ip5RNGGV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5ip5RNGGV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-s5ip5RNGGV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s5ip5RNGGV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5ip5RNGGV ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s5ip5RNGGV .navbar-buttons {
  text-align: center;
}
.cid-s5ip5RNGGV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5ip5RNGGV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-s5ip5RNGGV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5ip5RNGGV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5ip5RNGGV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5ip5RNGGV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5ip5RNGGV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5ip5RNGGV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5ip5RNGGV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5ip5RNGGV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5ip5RNGGV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5ip5RNGGV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s5ip5RNGGV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5ip5RNGGV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s5ip5RNGGV .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s5ip5RNGGV .nav-link:hover,
.cid-s5ip5RNGGV .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-s5ip5Votoc {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-sucesscharters-3-2000x600.jpg");
}
.cid-s5ip5Votoc .spacr {
  margin-top: 100px;
}
.cid-s5ip5Votoc h1,
.cid-s5ip5Votoc p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s5ip5Votoc h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-s5ip5YaQzU {
  padding-top: 60px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 35px 5px #000000;
  -moz-box-shadow: 0px 0px 35px 5px #000000;
  box-shadow: 0px 0px 35px 5px #000000;
  background-color: #0d1023;
}
@media (max-width: 767px) {
  .cid-s5ip5YaQzU h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s5ip5YaQzU .container {
    position: relative;
  }
  .cid-s5ip5YaQzU .row {
    margin: 0;
  }
  .cid-s5ip5YaQzU h2 {
    margin: 0;
  }
}
.cid-s5ip5YaQzU .mbr-section-subtitle {
  color: #e9d44e;
}
.cid-s5ip5YaQzU .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-s5ip5YaQzU h2 {
  color: #cbd9f4;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s5ip5YaQzU H3,
.cid-s5ip5YaQzU b,
.cid-s5ip5YaQzU strong {
  color: #e9d44e;
}
.cid-s5iuaI8fUZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s5ip60ZI92 {
  padding-top: 60px;
  padding-bottom: 160px;
  background-color: #ffffff;
}
.cid-s5ip60ZI92 .mbr-section-subtitle {
  color: #0d1023;
  text-align: left;
}
.cid-s5ip60ZI92 h3 {
  font-size: 1.2rem;
}
.cid-s5ip60ZI92 b,
.cid-s5ip60ZI92 strong {
  font-size: 2 rem;
}
.cid-s5ip60ZI92 i,
.cid-s5ip60ZI92 em {
  font-size: 2.4rem;
  color: #e9d44e;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s5ip60ZI92 hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
}
.cid-s5ip60ZI92 form {
  float: right;
}
.cid-s5ip63S97h {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s5ip63S97h ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s5ip63S97h ul li {
  padding: 1rem 0;
}
.cid-s5ip63S97h ul li:hover {
  color: #abbee6;
}
.cid-s5ip63S97h .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s5ip63S97h .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s5ip63S97h .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s5ip63S97h .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s5ip63S97h .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s5ip63S97h .map {
    height: auto;
  }
}
.cid-s5ip63S97h .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s5ip63S97h .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s5ip63S97h .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s5ip63S97h .social-list a:hover {
  opacity: 1;
}
.cid-s5ip63S97h .row-element,
.cid-s5ip63S97h .image-element {
  padding: 0;
}
.cid-s5ip63S97h .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s5ip63S97h .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s5ip63S97h .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s5ip63S97h .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s5ip63S97h .text-content {
    padding: 2rem 1rem;
  }
  .cid-s5ip63S97h .underline .line {
    height: 2px;
  }
  .cid-s5ip63S97h .mbr-title,
  .cid-s5ip63S97h .underline,
  .cid-s5ip63S97h .mbr-text,
  .cid-s5ip63S97h .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s5ip63S97h .mbr-title,
.cid-s5ip63S97h .underline {
  color: #ffffff;
}
.cid-s5ip63S97h .mbr-text,
.cid-s5ip63S97h .mbr-section-btn {
  color: #ffffff;
}
.cid-s5ip63S97h mbr-list LI {
  color: #ffffff;
}
.cid-s5ip63S97h mbr-list {
  text-align: center;
}
.cid-s5ip63S97h .mbr-list,
.cid-s5ip63S97h .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RDvqo3Gm {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RDvqo3Gm section {
  position: relative;
}
.cid-u2RDvqo3Gm h4 {
  margin: 0;
}
.cid-u2RDvqo3Gm img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RDvqo3Gm a {
  font-weight: 300;
}
.cid-u2RDvqo3Gm .img1 {
  color: #abbee6;
}
.cid-u2RDvqo3Gm .img2 {
  color: #b3b69e;
}
.cid-u2RDvqo3Gm .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RDvqo3Gm .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RDvqo3Gm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RDvqo3Gm .item,
.cid-u2RDvqo3Gm .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RDvqo3Gm .item h4,
.cid-u2RDvqo3Gm .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RDvqo3Gm .card-img {
  width: auto;
}
.cid-u2RDvqo3Gm .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RDvqo3Gm .item {
    justify-content: center;
  }
}
.cid-u2RDvqo3Gm .item-title {
  color: #c1c1c1;
}
.cid-u2RDvqo3Gm .link-title {
  color: #ffffff;
}
.cid-s5ip6bjpfK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s5iK57FN3K .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-s5iK57FN3K .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-s5iK57FN3K .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5iK57FN3K .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-s5iK57FN3K .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s5iK57FN3K .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s5iK57FN3K .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5iK57FN3K .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s5iK57FN3K .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-s5iK57FN3K .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s5iK57FN3K .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s5iK57FN3K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5iK57FN3K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-s5iK57FN3K .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s5iK57FN3K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5iK57FN3K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5iK57FN3K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5iK57FN3K .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s5iK57FN3K .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s5iK57FN3K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5iK57FN3K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s5iK57FN3K .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s5iK57FN3K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5iK57FN3K .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s5iK57FN3K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5iK57FN3K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5iK57FN3K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5iK57FN3K .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s5iK57FN3K .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s5iK57FN3K .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5iK57FN3K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5iK57FN3K .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s5iK57FN3K .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s5iK57FN3K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5iK57FN3K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s5iK57FN3K .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-s5iK57FN3K .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-s5iK57FN3K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5iK57FN3K .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5iK57FN3K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5iK57FN3K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5iK57FN3K .dropdown-item.active,
.cid-s5iK57FN3K .dropdown-item:active {
  background-color: transparent;
}
.cid-s5iK57FN3K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5iK57FN3K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5iK57FN3K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5iK57FN3K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-s5iK57FN3K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s5iK57FN3K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5iK57FN3K ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s5iK57FN3K .navbar-buttons {
  text-align: center;
}
.cid-s5iK57FN3K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5iK57FN3K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-s5iK57FN3K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5iK57FN3K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5iK57FN3K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5iK57FN3K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5iK57FN3K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5iK57FN3K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5iK57FN3K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5iK57FN3K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5iK57FN3K .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5iK57FN3K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s5iK57FN3K .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5iK57FN3K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s5iK57FN3K .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s5iK57FN3K .nav-link:hover,
.cid-s5iK57FN3K .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-s5iK5bdnHr {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-order-food-banner-2000x600.jpg");
}
.cid-s5iK5bdnHr .spacr {
  margin-top: 100px;
}
.cid-s5iK5bdnHr h1,
.cid-s5iK5bdnHr p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s5iK5bdnHr h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-s5iK5exw9f {
  padding-top: 60px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 35px 5px #000000;
  -moz-box-shadow: 0px 0px 35px 5px #000000;
  box-shadow: 0px 0px 35px 5px #000000;
  background-color: #0d1023;
}
@media (max-width: 767px) {
  .cid-s5iK5exw9f h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s5iK5exw9f .container {
    position: relative;
  }
  .cid-s5iK5exw9f .row {
    margin: 0;
  }
  .cid-s5iK5exw9f h2 {
    margin: 0;
  }
}
.cid-s5iK5exw9f .mbr-section-subtitle {
  color: #e9d44e;
}
.cid-s5iK5exw9f .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-s5iK5exw9f h2 {
  color: #cbd9f4;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s5iK5exw9f H3,
.cid-s5iK5exw9f b,
.cid-s5iK5exw9f strong {
  color: #e9d44e;
}
.cid-s5iVQg8k3y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5iVQg8k3y .menu-item {
  padding-bottom: 2rem;
}
.cid-s5iVQg8k3y .menu-box {
  display: flex;
}
.cid-s5iVQg8k3y .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-s5iVQg8k3y .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-s5iVQg8k3y .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-s5iVQg8k3y .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-s5iVQg8k3y b {
  font-size: 1.5rem;
}
.cid-s5iVQg8k3y h3 {
  color: #abbee6;
}
#RS5STARContactForm-64 button {
  color: #000000;
  font-family: "montserrat";
}
#RS5STARContactForm-64 h3 {
  font-size: 46px;
  font-family: "montserrat";
}
#RS5STARContactForm-64 small {
  font-size: 26px;
  font-family: "montserrat";
}
#RS5STARContactForm-64 .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-64 .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-64 .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-64 .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-64 .form-check-input {
  margin-left: 2.25rem;
}
#RS5STARContactForm-64 #genderRadio1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-64 #genderRadio2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-64 #genderRadio3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-64 #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-64 #optcheck1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-64 #optcheck2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-64 #optcheck3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-64 #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-64 #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-64 #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-64 #sendbutton {
  text-align: left;
}
#RS5STARContactForm-64 .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS5STARContactForm-64 .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-64 .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-64 .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-64 .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-64 .form-check-input {
    margin-left: 1.25rem;
  }
  #RS5STARContactForm-64 #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-64 #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-64 #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-64 #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-64 #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-64 #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-64 #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS5STARContactForm-64 #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-64 #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-64 #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS5STARContactForm-64 #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-64 #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-64 #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-64 #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-64 #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-64 #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-64 #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-64 #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-64 #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-64 #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-64 #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-64 #optcheck3 {
    margin-left: -0.5rem;
  }
}
.cid-s5iK5oawhm {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s5iK5oawhm ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s5iK5oawhm ul li {
  padding: 1rem 0;
}
.cid-s5iK5oawhm ul li:hover {
  color: #abbee6;
}
.cid-s5iK5oawhm .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s5iK5oawhm .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s5iK5oawhm .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s5iK5oawhm .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s5iK5oawhm .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s5iK5oawhm .map {
    height: auto;
  }
}
.cid-s5iK5oawhm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s5iK5oawhm .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s5iK5oawhm .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s5iK5oawhm .social-list a:hover {
  opacity: 1;
}
.cid-s5iK5oawhm .row-element,
.cid-s5iK5oawhm .image-element {
  padding: 0;
}
.cid-s5iK5oawhm .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s5iK5oawhm .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s5iK5oawhm .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s5iK5oawhm .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s5iK5oawhm .text-content {
    padding: 2rem 1rem;
  }
  .cid-s5iK5oawhm .underline .line {
    height: 2px;
  }
  .cid-s5iK5oawhm .mbr-title,
  .cid-s5iK5oawhm .underline,
  .cid-s5iK5oawhm .mbr-text,
  .cid-s5iK5oawhm .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s5iK5oawhm .mbr-title,
.cid-s5iK5oawhm .underline {
  color: #ffffff;
}
.cid-s5iK5oawhm .mbr-text,
.cid-s5iK5oawhm .mbr-section-btn {
  color: #ffffff;
}
.cid-s5iK5oawhm mbr-list LI {
  color: #ffffff;
}
.cid-s5iK5oawhm mbr-list {
  text-align: center;
}
.cid-s5iK5oawhm .mbr-list,
.cid-s5iK5oawhm .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RDArrg90 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RDArrg90 section {
  position: relative;
}
.cid-u2RDArrg90 h4 {
  margin: 0;
}
.cid-u2RDArrg90 img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RDArrg90 a {
  font-weight: 300;
}
.cid-u2RDArrg90 .img1 {
  color: #abbee6;
}
.cid-u2RDArrg90 .img2 {
  color: #b3b69e;
}
.cid-u2RDArrg90 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RDArrg90 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RDArrg90 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RDArrg90 .item,
.cid-u2RDArrg90 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RDArrg90 .item h4,
.cid-u2RDArrg90 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RDArrg90 .card-img {
  width: auto;
}
.cid-u2RDArrg90 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RDArrg90 .item {
    justify-content: center;
  }
}
.cid-u2RDArrg90 .item-title {
  color: #c1c1c1;
}
.cid-u2RDArrg90 .link-title {
  color: #ffffff;
}
.cid-s5iK5xLMdF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s5Yg2lW5Tr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-s5Yg2lW5Tr .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-s5Yg2lW5Tr .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5Yg2lW5Tr .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-s5Yg2lW5Tr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s5Yg2lW5Tr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s5Yg2lW5Tr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5Yg2lW5Tr .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s5Yg2lW5Tr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-s5Yg2lW5Tr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s5Yg2lW5Tr .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s5Yg2lW5Tr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5Yg2lW5Tr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-s5Yg2lW5Tr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s5Yg2lW5Tr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5Yg2lW5Tr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5Yg2lW5Tr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5Yg2lW5Tr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s5Yg2lW5Tr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s5Yg2lW5Tr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5Yg2lW5Tr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s5Yg2lW5Tr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s5Yg2lW5Tr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5Yg2lW5Tr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s5Yg2lW5Tr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5Yg2lW5Tr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5Yg2lW5Tr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5Yg2lW5Tr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s5Yg2lW5Tr .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s5Yg2lW5Tr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5Yg2lW5Tr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5Yg2lW5Tr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s5Yg2lW5Tr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s5Yg2lW5Tr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5Yg2lW5Tr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s5Yg2lW5Tr .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-s5Yg2lW5Tr .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-s5Yg2lW5Tr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5Yg2lW5Tr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5Yg2lW5Tr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5Yg2lW5Tr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5Yg2lW5Tr .dropdown-item.active,
.cid-s5Yg2lW5Tr .dropdown-item:active {
  background-color: transparent;
}
.cid-s5Yg2lW5Tr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5Yg2lW5Tr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5Yg2lW5Tr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5Yg2lW5Tr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-s5Yg2lW5Tr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s5Yg2lW5Tr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5Yg2lW5Tr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s5Yg2lW5Tr .navbar-buttons {
  text-align: center;
}
.cid-s5Yg2lW5Tr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5Yg2lW5Tr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-s5Yg2lW5Tr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5Yg2lW5Tr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Yg2lW5Tr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Yg2lW5Tr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5Yg2lW5Tr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Yg2lW5Tr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5Yg2lW5Tr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5Yg2lW5Tr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Yg2lW5Tr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5Yg2lW5Tr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s5Yg2lW5Tr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5Yg2lW5Tr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s5Yg2lW5Tr .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s5Yg2lW5Tr .nav-link:hover,
.cid-s5Yg2lW5Tr .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-s5Yg2pkORm {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-sucesscharters-3-2000x600.jpg");
}
.cid-s5Yg2pkORm .spacr {
  margin-top: 100px;
}
.cid-s5Yg2pkORm h1,
.cid-s5Yg2pkORm p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s5Yg2pkORm h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-s5Yg2pkORm p {
  margin-bottom: 60px;
}
.cid-s5Yg2s3mBG {
  padding-top: 60px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 35px 5px #000000;
  -moz-box-shadow: 0px 0px 35px 5px #000000;
  box-shadow: 0px 0px 35px 5px #000000;
  background-color: #0d1023;
}
@media (max-width: 767px) {
  .cid-s5Yg2s3mBG h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s5Yg2s3mBG .container {
    position: relative;
  }
  .cid-s5Yg2s3mBG .row {
    margin: 0;
  }
  .cid-s5Yg2s3mBG h2 {
    margin: 0;
  }
}
.cid-s5Yg2s3mBG .mbr-section-subtitle {
  color: #e9d44e;
}
.cid-s5Yg2s3mBG .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-s5Yg2s3mBG h2 {
  color: #cbd9f4;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s5Yg2s3mBG H3,
.cid-s5Yg2s3mBG b,
.cid-s5Yg2s3mBG strong {
  color: #e9d44e;
}
.cid-s5Yg2uNRE2 {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-s5Yg2uNRE2 .mbr-section-subtitle {
  color: #0d1023;
  text-align: center;
}
.cid-s5Yg2uNRE2 H2 {
  text-align: center;
  font-size: 3rem;
}
.cid-s5Yg2uNRE2 H3 {
  text-align: center;
  font-size: 1.6rem;
}
.cid-s5Yg2uNRE2 i,
.cid-s5Yg2uNRE2 em {
  color: #e9d44e;
}
.cid-s5Yg2uNRE2 p {
  font-size: 1.8rem;
}
.cid-s63T97n5Js {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s63T97n5Js .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s63T97n5Js .section-text {
  padding: 2rem 0;
}
.cid-s63T97n5Js .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s63T97n5Js .inner-container {
    width: 100% !important;
  }
}
.cid-s5Yh1kGVOi {
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s5Yh1kGVOi .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-s5Yh1kGVOi .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s5Yh1kGVOi .text-content {
  padding-right: 1.5rem;
}
.cid-s5Yh1kGVOi .mbr-text,
.cid-s5Yh1kGVOi .mbr-section-btn {
  color: #0d1023;
}
.cid-s5Yh1kGVOi .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(224, 224, 224, 0.3);
  box-shadow: 0px 0px 30px rgba(224, 224, 224, 0.3);
  border-radius: .25rem;
}
.cid-s5Yh1kGVOi .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s5Yh1kGVOi .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s5Yh1kGVOi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s5Yh1kGVOi .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-s5Yh1kGVOi .main-row {
    margin: 0;
  }
  .cid-s5Yh1kGVOi .mbr-section-title,
  .cid-s5Yh1kGVOi .mbr-text,
  .cid-s5Yh1kGVOi .list,
  .cid-s5Yh1kGVOi .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s5Yh1kGVOi .text-content {
    padding: 0;
  }
}
.cid-s5Yh1kGVOi b,
.cid-s5Yh1kGVOi strong {
  font-size: 1.8rem;
}
.cid-s63Q4HxsMl {
  padding-top: 45px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-s63Q4HxsMl .mbr-section-btn > * {
  margin: 0;
}
.cid-s63Q4HxsMl h4 {
  font-weight: 500;
}
.cid-s63Q4HxsMl p {
  color: #232323;
}
.cid-s63Q4HxsMl .spacr {
  margin-bottom: 30px;
}
.cid-s63Q4HxsMl .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s63Q4HxsMl .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s63Q4HxsMl .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s63Q4HxsMl .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s63Q4HxsMl .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s63Q4HxsMl .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s63Q4HxsMl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s63Q4HxsMl .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s63Q4HxsMl .card-img span {
    font-size: 40px !important;
  }
}
.cid-s63Q4HxsMl .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5Yg2xjPji {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s5Yg2xjPji ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s5Yg2xjPji ul li {
  padding: 1rem 0;
}
.cid-s5Yg2xjPji ul li:hover {
  color: #abbee6;
}
.cid-s5Yg2xjPji .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s5Yg2xjPji .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s5Yg2xjPji .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s5Yg2xjPji .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s5Yg2xjPji .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s5Yg2xjPji .map {
    height: auto;
  }
}
.cid-s5Yg2xjPji .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s5Yg2xjPji .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s5Yg2xjPji .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s5Yg2xjPji .social-list a:hover {
  opacity: 1;
}
.cid-s5Yg2xjPji .row-element,
.cid-s5Yg2xjPji .image-element {
  padding: 0;
}
.cid-s5Yg2xjPji .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s5Yg2xjPji .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s5Yg2xjPji .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s5Yg2xjPji .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s5Yg2xjPji .text-content {
    padding: 2rem 1rem;
  }
  .cid-s5Yg2xjPji .underline .line {
    height: 2px;
  }
  .cid-s5Yg2xjPji .mbr-title,
  .cid-s5Yg2xjPji .underline,
  .cid-s5Yg2xjPji .mbr-text,
  .cid-s5Yg2xjPji .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s5Yg2xjPji .mbr-title,
.cid-s5Yg2xjPji .underline {
  color: #ffffff;
}
.cid-s5Yg2xjPji .mbr-text,
.cid-s5Yg2xjPji .mbr-section-btn {
  color: #ffffff;
}
.cid-s5Yg2xjPji mbr-list LI {
  color: #ffffff;
}
.cid-s5Yg2xjPji mbr-list {
  text-align: center;
}
.cid-s5Yg2xjPji .mbr-list,
.cid-s5Yg2xjPji .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RDINjG8d {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RDINjG8d section {
  position: relative;
}
.cid-u2RDINjG8d h4 {
  margin: 0;
}
.cid-u2RDINjG8d img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RDINjG8d a {
  font-weight: 300;
}
.cid-u2RDINjG8d .img1 {
  color: #abbee6;
}
.cid-u2RDINjG8d .img2 {
  color: #b3b69e;
}
.cid-u2RDINjG8d .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RDINjG8d .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RDINjG8d .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RDINjG8d .item,
.cid-u2RDINjG8d .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RDINjG8d .item h4,
.cid-u2RDINjG8d .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RDINjG8d .card-img {
  width: auto;
}
.cid-u2RDINjG8d .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RDINjG8d .item {
    justify-content: center;
  }
}
.cid-u2RDINjG8d .item-title {
  color: #c1c1c1;
}
.cid-u2RDINjG8d .link-title {
  color: #ffffff;
}
.cid-s5Yg2DUlWq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-rZJzQObOkG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-rZJzQObOkG .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-rZJzQObOkG .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-rZJzQObOkG .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-rZJzQObOkG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rZJzQObOkG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rZJzQObOkG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZJzQObOkG .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rZJzQObOkG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-rZJzQObOkG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rZJzQObOkG .navbar.collapsed {
  flex-direction: row !important;
}
.cid-rZJzQObOkG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZJzQObOkG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-rZJzQObOkG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rZJzQObOkG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZJzQObOkG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rZJzQObOkG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZJzQObOkG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rZJzQObOkG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rZJzQObOkG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZJzQObOkG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rZJzQObOkG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rZJzQObOkG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZJzQObOkG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rZJzQObOkG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZJzQObOkG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rZJzQObOkG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZJzQObOkG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rZJzQObOkG .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rZJzQObOkG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZJzQObOkG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZJzQObOkG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rZJzQObOkG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rZJzQObOkG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZJzQObOkG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rZJzQObOkG .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-rZJzQObOkG .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-rZJzQObOkG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZJzQObOkG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZJzQObOkG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZJzQObOkG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZJzQObOkG .dropdown-item.active,
.cid-rZJzQObOkG .dropdown-item:active {
  background-color: transparent;
}
.cid-rZJzQObOkG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rZJzQObOkG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZJzQObOkG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZJzQObOkG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-rZJzQObOkG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rZJzQObOkG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZJzQObOkG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rZJzQObOkG .navbar-buttons {
  text-align: center;
}
.cid-rZJzQObOkG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZJzQObOkG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-rZJzQObOkG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZJzQObOkG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZJzQObOkG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZJzQObOkG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZJzQObOkG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZJzQObOkG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZJzQObOkG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZJzQObOkG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZJzQObOkG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZJzQObOkG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rZJzQObOkG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rZJzQObOkG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rZJzQObOkG .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rZJzQObOkG .nav-link:hover,
.cid-rZJzQObOkG .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-rZJzQQjQ6h {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-striped-bass-banner-2000x600.jpg");
}
.cid-rZJzQQjQ6h .spacr {
  margin-top: 100px;
}
.cid-rZJzQQjQ6h h1,
.cid-rZJzQQjQ6h p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-rZJzQQjQ6h h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-s06epeXoY0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s06epeXoY0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s06epeXoY0 H2 {
  color: #e9d44e;
}
.cid-s1qsdOO4ea {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1qsdOO4ea .mbr-section-subtitle {
  color: #0d1023;
}
.cid-s1qsdOO4ea b,
.cid-s1qsdOO4ea strong {
  color: #0d1023;
}
.cid-s1qsdOO4ea i,
.cid-s1qsdOO4ea em {
  color: red;
}
.cid-sY5lemwfVo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sY5lemwfVo .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sY5lemwfVo .section-text {
  padding: 2rem 0;
}
.cid-sY5lemwfVo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sY5lemwfVo .inner-container {
    width: 100% !important;
  }
}
.cid-s069WK0ydq {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #efefef;
}
.cid-s069WK0ydq .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-s069WK0ydq h4 {
  margin: 0;
}
.cid-s069WK0ydq .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-s069WK0ydq .plan-body {
  padding-bottom: 2rem;
}
.cid-s069WK0ydq .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s069WK0ydq .nav-tabs {
  border: none !important;
}
.cid-s069WK0ydq .nav-tabs .nav-item {
  margin: 0;
}
.cid-s069WK0ydq .nav-tabs .btn {
  transition: all .5s;
  border: none !important;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-s069WK0ydq .nav-tabs .btn:after {
  display: none;
}
@media (min-width: 768px) {
  .cid-s069WK0ydq .nav-tabs .btn {
    margin: 0px !important;
  }
  .cid-s069WK0ydq .nav-tabs .nav-item:first-child .btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-s069WK0ydq .nav-tabs .nav-item:last-child .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.cid-s069WK0ydq .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-s069WK0ydq .line2 {
  background: #255085;
}
.cid-s069WK0ydq .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s069WK0ydq .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s069WK0ydq .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-s069WK0ydq .plan .list-group-item:last-child::after {
  display: none;
}
.cid-s069WK0ydq .plan-header,
.cid-s069WK0ydq .plan-body {
  background-color: #fff;
}
.cid-s069WK0ydq .price-figure {
  font-weight: 700;
}
.cid-s069WK0ydq .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-s069WK0ydq .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s069WK0ydq .color1 {
  color: #255085;
}
.cid-s069WK0ydq .color2 {
  color: #6b6d62;
}
.cid-s069WK0ydq LI {
  color: #767676;
}
.cid-s069WK0ydq .price-term {
  color: #767676;
  text-align: center;
}
.cid-s069WK0ydq p {
  color: #ff0000;
  font-family: montserrat;
  font-size: 1.3rem;
  font-weight: 600;
}
.cid-s069WK0ydq P {
  text-align: center;
}
.cid-typsS7e5JQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-typsS7e5JQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-typsS7e5JQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-typsS7e5JQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-typsS7e5JQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-typsS7e5JQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-typsS7e5JQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-typsS7e5JQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-typsS7e5JQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-typsS7e5JQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s51F4iLX13 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s51F4iLX13 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s51F4iLX13 ul li {
  padding: 1rem 0;
}
.cid-s51F4iLX13 ul li:hover {
  color: #abbee6;
}
.cid-s51F4iLX13 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s51F4iLX13 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s51F4iLX13 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s51F4iLX13 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s51F4iLX13 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s51F4iLX13 .map {
    height: auto;
  }
}
.cid-s51F4iLX13 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s51F4iLX13 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s51F4iLX13 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s51F4iLX13 .social-list a:hover {
  opacity: 1;
}
.cid-s51F4iLX13 .row-element,
.cid-s51F4iLX13 .image-element {
  padding: 0;
}
.cid-s51F4iLX13 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s51F4iLX13 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s51F4iLX13 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s51F4iLX13 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s51F4iLX13 .text-content {
    padding: 2rem 1rem;
  }
  .cid-s51F4iLX13 .underline .line {
    height: 2px;
  }
  .cid-s51F4iLX13 .mbr-title,
  .cid-s51F4iLX13 .underline,
  .cid-s51F4iLX13 .mbr-text,
  .cid-s51F4iLX13 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s51F4iLX13 .mbr-title,
.cid-s51F4iLX13 .underline {
  color: #ffffff;
}
.cid-s51F4iLX13 .mbr-text,
.cid-s51F4iLX13 .mbr-section-btn {
  color: #ffffff;
}
.cid-s51F4iLX13 mbr-list LI {
  color: #ffffff;
}
.cid-s51F4iLX13 mbr-list {
  text-align: center;
}
.cid-s51F4iLX13 .mbr-list,
.cid-s51F4iLX13 .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RBPJZPLz {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RBPJZPLz section {
  position: relative;
}
.cid-u2RBPJZPLz h4 {
  margin: 0;
}
.cid-u2RBPJZPLz img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RBPJZPLz a {
  font-weight: 300;
}
.cid-u2RBPJZPLz .img1 {
  color: #abbee6;
}
.cid-u2RBPJZPLz .img2 {
  color: #b3b69e;
}
.cid-u2RBPJZPLz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RBPJZPLz .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RBPJZPLz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RBPJZPLz .item,
.cid-u2RBPJZPLz .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RBPJZPLz .item h4,
.cid-u2RBPJZPLz .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RBPJZPLz .card-img {
  width: auto;
}
.cid-u2RBPJZPLz .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RBPJZPLz .item {
    justify-content: center;
  }
}
.cid-u2RBPJZPLz .item-title {
  color: #c1c1c1;
}
.cid-u2RBPJZPLz .link-title {
  color: #ffffff;
}
.cid-rZJzQXZiGK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s06hAOeXw1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-s06hAOeXw1 .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-s06hAOeXw1 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s06hAOeXw1 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-s06hAOeXw1 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s06hAOeXw1 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s06hAOeXw1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s06hAOeXw1 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s06hAOeXw1 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-s06hAOeXw1 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s06hAOeXw1 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s06hAOeXw1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s06hAOeXw1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-s06hAOeXw1 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s06hAOeXw1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s06hAOeXw1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s06hAOeXw1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s06hAOeXw1 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s06hAOeXw1 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s06hAOeXw1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s06hAOeXw1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s06hAOeXw1 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s06hAOeXw1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s06hAOeXw1 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s06hAOeXw1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s06hAOeXw1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s06hAOeXw1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s06hAOeXw1 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s06hAOeXw1 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s06hAOeXw1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s06hAOeXw1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s06hAOeXw1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s06hAOeXw1 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s06hAOeXw1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s06hAOeXw1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s06hAOeXw1 .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-s06hAOeXw1 .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-s06hAOeXw1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s06hAOeXw1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s06hAOeXw1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s06hAOeXw1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s06hAOeXw1 .dropdown-item.active,
.cid-s06hAOeXw1 .dropdown-item:active {
  background-color: transparent;
}
.cid-s06hAOeXw1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s06hAOeXw1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s06hAOeXw1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s06hAOeXw1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-s06hAOeXw1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s06hAOeXw1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s06hAOeXw1 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s06hAOeXw1 .navbar-buttons {
  text-align: center;
}
.cid-s06hAOeXw1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s06hAOeXw1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-s06hAOeXw1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s06hAOeXw1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s06hAOeXw1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s06hAOeXw1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s06hAOeXw1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s06hAOeXw1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s06hAOeXw1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s06hAOeXw1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s06hAOeXw1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s06hAOeXw1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s06hAOeXw1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s06hAOeXw1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s06hAOeXw1 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s06hAOeXw1 .nav-link:hover,
.cid-s06hAOeXw1 .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-s06hARC5uE {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-striped-bass-banner-2000x600.jpg");
}
.cid-s06hARC5uE .spacr {
  margin-top: 100px;
}
.cid-s06hARC5uE h1,
.cid-s06hARC5uE p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-s06hARC5uE h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-s06hAX6uPb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-s06hAX6uPb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s06hAX6uPb H2 {
  color: #e9d44e;
}
.cid-sY5m4xuKEE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sY5m4xuKEE .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sY5m4xuKEE .section-text {
  padding: 2rem 0;
}
.cid-sY5m4xuKEE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sY5m4xuKEE .inner-container {
    width: 100% !important;
  }
}
.cid-sY5m4xuKEE p {
  color: #ff0000;
  font-family: montserrat;
  font-size: 1.3rem;
  font-weight: 600;
}
#RS5STARContactForm-18 h3 {
  font-size: 46px;
}
#RS5STARContactForm-18 small {
  font-size: 20px;
}
#RS5STARContactForm-18 button {
  color: #0d1023;
  font-family: "montserrat";
}
#RS5STARContactForm-18 #dropdwn {
  padding: 0.8em .5em !important;
}
#RS5STARContactForm-18 input {
  background-color: #abbee6;
  border: 1px solid #0d1023;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-18 select {
  background-color: #abbee6;
  border: 1px solid #0d1023;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-18 textarea {
  border: 1px solid #0d1023;
  background-color: #abbee6;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-18 input:hover,
#RS5STARContactForm-18 textarea:hover,
#RS5STARContactForm-18 input:focus,
#RS5STARContactForm-18 textarea:focus {
  border-color: 1px solid #262626;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
}
#RS5STARContactForm-18 .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-18 .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-18 .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-18 .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-18 .form-check-input {
  margin-left: 2.25rem;
}
#RS5STARContactForm-18 #genderRadio1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-18 #genderRadio2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-18 #genderRadio3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-18 #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-18 #optcheck1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-18 #optcheck2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-18 #optcheck3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-18 #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-18 #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-18 #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-18 #sendbutton {
  text-align: left;
}
#RS5STARContactForm-18 .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS5STARContactForm-18 .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-18 .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-18 .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-18 .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-18 .form-check-input {
    margin-left: 1.25rem;
  }
  #RS5STARContactForm-18 #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-18 #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-18 #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-18 #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-18 #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-18 #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-18 #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS5STARContactForm-18 #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-18 #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-18 #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS5STARContactForm-18 #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-18 #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-18 #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-18 #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-18 #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-18 #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-18 #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-18 #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-18 #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-18 #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-18 #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-18 #optcheck3 {
    margin-left: -0.5rem;
  }
}
.cid-s51Fa2v413 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s51Fa2v413 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s51Fa2v413 ul li {
  padding: 1rem 0;
}
.cid-s51Fa2v413 ul li:hover {
  color: #abbee6;
}
.cid-s51Fa2v413 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s51Fa2v413 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s51Fa2v413 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s51Fa2v413 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s51Fa2v413 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s51Fa2v413 .map {
    height: auto;
  }
}
.cid-s51Fa2v413 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s51Fa2v413 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s51Fa2v413 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s51Fa2v413 .social-list a:hover {
  opacity: 1;
}
.cid-s51Fa2v413 .row-element,
.cid-s51Fa2v413 .image-element {
  padding: 0;
}
.cid-s51Fa2v413 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s51Fa2v413 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s51Fa2v413 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s51Fa2v413 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s51Fa2v413 .text-content {
    padding: 2rem 1rem;
  }
  .cid-s51Fa2v413 .underline .line {
    height: 2px;
  }
  .cid-s51Fa2v413 .mbr-title,
  .cid-s51Fa2v413 .underline,
  .cid-s51Fa2v413 .mbr-text,
  .cid-s51Fa2v413 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s51Fa2v413 .mbr-title,
.cid-s51Fa2v413 .underline {
  color: #ffffff;
}
.cid-s51Fa2v413 .mbr-text,
.cid-s51Fa2v413 .mbr-section-btn {
  color: #ffffff;
}
.cid-s51Fa2v413 mbr-list LI {
  color: #ffffff;
}
.cid-s51Fa2v413 mbr-list {
  text-align: center;
}
.cid-s51Fa2v413 .mbr-list,
.cid-s51Fa2v413 .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RBV0IF0G {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RBV0IF0G section {
  position: relative;
}
.cid-u2RBV0IF0G h4 {
  margin: 0;
}
.cid-u2RBV0IF0G img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RBV0IF0G a {
  font-weight: 300;
}
.cid-u2RBV0IF0G .img1 {
  color: #abbee6;
}
.cid-u2RBV0IF0G .img2 {
  color: #b3b69e;
}
.cid-u2RBV0IF0G .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RBV0IF0G .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RBV0IF0G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RBV0IF0G .item,
.cid-u2RBV0IF0G .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RBV0IF0G .item h4,
.cid-u2RBV0IF0G .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RBV0IF0G .card-img {
  width: auto;
}
.cid-u2RBV0IF0G .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RBV0IF0G .item {
    justify-content: center;
  }
}
.cid-u2RBV0IF0G .item-title {
  color: #c1c1c1;
}
.cid-u2RBV0IF0G .link-title {
  color: #ffffff;
}
.cid-s06hBbk1Af {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-sjxBCivVG3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-sjxBCivVG3 .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-sjxBCivVG3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sjxBCivVG3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-sjxBCivVG3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sjxBCivVG3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sjxBCivVG3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjxBCivVG3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sjxBCivVG3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-sjxBCivVG3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sjxBCivVG3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sjxBCivVG3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjxBCivVG3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-sjxBCivVG3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sjxBCivVG3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjxBCivVG3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjxBCivVG3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sjxBCivVG3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sjxBCivVG3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sjxBCivVG3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjxBCivVG3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sjxBCivVG3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sjxBCivVG3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjxBCivVG3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sjxBCivVG3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjxBCivVG3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjxBCivVG3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sjxBCivVG3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sjxBCivVG3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sjxBCivVG3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjxBCivVG3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjxBCivVG3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sjxBCivVG3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sjxBCivVG3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjxBCivVG3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjxBCivVG3 .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-sjxBCivVG3 .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-sjxBCivVG3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjxBCivVG3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjxBCivVG3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjxBCivVG3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjxBCivVG3 .dropdown-item.active,
.cid-sjxBCivVG3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sjxBCivVG3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjxBCivVG3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjxBCivVG3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjxBCivVG3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-sjxBCivVG3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sjxBCivVG3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjxBCivVG3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sjxBCivVG3 .navbar-buttons {
  text-align: center;
}
.cid-sjxBCivVG3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjxBCivVG3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-sjxBCivVG3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjxBCivVG3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjxBCivVG3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjxBCivVG3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjxBCivVG3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjxBCivVG3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjxBCivVG3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjxBCivVG3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjxBCivVG3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjxBCivVG3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sjxBCivVG3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sjxBCivVG3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sjxBCivVG3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sjxBCivVG3 .nav-link:hover,
.cid-sjxBCivVG3 .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-sjxBCkm4zc {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-deep-sea-fishing-1-2000x600.jpg");
}
.cid-sjxBCkm4zc .spacr {
  margin-top: 100px;
}
.cid-sjxBCkm4zc h1,
.cid-sjxBCkm4zc p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sjxBCkm4zc h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-sjxG0mLirp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjxG0mLirp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sjxG0mLirp p {
  color: #767676;
  text-align: left;
}
.cid-sjxG0mLirp .card-box {
  padding-top: 2rem;
}
.cid-sjxG0mLirp .card-wrapper {
  height: 100%;
}
.cid-sjxBCmGnyg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-sjxBCmGnyg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sjxBCmGnyg H2 {
  color: #e9d44e;
}
.cid-sjxBCnCNau {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sjxBCnCNau .mbr-section-subtitle {
  color: #0d1023;
}
.cid-sjxBCnCNau b,
.cid-sjxBCnCNau strong {
  color: #0d1023;
}
.cid-sjxBCnCNau i,
.cid-sjxBCnCNau em {
  color: red;
}
.cid-sjxBCnCNau p {
  color: #ff0000;
  font-family: montserrat;
  font-size: 1.3rem;
  font-weight: 600;
}
.cid-sjxBCp3ix7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-sjxBCp3ix7 .line {
  background-color: #e9d44e;
  color: #e9d44e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sjxBCp3ix7 .section-text {
  padding: 2rem 0;
  font-size: 1.4rem;
}
.cid-sjxBCp3ix7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sjxBCp3ix7 .inner-container {
    width: 100% !important;
  }
}
.cid-sjxBCqdqZE {
  padding-top: 60px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sjxBCqdqZE .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-sjxBCqdqZE h4 {
  margin: 0;
}
.cid-sjxBCqdqZE .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-sjxBCqdqZE .plan-body {
  padding-bottom: 2rem;
}
.cid-sjxBCqdqZE .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sjxBCqdqZE .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-sjxBCqdqZE .line2 {
  background: #255085;
}
.cid-sjxBCqdqZE .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sjxBCqdqZE .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-sjxBCqdqZE .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-sjxBCqdqZE .plan .list-group-item:last-child::after {
  display: none;
}
.cid-sjxBCqdqZE .plan-header,
.cid-sjxBCqdqZE .plan-body {
  background-color: #fff;
}
.cid-sjxBCqdqZE .price-figure {
  font-weight: 700;
}
.cid-sjxBCqdqZE .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-sjxBCqdqZE .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sjxBCqdqZE .color1 {
  color: #255085;
}
.cid-sjxBCqdqZE .color2 {
  color: #6b6d62;
}
.cid-sjxBCqdqZE LI {
  color: #767676;
}
.cid-sjxBCqdqZE .price-term {
  color: #767676;
}
.cid-sY5o84jQ8r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sY5o84jQ8r .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sY5o84jQ8r .section-text {
  padding: 2rem 0;
}
.cid-sY5o84jQ8r .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sY5o84jQ8r .inner-container {
    width: 100% !important;
  }
}
.cid-sjxBCsJ6ks {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-sjxBCsJ6ks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sjxBCsJ6ks ul li {
  padding: 1rem 0;
}
.cid-sjxBCsJ6ks ul li:hover {
  color: #abbee6;
}
.cid-sjxBCsJ6ks .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-sjxBCsJ6ks .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-sjxBCsJ6ks .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-sjxBCsJ6ks .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sjxBCsJ6ks .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sjxBCsJ6ks .map {
    height: auto;
  }
}
.cid-sjxBCsJ6ks .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sjxBCsJ6ks .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-sjxBCsJ6ks .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjxBCsJ6ks .social-list a:hover {
  opacity: 1;
}
.cid-sjxBCsJ6ks .row-element,
.cid-sjxBCsJ6ks .image-element {
  padding: 0;
}
.cid-sjxBCsJ6ks .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sjxBCsJ6ks .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sjxBCsJ6ks .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sjxBCsJ6ks .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sjxBCsJ6ks .text-content {
    padding: 2rem 1rem;
  }
  .cid-sjxBCsJ6ks .underline .line {
    height: 2px;
  }
  .cid-sjxBCsJ6ks .mbr-title,
  .cid-sjxBCsJ6ks .underline,
  .cid-sjxBCsJ6ks .mbr-text,
  .cid-sjxBCsJ6ks .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sjxBCsJ6ks .mbr-title,
.cid-sjxBCsJ6ks .underline {
  color: #ffffff;
}
.cid-sjxBCsJ6ks .mbr-text,
.cid-sjxBCsJ6ks .mbr-section-btn {
  color: #ffffff;
}
.cid-sjxBCsJ6ks mbr-list LI {
  color: #ffffff;
}
.cid-sjxBCsJ6ks mbr-list {
  text-align: center;
}
.cid-sjxBCsJ6ks .mbr-list,
.cid-sjxBCsJ6ks .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RCgs9c2X {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RCgs9c2X section {
  position: relative;
}
.cid-u2RCgs9c2X h4 {
  margin: 0;
}
.cid-u2RCgs9c2X img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RCgs9c2X a {
  font-weight: 300;
}
.cid-u2RCgs9c2X .img1 {
  color: #abbee6;
}
.cid-u2RCgs9c2X .img2 {
  color: #b3b69e;
}
.cid-u2RCgs9c2X .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RCgs9c2X .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RCgs9c2X .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RCgs9c2X .item,
.cid-u2RCgs9c2X .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RCgs9c2X .item h4,
.cid-u2RCgs9c2X .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RCgs9c2X .card-img {
  width: auto;
}
.cid-u2RCgs9c2X .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RCgs9c2X .item {
    justify-content: center;
  }
}
.cid-u2RCgs9c2X .item-title {
  color: #c1c1c1;
}
.cid-u2RCgs9c2X .link-title {
  color: #ffffff;
}
.cid-sjxBCwdan3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-sjy8ceQ8rd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-sjy8ceQ8rd .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-sjy8ceQ8rd .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sjy8ceQ8rd .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-sjy8ceQ8rd .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sjy8ceQ8rd .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sjy8ceQ8rd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjy8ceQ8rd .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sjy8ceQ8rd .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-sjy8ceQ8rd .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sjy8ceQ8rd .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sjy8ceQ8rd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjy8ceQ8rd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-sjy8ceQ8rd .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sjy8ceQ8rd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjy8ceQ8rd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjy8ceQ8rd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sjy8ceQ8rd .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sjy8ceQ8rd .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sjy8ceQ8rd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjy8ceQ8rd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sjy8ceQ8rd .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sjy8ceQ8rd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjy8ceQ8rd .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sjy8ceQ8rd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjy8ceQ8rd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjy8ceQ8rd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sjy8ceQ8rd .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sjy8ceQ8rd .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sjy8ceQ8rd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjy8ceQ8rd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjy8ceQ8rd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sjy8ceQ8rd .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sjy8ceQ8rd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjy8ceQ8rd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjy8ceQ8rd .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-sjy8ceQ8rd .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-sjy8ceQ8rd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjy8ceQ8rd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjy8ceQ8rd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjy8ceQ8rd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjy8ceQ8rd .dropdown-item.active,
.cid-sjy8ceQ8rd .dropdown-item:active {
  background-color: transparent;
}
.cid-sjy8ceQ8rd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjy8ceQ8rd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjy8ceQ8rd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjy8ceQ8rd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-sjy8ceQ8rd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sjy8ceQ8rd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjy8ceQ8rd ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sjy8ceQ8rd .navbar-buttons {
  text-align: center;
}
.cid-sjy8ceQ8rd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjy8ceQ8rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-sjy8ceQ8rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjy8ceQ8rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjy8ceQ8rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjy8ceQ8rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjy8ceQ8rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjy8ceQ8rd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjy8ceQ8rd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjy8ceQ8rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjy8ceQ8rd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjy8ceQ8rd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sjy8ceQ8rd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sjy8ceQ8rd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sjy8ceQ8rd .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sjy8ceQ8rd .nav-link:hover,
.cid-sjy8ceQ8rd .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-sjy8cgUFrI {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-deep-sea-fishing-1-2000x600.jpg");
}
.cid-sjy8cgUFrI .spacr {
  margin-top: 100px;
}
.cid-sjy8cgUFrI h1,
.cid-sjy8cgUFrI p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sjy8cgUFrI h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-sjy8cieCSJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-sjy8cieCSJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sjy8cieCSJ H2 {
  color: #e9d44e;
}
.cid-sY5n1UIXzZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sY5n1UIXzZ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sY5n1UIXzZ .section-text {
  padding: 2rem 0;
}
.cid-sY5n1UIXzZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sY5n1UIXzZ .inner-container {
    width: 100% !important;
  }
}
#RS5STARContactForm-6p h3 {
  font-size: 46px;
}
#RS5STARContactForm-6p small {
  font-size: 20px;
}
#RS5STARContactForm-6p button {
  color: #0d1023;
  font-family: "montserrat";
}
#RS5STARContactForm-6p #dropdwn {
  padding: 0.8em .5em !important;
}
#RS5STARContactForm-6p input {
  background-color: #abbee6;
  border: 1px solid #0d1023;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-6p select {
  background-color: #abbee6;
  border: 1px solid #0d1023;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-6p textarea {
  border: 1px solid #0d1023;
  background-color: #abbee6;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-6p input:hover,
#RS5STARContactForm-6p textarea:hover,
#RS5STARContactForm-6p input:focus,
#RS5STARContactForm-6p textarea:focus {
  border-color: 1px solid #262626;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
}
#RS5STARContactForm-6p .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-6p .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-6p .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-6p .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-6p .form-check-input {
  margin-left: 2.25rem;
}
#RS5STARContactForm-6p #genderRadio1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-6p #genderRadio2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-6p #genderRadio3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-6p #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-6p #optcheck1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-6p #optcheck2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-6p #optcheck3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-6p #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-6p #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-6p #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-6p #sendbutton {
  text-align: left;
}
#RS5STARContactForm-6p .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS5STARContactForm-6p .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-6p .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-6p .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-6p .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-6p .form-check-input {
    margin-left: 1.25rem;
  }
  #RS5STARContactForm-6p #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-6p #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-6p #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-6p #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-6p #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-6p #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-6p #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS5STARContactForm-6p #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-6p #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-6p #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS5STARContactForm-6p #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-6p #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-6p #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-6p #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-6p #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-6p #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-6p #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-6p #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-6p #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-6p #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-6p #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-6p #optcheck3 {
    margin-left: -0.5rem;
  }
}
.cid-sjy8cjY2eO {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-sjy8cjY2eO ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sjy8cjY2eO ul li {
  padding: 1rem 0;
}
.cid-sjy8cjY2eO ul li:hover {
  color: #abbee6;
}
.cid-sjy8cjY2eO .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-sjy8cjY2eO .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-sjy8cjY2eO .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-sjy8cjY2eO .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sjy8cjY2eO .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sjy8cjY2eO .map {
    height: auto;
  }
}
.cid-sjy8cjY2eO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sjy8cjY2eO .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-sjy8cjY2eO .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjy8cjY2eO .social-list a:hover {
  opacity: 1;
}
.cid-sjy8cjY2eO .row-element,
.cid-sjy8cjY2eO .image-element {
  padding: 0;
}
.cid-sjy8cjY2eO .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sjy8cjY2eO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sjy8cjY2eO .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sjy8cjY2eO .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sjy8cjY2eO .text-content {
    padding: 2rem 1rem;
  }
  .cid-sjy8cjY2eO .underline .line {
    height: 2px;
  }
  .cid-sjy8cjY2eO .mbr-title,
  .cid-sjy8cjY2eO .underline,
  .cid-sjy8cjY2eO .mbr-text,
  .cid-sjy8cjY2eO .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sjy8cjY2eO .mbr-title,
.cid-sjy8cjY2eO .underline {
  color: #ffffff;
}
.cid-sjy8cjY2eO .mbr-text,
.cid-sjy8cjY2eO .mbr-section-btn {
  color: #ffffff;
}
.cid-sjy8cjY2eO mbr-list LI {
  color: #ffffff;
}
.cid-sjy8cjY2eO mbr-list {
  text-align: center;
}
.cid-sjy8cjY2eO .mbr-list,
.cid-sjy8cjY2eO .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RClSqOqO {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RClSqOqO section {
  position: relative;
}
.cid-u2RClSqOqO h4 {
  margin: 0;
}
.cid-u2RClSqOqO img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RClSqOqO a {
  font-weight: 300;
}
.cid-u2RClSqOqO .img1 {
  color: #abbee6;
}
.cid-u2RClSqOqO .img2 {
  color: #b3b69e;
}
.cid-u2RClSqOqO .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RClSqOqO .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RClSqOqO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RClSqOqO .item,
.cid-u2RClSqOqO .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RClSqOqO .item h4,
.cid-u2RClSqOqO .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RClSqOqO .card-img {
  width: auto;
}
.cid-u2RClSqOqO .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RClSqOqO .item {
    justify-content: center;
  }
}
.cid-u2RClSqOqO .item-title {
  color: #c1c1c1;
}
.cid-u2RClSqOqO .link-title {
  color: #ffffff;
}
.cid-sjy8cnPXLH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-u2Mib6k5r7.popup-builder {
  background-color: #ffffff;
}
.cid-u2Mib6k5r7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2Mib6k5r7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2Mib6k5r7 .modal-content,
.cid-u2Mib6k5r7 .modal-dialog {
  height: auto;
}
.cid-u2Mib6k5r7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2Mib6k5r7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2Mib6k5r7 .form-wrapper .mbr-form .form-group,
  .cid-u2Mib6k5r7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2Mib6k5r7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2Mib6k5r7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2Mib6k5r7 .mbr-text {
  text-align: center;
}
.cid-u2Mib6k5r7 .pt-0 {
  padding-top: 0 !important;
}
.cid-u2Mib6k5r7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2Mib6k5r7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2Mib6k5r7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2Mib6k5r7 .modal-open {
  overflow: hidden;
}
.cid-u2Mib6k5r7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2Mib6k5r7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2Mib6k5r7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2Mib6k5r7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u2Mib6k5r7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2Mib6k5r7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2Mib6k5r7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2Mib6k5r7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u2Mib6k5r7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2Mib6k5r7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2Mib6k5r7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2Mib6k5r7 .modal-backdrop.show {
  opacity: .5;
}
.cid-u2Mib6k5r7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u2Mib6k5r7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2Mib6k5r7 .modal-header {
    padding: 1rem;
  }
}
.cid-u2Mib6k5r7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2Mib6k5r7 .modal-header .close svg {
  fill: #353535;
}
.cid-u2Mib6k5r7 .modal-header .close:hover {
  opacity: 1;
}
.cid-u2Mib6k5r7 .modal-header .close:focus {
  outline: none;
}
.cid-u2Mib6k5r7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u2Mib6k5r7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2Mib6k5r7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2Mib6k5r7 .modal-body {
    padding: 1rem;
  }
}
.cid-u2Mib6k5r7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u2Mib6k5r7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2Mib6k5r7 .modal-footer {
    padding: 1rem;
  }
}
.cid-u2Mib6k5r7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2Mib6k5r7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2Mib6k5r7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2Mib6k5r7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2Mib6k5r7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2Mib6k5r7 .modal-lg,
  .cid-u2Mib6k5r7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2Mib6k5r7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2Mib6k5r7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2Mib6k5r7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u2Mib6k5r7 .form-group {
  margin-bottom: 1rem;
}
.cid-u2Mib6k5r7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2Mib6k5r7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2Mib6k5r7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u2Mib6k5r7 .mbr-section-btn {
  margin: 0;
}
.cid-u2Mib6k5r7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tgKMo01OUN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-tgKMo01OUN .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-tgKMo01OUN .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tgKMo01OUN .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-tgKMo01OUN .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tgKMo01OUN .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tgKMo01OUN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgKMo01OUN .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tgKMo01OUN .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-tgKMo01OUN .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tgKMo01OUN .navbar.collapsed {
  flex-direction: row !important;
}
.cid-tgKMo01OUN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgKMo01OUN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-tgKMo01OUN .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tgKMo01OUN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgKMo01OUN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgKMo01OUN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tgKMo01OUN .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tgKMo01OUN .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tgKMo01OUN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgKMo01OUN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tgKMo01OUN .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tgKMo01OUN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgKMo01OUN .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tgKMo01OUN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgKMo01OUN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgKMo01OUN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tgKMo01OUN .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tgKMo01OUN .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tgKMo01OUN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tgKMo01OUN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgKMo01OUN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tgKMo01OUN .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tgKMo01OUN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgKMo01OUN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tgKMo01OUN .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-tgKMo01OUN .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-tgKMo01OUN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgKMo01OUN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgKMo01OUN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgKMo01OUN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgKMo01OUN .dropdown-item.active,
.cid-tgKMo01OUN .dropdown-item:active {
  background-color: transparent;
}
.cid-tgKMo01OUN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgKMo01OUN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgKMo01OUN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgKMo01OUN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-tgKMo01OUN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tgKMo01OUN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgKMo01OUN ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tgKMo01OUN .navbar-buttons {
  text-align: center;
}
.cid-tgKMo01OUN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgKMo01OUN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-tgKMo01OUN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgKMo01OUN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgKMo01OUN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgKMo01OUN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgKMo01OUN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgKMo01OUN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgKMo01OUN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgKMo01OUN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgKMo01OUN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tgKMo01OUN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tgKMo01OUN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tgKMo01OUN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tgKMo01OUN .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tgKMo01OUN .nav-link:hover,
.cid-tgKMo01OUN .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-tgKMo2lfbe {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-merchandise-5-2000x600.jpg");
}
.cid-tgKMo2lfbe .spacr {
  margin-top: 100px;
}
.cid-tgKMo2lfbe h1,
.cid-tgKMo2lfbe p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tgKMo2lfbe h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-tgL4otIo9l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgL4otIo9l .mbr-section-subtitle {
  color: #767676;
}
.cid-tLHhTQip7Q {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #dcf8ea;
}
@media (max-width: 767px) {
  .cid-tLHhTQip7Q .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-tLHhTQip7Q h4,
.cid-tLHhTQip7Q h5,
.cid-tLHhTQip7Q p {
  margin-bottom: 0;
}
.cid-tLHhTQip7Q p {
  color: #767676;
}
.cid-tLHhTQip7Q .card-wrapper {
  transition: all 0.3s;
  background-color: #3659b9;
}
.cid-tLHhTQip7Q .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-tLHhTQip7Q .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
.cid-tLHhTQip7Q .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-tLHhTQip7Q .card-wrapper .card-title {
  position: relative;
}
.cid-tLHhTQip7Q .card-wrapper .card-title:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-tLHhTQip7Q .card-wrapper:hover .card-title:after {
  width: 100%;
}
.cid-tLHhTQip7Q .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-tLHhTQip7Q .card-title,
.cid-tLHhTQip7Q .main-title {
  color: #149dcc;
}
.cid-tLHhTQip7Q .card-title {
  text-align: center;
  line-height: 2.5rem;
  color: #ccf4e0;
}
.cid-tLHhTQip7Q span {
  color: #000000;
}
.cid-tLHhTQip7Q hr {
  margin: 1rem 0;
  border-color: #aa812d;
  opacity: .80;
}
.cid-tgM3VV0Htd {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #dcf8ea;
}
@media (max-width: 767px) {
  .cid-tgM3VV0Htd .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-tgM3VV0Htd h4,
.cid-tgM3VV0Htd h5,
.cid-tgM3VV0Htd p {
  margin-bottom: 0;
}
.cid-tgM3VV0Htd p {
  color: #767676;
}
.cid-tgM3VV0Htd .card-wrapper {
  transition: all 0.3s;
  background-color: #3659b9;
}
.cid-tgM3VV0Htd .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-tgM3VV0Htd .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
.cid-tgM3VV0Htd .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-tgM3VV0Htd .card-wrapper .card-title {
  position: relative;
}
.cid-tgM3VV0Htd .card-wrapper .card-title:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-tgM3VV0Htd .card-wrapper:hover .card-title:after {
  width: 100%;
}
.cid-tgM3VV0Htd .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-tgM3VV0Htd .card-title,
.cid-tgM3VV0Htd .main-title {
  color: #149dcc;
}
.cid-tgM3VV0Htd .card-title {
  text-align: center;
  line-height: 2.5rem;
  color: #ccf4e0;
}
.cid-tgM3VV0Htd span {
  color: #000000;
}
.cid-tgM3VV0Htd hr {
  margin: 1rem 0;
  border-color: #aa812d;
  opacity: .80;
}
.cid-tjS2Oipme7 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #dcf8ea;
}
@media (max-width: 767px) {
  .cid-tjS2Oipme7 .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-tjS2Oipme7 h4,
.cid-tjS2Oipme7 h5,
.cid-tjS2Oipme7 p {
  margin-bottom: 0;
}
.cid-tjS2Oipme7 p {
  color: #767676;
}
.cid-tjS2Oipme7 .card-wrapper {
  transition: all 0.3s;
  background-color: #3659b9;
}
.cid-tjS2Oipme7 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-tjS2Oipme7 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
.cid-tjS2Oipme7 .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-tjS2Oipme7 .card-wrapper .card-title {
  position: relative;
}
.cid-tjS2Oipme7 .card-wrapper .card-title:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-tjS2Oipme7 .card-wrapper:hover .card-title:after {
  width: 100%;
}
.cid-tjS2Oipme7 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-tjS2Oipme7 .card-title,
.cid-tjS2Oipme7 .main-title {
  color: #149dcc;
}
.cid-tjS2Oipme7 .card-title {
  text-align: center;
  line-height: 2.5rem;
  color: #ccf4e0;
}
.cid-tjS2Oipme7 span {
  color: #000000;
}
.cid-tjS2Oipme7 hr {
  margin: 1rem 0;
  border-color: #aa812d;
  opacity: .80;
}
.cid-tgMe8ZJzvZ {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #dcf8ea;
}
@media (max-width: 767px) {
  .cid-tgMe8ZJzvZ .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-tgMe8ZJzvZ h4,
.cid-tgMe8ZJzvZ h5,
.cid-tgMe8ZJzvZ p {
  margin-bottom: 0;
}
.cid-tgMe8ZJzvZ p {
  color: #767676;
}
.cid-tgMe8ZJzvZ .card-wrapper {
  transition: all 0.3s;
  background-color: #3659b9;
}
.cid-tgMe8ZJzvZ .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-tgMe8ZJzvZ .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
.cid-tgMe8ZJzvZ .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-tgMe8ZJzvZ .card-wrapper .card-title {
  position: relative;
}
.cid-tgMe8ZJzvZ .card-wrapper .card-title:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-tgMe8ZJzvZ .card-wrapper:hover .card-title:after {
  width: 100%;
}
.cid-tgMe8ZJzvZ .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-tgMe8ZJzvZ .card-title,
.cid-tgMe8ZJzvZ .main-title {
  color: #149dcc;
}
.cid-tgMe8ZJzvZ .card-title {
  text-align: center;
  line-height: 2.5rem;
  color: #ccf4e0;
}
.cid-tgMe8ZJzvZ span {
  color: #000000;
}
.cid-tgMe8ZJzvZ hr {
  margin: 1rem 0;
  border-color: #aa812d;
  opacity: .80;
}
.cid-tpVisWYd4u {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpVisWYd4u img {
  width: 100%;
  object-fit: cover;
}
.cid-tpVisWYd4u .quote {
  color: #333333;
  font-weight: 600;
}
.cid-tpVisWYd4u .img-card {
  justify-content: center;
}
.cid-tpVisWYd4u .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tpVisWYd4u .card-title {
  margin-bottom: 1.2rem;
}
.cid-tpVisWYd4u .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tpVisWYd4u .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tpVisWYd4u .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tpVisWYd4u .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tpVisWYd4u .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tpVisWYd4u b,
.cid-tpVisWYd4u stong {
  font-size: 2.3rem;
}
.cid-tpVisWYd4u i,
.cid-tpVisWYd4u em {
  color: #b20000;
}
.cid-tq6r5Zo8Ot {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #282124;
}
.cid-tq6r5Zo8Ot .container {
  max-width: 1500px;
}
.cid-tq6r5Zo8Ot .row {
  background: #333333;
}
.cid-tq6r5Zo8Ot .img-col {
  padding: 0;
}
.cid-tq6r5Zo8Ot .title-col {
  padding: 4rem 8rem;
}
.cid-tq6r5Zo8Ot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tq6r5Zo8Ot h2 {
  padding: 0;
  margin: 0;
  font-size: 2.5rem;
  color: #abbee6;
}
.cid-tq6r5Zo8Ot .text-wrap {
  margin: auto;
}
.cid-tq6r5Zo8Ot .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-tq6r5Zo8Ot .row {
    margin: 2rem;
  }
  .cid-tq6r5Zo8Ot .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tq6r5Zo8Ot .row {
    margin: 0rem;
  }
  .cid-tq6r5Zo8Ot .title-col {
    padding: 2rem 1rem;
  }
}
.cid-tq6r5Zo8Ot ul,
.cid-tq6r5Zo8Ot li {
  color: #ffffff;
  font-size: 1.8rem;
}
.cid-tgKMo8qWVF {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-tgKMo8qWVF ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tgKMo8qWVF ul li {
  padding: 1rem 0;
}
.cid-tgKMo8qWVF ul li:hover {
  color: #abbee6;
}
.cid-tgKMo8qWVF .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-tgKMo8qWVF .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-tgKMo8qWVF .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-tgKMo8qWVF .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tgKMo8qWVF .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-tgKMo8qWVF .map {
    height: auto;
  }
}
.cid-tgKMo8qWVF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tgKMo8qWVF .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-tgKMo8qWVF .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tgKMo8qWVF .social-list a:hover {
  opacity: 1;
}
.cid-tgKMo8qWVF .row-element,
.cid-tgKMo8qWVF .image-element {
  padding: 0;
}
.cid-tgKMo8qWVF .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tgKMo8qWVF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tgKMo8qWVF .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tgKMo8qWVF .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tgKMo8qWVF .text-content {
    padding: 2rem 1rem;
  }
  .cid-tgKMo8qWVF .underline .line {
    height: 2px;
  }
  .cid-tgKMo8qWVF .mbr-title,
  .cid-tgKMo8qWVF .underline,
  .cid-tgKMo8qWVF .mbr-text,
  .cid-tgKMo8qWVF .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tgKMo8qWVF .mbr-title,
.cid-tgKMo8qWVF .underline {
  color: #ffffff;
}
.cid-tgKMo8qWVF .mbr-text,
.cid-tgKMo8qWVF .mbr-section-btn {
  color: #ffffff;
}
.cid-tgKMo8qWVF mbr-list LI {
  color: #ffffff;
}
.cid-tgKMo8qWVF mbr-list {
  text-align: center;
}
.cid-tgKMo8qWVF .mbr-list,
.cid-tgKMo8qWVF .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RBAB6Mxm {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RBAB6Mxm section {
  position: relative;
}
.cid-u2RBAB6Mxm h4 {
  margin: 0;
}
.cid-u2RBAB6Mxm img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RBAB6Mxm a {
  font-weight: 300;
}
.cid-u2RBAB6Mxm .img1 {
  color: #abbee6;
}
.cid-u2RBAB6Mxm .img2 {
  color: #b3b69e;
}
.cid-u2RBAB6Mxm .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RBAB6Mxm .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RBAB6Mxm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RBAB6Mxm .item,
.cid-u2RBAB6Mxm .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RBAB6Mxm .item h4,
.cid-u2RBAB6Mxm .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RBAB6Mxm .card-img {
  width: auto;
}
.cid-u2RBAB6Mxm .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RBAB6Mxm .item {
    justify-content: center;
  }
}
.cid-u2RBAB6Mxm .item-title {
  color: #c1c1c1;
}
.cid-u2RBAB6Mxm .link-title {
  color: #ffffff;
}
.cid-tgKMocIvnp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-u0qhzCICmj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-u0qhzCICmj .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-u0qhzCICmj .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u0qhzCICmj .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-u0qhzCICmj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u0qhzCICmj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u0qhzCICmj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0qhzCICmj .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-u0qhzCICmj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-u0qhzCICmj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u0qhzCICmj .navbar.collapsed {
  flex-direction: row !important;
}
.cid-u0qhzCICmj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0qhzCICmj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-u0qhzCICmj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u0qhzCICmj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0qhzCICmj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0qhzCICmj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u0qhzCICmj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u0qhzCICmj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-u0qhzCICmj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0qhzCICmj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u0qhzCICmj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u0qhzCICmj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0qhzCICmj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u0qhzCICmj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0qhzCICmj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0qhzCICmj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u0qhzCICmj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u0qhzCICmj .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-u0qhzCICmj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0qhzCICmj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0qhzCICmj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-u0qhzCICmj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u0qhzCICmj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u0qhzCICmj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u0qhzCICmj .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-u0qhzCICmj .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-u0qhzCICmj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0qhzCICmj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0qhzCICmj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0qhzCICmj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0qhzCICmj .dropdown-item.active,
.cid-u0qhzCICmj .dropdown-item:active {
  background-color: transparent;
}
.cid-u0qhzCICmj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0qhzCICmj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0qhzCICmj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0qhzCICmj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-u0qhzCICmj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u0qhzCICmj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0qhzCICmj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u0qhzCICmj .navbar-buttons {
  text-align: center;
}
.cid-u0qhzCICmj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0qhzCICmj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-u0qhzCICmj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0qhzCICmj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0qhzCICmj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0qhzCICmj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0qhzCICmj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0qhzCICmj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0qhzCICmj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0qhzCICmj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0qhzCICmj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0qhzCICmj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-u0qhzCICmj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u0qhzCICmj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u0qhzCICmj .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-u0qhzCICmj .nav-link:hover,
.cid-u0qhzCICmj .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-u0qhzDxKIH {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-south-west-flordia-banner-2-2000x600.jpg");
}
.cid-u0qhzDxKIH .spacr {
  margin-top: 100px;
}
.cid-u0qhzDxKIH h1,
.cid-u0qhzDxKIH p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u0qhzDxKIH h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-u0qhzFjAxf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-u0qhzFjAxf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0qhzFjAxf H2 {
  color: #e9d44e;
}
.cid-u2RIYgr71z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-south-west-flordia-bg-2-2000x600.jpg");
}
.cid-u2RIYgr71z .mbr-text {
  margin: 0;
}
.cid-u2RIYgr71z .text-element {
  padding: 2rem;
  background-color: transparent;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2RIYgr71z .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2RIYgr71z .row-element,
.cid-u2RIYgr71z .image-element {
  padding: 0;
}
.cid-u2RIYgr71z .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2RIYgr71z .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2RIYgr71z .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2RIYgr71z .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2RIYgr71z .carousel-item.active,
.cid-u2RIYgr71z .carousel-item-next,
.cid-u2RIYgr71z .carousel-item-prev {
  display: flex;
}
.cid-u2RIYgr71z .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2RIYgr71z .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #abbee6;
}
.cid-u2RIYgr71z .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-u2RIYgr71z .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2RIYgr71z .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2RIYgr71z .carousel-controls {
    display: block;
  }
  .cid-u2RIYgr71z .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-u2RIYgr71z .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-u2RIYgr71z .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2RIYgr71z .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2RIYgr71z .text-element {
    padding: 1rem;
  }
  .cid-u2RIYgr71z .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2RIYgr71z .image-element {
    min-width: 50%;
  }
  .cid-u2RIYgr71z .media-container-row {
    width: 100%;
  }
}
.cid-u2RIYgr71z .mbr-title,
.cid-u2RIYgr71z .ornament {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u2RIYgr71z .mbr-subtitle {
  color: #e9d44e;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u2RIYgr71z .mbr-text,
.cid-u2RIYgr71z .link {
  color: #ffffff;
}
.cid-u2RIYgr71z hr {
  margin: 1rem 0;
  border-color: #e9d44e;
  opacity: .80;
}
.cid-u2RIYgr71z ul,
.cid-u2RIYgr71z li {
  font-size: 1.4rem;
  text-align: left;
}
.cid-u2RIYgr71z span {
  font-size: 2.5rem;
  color: #e9d44e;
  text-align: left;
}
.cid-u2RIYgr71z h2 {
  font-size: 2.5rem;
}
.cid-u2RIYgr71z i,
.cid-u2RIYgr71z em {
  font-size: 1.5rem;
  font-weight: 600;
}
.cid-u0qhzG1mHs {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0qhzG1mHs .mbr-section-subtitle {
  color: #0d1023;
}
.cid-u0qhzG1mHs b,
.cid-u0qhzG1mHs strong {
  color: #0d1023;
}
.cid-u0qhzG1mHs i,
.cid-u0qhzG1mHs em {
  color: red;
}
.cid-u0qhzG1mHs p {
  color: #ff0000;
  font-family: montserrat;
  font-size: 1.3rem;
  font-weight: 600;
}
.cid-u0qhzGJeIG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-u0qhzGJeIG .line {
  background-color: #e9d44e;
  color: #e9d44e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0qhzGJeIG .section-text {
  padding: 2rem 0;
  font-size: 1.4rem;
}
.cid-u0qhzGJeIG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0qhzGJeIG .inner-container {
    width: 100% !important;
  }
}
.cid-u0qhzHpM1B {
  padding-top: 60px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-u0qhzHpM1B .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-u0qhzHpM1B h4 {
  margin: 0;
}
.cid-u0qhzHpM1B .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-u0qhzHpM1B .plan-body {
  padding-bottom: 2rem;
}
.cid-u0qhzHpM1B .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u0qhzHpM1B .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-u0qhzHpM1B .line2 {
  background: #255085;
}
.cid-u0qhzHpM1B .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-u0qhzHpM1B .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-u0qhzHpM1B .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-u0qhzHpM1B .plan .list-group-item:last-child::after {
  display: none;
}
.cid-u0qhzHpM1B .plan-header,
.cid-u0qhzHpM1B .plan-body {
  background-color: #fff;
}
.cid-u0qhzHpM1B .price-figure {
  font-weight: 700;
}
.cid-u0qhzHpM1B .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-u0qhzHpM1B .price-figure {
    font-size: 4.25rem;
  }
}
.cid-u0qhzHpM1B .color1 {
  color: #255085;
}
.cid-u0qhzHpM1B .color2 {
  color: #6b6d62;
}
.cid-u0qhzHpM1B LI {
  color: #767676;
}
.cid-u0qhzHpM1B .price-term {
  color: #767676;
}
.cid-u0qhzIAtE8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0qhzIAtE8 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0qhzIAtE8 .section-text {
  padding: 2rem 0;
}
.cid-u0qhzIAtE8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0qhzIAtE8 .inner-container {
    width: 100% !important;
  }
}
.cid-u2SvgajN3g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u2SvgajN3g .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u2SvgajN3g .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2SvgajN3g .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2SvgajN3g .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u2SvgajN3g .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3659b9;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #3659b9, #000000) !important;
}
.cid-u2SvgajN3g .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u2SvgajN3g .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u2SvgajN3g .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u2SvgajN3g .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #3659b9 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #3659b9, #000000) !important;
}
.cid-u0qhzJo5qS {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-u0qhzJo5qS ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u0qhzJo5qS ul li {
  padding: 1rem 0;
}
.cid-u0qhzJo5qS ul li:hover {
  color: #abbee6;
}
.cid-u0qhzJo5qS .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-u0qhzJo5qS .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-u0qhzJo5qS .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-u0qhzJo5qS .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u0qhzJo5qS .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-u0qhzJo5qS .map {
    height: auto;
  }
}
.cid-u0qhzJo5qS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-u0qhzJo5qS .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-u0qhzJo5qS .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u0qhzJo5qS .social-list a:hover {
  opacity: 1;
}
.cid-u0qhzJo5qS .row-element,
.cid-u0qhzJo5qS .image-element {
  padding: 0;
}
.cid-u0qhzJo5qS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u0qhzJo5qS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-u0qhzJo5qS .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-u0qhzJo5qS .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u0qhzJo5qS .text-content {
    padding: 2rem 1rem;
  }
  .cid-u0qhzJo5qS .underline .line {
    height: 2px;
  }
  .cid-u0qhzJo5qS .mbr-title,
  .cid-u0qhzJo5qS .underline,
  .cid-u0qhzJo5qS .mbr-text,
  .cid-u0qhzJo5qS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0qhzJo5qS .mbr-title,
.cid-u0qhzJo5qS .underline {
  color: #ffffff;
}
.cid-u0qhzJo5qS .mbr-text,
.cid-u0qhzJo5qS .mbr-section-btn {
  color: #ffffff;
}
.cid-u0qhzJo5qS mbr-list LI {
  color: #ffffff;
}
.cid-u0qhzJo5qS mbr-list {
  text-align: center;
}
.cid-u0qhzJo5qS .mbr-list,
.cid-u0qhzJo5qS .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RCsXiEis {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RCsXiEis section {
  position: relative;
}
.cid-u2RCsXiEis h4 {
  margin: 0;
}
.cid-u2RCsXiEis img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RCsXiEis a {
  font-weight: 300;
}
.cid-u2RCsXiEis .img1 {
  color: #abbee6;
}
.cid-u2RCsXiEis .img2 {
  color: #b3b69e;
}
.cid-u2RCsXiEis .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RCsXiEis .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RCsXiEis .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RCsXiEis .item,
.cid-u2RCsXiEis .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RCsXiEis .item h4,
.cid-u2RCsXiEis .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RCsXiEis .card-img {
  width: auto;
}
.cid-u2RCsXiEis .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RCsXiEis .item {
    justify-content: center;
  }
}
.cid-u2RCsXiEis .item-title {
  color: #c1c1c1;
}
.cid-u2RCsXiEis .link-title {
  color: #ffffff;
}
.cid-u0qhzLiJWp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-u0qhUYhc7Y .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ccf4e0;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-bottom: 8px solid #ffffff;
}
.cid-u0qhUYhc7Y .navbar.opened {
  transition: all .3s;
  background: #ccf4e0 !important;
}
.cid-u0qhUYhc7Y .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u0qhUYhc7Y .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff !important;
}
.cid-u0qhUYhc7Y .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u0qhUYhc7Y .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u0qhUYhc7Y .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0qhUYhc7Y .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-u0qhUYhc7Y .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #abbee6;
}
.cid-u0qhUYhc7Y .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u0qhUYhc7Y .navbar.collapsed {
  flex-direction: row !important;
}
.cid-u0qhUYhc7Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0qhUYhc7Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 81.8vh;
  }
}
.cid-u0qhUYhc7Y .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u0qhUYhc7Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0qhUYhc7Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0qhUYhc7Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u0qhUYhc7Y .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u0qhUYhc7Y .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-u0qhUYhc7Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0qhUYhc7Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u0qhUYhc7Y .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u0qhUYhc7Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0qhUYhc7Y .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u0qhUYhc7Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0qhUYhc7Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0qhUYhc7Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u0qhUYhc7Y .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u0qhUYhc7Y .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-u0qhUYhc7Y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0qhUYhc7Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0qhUYhc7Y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-u0qhUYhc7Y .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u0qhUYhc7Y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u0qhUYhc7Y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u0qhUYhc7Y .navbar.navbar-short {
  background: #ccf4e0 !important;
  min-height: 60px;
}
.cid-u0qhUYhc7Y .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-u0qhUYhc7Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0qhUYhc7Y .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0qhUYhc7Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0qhUYhc7Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0qhUYhc7Y .dropdown-item.active,
.cid-u0qhUYhc7Y .dropdown-item:active {
  background-color: transparent;
}
.cid-u0qhUYhc7Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0qhUYhc7Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0qhUYhc7Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0qhUYhc7Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ccf4e0;
}
.cid-u0qhUYhc7Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u0qhUYhc7Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0qhUYhc7Y ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u0qhUYhc7Y .navbar-buttons {
  text-align: center;
}
.cid-u0qhUYhc7Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0qhUYhc7Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0d1023;
}
.cid-u0qhUYhc7Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0qhUYhc7Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0qhUYhc7Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0qhUYhc7Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0qhUYhc7Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0qhUYhc7Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0qhUYhc7Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0qhUYhc7Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0qhUYhc7Y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0qhUYhc7Y a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-u0qhUYhc7Y .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u0qhUYhc7Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u0qhUYhc7Y .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-u0qhUYhc7Y .nav-link:hover,
.cid-u0qhUYhc7Y .dropdown-item:hover {
  color: #6b6d62 !important;
}
.cid-u0qhUZ4LmS {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/harvester-fishing-charters-llc-south-west-flordia-buy-banner-2000x600.jpg");
}
.cid-u0qhUZ4LmS .spacr {
  margin-top: 100px;
}
.cid-u0qhUZ4LmS h1,
.cid-u0qhUZ4LmS p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u0qhUZ4LmS h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.cid-u0qhUZPney {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
.cid-u0qhUZPney .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0qhUZPney H2 {
  color: #e9d44e;
}
.cid-u0qhV0tKOy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u0qhV0tKOy .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0qhV0tKOy .section-text {
  padding: 2rem 0;
}
.cid-u0qhV0tKOy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0qhV0tKOy .inner-container {
    width: 100% !important;
  }
}
#RS5STARContactForm-8o h3 {
  font-size: 46px;
}
#RS5STARContactForm-8o small {
  font-size: 20px;
}
#RS5STARContactForm-8o button {
  color: #0d1023;
  font-family: "montserrat";
}
#RS5STARContactForm-8o #dropdwn {
  padding: 0.8em .5em !important;
}
#RS5STARContactForm-8o input {
  background-color: #abbee6;
  border: 1px solid #0d1023;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-8o select {
  background-color: #abbee6;
  border: 1px solid #0d1023;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-8o textarea {
  border: 1px solid #0d1023;
  background-color: #abbee6;
  color: #ffffff;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#RS5STARContactForm-8o input:hover,
#RS5STARContactForm-8o textarea:hover,
#RS5STARContactForm-8o input:focus,
#RS5STARContactForm-8o textarea:focus {
  border-color: 1px solid #262626;
  font-weight: 600;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
}
#RS5STARContactForm-8o .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-8o .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-8o .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-8o .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-8o .form-check-input {
  margin-left: 2.25rem;
}
#RS5STARContactForm-8o #genderRadio1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-8o #genderRadio2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-8o #genderRadio3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-8o #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-8o #optcheck1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-8o #optcheck2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-8o #optcheck3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-8o #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-8o #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-8o #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-8o #sendbutton {
  text-align: left;
}
#RS5STARContactForm-8o .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS5STARContactForm-8o .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-8o .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-8o .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-8o .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-8o .form-check-input {
    margin-left: 1.25rem;
  }
  #RS5STARContactForm-8o #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-8o #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-8o #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-8o #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-8o #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-8o #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-8o #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS5STARContactForm-8o #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-8o #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-8o #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS5STARContactForm-8o #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-8o #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-8o #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-8o #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-8o #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-8o #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-8o #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-8o #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-8o #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-8o #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-8o #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-8o #optcheck3 {
    margin-left: -0.5rem;
  }
}
.cid-u2SPH34jIg {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-u2SPH34jIg ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u2SPH34jIg ul li {
  padding: 1rem 0;
}
.cid-u2SPH34jIg ul li:hover {
  color: #abbee6;
}
.cid-u2SPH34jIg .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-u2SPH34jIg .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-u2SPH34jIg .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-u2SPH34jIg .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2SPH34jIg .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-u2SPH34jIg .map {
    height: auto;
  }
}
.cid-u2SPH34jIg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-u2SPH34jIg .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-u2SPH34jIg .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u2SPH34jIg .social-list a:hover {
  opacity: 1;
}
.cid-u2SPH34jIg .row-element,
.cid-u2SPH34jIg .image-element {
  padding: 0;
}
.cid-u2SPH34jIg .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u2SPH34jIg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #abbee6, #e9d44e);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-u2SPH34jIg .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-u2SPH34jIg .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u2SPH34jIg .text-content {
    padding: 2rem 1rem;
  }
  .cid-u2SPH34jIg .underline .line {
    height: 2px;
  }
  .cid-u2SPH34jIg .mbr-title,
  .cid-u2SPH34jIg .underline,
  .cid-u2SPH34jIg .mbr-text,
  .cid-u2SPH34jIg .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u2SPH34jIg .mbr-title,
.cid-u2SPH34jIg .underline {
  color: #ffffff;
}
.cid-u2SPH34jIg .mbr-text,
.cid-u2SPH34jIg .mbr-section-btn {
  color: #ffffff;
}
.cid-u2SPH34jIg mbr-list LI {
  color: #ffffff;
}
.cid-u2SPH34jIg mbr-list {
  text-align: center;
}
.cid-u2SPH34jIg .mbr-list,
.cid-u2SPH34jIg .social-list mbr-list {
  color: #ffffff;
}
.cid-u2RCWTHH6N {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #6b6d62;
}
.cid-u2RCWTHH6N section {
  position: relative;
}
.cid-u2RCWTHH6N h4 {
  margin: 0;
}
.cid-u2RCWTHH6N img {
  height: 200px;
  padding-right: 8px;
}
.cid-u2RCWTHH6N a {
  font-weight: 300;
}
.cid-u2RCWTHH6N .img1 {
  color: #abbee6;
}
.cid-u2RCWTHH6N .img2 {
  color: #b3b69e;
}
.cid-u2RCWTHH6N .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e9d44e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u2RCWTHH6N .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2RCWTHH6N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2RCWTHH6N .item,
.cid-u2RCWTHH6N .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-u2RCWTHH6N .item h4,
.cid-u2RCWTHH6N .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2RCWTHH6N .card-img {
  width: auto;
}
.cid-u2RCWTHH6N .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-u2RCWTHH6N .item {
    justify-content: center;
  }
}
.cid-u2RCWTHH6N .item-title {
  color: #c1c1c1;
}
.cid-u2RCWTHH6N .link-title {
  color: #ffffff;
}
.cid-u0qhV3oUt7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d1023;
}
