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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family:"avenirregular";
}
p {
    font-size: 14px;
}
@font-face {
    font-family: 'avenirregular';
    src: url('http://www.frostyacresevents.com/Winter/2024/fonts/avenir_45_book-webfont.woff2') format('woff2'),
         url('http://www.frostyacresevents.com/Winter/2024/fonts/avenir_45_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alluraregular';
    src: url('https://www.frostyacresevents.com/Winter/2023/fonts/allura/allura-regular-webfont.woff2') format('woff2'),
         url('https://www.frostyacresevents.com/Winter/2023/fonts/allura/allura-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.fabH1 {
	padding: 10px 10px 0px 10px;
    font-size: 20px;
}
.fabH2 {
	padding: 10px 10px 10px 10px;
    font-size: 18px;
}
.actTDalign {
  text-align: left;
}
.actTHalign {
  text-align: right;
}
.box1 {
	background-image: url("images/box1.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 315px;
	display: flex;
    align-items: center;
    justify-content: center 
}
.box2 {
	background-image: url("images/box2.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 315px;
	display: flex;
    align-items: center;
    justify-content: center 
}
.box3 {
	background-image: url("images/box3.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 315px;
	display: flex;
    align-items: center;
    justify-content: center 
}
.box4 {
	background-image: url("images/box4.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 315px;
	display: flex;
    align-items: center;
    justify-content: center 
}
a {
  color: #0000EE;
  text-decoration: none;
}
header {
	padding: 10px 10px 0px 10px;
}
input[type="text"] {
    font-size:14px;
   font-family:"avenirregular";
}
input, select {
    font-size: 14px;
    font-family:"avenirregular";
}
.collapsible {
  background-color: #552f84;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
}
.collapsible2 {
  background-color: #235c84;
  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: '\1433';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.collapsible2:after {
  content: '\1433';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\142F";
}

.collcontent {
  padding: 0 25px;
  max-height: 0;
  font-size: 14px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ebe8de;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 10px 10px;
	background-color: #ffffff;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}
.act-txt {
	padding: 8px;
    font-size: 12px;
    padding-left: 80px;
    text-align: right;
}
.list {
    font-size: 17px;
	font-weight: 500;
	border: 2px #FFFFFF solid;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-width: 360px;
	max-width: 660px;
	height: auto;
	text-align: left;
    padding-left: 20px;
}
.list2 {
    padding-bottom: 10px;
    text-align: left;
}
.list4 {
    font-size: 17px;
	font-weight: 500;
	border: 2px #FFFFFF solid;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-width: 360px;
	max-width: 1100px;
	height: auto;
	text-align: left;
    padding-left: 20px;
}
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 120px;
    padding-top: 5px;
}
.style-ua {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 10px;
	width: 300px;
}
.style-da {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 15px;
	width: 300px;
}
.style-pp {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	display: block;
	width: 450px;
}

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

.style-nav ul li a {
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
    font-size: 20px;
}
.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/hero3.png");
    background-size: cover;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	text-align: center;
    width: 100%;
    height: auto;
}
.rhero {
  width: 100%;
  height: auto;
}
.Wnew {
  max-width: 100%;
  height: auto;
}
.welcome {
	background-image: url("images/title.png");
    background-size: cover;
    background-repeat: no-repeat;
	padding: 20px 20px 50px 20px;
    height: 346px;
	color: #FFFFFF;
	text-align: center;
}
.intro {
	background-image: url("images/intro.png");
    background-size: cover;
    background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
    height: 900px;
	color: #FFFFFF;
	text-align: center;
}
.intro2 {
	background-image: url("images/intro.png");
    background-size: cover;
    background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
    height: 618px;
	color: #FFFFFF;
	text-align: center;
}

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

.register {
	text-align: center;
    padding: 50px 50px 50px 50px;
}
.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: #9E1A1A;
	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: 8px;
	padding-left: 20px;
    font-size: 14px;
    vertical-align: middle;
}
.fields2 {
	color: #000000;
	text-align: left;
	margin-bottom: 25px;
	padding-left: 20px;
    font-size: 14px;
}
.boxheader {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	margin-bottom: 10px;
}
.boxtext {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.boxtext2 {
	font-size: 16px;
	font-weight: 500;
	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: 400;
	margin-bottom: 23px;
}

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;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0px;
}

hr.white {
  	border: 3px solid white;
  	border-radius: 2px;
	margin-bottom: 10px;
}
hr.white2 {
  	border: 1px solid white;
  	border-radius: 1px;
	margin-bottom: 3px;
}
hr.black {
  	border: 3px solid #000000;
  	border-radius: 2px;
	margin-bottom: 10px;
}
hr.black2 {
  	border: 1px solid #000000;
  	border-radius: 1px;
    margin-top: 10px;
	margin-bottom: 5px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
.button {
	color: #000000;
    text-transform: uppercase;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    background-color: #FFFFFF;
}
.btext4 {
	font-size: 17px;
	font-weight: 500;
	border: 2px #FFFFFF solid;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}


.button9 {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}
.button2 {
	border: 2px #16204b solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #16204b;
	background-color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.button3 {
	border: 2px #16204b solid;
	padding: 8px 30px;
	border-radius: 30px;
	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;
}
.button5 {
	border: 2px #0153db solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #0153db;
	background-color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.button6 {
	border: 2px #000000 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.itinbutton {
	background-image: url(images/ItinButton.png);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.actbutton {
	background-image: url(images/ActButton.png);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.regbutton {
	background-image: url("images/regB.png");
    width: 225px;
    height: 57px;
    color: transparent;
}
.congrats {
    text-align: left;
	font-size: 17px;
	font-weight: 500;
	border: 2px #FFFFFF solid;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px 10px 20px 10px;
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-width: 360px;
	max-width: 660px;
	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: rgba(255, 255, 255, 0.9);
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-width: 360px;
	max-width: 660px;
	height: auto;
	text-align: center;
}
.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;
}
.btext3 {
	font-size: 17px;
	font-weight: 500;
	border: 2px #FFFFFF solid;
	background-color: rgba(255, 255, 255, 0.7);
	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: 660px;
	height: auto;
	text-align: left;
	Padding-top: 10px;
    list-style-type: disc;
}
.info-box-regHead {
    min-width: 360px;
	max-width: 1200px;
    min-height: 350px;
    max-height: 800px;
}
.info-box-regWG {
	background-color: #fdf9f5;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
    min-width: 360px;
	max-width: 660px;
    min-height: 860px;
    max-height: 910px;
}
.info-box-regG12 {
	background-color: #fdf9f5;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
    height: 630px;
}
.info-box-regMH {
	background-color: #fdf9f5;
	color: #000000;
	padding: 10px 10px 0px 10px;
	text-align: center;
    min-width: 360px;
	max-width: 660px;
    min-height: 480px;
    max-height: 800px;
}
.info-box-regADD {
	background-color: #fdf9f5;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
    height: 280px;
}
.info-box-regARL {
	background-color: #c8cfe3;
	color: #23408e;
	padding: 10px 10px 10px 10px;
	text-align: left;
    min-width: 360px;
	max-width: 660px;
    min-height: 320px;
    max-height: 450px;
}
.info-box-regleft {
	background-color: #d0e3df;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-regright {
	background-color: #c8d6e0;
	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-ltblue3 {
	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: #1fbad8;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-WarmGray {
	background-color: #BCBABE;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.info-box-Ice {
	background-color: #A1D6E2;
	color: #0032a0;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
.info-box-fabBlue {
	background-color: #3475b7;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-da {
	background-color: #A1D6E2;
	color: #183d6e;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
.info-box-tan2 {
	background-color: #b9a88e;
	color: #FFFFFF;
	text-align: center;
}
.info-box-itin {
	background-image: url("images/apple.png");
	background-size: cover;
	color: #FFFFFF;
    min-height: 260px;
	text-align: center;
    padding-top: 190px;
}
.info-box-tt {
	background-image: url(images/koba.png);
    background-size: cover;
	color: #FFFFFF;
    min-height: 260px;
	text-align: center;
    padding-top: 190px;
}
.info-box-act {
	background-image: url("images/riviera.png");
	background-size: cover;
	color: #FFFFFF;
    min-height: 260px;
	text-align: center;
    padding-top: 190px;
}
.info-box-hot {
	background-image: url("images/hotel.png");
	background-size: cover;
	color: #FFFFFF;
    min-height: 260px;
	text-align: center;
    padding-top: 190px;
}
.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
.info-box-Black {
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px 10px 5px 10px;
	text-align: center;
}
.info-box-white {
	background-color: #ffffff;
	color: #000000;
	padding: 10px 10px 5px 10px;
	text-align: center;
}
.footer-text {
	font-size: 18px;
    color: #000000;
	margin-bottom: 5px;
	text-align: center;
}

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

.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 10px;
		}
}
/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.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 5px 5px 20px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -230px;
  font-size: 12px;
  font-weight: 400;
}