@import url("bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Generic Styles */
* {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
.row {
  margin: 0;
}

.body-container {
  max-width: 100%;
  /* max-width: 1024px; */
  margin-top: 20px;
}

/* .uniform_section_style{
    margin-left: 5%;
    margin-right: 5%;
} */

a {
  text-transform: none !important;
}

ul li a {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
  color: white;
  text-decoration: none !important;
}
h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
}
.btn-primary {
  display: block;
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
  transition: all 0.5s ease-out;
  margin: 0.5em;
}

.special {
  text-transform: uppercase;
  color: #168b96;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
}
/* Top navigation */

.row.header,
.pageHeader {
  margin: 0;
  background-color: rgba(45, 128, 195, 0.6);
  position: sticky;
  top: 0px;
  z-index: 200;
  height: auto;
}
.navigation-header,
#header .row.header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  /* background-color: rgba(45, 128, 195, 0.6); */
}
#header.container.pg-header {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  #header.container.pg-header {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  #header.container.pg-header {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #header.container.pg-header {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #header.container.pg-header {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 948px) {
  .navigation-header {
    flex-direction: column;
  }
}
.navigation-header .align-items-end {
  align-items: center !important;
}
.navigation-header .nav,
ul.nav {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  min-height: 60px;
}
.navigation-header .nav a:hover,
.nav a:hover {
  color: #ffffff;
}

/* @media (min-width: 576px) {
    #mobile_header{
   display: none;
} */

/* @media (min-width: 576px) {
    #desktop_header{
   display: block;
} */

/* Jumbo image */

.main {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.col-lg-7.cta {
  background-color: rgba(79, 130, 178, 0.4);
  margin: 0;
  padding: 0.5em 0.25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cursive {
  font-family: "Satisfy", cursive;
  font-size: 40px;
  color: #ffffff;
  text-shadow: 1px 1px #36c0cb;
  margin: 0.5em 0;
  height: 1em;
  text-align: center;
}
@media only screen and (max-width: 490px) {
  .cursive {
    font-size: 25px;
  }
}
.marquee {
  color: #ffffff;
  font-size: 48px;
  font-family: "Sen", sans-serif;
  text-decoration: none !important;
}

.subbrand {
  font-size: 11px;
  padding-right: 0px;
  margin-right: 0px;
}
@media only screen and (max-width: 948px) {
  .navigation-header .forty {
    width: 100%;
    justify-content: center;
    align-items: center !important;
  }
  .subbrand {
    padding-left: 0.5em;
  }
  .nav {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .header-logo {
    padding-left: 0.5em;
  }
}
.forty {
  background-color: transparent;
}

.sixty {
  background-color: lightblue;
  padding-bottom: 5px;
  background-color: rgba(45, 128, 195, 0.6);
  font-weight: 600;
  min-height: 60px;
  height: auto;
}

.girl-image {
  /* margin-top: -20px; */
  margin: 0;
  padding: 0;
}

h1.marquee {
  margin: 0px;
  font-weight: 600;
  padding: 0 0 5px 0;
}

h1.cta {
  color: white;
  font-size: 54px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background-color: transparent;
}

h2.cta {
  color: white;
  font-size: 26px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.sign-up-button {
  box-sizing: border-box;
  width: 175px;
  height: 55px;
  background: #f39c12;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 20px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.sign-up-button:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.video-button {
  width: 175px;
  height: 55px;
  background: #3498db;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 20px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.video-button:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.sign-up-button a {
  text-decoration: none !important;
  font-size: 20px !important;
  color: white !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.sign-up-button a:visited {
  text-decoration: none !important;
  font-size: 20px !important;
  color: white !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.sign-up-button a:hover {
  text-decoration: none !important;
  font-size: 20px !important;
  color: white !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.sign-up-button a:active {
  text-decoration: none !important;
  font-size: 20px !important;
  color: white !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.video-button a {
  text-decoration: none;
  font-size: 20px;
  color: white;
  font-weight: 600;
}

.main-number {
  color: white;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}

.main-number a {
  color: white;
  font-size: 32px;
  font-weight: 700;
}

/* END MAIN SECTION */

/* CLASSES SECTION */

.class-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

.class-container {
  display: flex;
  flex: 1 1 0;
  padding: 10px;
  border: 10px solid #2589c7;
  border-radius: 20px;
  max-width: 960px;
  flex-wrap: wrap;
}

.class-call-out-heading {
  color: #e8202b;
  width: 100%;
  font-weight: 900;
}

.class-paragraph {
  font-size: 1.2em;
  font-weight: 700;
}

.class-paragraph a {
  font-size: 1.2em;
}

/* END CLASSES SECTION */

/* SECTION GRAY BOXES */

.gray-boxes {
  max-width: 1024px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.gray-box {
  background-color: #e1e1e1;
  text-align: center;
  padding-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  border-radius: 8px;
  padding: 2em;
}
.gray-box .card-body {
  flex: 0 1 auto;
  height: 100%;
  width: 100%;
  flex: 0 1 auto;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-direction: column;
}

.gray-box p {
  padding: 10px;
  flex: 1 1 auto;
}

@media (max-width: 640px) {
  .mobile_button {
    display: block;
  }
  .desk_top_button {
    display: none;
  }
}

@media (min-width: 640px) {
  .mobile_button {
    display: none;
  }
  .desk_top_button {
    display: block;
  }
}

@media (max-width: 768px) {
  .col-md.gray-box {
    margin: 0.5em 1px !important;
    max-width: 49%;
    flex: 0 1 auto;
  }
  .gray-boxes .justify-content-between {
    justify-content: center !important;
  }
}
@media (max-width: 640px) {
  .col-md.gray-box {
    max-width: 100%;
  }
}
/* END SECTION GRAY BOXES */

/* BEGIN SECTION INFO */
.info {
  max-width: 1024px;
  width: 100%;
  margin: 2em auto;
}

.middle {
  margin: 2em auto;
}

#cruising_life {
  font-size: calc(31px + 0.390625vw);
  font-family: "rubik" !important;
  color: #0062cc;
  text-transform: uppercase;
  font-weight: 300 !important;
}

#centering_div_home {
  display: inline-block;
  text-align: center;
  margin-left: 50%;
}

#sign_up_middle {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

#sign_up_button_middle {
  padding: 1em;
  text-align: center;
  display: inline-block;
  text-decoration: none !important;
  margin: 0 auto;
  white-space: nowrap !important;
  overflow: hidden !important;
}

#middle_mobile {
  background-color: #f9f9f9;
  padding-top: 25px;
  padding-bottom: 25px;
  border: solid 2.5px #0062cc;
  border-radius: 10.5px;
  margin-top: 17.5px;
}

.mobile_img_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.mobile_middle_text_top {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #0062cc;
  font-size: calc(20px + 0.390625vw);
  font-weight: bold;
  margin-bottom: -15%;
}

.mobile_middle_text_bottom {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #0062cc;
  font-size: calc(15.5px + 0.390625vw);
  font-weight: bold;
  margin-top: -20%;
}

@media only screen and (max-width: 990px) {
  #middle_desktop {
    display: none;
  }
}

@media only screen and (min-width: 990px) {
  #middle_mobile {
    display: none;
  }
}

.info h1 {
  border-bottom: solid 1px lightblue;
  margin-top: 20px;
  font-weight: 700;
}
.info .row {
  justify-content: space-around;
}
.col-lg-5.infocard a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 1em 2em;
}
.col-lg-5.infocard a:hover {
  text-decoration: none;
}
.col-lg-5.infocard {
  margin: 1em;
  padding: 0;
  border: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 385px) {
  .col-lg-5.infocard {
    width: 90%;
  }
}
.col-lg-5.infocard h3 {
  margin: 1em 0;
  text-align: center;
}
.col-lg-5.infocard a.main {
  flex: 1 0 auto;
}
.col-lg-5.infocard a.readMore {
  margin: auto 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1em 2em;
  border-top: 1px solid #ddd;
  color: #2eb5c3;
  fill: #2eb5c3;
  font-weight: bold;
  flex-shrink: 0;
}
/* END SECTION INFO */

#info h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

/* FOOTER STYLES */
#footer {
  background-color: #3b79a8;
}
#footer .container {
  max-width: 1024px;
  /* background: #3B79A8; */
  color: white;
  margin-top: 20px;
}

#footer .footer_div {
  text-align: center;
}

#footer .row {
  padding: 50px;
}

#footer p {
  margin-bottom: 1px;
}

#footer a {
  color: white;
}
.mobile_padding {
  padding-bottom: 25px;
}

@media (min-width: 535px) {
  .mobile_padding {
    display: none;
  }
}
/* AboutUs - Team Leader Page */

.mgr-img {
  margin-right: 30px;
}

.tl-img {
  margin-right: 30px;
  height: 250px;
  /* width: 155px; */
}

@media (max-width: 575px) {
  .tl-img {
    height: 150px !important;
  }
}

.about-video {
  margin-bottom: 40px;
}

.agent-para {
  margin-bottom: 20px;
}

/* Signup */

.amo {
  height: 600px;
  width: 600px;
  position: relative;
}

/* Admin */
.tiny-tl-img {
  height: 125px;
  width: 77px;
}

/* NEW CRUISE CLASS STYLES */

.photo-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}

.photo-item {
  margin: 5px;
}

.photo-item img {
  width: 225px;
  height: 175px;
}

.class-call-out {
  font-weight: 900;
  color: #2589c8;
  font-size: 1.2em;
}

/* END NEW CRUISE CLASS STYLES */

/* HELPER CLASSES */
.bold {
  font-weight: 900;
}

/* END HELPER CLASSES */

/* BEGIN MEDIA QUERIES */

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

  .marquee {
    font-size: 48px;
    margin-right: 0;
  }

  div.cta {
    text-align: center;
    margin-top: 40px;
  }

  h2.cta {
    font-size: 32px;
  }
}

@media (max-width: 762px) {
  .container {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .marquee {
    font-size: 28px;
  }

  div.cta {
    margin-top: 20px;
  }

  .last {
    margin-top: 5px;
  }

  .side-panel {
    display: none;
  }
}

@media (max-width: 575px) {
  .box-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (max-width: 560px) {
  .header-logo img {
    max-width: 75%;
    max-height: 75%;
  }
}

@media (max-width: 461px) {
  .cta h1 {
    font-size: 42px;
  }

  .cta h2 {
    font-size: 26px;
  }
}

@media (max-width: 386px) {
  .sign-up-button {
    width: 120px;
    height: 38px;
  }

  .sign-up-button a {
    font-size: 14px;
  }

  .video-button {
    width: 120px;
    height: 38px;
  }

  .video-button a {
    font-size: 14px;
  }

  h2.main-number {
    font-size: 24px;
  }

  h2.main-number a {
    font-size: 24px;
  }
}

@media (max-width: 369px) {
  h1.cta {
    font-size: 32px;
  }

  h2.cta {
    font-size: 18px;
  }

  .main-number {
    font-size: 20px;
  }

  .main-number a {
    font-size: 20px;
  }

  .sign-up-button {
    margin-bottom: 5px;
  }

  .video-button {
    margin-bottom: 30px;
  }
}

@media (max-width: 342px) {
  .cta h1 {
    margin-top: 20px;
  }
}

@media (max-width: 311px) {
  .sixty ul li a {
    font-size: 10px;
  }
}

@media (min-width: 990px) {
  .header-logo {
    display: none;
  }
  .subbrand {
    display: none;
  }
}

/* CLASS STYLES */

html {
  scroll-padding-top: 75px;
}

@media screen and (max-width: 948px) {
  html {
    scroll-padding-top: 150px;
  }
}

@media screen and (max-width: 535px) {
  html {
    scroll-padding-top: 350px;
  }
}

.section_header {
  font-family: rubik;
  font-size: 30px;
  color: #3d454ade;
  margin-top: 20px;
  margin-bottom: 20px;
}

.request_return_button_div {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* END CLASS STYLES */

.middle {
  margin: 2em auto;
}

.middle h2 {
  font-size: 32px;
  font-weight: 700;
}

#cruising_life {
  font-family: BrunoAce;
  color: #0062cc;
  text-transform: uppercase;
  font-weight: 500;
}

#centering_div_home {
  /* display: inline-block; */
  text-align: center;
  margin-left: 50%;
}

#sign_up_middle {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

/* #sign_up_button_middle{
    padding:1em;
    text-align: center;
    display:inline-block;
    text-decoration: none !important;
    margin:0 auto;
} */

/* 3 BOXES */

/* #main-area {
    background-color: #A2C7E4;
    background-image: url("{{homepage_model.background_image_url}}");
    background-size: cover;
    background-position: center 85%;
    }
.gray-box.box-1 {
    background-image: url("{{homepage_model.card_1_image_url}}");
}
.gray-box.box-2 {
    background-image: url("{{homepage_model.card_2_image_url}}");
}
.gray-box.box-3 {
    background-image: url("{{homepage_model.card_3_image_url}}");
} */

/* END 3 BOXES */

/* MEDIA */

#media_wrapper {
  box-sizing: border-box;
}

.media_heading {
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-weight: 700 !important;
  /* font-family: rubik !important; */
  font-family: Roboto;
  font-size: 22.5px;
  padding-top: 10px;
}

.youtube_home {
  display: inline-block;
  width: 50%;
  background-color: #a2c7e4;
  border: 5px solid white;
  box-sizing: border-box;
  float: left;
  padding-bottom: 30px;
  border-radius: 10px;
}

.facebook_home {
  display: inline-block;
  width: 50%;
  background-color: #a2c7e4;
  border: 5px solid white;
  box-sizing: border-box;
  float: right;
  padding-bottom: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .facebook_home,
  .youtube_home {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

/* END MEDIA */

/* OVERVIEW */

.overview_wrapper {
  margin-top: 40px !important;
}
.overview_sub_heading {
  font-family: rubik !important;
  font-size: 25px;
  text-align: left !important;
  color: #0056b3;
}

#overview p {
  font-family: rubik !important;
  font-size: 18px;
  text-align: justify;
}

#overview ol li::marker {
  color: #0056b3;
}

.overview_five_steps li {
  font-family: rubik !important;
  font-size: 18px;
  text-align: justify;
}

.booking_methods li {
  list-style-type: square;
}

#overview a {
  color: #3b79a8 !important;
  text-decoration: none !important;
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 18px;
}

#overview a:visited {
  color: #3b79a8 !important;
  text-decoration: none !important;
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 18px;
}

#overview a:hover {
  color: #3b79a8 !important;
  text-decoration: none !important;
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 18px;
}

#overview a:active {
  color: #3b79a8 !important;
  text-decoration: none !important;
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 18px;
}

/* END OVERVIEW */

/* ABOUT US */

#about_us p {
  font-family: rubik !important;
  font-size: 18px;
  text-align: justify;
}

#about_us a {
  color: #3b79a8 !important;
  text-decoration: none !important;
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 18px;
}

#about_us a:visited {
  color: #3b79a8 !important;
  text-decoration: none !important;
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 18px;
}

#about_us a:hover {
  color: #3b79a8 !important;
  text-decoration: none !important;
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 18px;
}

#about_us a:active {
  color: #3b79a8 !important;
  text-decoration: none !important;
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 18px;
}

/* END ABOUT US */

/* COMMISSION */

.commission_bold {
  font-family: rubik !important;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
  color: #0056b3;
}

#earn_commission p {
  font-family: rubik !important;
  font-size: 18px;
  text-align: justify;
}

.commission_payment_reasons li {
  font-family: rubik !important;
  font-size: 18px;
  text-align: left;
  list-style-type: square;
}

.commission_payment_reasons li::marker {
  color: #0056b3;
}

/* END COMMISSION */

/* FAQ's PAGE */

#FAQ p {
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 18px;
  text-align: justify;
}

#FAQ a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

@media screen and (max-width: 768px) {
  #FAQ p {
    text-align: left;
  }
}

@media screen and (max-width: 575px) {
  #FAQ p {
    text-align: left;
    font-size: 4.5vw;
  }
}

.faq {
  width: 100%;
}
.faq_spacer {
  margin-bottom: 1.5em;
}

.collapsed_faq {
  margin: 0;
  padding: 1em;
  border-left: 4px solid #3a88c7;
  background-color: rgba(45, 128, 195, 0.2);
  font-weight: bold;
  display: block;
  box-sizing: border-box;
}

.faq_icon_more {
  padding-left: calc(23% - 30px);
  padding-right: 30px;
  display: block;
  float: right;
  font-size: 20px;
  text-decoration: none !important;
  box-sizing: border-box;
}

.faq_icon_more span {
  text-decoration: none !important;
}

.faq_icon_more a span,
a span:visited,
a span:hover,
a span:active {
  color: #0056b3 !important;
}

@media screen and (max-width: 768px) {
  .faq_icon_more {
    padding-left: 10%;
    padding-right: 15px;
  }
}

@media screen and (max-width: 470px) {
  .faq_icon_more {
    padding-left: 3.5%;
    padding-right: 5px;
  }
}

.expanded_faq p {
  padding: 1em;
  margin-bottom: 0em;
  border-left: 4px solid #666666;
  background-color: rgba(204, 204, 204, 0.2);
  box-sizing: border-box;
}

.expanded_faq b {
  font-weight: bold;
  font-size: large;
}

.faq_icon_less {
  padding-left: calc(3% - 10px);
  padding-right: 30px;
  display: inline-block;
  float: right;
  font-size: 20px;
  text-decoration: none !important;
}

/* END FAQ's PAGE */

/* Testimonial and Team Leader pages */
.content_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fafafa;
  padding: 1em;
  margin: 1em 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dddddd;
}

/* TESTIMONIAL */

.testimonials_wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f9f9f9;
}

#testimonials p {
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 18px;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  #testimonials p {
    text-align: left;
  }
}

.tagline {
  font-size: 22px !important;
  font-weight: 500 !important;
}

#testimonials a {
  color: #3b79a8 !important;
  text-decoration: none !important;
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 16px;
}

#testimonials a:visited {
  color: #3b79a8 !important;
  text-decoration: none !important;
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 16px;
}

#testimonials a:hover {
  color: #3b79a8 !important;
  text-decoration: none !important;
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 16px;
}

#testimonials a:active {
  color: #3b79a8 !important;
  text-decoration: none !important;
  font-family: rubik !important;
  font-weight: 400 !important;
  font-size: 16px;
}

.testimonial .expanded p {
  background-color: rgba(45, 128, 195, 0.2);
  padding: 1.5em;
}

.testimonial_IA {
  font-family: rubik !important;
  font-weight: 500 !important;
  font-size: 18px;
  color: #0056b3;
}

.testimonial_TL {
  font-family: rubik !important;
  font-weight: 500 !important;
  font-size: 18px;
  color: #3d454ade;
}

.testimonial {
  margin-bottom: 35px;
}

/* END TESTIMONIAL */

/* OUR TEAM */
#OT_padding_fix {
  padding-left: 0% !important;
}

.headshot {
  width: 200px;
  height: 250px;
  padding: 15px;
}
@media (max-width: 992px) {
  .headshot {
    width: 150px;
    height: 200px;
    padding: 15px;
  }
}

.our_team_name {
  font-family: rubik;
  color: #3d454ade;
}

.our_team_title {
  font-family: rubik;
  color: #0056b3;
}

.tls_name {
  font-family: rubik;
  color: #3d454ade;
  margin-top: 20px;
}

.tls_title {
  font-family: rubik;
  color: #0056b3;
}

.tls_heading {
  font-family: rubik;
  color: #3b79a8;
  margin-bottom: 30px;
}

.tl_img_size {
  height: 250px !important;
  border: none !important;
}

@media (max-width: 575px) {
  .tl_img_size {
    height: 175px !important;
  }
}

@media (max-width: 850px) and (min-width: 575px) {
  .tl_img_size {
    height: 200px !important;
  }
}

@media (max-width: 575px) {
  .tl_et_button {
    display: none;
  }
}

/* END OUR TEAM */

/* SIGN UP FORM */

.sign_up_form_intro {
  font-size: 19px;
  line-height: 1.4em;
  font-family: rubik;
}

.intro_strong {
  font-size: 20px;
  color: #0056b3;
  font-weight: 600;
  font-family: rubik;
}

.sign_up_spacer {
  height: 30px;
}

.form_wrapper {
  width: 100%;
}

#sign_up_button_target {
  width: 100%;
}

.sign_up_form_label {
  font-size: 17px;
  color: #0056b3;
  font-weight: 400;
  font-family: rubik;
}

.iti_input {
  color: #0056b3 !important;
  background-color: #f9f9f9 !important;
  font-family: rubik !important;
}

.iti_hide {
  display: none;
}

.iti_button {
  border: none !important;
  height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 4px;
  font-family: inherit;
  font-size: 100%;
  color: white;
  background-color: #347badde;
  margin-left: 1.5%;
}

#valid-msg {
  color: green;
  font-family: inherit;
  margin-left: 1.5%;
}

#error-msg {
  color: red;
  font-family: inherit;
  margin-left: 1.5%;
}

#id_first_name,
#id_last_name,
#id_phone_number,
#id_email,
#id_state,
#id_number_of_cruises,
#id_about_me {
  color: #0056b3;
  background-color: #f9f9f9;
  font-family: rubik;
}

.input {
  vertical-align: middle;
}

input[type="checkbox"] {
  display: inline-block;
  height: 1.75em;
  width: 1.75em;
  margin-right: 0.75em;
  margin-left: 0.25em;
  vertical-align: middle;
}

#checkbox_label {
  display: inline-block;
  color: #0056b3;
  font-family: rubik;
  font-size: 17px;
  vertical-align: middle;
}

.checkbox_link {
  color: #0056b3 !important;
  font-family: rubik;
  font-size: 17px;
}

.checkbox_link:visited {
  color: #0056b3 !important;
  font-family: rubik;
  font-size: 17px;
}

.checkbox_link:hover {
  color: #0056b3 !important;
  font-family: rubik;
  font-size: 17px;
}

.checkbox_link:active {
  color: #0056b3 !important;
  font-family: rubik;
  font-size: 17px;
}

@media (max-width: 575px) {
  #checkbox_label,
  .checkbox_link {
    font-size: 3.5vw;
  }
}

#recaptcha {
  display: inline-block;
  font-family: rubik;
}

.centering_div {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.captcha_error {
  color: red;
}

#submit-btn {
  width: 300px;
  font-family: rubik;
  text-transform: uppercase !important;
  font-size: 20px;
  margin-left: 0em !important;
  background-color: #347badde;
  border-color: #347badde;
  transition: all 0.5s ease-out;
  margin: 0 auto;
  display: inline-block;
}

@media (max-width: 640px) {
  #sign_up_mobile {
    display: block;
  }
  #sign_up_desktop {
    display: none;
  }
}

@media (min-width: 640px) {
  #sign_up_mobile {
    display: none;
  }
  #sign_up_desktop {
    display: block;
  }
}

/* END SIGN UP FORM */

/* START STUCK_SIGN_UP */

.sticky_sign_up {
  color: white;
  font-family: rubik;
  text-transform: uppercase white !important;
  text-decoration: none !important;
  font-size: 20px;
  z-index: 250;
  position: fixed;
  bottom: -10px;
  left: 10px;
  width: 90%;
  height: 55px;
  background: #f39c12;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 20px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.sticky_sign_up a,
a:visited,
a:hover,
a:active {
  color: white;
}

@media (min-width: 535px) {
  #stuck_sign_up {
    display: none;
  }
}

/* END STUCK_SIGN_UP */

/* START FREE TRAINING */

.ft_sub_heading {
  font-family: rubik !important;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
  color: #0056b3;
}

#free_training p,
.ft_list li {
  font-family: rubik !important;
  font-size: 18px;
  text-align: left;
}

/* END FREE TRAINING */

/* START TRAVEL BENEFITS */

.tb_sub_heading {
  font-family: rubik !important;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
  color: #0056b3;
}

#travel_benefits p {
  font-family: rubik !important;
  font-size: 18px;
  text-align: left;
}

/* END TRAVEL BENEFITS */

/* START THANK YOU */

.ty_heading {
  font-family: rubik !important;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #0056b3;
  margin-top: 6.5em;
  margin-bottom: 4.5em;
}

#thank_you p {
  font-family: rubik !important;
  font-size: 20px;
  text-align: center;
  margin-bottom: 12.5em;
}

.ty_link {
  color: #0056b3 !important ;
  text-decoration: none !important;
  font-family: rubik !important;
  font-size: 20px;
}

/* END THANK YOU */

/* START PRIVACY */

#privacy p {
  font-family: rubik !important;
  font-size: 18px;
}

#privacy .heading_s1 {
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
}

#privacy .heading_s2 {
  font-family: rubik !important;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
  color: #0056b3;
}

.privacy_list li {
  font-family: rubik !important;
  font-size: 18px;
  text-align: justify;
  list-style-type: square;
}

.privacy_list li::marker {
  color: #0056b3;
}

/* END PRIVACY */

/* START DISCLAIMER */

#disclaimer p {
  font-family: rubik !important;
  font-size: 18px;
}

.disclaimer_link {
  color: #0056b3 !important;
  font-family: rubik !important;
  font-size: 18px;
}
.disclaimer_link:hover {
  color: #0056b3;
}

/* END DISCLAIMER */

/* START NEW TEAM LEADER */

#team_leader_name {
  text-align: center;
  color: #3d454ade;
  font-family: "Rubik";
}

#team_leader_title {
  text-align: center;
  color: #0056b3 !important;
  font-family: "Rubik";
}

#team_leader_text p {
  color: #3d454ade !important;
  font-family: "Rubik" !important;
  font-size: 16px;
}

.tl_form_phone {
  margin-bottom: 1%;
}

/* END NEW TEAM LEADER */

/* START SIDEBAR */

/* .main_sidebar{
    margin-right: 250px;
    padding-right: 250px;
} */

.side_bar_spacer {
  height: 30px;
}

.clickable_sidebar {
  width: 130px;
  height: auto;
}

.clickable_sidebar_image {
  display: block;
  height: 100%;
  width: 100%; /* may not be needed */
}

/* img.sidebar {
    max-width: 130px;
    width:130px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
} */

/* END SIDEBAR */

.text_label_agreement {
  width: 95%;
  font-size: small;
  text-align: center;
  white-space: nowrap;
  overflow-x: scroll;
}

@media only screen and (max-width: 995px) {
  .text_label_agreement {
    width: 90%;
  }
}

@media only screen and (max-width: 450px) {
  .text_label_agreement {
    width: 85%;
  }
}

#cf_final_submit {
  margin-top: 5%;
  margin-bottom: 5%;
}

/* .content_text {
    margin-left: 1em;
}
.content_image {
    min-width: 200px;
}
.content_image img{
    height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border: 8px solid #FFFFFF;
}
.content_image.large img {
    height: 200px;
    width: 200px;
    margin: .5em;
} */
/* .content-image.cover {
    object
} */

/* @media only screen and (max-width: 803px) {
    .content_area {
        flex-direction: column;
    }
    .content_image {
        text-align: center;
    }
    .content_image img {
        margin: .5em auto;
    }
}

.img-thumbnail {
    border: 8px solid #FFFFFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin:.5em 0;
}
.agent-para {
    background-color: #FAFAFA;
    padding: 1em;
    margin: 1em 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #DDDDDD;
}
.agent-para img.tl-img {
    border: 8px solid #FFFFFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin:.5em 1em .5em 0;
    max-height: 250px;
    max-width: 155px;
    height: auto;
    width: auto;
}
@media only screen and (max-width: 480px) {
    .agent-para img.tl-img.float-left {
        float: none !important;
        margin: .5em auto;
        text-align: center;
        display: block;
    }
}

@media only screen and (max-width: 404px) {
    input#phone::placeholder  {
        font-size: .75em;
        padding: .75rem;
    }
}
.calculation {
    padding: .5em 1em;
    border: 1px solid #3A88C7;
    background-color: rgba(45, 128, 195, 0.2);
    color: #3A88C7;
    border-radius: 4px;
    max-width: 50%;
    margin: .5em auto;
}
@media only screen and (max-width: 560px) {
    .calculation {
        max-width: 80%;
    }
} */

/* Cruisetheworld page */
/* @media only screen and (max-width: 728px) {
    .cruisetheworld .row.intro {
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }
    .cruisetheworld .row.intro > .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .cruisetheworld .row.intro .flex-column {
        flex-direction: row !important;
    }
}
.cruisetheworld .cruises img {
    max-width: 150px;
}
@media only screen and (max-width: 662px) {
    .cruisetheworld .cruises {
        flex-wrap: wrap;
    }
    .cruisetheworld .cruises .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cruisetheworld .cruises .col-3 img {
        margin: .5em auto;
    }
    .cruisetheworld .row {
        flex-direction: column !important;
    }
    .cruisetheworld .row > .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .cruisetheworld .row > .col-6 img {
        margin: .5em auto;
    }
    .cruisetheworld .row > .col-6 p, .cruisetheworld .row > .col-6 ul {
        text-align: left;
    }
    .cruisetheworld .row.images {
        flex-direction: row !important;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 584px) {
    .cruisetheworld .row.images {
        justify-content: center;
    }
    .cruisetheworld .row.images .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 400px) {
    .cruisetheworld .cruises {
        flex-wrap: wrap;
    }
    .cruisetheworld .cruises .col-3, .cruisetheworld .row.images .col-4  {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .cruisetheworld .cruises .col-3 img {
        margin: .5em auto;
    }
} */

/* @media only screen and (max-width: 546px) {
    .float-left {
        float: none !important;
    }
    img.float-left {
        display: block;
        margin: .5em auto;
    }
} */

/* Mobile menu */

/* MOBILE NAV */

.mobileOnly {
  display: none;
  color: #ffffff;
  fill: #ffffff;
}
.mobileOnly .closed {
  animation: rotateclosed 0.5s ease 1;
  transform: rotate(0deg);
}
.mobileOnly.open .closed svg {
  animation: rotateopen 0.5s ease 1;
  transform: rotate(180deg);
}

@media only screen and (max-width: 535px) {
  .pg-header .sixty,
  .navigation-header .sixty {
    flex-direction: column !important;
    min-height: 0px;
  }
  ul#navMenu.nav {
    display: none;
    flex-direction: column;
    width: 100%;
  }
  ul#navMenu li {
    padding: 0.5em 0;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    text-align: center;
  }
  .mobileOnly {
    display: flex;
    color: #ffffff;
    fill: #ffffff;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    font-size: 20px;
    align-items: center;
  }
  .mobileOnly span {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 0.5em;
  }
}
@keyframes rotateopen {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(30deg);
  }
  30% {
    transform: rotate(60deg);
  }
  45% {
    transform: rotate(90deg);
  }
  60% {
    transform: rotate(120deg);
  }
  75% {
    transform: rotate(150deg);
  }
  90% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes rotateclosed {
  0% {
    transform: rotate(180deg);
  }
  15% {
    transform: rotate(180deg);
  }
  30% {
    transform: rotate(150deg);
  }
  45% {
    transform: rotate(120deg);
  }
  60% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(60deg);
  }
  90% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* END MOBILE NAV */

/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWJ0bbck.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFUZ0bbck.woff2)
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWZ0bbck.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVp0bbck.woff2)
    format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWp0bbck.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFW50bbck.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0b.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2)
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2)
    format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc4.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Satisfy";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/satisfy/v11/rP2Hp2yn6lkG50LoCZOIHQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Sen";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sen/v2/6xKjdSxYI9_3kvWNEmo.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Sen";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sen/v2/6xKjdSxYI9_3nPWN.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
