@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 10px 10px 0px 10px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
imgtest {
	width: 25%;
	max-width: 25%;
	height: 150px;
	vertical-align: middle;
}
footer {
	padding: 10px 10px;
	background-color: #ffffff;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}
.ntext {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
.ntext2 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.Wnew {
  max-width: 100%;
  height: auto;
}
.WnewIn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 114px;
  width: 372px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info-box-white {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}
.info-box-white2 {
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}
.style-logo2 {
	margin-left: 200px;
	margin-right: 200px;
	display: block;
	width: 192px;
}
.style-pp {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	display: block;
	width: 450px;
}
.style-ppp {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 250px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.style-ppc {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 500px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.list {
    font-size: 15px;
    font-weight: 400;
    border: 2px #FFFFFF solid;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    color: #2F4F4F;
    text-decoration: none;
    margin-left: 10px;
    margin-right: auto;
    display: block;
    min-width: 360px;
    max-width: 660px;
    height: auto;
    padding-left: 10px;
    list-style-type: disc;
    text-align: left;
}
.list2 {
    padding-bottom: 10px;
    text-align: left;
}
.list2b {
    padding-bottom: 0px;
	padding-left: 5px;
    list-style-type: disc;
    text-align: left;
    margin-left: 20px;
    margin-right: auto;
}
.list2c {
	font-size: 14px;
    padding-bottom: 10px;
	padding-left: 5px;
    list-style-type: disc;
    text-align: left;
    margin-left: 20px;
    margin-right: auto;
}
.list2d {
	font-size: 14px;
    padding-bottom: 5px;
	padding-left: 5px;
    list-style-type: disc;
    text-align: left;
    margin-left: 20px;
    margin-right: auto;
}
.list3 {
	padding-bottom: 2px;
    list-style-type: disc;
    text-align: left;
}
.list4 {
    font-size: 15px;
    font-weight: 400;
    border: 2px #FFFFFF solid;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    color: #000000;
    text-decoration: none;
    display: block;
    height: auto;
    padding-left: 0px;
    list-style-type: disc;
    text-align: left;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	font-size: 20px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}
.hide_file {
    position: absolute;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 24px;
    width: 100%;
}

.hero {
	background-image: url(images/ship1.png);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}
.banner {
	background-image: url(images/MODLIRO_banner2.png);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

.register {
	background-image: url(images/turtle.png);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}
.important {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid blue;
  background-image: url(images/important.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
.labels {
	color: #000000;
	text-align: right;
	margin-bottom: 10px;
}
.reqlabels {
	color: #F00;
	text-align: right;
	font-weight: 600;
	margin-bottom: 10px;
}
.between {
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}
.fields {
	color: #000000;
	text-align: left;
	margin-bottom: 13px;
	padding-left: 20px;
}
.fields2 {
	color: #000000;
	text-align: left;
	margin-bottom: 25px;
	padding-left: 20px;
}
.boxheader {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}
.boxheader2 {
    font-size: 18px;
    color:white
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
    background-color:gray
}
.boxtext {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 18px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 23px;
}
h5 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0px;
}
h6 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
h7 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0px;
}
h8 {
	font-size: 28px;
	font-weight: 600;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

hr.white {
  	border: 3px solid white;
  	border-radius: 2px;
	margin-bottom: 10px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000;
    background-color: #FFFFFFB3;
	text-decoration: none;
}
.button2 {
	border: 2px #16204b solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #16204b;
	text-decoration: none;
}
.button3 {
	border: 2px #16204b solid;
	padding: 8px 30px;
	border-radius: 0px;
	font-size: 24px;
	color: #16204b;
	text-decoration: none;
	background-color: #FFFFFFB3;
}
.button4 {
	border: 2px #16204b solid;
	padding: 8px 30px;
	border-radius: 30px;
	max-width: 300px;
	font-size: 24px;
	color: #16204b;
	text-decoration: none;
	background-color: #FFFFFFB3;
}
.congrats {
	font-size: 17px;
	font-weight: 500;
	border: 2px #FFFFFF solid;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px 2px 20px 2px;
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-width: 360px;
	max-width: 460px;
	height: auto;
}
.congrats2 {
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	border: 2px #FFFFFF solid;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px 2px 20px 2px;
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-width: 360px;
	max-width: 460px;
	height: auto;
}
.btext {
	font-size: 17px;
	font-weight: 500;
	border: 2px #FFFFFF solid;
	background-color: #FFFFFFB3;
	padding: 20px 20px 20px 20px;
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-width: 360px;
	max-width: 460px;
	height: auto;
}
.btext2 {
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	border: 2px #FFFFFF solid;
	background-color: #FFFFFFB3;
	padding: 20px 20px 20px 20px;
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-width: 360px;
	max-width: 460px;
	height: auto;
}
.collapsible {
  background-color: #0f56a3;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
}
.collapsible2 {
  background-color: #0f56a3;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
}

.active, .collapsible:hover {
  background-color: #b4b4b4;
}
.active, .collapsible2:hover {
  background-color: #b4b4b4;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.collapsible2:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
}

.collcontent {
  padding: 0 25px;
  max-height: 0;
  font-size: 10px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ebe8de;
}
.info-box-reghead {
	background-color: #c0dbe2;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-regWG {
	background-color: #f1f3f8;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
    height: 750px;
}
.info-box-regMH {
	background-color: #f1f3f8;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
    height: 520px;
}
.info-box-regADD {
	background-color: #f1f3f8;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
    height: 250px;
}
.info-box-regsub {
	background-color: #f1f3f8;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-ltblue {
	background-color: #69e2ff;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-ltblue2 {
	background-color: #69e2ff;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-ltyellow {
	background-color: #e7af4e;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-ltred {
	background-color: #ff6462;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-royalblue {
	background-color: #7181ED;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-GlacierBlue {
	background-color: #1995AD;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-WarmGray {
	background-color: #c0dbe2;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.info-box-Ice {
	background-color: #A1D6E2;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-tan2 {
	background-color: #b9a88e;
	color: #FFFFFF;
	text-align: center;
}
.info-box-itin {
	background-image: url(images/costa1.png);
	background-size: cover;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
.info-box-tt {
	background-image: url(images/map1.png);
	background-size: cover;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
.info-box-act {
	background-image: url(images/coz1.png);
	background-size: cover;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
.info-box-hot {
	background-image: url(images/ship2.png);
	background-size: cover;
	color: #000000;
	padding: 30px 20px 60px;
	text-align: center;
}
.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.footer-text {
	font-size: 18px;
	margin-bottom: 5px;
	text-align: center;
}

.col {
	width: 100%;
	padding: 0px 7px 6px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
		}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
		}
}
/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: center;
	}
	.col-md-one-third {
		width: 33%;
		}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}

/* Tooltip container */
.tooltip {
  color: #a40000;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  border: 2px #a40000 solid;
  padding: 2px 2px 2px 2px;
  border-radius: 5px;
  text-decoration: none;
  background-color: whitesmoke;
}

/* Tooltip text */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 460px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -230px;
  font-size: 12px;
  font-weight: 400;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}