@import url("https://fonts.googleapis.com/css?family=Exo+2|Roboto&display=swap");
.w-60 {
  width: 60% !important;
}

.content-cover {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
}

.fillContainer {
  height: 100%;
  width: 100%;
}

.vert-center-content {
  display: flex;
  align-items: center;
}

.horizontal-center-content {
  justify-content: center;
}

.clear-both {
  clear: both;
}

.overflow-hidden {
  overflow: hidden;
}

.img-fluid {
  width: 100%;
}

.hidden {
  display: none;
}

@media (max-width: 768px) {
  .removable-image {
    display: none;
  }

  .w-60, .w-50 {
    width: 100% !important;
  }
}
#gld-promo-wrapper .container-fluid {
  height: calc(100vh - 7px);
}
#gld-promo-wrapper .banner video {
  height: 100%;
}
#gld-promo-wrapper .hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: whitesmoke;
  padding-bottom: 10%;
  background: rgba(0, 45, 89, 0.45);
}
#gld-promo-wrapper .hero p:last-child {
  position: relative;
}
#gld-promo-wrapper .hero p:last-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 75px;
  background-color: white;
  left: 50%;
  bottom: -500%;
}
#gld-promo-wrapper p {
  line-height: normal;
}
#gld-promo-wrapper a.disabled {
  pointer-events: none;
  text-decoration: line-through;
  color: #858282;
}
#gld-promo-wrapper a.disabled:hover, #gld-promo-wrapper a.disabled:focus {
  color: #858282;
}

.circle {
  position: absolute;
  width: 25%;
  min-width: 300px;
}
.circle circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.circle line {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.circle.circle-centered {
  left: 50%;
  transform: translateX(-50%);
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.animated.dash {
  animation: dash 1.5s 0.2s ease-in-out forwards;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.animated.draw {
  animation: drawLine 0.75s ease-in-out forwards;
}

#gld-map-sched-section {
  background: whitesmoke;
  background-size: cover;
  border-bottom: 20px solid #6399b7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 220px;
}
#gld-map-sched-section .circle {
  top: -25vw;
  width: 25%;
  min-width: 300px;
}
@media only screen and (min-width: 576px) {
  #gld-map-sched-section .circle {
    top: -15vw;
  }
}
#gld-map-sched-section #map-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: url("../../assets/images/promotional/GLD-map-01.svg");
  background-size: 250%;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  #gld-map-sched-section #map-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
#gld-map-sched-section .container {
  position: relative;
  z-index: 2;
}
#gld-map-sched-section .call-to-action-btn {
  margin: 0 auto;
}
#gld-map-sched-section ul {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
#gld-map-sched-section ul li {
  display: inline-block;
  width: 350px;
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}
#gld-map-sched-section ul li:first-of-type span {
  position: relative;
  z-index: 3;
}
#gld-map-sched-section ul li:first-of-type:before {
  content: "";
  position: absolute;
  background-color: #65919b;
  width: 1px;
  height: 530%;
  left: 25px;
  top: 0;
}
#gld-map-sched-section ul li h4 {
  margin-top: 0.5rem;
}
#gld-map-sched-section ul li .address {
  font-size: 0.9rem;
  margin: 0;
  margin-bottom: 0.2rem;
}
#gld-map-sched-section ul li:nth-child(4) span {
  margin-bottom: 4.5rem;
}
#gld-map-sched-section ul h3 {
  color: #002d59;
}
#gld-map-sched-section ul p {
  margin-bottom: 0;
}
#gld-map-sched-section ul span {
  float: left;
  margin-bottom: 11.5rem;
  font-size: 2rem;
  height: 50px;
  width: 50px;
  color: #3a4460;
  border: 1px solid #65919b;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gld-map-sched-section ul .extra-m {
  margin-bottom: 15.5rem;
}
#gld-map-sched-section ul #mobile-ship {
  position: absolute;
  width: 20px;
  top: -13px;
  left: calc(50% - 190px);
}
#gld-map-sched-section #desktop-sched ul {
  flex-direction: row;
  position: relative;
}
#gld-map-sched-section #desktop-sched ul li {
  min-width: 160px;
  min-height: 71px;
  padding-right: 0.5rem;
  position: relative;
}
#gld-map-sched-section #desktop-sched ul li span {
  position: absolute;
  bottom: -55px;
  margin-bottom: 0;
  transition: transform 0.2s;
}
#gld-map-sched-section #desktop-sched ul li h3 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
#gld-map-sched-section #desktop-sched ul li .address {
  font-size: 0.8rem;
}
#gld-map-sched-section #desktop-sched ul li p {
  font-size: 0.8rem;
}
#gld-map-sched-section #desktop-sched ul li:first-of-type:before {
  display: none;
}
#gld-map-sched-section #desktop-sched ul li .sched-info {
  position: absolute;
  top: 137px;
  opacity: 0;
  transition: opacity 0.2s;
  padding: 1rem;
  width: 120%;
}
#gld-map-sched-section #desktop-sched ul li .sched-info h4 {
  margin-top: 0 !important;
}
#gld-map-sched-section #desktop-sched ul li .sched-info p {
  font-size: 1rem;
}
#gld-map-sched-section #desktop-sched ul li:last-child .sched-info {
  left: -50px;
}
#gld-map-sched-section #desktop-sched ul li:hover .sched-info, #gld-map-sched-section #desktop-sched ul li:focus .sched-info {
  opacity: 1;
}
#gld-map-sched-section #desktop-sched ul li:hover span, #gld-map-sched-section #desktop-sched ul li:focus span {
  transform: scale(1.1);
}
#gld-map-sched-section #desktop-sched ul:before {
  content: "";
  position: absolute;
  width: 88%;
  height: 1px;
  left: 10px;
  bottom: -15px;
  background-color: #65919b;
}
@media only screen and (min-width: 1200px) {
  #gld-map-sched-section #desktop-sched ul li {
    min-width: 200px;
    min-height: 87px;
  }
  #gld-map-sched-section #desktop-sched ul h3 {
    font-size: 1.5rem !important;
  }
  #gld-map-sched-section #desktop-sched ul .address {
    font-size: 0.9rem !important;
  }
  #gld-map-sched-section #desktop-sched ul p {
    font-size: 1rem !important;
  }
  #gld-map-sched-section #desktop-sched ul .sched-info {
    top: 155px !important;
  }
}
#gld-map-sched-section #ship-container {
  position: absolute;
  bottom: -16px;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#gld-map-sched-section #ship-container .ship {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#gld-map-sched-section #ship-container img {
  width: 250px;
  animation: ship 10s linear infinite;
}
#gld-map-sched-section #ship-container hr {
  margin: 0.5rem auto;
  width: 100px;
  border-top: 1px solid #91b2bc;
}
#gld-map-sched-section #ship-container .card {
  border-bottom: 10px solid #f1b331;
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem;
}
#gld-map-sched-section #ship-container .card p {
  margin-bottom: 0.25rem;
}
#gld-map-sched-section #ship-container .card #location-text {
  font-weight: 800;
  font-size: 1.3rem;
}
#gld-map-sched-section #ship-container .card #location-time {
  font-weight: 800;
}
#gld-map-sched-section #ship-container .card .location-label {
  text-transform: uppercase;
  color: #40739e;
}
#gld-map-sched-section #ship-container .card:after {
  content: "";
  position: absolute;
  border: 30px solid transparent;
  border-top: 30px solid #f1b331;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  #gld-map-sched-section #ship-container {
    max-width: 960px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  #gld-map-sched-section #ship-container .ship {
    position: absolute;
    left: -30px;
    bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #gld-map-sched-section #ship-container {
    max-width: 1140px;
  }
}

@keyframes ship {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(1px, -3px) rotate(-1deg);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  75% {
    transform: translate(-1px, 3px) rotate(1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
#gld-sailor-banner {
  background: url("../../assets/images/promotional/sailor-banner-lines.svg"), #00203a;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#gld-sailor-banner h3 strong {
  text-transform: uppercase;
}
#gld-sailor-banner .text-content {
  position: relative;
  z-index: 3;
}
#gld-sailor-banner .text-content img {
  position: absolute;
  width: 220px;
  right: 0;
  bottom: -4px;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  #gld-sailor-banner .text-content img {
    right: 15%;
  }
}
#gld-sailor-banner .text-content p {
  max-width: 550px;
}
#gld-sailor-banner .text-content p b {
  font-family: "Exo 2", sans-serif;
  font-size: 1.2rem;
}
#gld-sailor-banner button {
  background-color: transparent;
  border: 0;
  color: #6298ff;
  font-weight: 600;
  padding: 0;
}
#gld-sailor-banner button:hover, #gld-sailor-banner button:focus {
  color: #f1b331;
}
#gld-sailor-banner a:hover, #gld-sailor-banner a:focus {
  color: #f1b331;
}
#gld-sailor-banner #sailor-pic {
  max-height: 8rem;
  position: relative;
  left: -40%;
  opacity: 0.75;
}
@media only screen and (min-width: 992px) {
  #gld-sailor-banner #sailor-pic {
    left: 0;
  }
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  border-bottom: 1px solid #333333;
}

.modal-body {
  padding: 0;
}

.modal-footer {
  border-top: 1px solid #333333;
}

.close {
  color: whitesmoke;
}

#sfad-modal .modal-body {
  padding: 1rem;
}
#sfad-modal ul {
  list-style: none;
  margin: 0;
}
#sfad-modal ul li {
  margin: 0.5rem;
}
#sfad-modal ul a {
  padding: 0.5rem 0;
  display: inline-block;
  font-size: 1.1rem;
}
#sfad-modal ul a:hover, #sfad-modal ul a:focus {
  color: #f1b331;
}
#sfad-modal ul a strong {
  font-size: 1.3rem;
}

#gld-video-section {
  background-color: #002d59;
  color: whitesmoke;
}
#gld-video-section h2 {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.65rem;
}
#gld-video-section h2 .circle {
  min-width: 370px;
  top: -110px;
}
@media only screen and (min-width: 768px) {
  #gld-video-section h2 .circle {
    min-width: 400px;
    top: -130px;
  }
}
@media only screen and (min-width: 768px) {
  #gld-video-section h2 {
    font-size: 2.9rem;
  }
}
#gld-video-section article {
  overflow: hidden;
}
#gld-video-section article img {
  padding: 2rem;
  position: relative;
  z-index: 1;
}
#gld-video-section article svg.circle {
  position: absolute;
  left: -10%;
  top: -10%;
  z-index: 0;
}
@media (max-width: 576px) {
  #gld-video-section article svg.circle {
    padding: 3rem;
    left: -15%;
    top: -15%;
  }
}
#gld-video-section article button.round-btn {
  position: absolute;
  z-index: 2;
  right: 10%;
  bottom: 30px;
  border: none;
  height: 100px;
  width: 100px;
  background-color: #e2e2e5;
  border-radius: 50%;
  font-size: 2.7rem;
  padding-left: 15px;
  padding-top: 7px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s;
}
#gld-video-section article button.round-btn span {
  position: absolute;
  left: -39px;
  top: -41px;
  width: 178%;
}
#gld-video-section article button.round-btn span svg:not(.fa-play) {
  transform: rotate(-15deg);
  width: 100%;
  transition: transform 0.3s;
}
#gld-video-section article button.round-btn span svg:not(.fa-play) path {
  fill: transparent;
}
#gld-video-section article button.round-btn span svg:not(.fa-play) text {
  fill: whitesmoke;
  font-size: 3rem;
}
#gld-video-section article button.round-btn:hover, #gld-video-section article button.round-btn:focus {
  transform: scale(1.05);
}
#gld-video-section article button.round-btn:hover svg:not(.fa-play), #gld-video-section article button.round-btn:focus svg:not(.fa-play) {
  transform: rotate(-30deg);
}
@media (min-width: 768px) and (max-width: 992px) {
  #gld-video-section article button.round-btn {
    bottom: auto;
    top: 220px;
  }
}
#gld-video-section article blockquote {
  position: relative;
  z-index: 1;
}
#gld-video-section article blockquote p {
  font-style: italic;
  font-size: 1.8rem;
  position: relative;
}
#gld-video-section article blockquote p:before {
  content: url("../../assets/images/promotional/quote-08.png");
  position: absolute;
  z-index: -1;
  top: -27%;
  left: -10%;
  width: 40%;
}
#gld-video-section article blockquote cite {
  font-style: normal;
  font-size: 1rem;
  color: #999999;
  position: relative;
  margin-left: 50px;
  text-transform: uppercase;
}
#gld-video-section article blockquote cite:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  left: -50px;
  top: 9px;
  background-color: #999;
}
@media (min-width: 768px) and (max-width: 992px) {
  #gld-video-section article blockquote p:before {
    top: -10%;
  }
}
#gld-video-section article h3 {
  color: #27ffd5;
}
#gld-video-section article .modal-content {
  border-radius: 0;
}
#gld-video-section article .modal-header {
  border-bottom: 1px solid #333333;
}
#gld-video-section article .modal-body {
  padding: 0;
}
#gld-video-section article .modal-footer {
  border-top: 1px solid #333333;
}
#gld-video-section article .close {
  color: whitesmoke;
}
#gld-video-section article figure {
  margin-bottom: 0;
}
#gld-video-section article figure video {
  background-color: black;
}
#gld-video-section article figure summary {
  background-color: #1a1a1a;
}
#gld-video-section article figure .transcript-body {
  max-height: 400px;
  overflow-x: scroll;
  padding: 1rem;
}
#gld-video-section article.article-right {
  text-align: right;
  background-color: #001d3f;
  position: relative;
  padding: 8rem 0 6rem 0;
}
#gld-video-section article.article-right svg.circle {
  position: absolute;
  left: auto;
  right: -17%;
  top: -10%;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  #gld-video-section article.article-right blockquote p:before {
    left: 0;
  }
}
#gld-video-section article.article-right details {
  text-align: left;
}
#gld-video-section article.article-right .angle-bg {
  height: 150px;
  width: 100%;
  position: absolute;
  z-index: 0;
}
#gld-video-section article.article-right .angle-bg:first-of-type {
  top: 0;
  left: 0;
}
#gld-video-section article.article-right .angle-bg:last-of-type {
  bottom: -1px;
  left: 0;
}

@media (max-width: 992px) and (orientation: landscape) {
  #gld-about-section {
    height: 200vh;
  }
}
#gld-about-section img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#gld-about-section .ie-flag {
  position: absolute;
  bottom: 0;
  right: 0 !important;
}
@media only screen and (min-width: 768px) {
  #gld-about-section .ie-flag {
    right: 2rem;
  }
}
#gld-about-section .container .row {
  margin-bottom: 2rem;
}
#gld-about-section .container .row [class*=col] {
  min-height: 400px;
}
#gld-about-section .container .row .card {
  border-right: 10px solid #265b7f;
  padding: 2rem;
  background: linear-gradient(-40deg, #eaeae9 25%, #fff 25%);
}
#gld-about-section .container .row .circle {
  left: -23%;
  top: -36%;
}
@media (min-width: 768px) and (max-width: 992px) {
  #gld-about-section .container .row .circle {
    left: -40%;
    top: -23%;
  }
}
#gld-about-section .video-container {
  position: relative;
  background-color: black;
  overflow: hidden;
}
#gld-about-section .video-container .video-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  color: whitesmoke;
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
#gld-about-section .video-container .video-cover span {
  min-height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid whitesmoke;
  border-radius: 50%;
  margin-right: 1rem;
  padding-left: 3px;
  transition: transform 0.3s;
}
#gld-about-section .video-container .video-cover:hover {
  cursor: pointer;
}
#gld-about-section .video-container .video-cover:hover span {
  transform: scale(1.1);
}
#gld-about-section .video-container video {
  border: 1px solid #265b7f;
  height: 100%;
}

#gld-hiring-section .bg-img {
  position: absolute;
  height: 100%;
  opacity: 0.2;
}
#gld-hiring-section h2 .circle {
  top: -230%;
}
#gld-hiring-section [class*=col]:not(:first-of-type) {
  margin-top: 3rem;
}
#gld-hiring-section .card {
  position: relative;
  padding: 0;
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-left: 10px solid #f1b331;
}
#gld-hiring-section .card h3 {
  font-size: 1.1rem;
}
#gld-hiring-section .card .card-header {
  min-height: 250px;
  border-radius: 0;
  margin-bottom: -2px;
}
#gld-hiring-section .card .card-footer {
  padding: 0;
  background-color: transparent;
}
#gld-hiring-section .card .card-footer a {
  padding: 0.7rem 0.5rem;
  background-color: #333333;
  color: whitesmoke;
  transition: background-color 0.3s;
  display: block;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.9rem;
}
#gld-hiring-section .card .card-footer a:hover, #gld-hiring-section .card .card-footer a:focus {
  background-color: #4d4e4e;
}
#gld-hiring-section .card .mobile a {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 2px);
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, black);
  display: flex;
  align-items: flex-end;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}
#gld-hiring-section .card .mobile a h3 {
  color: whitesmoke;
}
#gld-hiring-section .card .desktop .gld-career-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#gld-hiring-section .card-body {
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  #gld-hiring-section [class*=col] {
    margin-top: 0 !important;
  }
  #gld-hiring-section .card {
    border-left: none;
  }
  #gld-hiring-section .card .card-header {
    min-height: 140px;
  }
  #gld-hiring-section .card .card-body {
    border-top: 10px solid #f1b331;
  }
}
@media only screen and (min-width: 1200px) {
  #gld-hiring-section .card .card-header {
    min-height: 200px;
  }
}

#gld-more-section {
  background: url("../../assets/images/promotional/more-bg-new.jpg");
  background-size: cover;
  background-position: center;
}
#gld-more-section .hero {
  background: rgba(0, 45, 89, 0.55);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#gld-more-section .hero h2 {
  max-width: 800px;
  padding: 0 2rem;
  position: relative;
}
#gld-more-section .hero h2:before {
  content: "";
  position: absolute;
  height: 75px;
  width: 1px;
  background-color: whitesmoke;
  top: -90%;
  left: 50%;
}

#index-gld-page-banner {
  background-color: black;
}

#env-page-gld-banner {
  position: absolute;
  bottom: 0;
  left: 0;
}

.gld-page-banner {
  width: 100%;
}
.gld-page-banner .circle {
  position: absolute;
  width: 250px;
  min-width: 0;
  top: -100px;
  left: -100px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .gld-page-banner .circle {
    top: -75px;
  }
}
.gld-page-banner .card {
  background-color: #002d59;
  background-image: linear-gradient(295deg, #001d3f 30%, #002d59 30%);
}
.gld-page-banner .card .row {
  border-left: 10px solid #27ffd5;
}
.gld-page-banner .card [class*=col]:first-child {
  max-height: 150px;
}
.gld-page-banner .card h3 {
  color: #999;
}
@media only screen and (min-width: 992px) {
  .gld-page-banner .card {
    max-height: 150px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #gld-map-sched-section {
    padding-bottom: 275px;
  }
  #gld-map-sched-section #map-bg {
    background-position-x: 10vw;
    background-position-y: 25vh;
  }
}
@media only screen and (-ms-high-contrast: active) and (min-width: 768px), only screen and (-ms-high-contrast: none) and (min-width: 768px) {
  #gld-map-sched-section #map-bg {
    background-position-y: 20vh;
  }
}
@media only screen and (-ms-high-contrast: active) and (min-width: 1200px), only screen and (-ms-high-contrast: none) and (min-width: 1200px) {
  #gld-map-sched-section #map-bg {
    background-position-y: 9vh;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #gld-map-sched-section .circle {
    top: -400px;
  }
}
@media only screen and (-ms-high-contrast: active) and (min-width: 992px), only screen and (-ms-high-contrast: none) and (min-width: 992px) {
  #gld-map-sched-section .ship {
    transform: translateX(3rem);
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #gld-map-sched-section ul li:first-of-type::before {
    height: 535% !important;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #desktop-sched ul:before {
    content: "";
    position: absolute;
    display: block;
    width: 90% !important;
    height: 1px;
    left: 45px !important;
    bottom: -7px;
    background-color: #65919b;
  }
}
@media only screen and (-ms-high-contrast: active) and (min-width: 1200px), only screen and (-ms-high-contrast: none) and (min-width: 1200px) {
  #desktop-sched ul:before {
    width: 93% !important;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #ship-container img {
    width: auto;
    position: relative;
    top: -10px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #gld-video-section article button.round-btn span {
    left: -41px;
    top: -20px;
  }
  #gld-video-section article svg.circle {
    top: -23% !important;
  }
}
@media only screen and (-ms-high-contrast: active) and (min-width: 768px), only screen and (-ms-high-contrast: none) and (min-width: 768px) {
  #gld-video-section h2 .circle {
    min-height: 400px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #gld-about-section {
    background: url("../../assets/images/promotional/st-johns-new.jpg");
    background-size: cover;
    background-position: center;
  }
  #gld-about-section .video-container .video-cover span svg {
    margin-top: 10px;
  }
  #gld-about-section img {
    display: none;
  }
  #gld-about-section .card {
    margin-top: 3rem;
  }
  #gld-about-section .ie-flag {
    position: absolute;
    bottom: 0;
    right: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #gld-hiring-section {
    display: block !important;
  }
  #gld-hiring-section .bg-img {
    display: none !important;
  }
  #gld-hiring-section h2 .circle {
    height: 400px;
    top: -150px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .circle circle {
    stroke-dashoffset: 0 !important;
    animation: none !important;
  }
  .circle line {
    stroke-dashoffset: 0 !important;
    animation: none !important;
  }
}
#gld-end-notice {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
#gld-end-notice .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#gld-end-notice .card {
  border-left: 8px solid #f1b331;
  background: linear-gradient(-40deg, #eaeae9 25%, #fff 25%);
  max-width: 930px;
  margin: 0 auto 5rem auto;
}
#gld-end-notice .card p {
  font-size: 1.6rem;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.promo-women .heading-block a {
  font-weight: 400;
}

.promo-women .heading-block p {
  max-width: 1000px;
  font-size: 1.2rem;
}

#promo-women-tabs {
  border-bottom: none;
}

#promo-women-tabs a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  background-color: #e0eaed;
  border: none;
  border-left: 4px solid #96a0a4;
  border-radius: 10px 10px 0 0;
  transition-duration: 0.5s;
}

#promo-women-tabs a:hover, #promo-women-tabs a:focus {
  background-color: white;
}

#promo-women-tabs a.active {
  background-color: white;
  position: relative;
  z-index: 3;
}

#promo-women-tabs a p {
  text-align: center;
  margin: 0;
  margin-top: 0.3rem;
  font-size: 0.85rem;
  color: #333;
}

#promo-women-tabs a span {
  color: green;
  height: 40px;
  width: 40px;
  border: 2px solid green;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 360px) {
  #promo-women-tabs a span {
    height: 60px;
    width: 60px;
  }
}
@media (min-width: 568px) {
  #promo-women-tabs a {
    padding: 1.5rem 1rem;
  }

  #promo-women-tabs a p {
    font-size: 1.5rem;
  }

  #promo-women-tabs a span {
    height: 70px;
    width: 70px;
  }
}
/* #promo-women-faq-content .img-wrapper.img-wrapper--fixed {
  position: fixed;
  top: 110px;
} */
#promo-women-faq-content .img-wrapper {
  transition-duration: 0.5s;
}

#promo-women-faq-content .card {
  padding: 0;
  box-shadow: none;
}

#promo-women-faq .tab-content {
  background-color: white;
  background: url("../assets/images/promotional/bg-mobile-top.png") top right no-repeat, url("../assets/images/promotional/bg-mobile-btm.png") left bottom no-repeat, white;
  padding: 2rem;
  z-index: 2;
  position: relative;
  border-left: 4px solid #96a0a4;
  border-radius: 10px;
  box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

#promo-women-faq p, #promo-women-faq h5 {
  margin-bottom: 0;
}

#promo-women-faq button {
  padding: 1rem 1.5rem;
  color: #333;
  text-align: left;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 15px;
  white-space: normal;
  background-color: #eee;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #ddd;
}

#promo-women-faq button:hover, #promo-women-faq button:focus {
  text-decoration: none;
}

#promo-women-faq .card {
  border: none;
  background-color: transparent;
}

#promo-women-faq .card-header {
  padding: 0;
  border: none;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
  background-color: transparent;
  position: relative;
  transition: box-shadow 0.25s, opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: translateY(20px);
}

#promo-women-faq .card-header.tab-appear {
  opacity: 1;
  transform: translateY(0);
}

#promo-women-faq .card:nth-child(2) .card-header {
  transition: box-shadow 0.25s, opacity 0.5s 0.1s, transform 0.5s 0.1s;
}

#promo-women-faq .card:nth-child(3) .card-header {
  transition: box-shadow 0.25s, opacity 0.5s 0.2s, transform 0.5s 0.2s;
}

#promo-women-faq .card:nth-child(4) .card-header {
  transition: box-shadow 0.25s, opacity 0.5s 0.3s, transform 0.5s 0.3s;
}

#promo-women-faq .card:nth-child(5) .card-header {
  transition: box-shadow 0.25s, opacity 0.5s 0.4s, transform 0.5s 0.4s;
}

#promo-women-faq .card:nth-child(6) .card-header {
  transition: box-shadow 0.25s, opacity 0.5s 0.5s, transform 0.5s 0.5s;
}

#promo-women-faq .card:nth-child(7) .card-header {
  transition: box-shadow 0.25s, opacity 0.5s 0.6s, transform 0.5s 0.6s;
}

#promo-women-faq button:hover, #promo-women-faq button:focus, #promo-women-faq button:active {
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #eee;
}

#promo-women-faq .card-header::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #eee;
  position: absolute;
  top: 15px;
  left: -14px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

#promo-women-faq .card-body {
  border-radius: 15px;
  border: 2px solid #ccc;
  background-color: white;
  margin-bottom: 1.75rem;
  margin-left: 1.75rem;
}

#promo-women-faq img {
  margin-bottom: 1rem;
  width: 100px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(-50px);
  opacity: 0;
}

#promo-women-faq img.img-appear {
  transform: translateX(0);
  opacity: 1;
}

#promo-women-faq-content {
  position: relative;
  z-index: 6;
}

#promo-women-faq .tab-pane {
  position: relative;
  z-index: 6;
}

.click-indicator span {
  padding: 0.5rem 0.7rem;
  border-radius: 0 0 10px 10px;
  margin-left: 2rem;
  font-size: 1rem;
  font-style: italic;
  color: #4F7882;
  border: 2px solid #eee;
}

.click-indicator span svg {
  animation: wiggle-up 6s infinite;
}

@keyframes wiggle-up {
  0%, 10%, 20%, 100% {
    transform: translateY(0);
  }
  5%, 15% {
    transform: translateY(-5px);
  }
}
@media (min-width: 768px) {
  #promo-women-faq img {
    width: 100%;
  }

  #promo-women-faq .tab-content {
    background: url("../assets/images/promotional/bg-desktop.png") left bottom no-repeat, white;
  }
}
.promo-cta-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.promo-cta-block:nth-child(odd) {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/images/promotional/get-started.jpg");
  background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/images/promotional/get-started.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 400px;
}

.promo-cta-block:nth-child(1) {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/images/promotional/women-learn.jpg");
  background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/images/promotional/women-learn.jpg");
}

.promo-cta-block:nth-child(1) h3 {
  max-width: 600px;
}

@media (min-width: 768px) {
  .promo-cta-block:nth-child(3) {
    background-image: -ms-linear-gradient(to right, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 60%), url("../assets/images/promotional/get-started.jpg");
    background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 60%), url("../assets/images/promotional/get-started.jpg");
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 60%), url("../assets/images/promotional/get-started.jpg");
  }

  .promo-cta-block:nth-child(2) {
    background-image: -webkit-linear-gradient(335deg, rgba(0, 0, 0, 0) 55%, #ddd 55%) !important;
    background-image: -ms-linear-gradient(335deg, rgba(0, 0, 0, 0) 55%, #ddd 55%) !important;
  }
}
.promo-cta-block:nth-child(2) {
  padding: 4rem 0;
  min-height: 300px;
  background-image: -webkit-linear-gradient(25deg, #ddd 20%, rgba(0, 0, 0, 0) 20%), -webkit-linear-gradient(335deg, rgba(0, 0, 0, 0) 80%, #ddd 80%);
  background-image: -ms-linear-gradient(25deg, #ddd 20%, rgba(0, 0, 0, 0) 20%), -ms-linear-gradient(335deg, rgba(0, 0, 0, 0) 80%, #ddd 80%);
}

/* IE Fix */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .promo-cta-block {
    position: relative;
  }

  .promo-cta-block:nth-child(odd) {
    padding-top: 10%;
  }

  .promo-cta-block-text {
    display: block !important;
  }

  .promo-cta-block:nth-child(1) .promo-cta-block-text h3 {
    margin: 0 auto;
  }

  #promo-women-tabs .nav-link p {
    max-width: 164px;
  }
}
.promo .heading-block p {
  font-size: 1.565rem;
}

.promo-section-wrapper p, .promo-section-wrapper ul {
  font-size: 1.2rem;
}

/*# sourceMappingURL=promo.css.map */
