/**
 * -----------------------------------------------------------------------------
 * New Colors - Source: Figma (these names will not change in Figma as they come
 * from the Figma library, we should standardize around them).
 * -----------------------------------------------------------------------------
 */
/* Custom breakpoints for mobile carousel */
/* Navy icons */
.block-navycom-lets-talk-block {
  position: relative;
  background-color: #000;
  margin: 0;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 10rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
@media (min-width: 768px) {
  .block-navycom-lets-talk-block {
    padding-bottom: 15rem;
  }
}
.block-navycom-lets-talk-block::before {
  background: url(../../assets/images/waves.svg) repeat 0 0;
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  height: 100vh;
  width: 100%;
}

.navycom-lets-talk-block {
  text-align: center;
}
@media (min-width: 992px) {
  .navycom-lets-talk-block {
    background-size: cover;
  }
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
      .navycom-lets-talk-block {
        background-size: cover;
      }
    }
  }
}
.navycom-lets-talk-block .lets-talk-content .lets-talk-title {
  font-family: "Liberator-Light", Helvetica, sans-serif;
  font-size: 50px;
  font-size: 5rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 50px;
  margin-left: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .navycom-lets-talk-block .lets-talk-content .lets-talk-title {
    margin-left: 0;
    line-height: 72px;
  }
}
.navycom-lets-talk-block .lets-talk-content .lets-talk-description-text p {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 30px;
  padding: 0 1.6rem;
}
@media (min-width: 768px) {
  .navycom-lets-talk-block .lets-talk-content .lets-talk-description-text p {
    margin-left: 0;
    margin-top: 20px;
  }
}
.navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links {
  margin-top: 2.5rem;
  margin-right: 3px;
  margin-left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.8;
}
.navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square:hover {
  opacity: 1;
}
.navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 160px;
  padding: 0;
  margin: 0;
  background: url("../../assets/images/contact-glow-box-mobile-v1.svg") center center no-repeat;
  background-size: 390px 160px;
  font-family: "Liberator-Light", Helvetica, sans-serif;
}
@media (min-width: 375px) {
  .navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link {
    background-size: 390px 180px;
    width: auto;
    height: 180px;
  }
}
@media (min-width: 411px) {
  .navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link {
    background-size: 390px 220px;
    width: auto;
    height: 195px;
  }
}
@media (min-width: 768px) {
  .navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link {
    background: url("../../assets/images/contact-glow-box-desktop.svg") center center no-repeat;
    background-size: 240px;
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link {
    background-size: 310px;
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link {
    width: 370px;
    height: 370px;
    background-size: auto;
  }
}
.navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link a {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
.navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link a:before {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link a h4 {
  font-family: "Liberator-Light", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1.2px;
}
@media (min-width: 360px) {
  .navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link a h4 {
    line-height: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link a.lets-talk-chat:before {
  background: url(../../assets/images/icon-chat.svg) center center no-repeat;
}
.navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link a.lets-talk-local:before {
  background: url(../../assets/images/icon-place.svg) center center no-repeat;
}
.navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link a.lets-talk-email:before {
  background: url("../../assets/images/mail.svg") center center no-repeat;
}
.navycom-lets-talk-block .lets-talk-content .lets-talk-icon-links .lets-talk-square .lets-talk-link a.lets-talk-contact:before {
  background: url(../../assets/images/icon-phone.svg) center center no-repeat;
}