/***************************************************
	GENERAL
***************************************************/
.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}
#dnn_ContentPaneFullBleed1, #content-pane-wrap, #dnn_ContentPaneFullBleed3 {
  background: #fff;
}
.subhead {
  color: #5649B4;
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
}
/***************************************************
	BANNER
***************************************************/
#banner-area, #video-slice {
  max-width: 1800px;
  display: block;
  margin: auto;
  position: relative;
}
#banner-area h1 {
  color: #5649B4;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
#banner-area p {
  color: #5649B4;
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 2rem;
}
#banner-area hr {
  position: relative;
  left: -80%;
  border-bottom: 3px solid #F0E100;
  height: 0px;
  background: transparent;
  border-top: 3px solid #78A6E2;
}
#banner-area #unit-1 {
  width: 40%;
  padding-top: 191px;
  padding-left: 80px;
  overflow: hidden;
}
#banner-area #unit-2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60%;
}
#banner-area #unit-3 {
  width: 50%;
  margin-top: 0px;
  position: relative;
  z-index: 9;
}
#banner-area #unit-3 #unit-4 {
  position: absolute;
  right: -200px;
  top: 65%;
}
#banner-area #unit-3 #unit-5 {
  position: absolute;
  right: -200px;
  top: 50%;
}
#banner-area #unit-3 #unit-6 {
  position: absolute;
  right: 100px;
  top: 150%;
}
#banner-area #unit-3 #unit-7 {
  position: absolute;
  left: 100px;
  top: 160%;
}
#banner-area #unit-3 #unit-8 {
  position: absolute;
  left: 200px;
  top: 140%;
}
#banner-area .text {
  position: absolute;
  padding: 75px 75px 75px 50px;
  top: 25%;
  margin-right: 100px;
}
#banner-area .text p {
  color: #fff;
  font-size: 20px;
  font-family: lato;
  font-weight: 500;
}
#banner-area .text p a {
  color: #F0E100;
}
#banner-area h2 {
  color: #F0E100 !important;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#banner-area #unit-3 ul li {
  list-style: disc;
  list-style-position: inside;
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
}
#banner-area #unit-3 ul li button {
  color: #fff;
  background: none;
  border: none;
  padding: 0px;
}
#banner-area #unit-3 ul li button span {
  opacity: 0;
  margin-left: 15px;
}
#banner-area #unit-3 ul li button:hover span {
  opacity: 1;
}
#banner-area #unit-3 ul li button span:hover {
  border: 1px solid #F0E100;
  color: #F0E100;
  background: #F0E10005;
}
.gradient-circle {
  background: hsla(250, 44%, 49%, 1);
  background: linear-gradient(90deg, hsla(250, 44%, 49%, 1) 0%, hsla(226, 56%, 61%, 1) 100%);
  background: -moz-linear-gradient(90deg, hsla(250, 44%, 49%, 1) 0%, hsla(226, 56%, 61%, 1) 100%);
  background: -webkit-linear-gradient(90deg, hsla(250, 44%, 49%, 1) 0%, hsla(226, 56%, 61%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#5846B4", endColorstr="#627CD3", GradientType=1);
}
.gradient-circle-md {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.gradient-circle-lg {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.yellow-circle {
  background: #F0E100;
}
.yellow-circle-sm {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
/***************************************************
	MODALS
***************************************************/
#dnn_ctr7183_HtmlModule_lblContent .modal {
  background: #2e306854;
}
#dnn_ctr7183_HtmlModule_lblContent .modal .modal-dialog {
  width: 900px;
}
#dnn_ctr7183_HtmlModule_lblContent .modal .modal-content {
  box-shadow: none;
  background: hsla(250, 44%, 49%, 1);
  background: linear-gradient(90deg, hsla(250, 44%, 49%, 1) 0%, hsla(226, 56%, 61%, 1) 100%);
  background: -moz-linear-gradient(90deg, hsla(250, 44%, 49%, 1) 0%, hsla(226, 56%, 61%, 1) 100%);
  background: -webkit-linear-gradient(90deg, hsla(250, 44%, 49%, 1) 0%, hsla(226, 56%, 61%, 1) 100%);
  border: 1px solid #F0E100;
}
#dnn_ctr7183_HtmlModule_lblContent .modal .modal-body {
  padding: 40px;
  background: #fff;
  line-height: 2rem;
}
#dnn_ctr7183_HtmlModule_lblContent .modal .modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #F0E100 !important;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
#dnn_ctr7183_HtmlModule_lblContent .modal .modal-footer .btn {
  border: 1px solid #F0E100;
  color: #F0E100;
  background: #F0E10005;
  padding: 4px 18px;
}
#dnn_ctr7183_HtmlModule_lblContent .modal .modal-footer .btn:hover {
  border: 1px solid #F0E100;
  color: #333;
  background: #F0E100;
  padding: 4px 18px;
}
#dnn_ctr7183_HtmlModule_lblContent .modal img {
  margin-bottom: 20px;
}
/***************************************************
	SLIDERS
***************************************************/
.slick-section {
  padding: 25px;
  text-align: center;
}
.slick-section .slick-wrap {
  margin: 0 -10px;
}
.slick-section .slick-wrap .slick-item {
  padding: 0 10px;
}
.slick-section .slick-wrap .slick-item.slick-center h2 {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  color: #e67e22;
  opacity: 1;
  transform: scale(1.08);
}
.slick-section .slick-wrap h2 {
  background-color: #f0f0f0;
  padding: 80px 0;
  text-transform: uppercase;
}
.slick-section .slick-dots {
  list-style-type: none;
  margin: 25px 0 0;
  padding: 0;
}
.slick-section .slick-dots li {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0 5px;
}
.slick-section .slick-dots li button {
  width: auto;
  height: auto;
  padding: 10px;
  font-size: 12px;
  color: #666;
  border: none;
  background: #f0f0f0;
}
.slick-section .slick-dots li button:before {
  content: none;
}
.slick-section .slick-dots li.slick-active button {
  background: #ccc;
}
.slick-arrow {
  z-index: 9;
}
/***************************************************
	VIDEO SLICE
***************************************************/
#video-slice {
  position: relative;
  top: -100px;
}
#video-slice .video-desc {
  width: 50%;
  position: absolute;
  right: 0px;
  top: -100px;
}
#video-slice .video-desc .parallax-item {
  position: relative;
}
#video-slice .video-desc .parallax-item .text {
  position: absolute;
  padding: 55px;
  top: 25%;
  margin: 0px 0px 0px 90px;
  text-align: center;
}
#video-slice p {
  color: #fff;
  font-size: 25px;
  font-family: lato;
  font-weight: 500;
  line-height: 2rem;
}
#video-slice p.extra {
  color: #F0E100;
  font-style: italic;
}
#video-slice p a, #video-slice a, #video-slice a:active {
  color: #F0E100 !important;
}
#video-slice h2 {
  color: #F0E100 !important;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/***************************************************
	SLICES
***************************************************/
.slice h2 {
  color: #5649B4;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
}
.slice .dgov-col-md-12 .line {
  width: 100%;
  height: 1px;
  background: #78A6E2;
  margin-top: 80px;
  margin-bottom: 40px;
  position: relative;
}
.slice .line {
  height: 1px;
  width: 100%;
  background: #78A6E2;
  margin-bottom: 10px;
  position: relative;
}
.slice .anchor {
  width: 80px;
  height: 80px;
  padding: 15px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  left: calc(50% - 40px);
  top: -45px;
}
/***************************************************
	FACTS
***************************************************/
#facts {
  padding-top: 0rem;
  padding-bottom: 4rem;
  margin: 0px;
}
#facts h3 {
  color: #5649B4;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
}
#facts p {
  color: #646464
}
.slick-section .slick-dots li button {
  width: auto;
  height: auto;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  border: none;
  background: #1D4B87;
}
.slick-section .slick-dots li.slick-active button {
  background: #5648b4;
}
#facts .slick-prev {
  color: #333;
  position: absolute;
  left: 0px;
  background: #fff;
  padding: 12px;
  width: auto;
  height: auto;
  border-radius: 50%;
  top: 28%;
}
#facts .slick-next {
  color: #333;
  position: absolute;
  right: 0px;
  background: #fff;
  padding: 12px;
  width: auto;
  height: auto;
  border-radius: 50%;
  top: 28%;
}
#facts .slick-prev:before, #facts .slick-next:before, #more-facts .slick-prev:before, #more-facts .slick-next:before {
  color: #78a6e2;
  font-size: 30px;
  padding: 5px;
}
#facts .slick-prev:before, #more-facts .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
}
#facts .slick-next:before, #more-facts .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
#facts .slick-prev:hover:before, #facts .slick-next:hover:before, #more-facts .slick-prev:hover:before, #more-facts .slick-next:hover:before {
  color: #5649b4;
}
/***************************************************
	SAILOR SLICE
***************************************************/
#sailor-slice {
  padding: 3rem 0px;
  position: relative;
}
#sailor-slice .hover-overlay-layer {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}
#sailor-slice .hover-overlay-layer:hover {
  opacity: 1;
  background: rgba(0, 0, 0, .65);
}
#sailor-slice .hover-overlay-center {
  visibility: hidden;
}
#sailor-slice .hover-overlay-center .hover-overlay-icon {
  visibility: visible;
}
#sailor-slice .hover-overlay-center .hover-overlay-icon .fa-brands {
  transform: scale(1.5);
  top: 15px;
  position: relative;
  opacity: 0.8;
}
#sailor-slice #ussVideo {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: #5649b4;
}
#sailor-slice .screen {
  background: #5649B4;
  background: linear-gradient(180deg, rgba(86, 73, 180, 0.68) 43%, rgba(240, 225, 0, 1) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#sailor-slice h2 {
  color: #F0E100;
  z-index: 9;
  position: relative;
  text-align: center;
  padding: 4rem;
  font-size: 4rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
#top19665 {
  position: relative;
  width: 90%;
  margin: auto;
  padding: 2rem;
  background: #fff;
  padding-bottom: 0px;
}
#sailor-slice h2 {
  font-size: 3rem;
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-top: 120px;
}
.dgov2-popup-screen {
  background-color: #706bb3cc !important;
}



/***************************************************
	SAILOR SLICE 2
***************************************************/
#sailor-slice2 {
  padding-top: 4rem;
  position: relative;
}
#sailor-slice2 .hover-overlay-layer {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}
#sailor-slice2 .hover-overlay-layer:hover {
  opacity: 1;
  background: rgba(0, 0, 0, .65);
}
#sailor-slice2 .hover-overlay-center {
  visibility: hidden;
}
#sailor-slice2 .hover-overlay-center .hover-overlay-icon {
  visibility: visible;
}
#sailor-slice2 .hover-overlay-center .hover-overlay-icon .fa-brands {
  transform: scale(1.5);
  top: 15px;
  position: relative;
  opacity: 0.8;
}
#sailor-slice2 #ussVideo {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#sailor-slice2 .screen {
  background: #5649B4;
  background: linear-gradient(180deg, rgba(86, 73, 180, 0.68) 43%, rgba(240, 225, 0, 1) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#sailor-slice2 h2 {
  color: #F0E100;
  z-index: 9;
  position: relative;
  text-align: center;
  padding: 4rem;
  font-size: 4rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
#sailor-slice2 h2 {
  font-size: 3rem;
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-top: 120px;
}

.video-wrap-container.video19702 {
	    position: relative;
    width: 90%;
    margin: auto;
    padding: 2rem;
    background: #fff;
}


/*new stuff*/
* {
  box-sizing: border-box;
}
.drawer-wrapper {
  width: 100%;
  display: inline-block;
  margin-bottom: 4rem;
  z-index: 2;
  position: relative;
  overflow: hidden;
} /*The left drawer*/ #drawer-left { /*set a container with the total width of both the container and the trigger*/ position: relative;
  height: 100%;
  width: 100%;
  transition: all .35s ease-in-out;
}
#drawer-left:after { /*this will the right border, when the content will be pushed out*/ content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.drawer-left-trigger { /*set the triggers width here, borders etc.*/ position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin-right: -25px; /*bring it back inside the wrapper*/ width: 25px; /*some styling stuff*/ cursor: pointer;
  text-align: center;
  font-size: 24px;
  line-height: 100%;
}
.drawer-left-trigger > span {
  transform: rotate(180deg);
  transition: all .35s ease-in-out;
}
#drawer-left.closed .drawer-left-trigger > span {
  transform: rotate(0);
}
#drawer-left.closed .drawer-left-trigger { /*this will push the trigger on the right side*/ left: auto;
  right: 25px;
  margin-top: 20px;
}
.drawer-left-content { /*this is the container for the header and content*/ position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto; /*the triggers width(+-1px from the border)*/ background: #fff;
  width: 90%;
}
#drawer-left.closed .drawer-left-content { /*this will push the content out*/ left: 110%;
  right: -110%;
}
#drawer-left.opened .drawer-left-trigger {
  margin-right: -104px;
}
#drawer-left.opened .dgov-grid.fader {
  opacity: 0;
}
.drawer-left-trigger, .drawer-left-content {
  transition: all .35s ease-in-out;
}
.drawer-left-trigger {
  width: 10%;
}
#drawer-left .dgov-grid.fader {
  width: 90%;
  opacity: 1;
  transition: all .35s ease-in-out;
}
.drawer-left-trigger:before {
  content: " ";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #78a6e2;
  top: 0px;
  left: 50%;
}
.drawer-left-trigger img {
  background: #fff;
  z-index: 2;
  position: sticky;
  padding: 15px;
  border-radius: 50%;
  top: 60px;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#icon-spinner {
  transform: rotate(0deg);
  transition: transform 1s linear;
  margin-top: 10px;
}
#icon-spinner:hover {
  transform: scale(1.1);
  transition: transform .2s linear;
}
#icon-spinner.open {
  transform: rotate(180deg);
  transition: transform 1s linear;
}
#icon-spinner.open:hover {
  transform: scale(1.1)rotate(180deg);
  transition: transform .2s linear;
}
#drawer-left .title-screen {
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #000;
}
#drawer-left .title-screen .date {
  color: #fff;
  text-align: center;
  position: relative;
  border-left: 1px solid #fff;
  border-right: solid 1px #fff;
  width: 200px;
  margin: auto;
}
#drawer-left .title-screen img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  top: -300px;
}
#drawer-left .title-screen .color-wash {
  position: absolute;
  background: linear-gradient(180deg, rgba(86, 73, 180, 0.68) 43%, rgba(86, 73, 180, 1) 100%);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#drawer-left .title-screen.red .color-wash {
  background: linear-gradient(180deg, rgb(180 73 73 / 68%) 43%, rgb(180 73 73) 100%);
}
#drawer-left .title-screen h3 {
  margin: 0px;
  color: #F0E100;
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#drawer-left .dgov-col-md-12.title, .drawer-left-content .dgov-col-md-12.title {
  padding-bottom: 0px;
}
#drawer-left .dgov-col-md-12.text, .drawer-left-content .dgov-col-md-12.text {
  border: 1px solid #78a6e2;
  margin: 15px;
  margin-top: 0px;
  border-top: none;
  padding: 25px;
  background: #f8fafc;
}
.drawer-left-content .dgov-col-md-12.text {
  border: 1px solid rgb(180 73 73);
}
#drawer-left .dgov-col-md-12.text p {
  color: #646464;
}
p.poem {
  font-style: italic;
  width: 50%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  color: #993399;
}
#vs {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
/* Tooltip code */
.tooltip-mod {
  position: relative;
  background: #f0e101;
  transition: all 0.18s ease-out 0.18s;
  cursor: default;
  color: #212121;
	appearance: auto;
}
.tooltip-mod:hover {
  ;
  background: #78a6e2;
  color: #fff;
}
.tooltip-mod:after, .tooltip-mod:before {
  opacity: 0;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, 10px);
  transform-origin: top;
  transition: all 0.18s ease-out 0.18s;
}
.tooltip-mod:after {
  background-color: #f5f5f5;
  box-shadow: 0 0 3px #ddd;
  content: attr(data-tooltip);
  padding: 10px;
  white-space: nowrap;
  margin-bottom: 11px;
  color: #333;
}
.tooltip-mod:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px;
}
.tooltip-mod:hover:before, .tooltip-mod:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
[data-tooltip-pos="up"]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f5f5f5;
  margin-bottom: 6px;
}
[data-tooltip-pos="down"]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f5f5f5;
  margin-top: 6px;
}
[data-tooltip-pos="right"]:before {
  border-top: 6px solid transparent;
  border-right: 6px solid #f5f5f5;
  border-bottom: 6px solid transparent;
  margin-left: 6px;
}
[data-tooltip-pos="left"]:before {
  border-top: 6px solid transparent;
  border-left: 6px solid #f5f5f5;
  border-bottom: 6px solid transparent;
  margin-right: 6px;
}
[data-tooltip-pos="down"]:before, [data-tooltip-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
}
[data-tooltip-pos="down"]:after {
  margin-top: 11px;
}
[data-tooltip-pos="down"]:hover:before, [data-tooltip-pos="down"]:hover:after {
  transform: translate(-50%, 0);
}
[data-tooltip-pos="left"]:before, [data-tooltip-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%);
}
[data-tooltip-pos="left"]:after {
  margin-right: 11px;
}
[data-tooltip-pos="left"]:hover:before, [data-tooltip-pos="left"]:hover:after {
  transform: translate(0, -50%);
}
[data-tooltip-pos="right"]:before, [data-tooltip-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
}
[data-tooltip-pos="right"]:after {
  margin-left: 11px;
}
[data-tooltip-pos="right"]:hover:before, [data-tooltip-pos="right"]:hover:after {
  transform: translate(0, -50%);
}
[data-tooltip-length]:after {
  white-space: normal;
}
[data-tooltip-length="small"]:after {
  width: 80px;
}
[data-tooltip-length="medium"]:after {
  width: 260px;
}
[data-tooltip-length="large"]:after {
  width: 400px;
}
[data-tooltip-length="fit"]:after {
  width: 100%;
}
/***************************************************
	CRUISES
***************************************************/
#cruises {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
#three-cruises {
  max-width: 1800px;
  display: block;
  margin: auto;
  position: relative;
}
#three-cruises .item {
  position: relative;
}
#three-cruises .item .right-side {
  float: right;
}
#three-cruises .item svg {
  position: absolute;
  width: 80%;
  height: 100%;
}
#three-cruises .item.right-side svg {
  right: 0px;
}
#three-cruises .item .dgov-container {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
#three-cruises .item .dgov-container h3 {
  color: #F0E100;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
#three-cruises .item .dgov-container p {
  color: #fff;
  text-align: center;
}
#three-cruises .item .dgov-container p a {
  color: #F0E100;
}
.yellow-ghost {
  border: 1px solid #F0E100;
  color: #F0E100;
  background: #F0E10005;
  margin: auto;
  width: fit-content;
}
#three-cruises .yellow-ghost, #quiz .yellow-ghost {
  display: block;
  margin: auto;
  width: fit-content;
}
#three-cruises .item .dgov-container h3 {
  padding-top: 3rem;
}
#three-cruises {
  padding-bottom: 4rem;
}
#three-cruises strong {
  color: #9ebade;
}
#quiz h3 {
  color: #5649B4;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
}
#quiz .quiz-card {
  background: linear-gradient(60deg, #5846b4 0%, #627cd3 100%);
  padding: 20px;
  border-radius: 20px;
}
#quiz .quiz-card .img {
  margin: -20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  opacity: 0.9;
  transition: all 0.25s ease-in;
}
#quiz .dgov-col-md-7 {
  align-items: center;
  display: flex;
}
#quiz .dgov-col-md-7 h4 {
  color: #f0e000;
  text-align: center;
}
#quiz .quiz-card p {
  color: #fff;
  text-align: center;
}
#three-cruises img {
  width: 100%;
}
/***************************************************
	TIMELINE
***************************************************/
#timeline {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#timeline h2 {
  color: #5649B4;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
}
#timeline .dgov-col-md-12 .line {
  height: 1px;
  background: #78A6E2;
  margin-top: 80px;
  margin-bottom: 40px;
  position: relative;
}
#timeline .line {
  height: 1px;
  background: #78A6E2;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
#timeline .text .line {
  margin-top: 40px;
}
#timeline .anchor {
  width: 80px;
  height: 80px;
  padding: 15px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  left: calc(50% - 40px);
  top: -45px;
}
#timeline h3 {
  color: #5649B4;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#timeline .right-side {
  border-left: 1px solid #78A6E2;
}
#timeline .right-side h3, #timeline .right-side p {
  text-align: right;
}
#timeline img {
  width: 100%;
}
#timeline .dgov-col-md-6 {
  padding: 60px 40px;
}
#timeline .dgov-col-md-6 .line:before {
  content: " ";
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #5649B4;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -55px;
  z-index: 9;
}
#timeline .right-side .line:before {
  content: " ";
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #5649B4;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: -55px;
}
#timeline .dgov-col-md-6.right-side .line {
  float: right;
}
#dnn_ContentPaneFullBleed5 {
  background: #fff;
}
#timeline .photo-jumble, #timeline .photo-jumble2 {
  position: relative;
}
#timeline .rel1 {
  filter: drop-shadow(10px -10px 0px #5649B4);
}
#timeline .rel2 {
  filter: drop-shadow(-10px -10px 0px #5649B4);
}
#timeline .photo-jumble .abs1 {
  position: absolute;
  left: -25px;
  bottom: -35px;
  width: 35%;
}
#timeline .photo-jumble .abs2 {
  position: absolute;
  right: -3px;
  top: -40px;
  width: 41%;
  transform: rotate(17deg);
}
#timeline .photo-jumble2 .abs1 {
  position: absolute;
  right: -25px;
  bottom: -35px;
  width: 70%;
}
#timeline .photo-jumble2 .abs2 {
  position: absolute;
  left: -30px;
  top: -40px;
  width: 44%;
}

#come-aboard .video {
	z-index: 10;
	position: relative;
}
/***************************************************
	MORE FACTS
***************************************************/
#top19702 {
  position: relative;
  width: 90%;
  margin: auto;
  padding: 2rem;
  background: #fff;
  padding-bottom: 0px;
}
#more-facts h2 {
  color: #F0E100;
  z-index: 9;
  position: relative;
  text-align: center;
  padding: 4rem;
  font-size: 4rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  font-size: 3rem;
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-top: 120px;
}
#more-facts {
  background: rgba(86, 73, 180, 0.68);
}
#more-facts .fact-block {
  background: #ffffff1c;
  border-radius: 3px;
  padding: 40px;
  margin-bottom: 4rem;
}
#more-facts .last .fact-block {
  margin-bottom: 0px;
}
#more-facts .full-white .fact-block {
  background: #ffffff1c;
}
#more-facts .fact-block p {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  font-family: "Barlow", sans-serif;
}
#more-facts p.numbers {
  font-size: 10rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px;
  color: #f0e101;
  position: absolute;
  top: -100px;
  left: -20px;
  opacity: .5;
}
#more-facts p.numbers.odd {
  top: -40px;
  right: -20px;
  left: auto;
}
#more-facts img {
  width: 100%;
}
#more-facts .single-item p {
  margin: 0px;
  color: #F0E100;
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 20px;
}
#more-facts .slick-prev {
  color: #333;
  position: absolute;
  left: -10px;
  background: #fff;
  padding: 12px;
  width: auto;
  height: auto;
  border-radius: 50%;
  top: 50%;
}
#more-facts .slick-next {
  color: #333;
  position: absolute;
  right: -10px;
  background: #fff;
  padding: 12px;
  width: auto;
  height: auto;
  border-radius: 50%;
  top: 50%;
}
#more-facts .slick-prev:before, #more-facts .slick-next:before, #bottom .slick-prev:before, #bottom .slick-next:before {
  color: #78a6e2;
  font-size: 30px;
  padding: 5px;
}
#more-facts .slick-prev:hover:before, #more-facts .slick-next:hover:before, #bottom .slick-prev:hover:before, #bottom .slick-next:hover:before {
  color: #5649b4;
}
#more-facts .slick-next:before, #bottom .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
#more-facts .slick-prev:before, #bottom .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
}
.cropzoomimg-container .video-image-overlay {
  display: none;
}
/***************************************************
	ALSO LIKE
***************************************************/
#also-like {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), url("https://media.defense.gov/2022/Jul/05/2003029991/-1/-1/0/220704-N-CI012-0002.JPG");
  padding: 4rem 0rem;
  background-position: center;
  background-size: cover;
}
.also-block {
  position: relative;
  overflow: hidden;
  filter: drop-shadow(10px -10px 0px #5649B4);
}
.also-block .card {
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: -webkit-linear-gradient(90deg, hsla(250, 44%, 49%, 1) 0%, hsla(226, 56%, 61%, 1) 100%);
  border-radius: 50%;
  transition: all 0.25s ease-in;
  opacity: .8;
}
.also-block .card p {
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  padding-top: 70px;
  padding-right: 50px;
  font-weight: bold;
}
.also-block .card h3 {
  opacity: 0;
  width: 50%;
  text-align: right;
  float: right;
  padding-right: 45px;
  color: yellow;
  margin-top: -21px;
  transition: all 0.25s ease-in;
  transition-delay: 250ms;
}
.also-block:hover .card {
  border-radius: 0px;
  width: 100%;
  height: 100%;
  opacity: .9;
}
.also-block:hover h3 {
  opacity: 1;
}
/***************************************************
	RESPONSIVE
***************************************************/
@media only screen and (max-width: 1415px) {
  #video-slice .video-desc .parallax-item .text {
    top: 12%;
  }
  #banner-area .text {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1380px) {
  #banner-area p {
    font-size: 1.5rem;
  }
  #banner-area h1 {
    font-size: 3rem;
  }
  #banner-area .text {
    padding: 30px 0px 75px 50px;
    margin-right: 0px;
    width: 100%;
  }
  #video-slice .video-desc .parallax-item .text {
    padding: 55px;
    top: 29%;
    margin: 0px 0px 0px 90px;
    padding-top: 0px;
  }
  #video-slice p {
    font-size: 1.2rem;
  }
  #video-slice .video-desc {
    width: 55%;
  }
  #three-cruises .item svg {
    width: 87%;
  }
}
@media only screen and (max-width: 1248px) {
  #video-slice .video-desc .parallax-item .text {
    top: 22%;
  }
}
/* Laptops - MD */
@media only screen and (max-width: 1200px) {
  #banner-area #unit-1 {
    padding-left: 20px;
    padding-top: 160px;
    padding-bottom: 40px;
  }
  #banner-area #unit-3 #unit-5 {
    top: 20%;
  }
  #banner-area #unit-3 #unit-4 {
    top: 30%;
  }
  #banner-area #unit-3 ul li {
    font-size: 22px;
    margin-bottom: 0px;
  }
  #drawer-left.opened .drawer-left-trigger {
    margin-right: -80px;
  }
  #three-cruises .item svg {
    width: 150%;
    left: -60px;
  }
  #three-cruises {
    overflow: hidden;
  }
  #three-cruises .img {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .quiz-card img {
    margin: 0px;
    height: 100%;
  }
  #quiz .quiz-card .img {
    height: 118%;
  }
  #three-cruises {
    overflow: hidden;
  }
  #three-cruises .item svg {
    width: 116%;
  }
  #three-cruises .dgov-col-md-6.img {
    padding-top: 20%;
  }
  .slick-section {
    padding: 0px;
  }
  #photos {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1110px) {
  #video-slice .video-desc .parallax-item .text {
    top: 18%;
  }
  #banner-area #unit-3 ul li {
    font-size: 21px;
  }
  #quiz .quiz-card .img {
    height: calc(100% + 40px);
  }
}
/* Tablets - SM */
@media only screen and (max-width: 991px) {
	
	#dnn_ctr7183_HtmlModule_lblContent .modal .modal-dialog {
		width: auto;
	}
	
  .quiz-card img {
    height: 100%;
    width: 100%;
    margin: 0px;
    border--radius: 20px;
  }
	
  #banner-area #unit-1 {
    padding-top: 145px;
  }
  #banner-area #unit-3 {
    width: 62%;
  }
  #video-slice .video-desc {
    top: -200px;
    z-index: 99;
  }
  #video-slice .full-vid {
    margin-top: 300px;
	          z-index: 999;
        position: relative;
  }
  #banner-area #unit-3 #unit-4 {
    right: -120px;
  }
  #banner-area #unit-3 #unit-5 {
    right: -130px;
  }
  #video-slice .video-desc .parallax-item .text {
    padding: 20px;
    top: 25%;
  }
  #video-slice .video-desc {
    width: 67%;
  }
  #gridlayout-slideshow-8835 > div > div > div:nth-child(2) > div > div {
    width: 100% !important;
  }
  #dnn_ctr8836_HtmlModule_lblContent > .dgov-container {
    max-width: 100%;
  }
  .drawer-left-content {
    width: 87%;
  }
  #drawer-left.opened .drawer-left-trigger {
    margin-right: -70px;
  }
  #drawer-left .title-screen img {
    top: auto;
    bottom: 0px;
  }
  #sailor-slice #ussVideo {
    width: auto;
  }
  #timeline .right-side {
    border-left: none;
  }
  #timeline .dgov-col-md-6.right-side .line {
    display: none;
  }
  #three-cruises svg {
    display: none;
  }
  #three-cruises .item {
    background: #574ab6;
    padding-top: 4rem;
  }
  #timeline .dgov-grid .dgov-col-md-12 {
    order: 1;
  }
  #timeline .dgov-grid .dgov-col-md-6:nth-child(2) {
    order: 2;
  }
  #timeline .dgov-grid .dgov-col-md-6:nth-child(3) {
    order: 3;
  }
  #timeline .dgov-grid .dgov-col-md-6:nth-child(5) {
    order: 4;
  }
  #timeline .dgov-grid .dgov-col-md-6:nth-child(4) {
    order: 5;
  }
  #timeline .dgov-grid .dgov-col-md-6:nth-child(6) {
    order: 6;
  }
  #timeline .dgov-grid .dgov-col-md-6:nth-child(7) {
    order: 7;
  }
  #timeline .dgov-grid .dgov-col-md-6:nth-child(9) {
    order: 8;
  }
  #timeline .dgov-grid .dgov-col-md-6:nth-child(8) {
    order: 9;
  }
  #timeline .dgov-grid .dgov-col-md-6:nth-child(10) {
    order: 10;
  }
  #timeline .dgov-grid .dgov-col-md-6:nth-child(11) {
    order: 11;
  }
  #timeline .dgov-col-md-6 .line:before, #timeline .dgov-col-md-6 .line {
    display: none;
  }
  #timeline .dgov-col-md-6 {
    padding: 30px 20px;
  }
  #vs {
    padding-bottom: 0px;
  }
  #three-cruises .item .dgov-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #three-cruises .item .dgov-grid .dgov-col-md-6 {
    order: 2;
  }
  #three-cruises .item .dgov-grid .dgov-col-md-6.img {
    order: 1;
  }
	
	.slideshow-single .slide-inner {
		margin: 0px;
	}
}
@media only screen and (max-width: 845px) {
	
	#spinner {
		margin-top: 15px;
	}
  #video-slice .video-desc .parallax-item .text {
    top: 15%;
  }
}
/* Phones - XS */
@media only screen and (max-width: 768px) {
	
	#dnn_ctr7183_HtmlModule_lblContent .modal .modal-body {
		padding: 10px;
	}
	
	#three-cruises .item .dgov-container h3 {
		padding-top: 0px;
		
	}
	
	.dgov-col-12.dgov-col-md-4.img {
		order: 1;
		margin-top: 30px;
	}
	
	.dgov-col-12.dgov-col-md-8 {
		order: 2;
	}
	
	#banner-area #unit-3 ul li {
		font-size: 20px;
	}
	
  #banner-area #unit-1 {
    text-align: right;
    padding-right: 20px;
    width: 100%;
    z-index: 99;
    position: relative;
  }
  #banner-area #unit-2 {
    width: 100%;
  }
  #banner-area #unit-3 {
    margin-top: 150px;
  }
  #video-slice .video-desc {
    width: 90%;
  }
  #banner-area hr {
    right: -80%;
    left: auto;
  }
  #banner-area p {
    float: right;
    font-size: 1.5rem;
    background: #ffffffbf;
    width: fit-content;
    padding: 10px;
  }
  #banner-area h1 {
    font-size: 3rem;
    width: fit-content;
    float: right;
    background: #ffffffbf;
    padding: 10px;
  }
  #video-slice .video-desc {
    top: 0px;
  }
  #video-slice .video-desc .parallax-item .text {
    top: 25%;
  }
  #facts .slick-section .slick-dots {
    display: none;
  }
	
	    #quiz .quiz-card .img {
        height: 100%;
        width: 100%;
        margin: 0px;
	}
	
			
	#sailor-slice #ussVideo {
	width: 100vw;	
	}
	
	
	#sailor-slice #ussVideo, #dnn_ContentPaneFullBleed2, #dnn_ContentPaneFullBleed3, #dnn_ContentPaneFullBleed4, #dnn_ContentPaneFullBleed5, #dnn_ContentPaneFullBleed6 {
		overflow: hidden;
	}
}
@media only screen and (max-width: 690px) {
  #banner-area #unit-3 {
    width: 85%;
    margin-top: 100px;
  }
  #video-slice .video-desc {
    width: 90%;
  }
  #dnn_ContentPaneFullBleed1 {
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
	
	    #three-cruises {
        padding-bottom: 4rem;
        background: #5749b6;
    }

	
  #banner-area #unit-2 {
    width: 150%;
  }
  #video-slice .video-desc {
    width: 100%;
  }
  #banner-area #unit-3 {
    width: 90%;
    margin-top: 50px;
  }
  #banner-area .text {
    padding: 30px 0px 75px 25px;
  }
  #video-slice .video-desc {
    top: -130px;
    z-index: 99;
  }
  #video-slice .video-desc .parallax-item .text {
    top: 26%;
  }
  #quiz {
    margin-top: 4rem;
  }
  #quiz .quiz-card .img {
    margin: 0px;
  }
	
	#banner-area #unit-3 ul li button {
		    text-decoration: underline;
    color: #f0e000;
	}
}
@media only screen and (max-width: 588px) {
	
	.dvidsvideo-container .video-overlay {
		    top: calc(50% - 23px);
    left: calc(50% - 33px);
	}
	
	
  #video-slice .video-desc .parallax-item .text {
    top: 16%;
  }
	
	#more-facts p.numbers.odd {
		right: 0px;
	}
}
@media only screen and (max-width: 588px) {
  #banner-area #unit-3 {
    width: 98%;
  }
}
@media only screen and (max-width: 495px) {
  #video-slice .video-desc .parallax-item .text {
    top: 12%;
  }
  #banner-area #unit-3 ul li button span {
    display: none;
  }
  #video-slice p {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 426px) {
	
	#timeline .photo-jumble, #timeline .photo-jumble2 {
		margin-bottom: 30px !important;
	}
	
	#banner-area #unit-3 {
		width: 115%;
	}
	
	    #banner-area .text {
        padding: 30px 0px 0px 20px;
    }
	
	#video-slice .video-desc .parallax-item {
    position: relative;
    width: 120%;
    left: -20%;
}
	
	    #video-slice .video-desc .parallax-item .text {
        top: 17%;
    }
	
	.drawer-left-trigger {
		width: 15%;
	}
	
	    #drawer-left.opened .drawer-left-trigger {
        margin-right: -50px;
    }
	
	#drawer-left .title-screen img {
		width: 100%;
		height: 100%;
	}
	
	#drawer-left img {
		        width: 100% !important;
		margin: 0px !important;
        margin-bottom: 10px !important;
        float: none !important;
	}
	
	#sailor-slice2 h2 {
		    padding-left: 20px;
    padding-right: 20px;
		padding-top: 0px;
	}
	
	#timeline .right-side h3, #timeline .right-side p {
		text-align: left;
	}
	
	.slick-wrap-bottom .slick-item {
		padding: 0px !important;
	}
	#more-facts .fact-block {
		padding: 15px;
	}
	
	    #vs {
        padding-bottom: 0px;
        padding-top: 0px;
    }
	
	#quiz {
		margin-top: 0px;
	}
	
	#facts .slick-prev, #facts .slick-next, #more-facts .slick-prev, #more-facts .slick-next, #bottom .slick-prev , #bottom .slick-next {
		padding: 9px;
		    top: 22%;
		opacity: 0.8;
	}
	
	#drawer-left .dgov-col-md-12.text, .drawer-left-content .dgov-col-md-12.text {
		padding: 10px;
	}
	
	#top19702 {
		padding: 5px;
	}
	
	[data-tooltip-length="large"]:after { 
	width: 200px;	
	}
	
	#timeline .dgov-col-md-6.text {
		padding-top: 0px;
	}
	
	#timeline h3 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	
	#timeline .dgov-col-md-6 {
		padding: 20px 20px;
	}
	
	#timeline {
		padding-bottom: 0px;
	}
	
	#three-cruises .item {
		padding-top: 0px;
	}
	
	#three-cruises .item .dgov-container p, #three-cruises .item .dgov-container h3 {
		text-align: left;
	}
	
	p.poem {
		width: 90%;
	}

	
}

@media only screen and (max-width: 400px) {
    #video-slice .video-desc .parallax-item .text {
        top: 12%;
    }
	
	    #video-slice .video-desc .parallax-item .text {
        margin: 0px 0px 0px 73px;
	}
}


@media only screen and (max-width: 375px) {
	
	
	
	#modal-s {
		padding: 0px;
	}
	
	#modal-s .dgov-grid {
		margin: 0px;
	}
	
	#banner-area #unit-3 {
		width: 125%;
		margin-top: -40px;
	}
	
	
#Layer_1 {
	width: 115%;
}
	
	#banner-area #unit-3 ul li {
		margin-bottom: 8px;
	}
	
	    #banner-area .text {
        padding: 30px 0px 0px 20px;
        max-width: 100vw;
        top: 14%;
    }
	
	    #video-slice .full-vid {
        margin-top: 220px;
			
	}
	
	    #video-slice .video-desc .parallax-item .text {
        top: 8%;
        max-width: 100vw;
        left: 15%;

    }
	
	#video-slice .video-desc .parallax-item {
	        width: 165%;
        left: -46%;
	}
	
	.slick-section .slick-dots li button {
    font-size: 20px !important;
    margin: 5px !important;
}
	
	#come-aboard .dgov-container {
		margin: 0px;
	}
	
	#come-aboard h2 {
		width: 100% !important;
	}
	
	#come-aboard {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	#come-aboard > div.dgov-container > div:nth-child(1) {
		margin: 0px;
	}
	
	.drawer-left-trigger img {
		padding: 0px;
	}
	
	
	#facts .slick-dots {
		bottom: -60px;
	}
	
	#drawer-left.opened .drawer-left-trigger {
		margin-right: -50px;
	}
	
	    .drawer-left-trigger {
        width: 50px;
    }
	
	#drawer-left.closed .drawer-left-trigger {
		right: 35px;
	}
	
	#more-facts h2 {
		padding-top: 4rem;
		        padding-left: 15px;
        padding-right: 15px;
		font-size: 2rem;
	}
	
	#timeline .tooltip-mod i {
    font-size: 2.5rem;
}
	
		#vs h2 {
		margin-top: 4rem;
	}
	
	
	#dnn_ctr8892_HtmlModule_lblContent {
		position: relative;
		top: -50px;
	}
	
	#come-aboard h2 {
		    padding-bottom: 10px;
    margin-bottom: 0px;
    line-height: 3rem;
		font-size: 2rem;
	}
	
	#facts .slick-prev, #facts .slick-next, #more-facts .slick-prev, #more-facts .slick-next, #bottom .slick-prev, #bottom .slick-next {
		top: 35%;
	}
	
	.video-wrap-container.video19702 {
		padding: 0px;
	}
	
	h2 {font-size: 2rem;}
	
	.slice h2 {
		font-size: 2rem;
	}
	
	.slice .dgov-col-md-12 .line {
		    margin-top: 40px;
    margin-bottom: 30px;
	}
	
	.slice .anchor {
    width: 60px;
    height: 60px;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: auto;
    position: absolute;
    left: calc(50% - 30px);
    top: -33px;
}
	
	#drawer-left .title-screen h3 {
		font-size: 2rem;
	}
	
	#drawer-left .dgov-grid.fader {
		width: 85%;
	}
}