body {
  padding-top: 0 !important;
}
nav {
  display: none !important;
}
.preloader {
  display: none;
}
.gs-header__bottom {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}
#flex-template h2 {
  /*color: #002B49;*/
  font-family: Montserrat, sans-serif;
}
#flex-template p,
ul {
  color: #696969;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
}
#flex-template .super-title {
  text-transform: uppercase;
  font-size: 3.25em;
  font-weight: 700;
  color: #002b49;
}

img.white-logo {
  width: 25vw;
}

.mob-pad p {
  font-size: 12px;
}

h2.bottom-border:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10%;
  padding-top: 5px;
  border-bottom: 2px solid #002b49;
}

.addpad {
  padding: 30px 0px;
}

.form-desc {
  font-size: 1.5em;
}

#vt-custom-form .hs-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  margin-top: 13px;
}

#vt-custom-form .hs-button {
  background: #002b49;
  -webkit-box-shadow: 0px 10px 11px #00000060;
  box-shadow: 0px 10px 11px #00000060;
  width: 100%;
  padding: 13px;
  border: 0;
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.vt-btn-container {
  width: 50%;
  margin-top: 22px;
}

.sliver-btn {
  color: #ffffff;
  background-color: #002b49;
  line-height: 1.2;
  padding: 20px 0px;
  text-align: center;
  font-size: 1.6em;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.white-btn {
  color: #002b49;
  background-color: #fff;
  line-height: 1.2;
  padding: 20px 0px;
  text-align: center;
  font-size: 1.6em;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.event-title-text {
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  color: #002b49;
  padding-bottom: 0;
}

.embed-container {
  padding: 30px 0px;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 1199px) {
  .hero-main-section {
    max-height: 45vw;
  }
}

@media (max-width: 1199px) {
}

.hero-main-section h2 {
  margin-top: var(--space-x-large);
}

#flex-template .hero-main-section .row {
  height: 100%;
}

#flex-template .hero-main-section {
  height: 47vw;
  display: grid;
  background-size: cover;
  background-repeat: no-repeat;
}

#gateway .hero-main-section .main-title {
  align-self: center;
  display: grid;
  margin-left: 10vw;
  max-width: 690px;
}

#gateway .hero-main-section .main-title h3 {
  font-size: 4em;
}
#gateway .hero-main-section .main-title p {
  font-size: 2em;
  max-width: 470px;
}

@media screen and (min-width: 0px) and (max-width: 414px) {
}

@media screen and (min-width: 0px) and (max-width: 414px) {
  #flex-template .hero-main-section {
    background-position: top;
    background-size: cover;
    /*height: 34vh;*/
  }
  #flex-template header {
    padding: 2% 5% !important;
  }
  #flex-template .hero-text {
    width: 95% !important;
    top: 100% !important;
    left: unset !important;
    padding-left: 20px;
    padding-top: 15px;
  }
  /*#flex-template .hero-main-section .hero-text h2, p {*/
  /*    color: #fff !important;*/
  /*}*/
  /*#flex-template #gallery {*/
  /*    margin-top: 230px;*/
  /*}*/
  #flex-template .gallery-container {
    grid-template-columns: auto !important;
    grid-template-areas: unset !important;
  }
  .inner-content {
    margin: 0px !important;
    padding-top: 30px;
  }
  button.read_more {
    top: 92% !important;
    margin-left: 0px !important;
  }
  .hub-form {
    margin: 30px 0px;
  }
  .img-overlay2 {
    width: 91.5% !important;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
}

#flex-template header {
  background: transparent;
  position: absolute;
  width: 100%;
  padding: 2% 4%;
}

#flex-template .left-side {
  width: 50%;
}
#flex-template .right-side {
  float: right;
  width: 50%;
  text-align: right;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 30px;
}
#flex-template .foobox-section {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-column-gap: 10px;
  margin: 20px 0px;
  max-width: 100%;
}
#flex-template .foobox-section img {
  max-width: 19vw;
}
/* Gallery lightbox CSS */
img#Gallery-image {
  width: 100%;
}
#flex-template .gallery-container {
  /*display: grid;*/
  grid-template-columns: auto auto auto auto auto;
  grid-template-rows: 1fr;
  grid-template-areas: "gallery1 gallery2 gallery3 gallery4";
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  list-style-type: none;
}

.gallery1 {
  grid-area: gallery1;
}

.gallery2 {
  grid-area: gallery2;
}

.gallery3 {
  grid-area: gallery3;
}

.gallery4 {
  grid-area: gallery4;
}

.img-wrapper img {
  width: 100%;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay2 {
  background: rgba(0, 0, 0, 0.7);
  width: 94.5%;
  height: 94.5%;
  position: absolute;
  opacity: 0.7;
}
.img-overlay3 {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  /* Removes blue highlight */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  img {
    margin: 0;
    width: 80%;
    min-width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;

    @media screen and (min-width: 768px) {
      width: 60%;
      min-width: 60%;
    }

    @media screen and (min-width: 1200px) {
      width: 38%;
      min-width: 38%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;

  & :hover {
    opacity: 0.7;
  }
}
/* End Gallery Lightbox CSS */
/*.inner-content {*/
/*    margin: 100px 0px;*/
/*}*/
.inner-content p {
  color: #696969 !important;
}
.inner-content hr {
  border-color: #f7e353;
}
.info-text {
  color: #696969;
}

#flex-template .hbspt-form {
  text-align: center;
}
#flex-template input,
textarea {
  width: 100%;
  border: none;
  padding: 5px;
}
span.hs-form-required {
  display: none;
}
#flex-template .hbspt-form .hs-fieldtype-textarea {
  position: unset;
  width: 100%;
  margin-top: 0px;
}
#flex-template .hbspt-form .hs_submit {
  right: -25%;
  margin-top: 20px;
}

#flex-template .hbspt-form .hs_submit input[type="submit"] {
  background-color: #002b49 !important;
  color: #fff !important;
  border: unset !important;
}
#flex-template .video-section {
  margin: 50px 0px;
}
#flex-template iframe {
  width: 100%;
  /*height: 70%;*/
}
#flex-template .market-grid img {
  width: 100%;
  height: 360px;
}
img.blogimg {
  height: auto !important;
}
#flex-template .left-market {
  margin-bottom: 20px;
}
.left-market h3 {
  left: 0;
  position: absolute;
  text-align: center;
  top: 39%;
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px #000;
}
.blog-section {
  margin: 50px 0px;
}
.blog-section h3 {
  position: absolute;
  top: 45%;
  left: 29%;
  color: #fff;
  text-shadow: 1px 1px #000;
}
#hidereadmore {
  display: none;
}
button.read_more {
  border: none;
  background: none;
  color: #002b49;
  font-weight: 600;
  /*position: relative;*/
  /*top: 60px;*/
  /*margin-left: 20px;*/
}
/* modal styling */

#flex-modal {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  padding-top: 8vh;
}

#flex-modal .modal-dialog {
  margin: auto;
  width: 100%;
  max-width: 750px;
}

#flex-modal .modal-content {
  width: 100%;
  padding: 30px;
}

#flex-modal h5 {
  margin-top: 3vh;
}

#flex-modal p {
  font-size: 22px;
}

#flex-modal .modal-header {
  padding: 0 10px;
  border-bottom: none;
}

#flex-modal .modal-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: rgb(0, 44, 73);
  text-align: center;
}

#flex-modal .modal-body {
  max-height: 85vh;
  overflow-y: auto;
}

#flex-modal input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #00000033;
  border-radius: 0;
}

input#current_model-efac0cf9-ca9b-4d9f-a0f0-d6c4230e4589,
#flex-modal #zip-efac0cf9-ca9b-4d9f-a0f0-d6c4230e4589 {
  margin-top: 13px;
  height: 40px;
  color: #000000;
  width: 100%;
  background-color: #ffffff;
  background-image: none;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
}

#flex-modal #where_do_you_do_your_boating-efac0cf9-ca9b-4d9f-a0f0-d6c4230e4589 {
  width: 100%;
}

#flex-modal textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}

#flex-modal .hs-button.primary.large {
  border: none;
}

#flex-modal .hs-button.primary.large:hover {
  background-color: #002c49;
  color: white;
}

label.hs-error-msg {
  font-size: 12px;
  color: red;
  list-style: none;
}
/* modal styling ends here */

@media screen and (max-width: 1550px) {
  #flex-template .hero-main-section {
    height: 56vh;
    max-height: unset;
  }
}

@media screen and (max-width: 1400px) {
  #flex-template .hero-main-section {
    height: 62vh;
  }
}

@media screen and (max-width: 1300px) {
  #flex-template .hero-text {
    position: inherit !important;
    padding: 65px 20px;
    width: 100% !important;
  }
  #flex-template .hero-main-section {
    height: auto;
  }
  #flex-template .hero-text p {
    width: auto !important;
  }
  .blog-section h3 {
    position: relative;
    top: auto;
    left: auto;
    color: #fff;
    text-shadow: none;
    padding: 10px;
  }
  #flex-modal textarea {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #flex-template .hero-text p {
    font-size: 14px !important;
  }
}

.page-template-galati-flex-landing-page-template
  .modal-content
  .modal-body
  .hbspt-form {
}
.page-template-galati-flex-landing-page-template
  .modal-content
  .modal-body
  .hbspt-form
  .hs_info_request
  > label
  > span {
  display: none;
}
.page-template-galati-flex-landing-page-template
  .modal-content
  .modal-body
  .hbspt-form
  .input
  ul
  li.hs-form-checkbox
  label
  > span {
  font-size: 12px;
}
.page-template-galati-flex-landing-page-template
  .modal-content
  .modal-body
  .hbspt-form
  select {
  width: 100%;
}
.page-template-galati-flex-landing-page-template
  .modal-content
  .modal-body
  .hbspt-form
  .hs-fieldtype-checkbox {
  margin-top: var(--space-large);
}
.page-template-galati-flex-landing-page-template
  .modal-content
  .modal-body
  .hbspt-form
  .hs_submit
  .actions
  input[type="submit"] {
  background-color: #5daad5;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 320px !important;
}
.page-template-galati-flex-landing-page-template
  .modal-content
  .modal-body
  .hbspt-form
  .hs_submit
  .actions
  input[type="submit"]:hover {
  background-color: #002b49;
}

.page-template-galati-flex-landing-page-template .inner-content .hub-form h4 {
  color: #002b49;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.page-template-galati-flex-landing-page-template
  .inner-content
  .hub-form
  .hs-fieldtype-checkbox {
  margin-top: var(--space-large);
}

.page-template-galati-flex-landing-page-template
  .inner-content
  .hub-form
  .input
  ul
  li.hs-form-checkbox
  label
  > span {
  font-size: 12px;
}

.page-template-galati-flex-landing-page-template
  .inner-content
  .hub-form
  select {
  width: 100%;
}

.page-template-galati-flex-landing-page-template
  .inner-content
  .hub-form
  textarea {
  height: 100px;
}

.page-template-galati-flex-landing-page-template
  #flex-template
  .inner-content
  .hub-form
  .hs_submit
  .actions
  input[type="submit"] {
  background-color: #5daad5 !important;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 320px !important;
}
.page-template-galati-flex-landing-page-template
  #flex-template
  .inner-content
  .hub-form
  .hs_submit
  .actions
  input[type="submit"]:hover {
  background-color: #002b49 !important;
}

.page-template-galati-flex-landing-page-template
  #flex-template
  .inner-content
  .col-md-4 {
  display: none;
}

@media screen and (min-width: 540px) {
  .page-template-galati-flex-landing-page-template
    .modal-content
    .modal-body
    .hbspt-form
    .input
    ul
    li.hs-form-checkbox
    label
    > span,
  .page-template-galati-flex-landing-page-template
    .inner-content
    .hub-form
    .input
    ul
    li.hs-form-checkbox
    label
    > span {
    font-size: 16px;
  }
  #flex-modal .modal-title {
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) {
  .page-template-galati-flex-landing-page-template
    #flex-template
    .inner-content
    .col-md-4 {
    display: block;
  }
  .mobile-hubspot-form {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .hero-main-section h2 {
    margin-top: var(--space-large);
  }
}
