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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family:'AvenirHeavyNew';
}
p {
    font-size: 14px;
}
@font-face {
    font-family: 'AvenirNew';
    src: url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Medium.eot');
    src: url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Medium.woff2') format('woff2'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Medium.woff') format('woff'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Medium.ttf') format('truetype'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AvenirNew';
    src: url('https://www.frostyacresevents.com/Winter/fonts/Avenir-MediumOblique.eot');
    src: url('https://www.frostyacresevents.com/Winter/fonts/Avenir-MediumOblique.eot?#iefix') format('embedded-opentype'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-MediumOblique.woff2') format('woff2'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-MediumOblique.woff') format('woff'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-MediumOblique.ttf') format('truetype'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-MediumOblique.svg#Avenir-MediumOblique') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'AvenirHeavyNew';
    src: url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Heavy.eot');
    src: url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Heavy.woff2') format('woff2'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Heavy.woff') format('woff'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Heavy.ttf') format('truetype'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AvenirBlackNew';
    src: url('https://www.frostyacresevents.com/Winter/fonts/fonts/AvenirNew/Avenir-Black.eot');
    src: url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Black.woff2') format('woff2'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Black.woff') format('woff'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Black.ttf') format('truetype'),
        url('https://www.frostyacresevents.com/Winter/fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AvenirLTPro-Black';
    src: url('https://www.frostyacresevents.com/Winter/fonts/AvenirLTPro-Black.eot');
    src: url('https://www.frostyacresevents.com/Winter/fonts/AvenirLTPro-Black.eot?#iefix') format('embedded-opentype'),
        url('https://www.frostyacresevents.com/Winter/fonts/AvenirLTPro-Black.woff2') format('woff2'),
        url('https://www.frostyacresevents.com/Winter/fonts/AvenirLTPro-Black.woff') format('woff'),
        url('https://www.frostyacresevents.com/Winter/fonts/AvenirLTPro-Black.ttf') format('truetype'),
        url('https://www.frostyacresevents.com/Winter/fonts/AvenirLTPro-Black.svg#AvenirLTPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Yellowtail-Regular';
    src: url('https://www.frostyacresevents.com/Winter/fonts/Yellowtail-Regular.eot');
    src: url('https://www.frostyacresevents.com/Winter/fonts/Yellowtail-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.frostyacresevents.com/Winter/fonts/Yellowtail-Regular.woff2') format('woff2'),
        url('https://www.frostyacresevents.com/Winter/fonts/Yellowtail-Regular.woff') format('woff'),
        url('https://www.frostyacresevents.com/Winter/fonts/Yellowtail-Regular.ttf') format('truetype'),
        url('https://www.frostyacresevents.com/Winter/fonts/Yellowtail-Regular.svg#Yellowtail-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
header {
	padding: 0px 0px;
}
.forcedBlackfont {
    font-family: "AvenirBlackNew";
    font-size: 20px;
}
.forcedBlackfontReg {
    font-family: "AvenirBlackNew";
    font-size: 17px;
  }
.forcedBlackfontHome {
    font-family: "AvenirBlackNew";
    font-size: 36px;
  }
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.center-450 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
}
.fabH1 {
	padding: 10px 10px 0px 10px;
    font-size: 20px;
}
.fabH2 {
	padding: 10px 10px 10px 10px;
    font-size: 18px;
}
.guestT {
	padding: 0px 0px 20px 0px;
}
a2 {
  color: #5976a8;
  text-decoration: none;
  font-weight: bold;
}
input[type="text"] {
    font-size:14px;
   font-family:"AvenirNew";
}
input, select {
    font-size: 14px;
    font-family:"AvenirNew";
}
.collapsible {
  background-color: #A07233;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
}
.collapsible2 {
  background-color: #5A9BD3;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
}

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

.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: 14px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #F1F6FA;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.Wnew {
  max-width: 100%;
  height: auto;
}
.Wnew2 {
  max-width: 100%;
  height: auto;
  padding: 20px 10px 0px 10px;
}
.Wnew3 {
  max-width: 100%;
  height: auto;
  padding: 20px 0px 20px 0px;
}
.ship {
  color: #306eba;
  font-style: italic;
}

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: 18px;
	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;
    list-style-type: disc;
    text-align: left;
}
.list3 {
    font-size: 20px;
	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: 260px;
	max-width: 1100px;
	height: auto;
	text-align: left;
    padding-left: 20px;
    list-style-position: outside
}
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 120px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.style-head {
    background-image: url("images/header4.png");
    background-color: #fa1010; /* Used if the image is unavailable */
    height: 80px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.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: none;
	padding: 21px;
    font-size: 29px;
    font-weight: 500;
	padding-top: 76px;
}
.hide_file {
    position: absolute;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 24px;
    width: 100%;
}
.header1 {
	background-image: url("images/header1.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #fa1010;
    background-size: contain;
    height: 153px;
}
.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;
}
.welcome {
    background-image: url("images/bg1.png");
    background-size: cover;
    background-repeat: no-repeat;
	padding: 20px 20px 50px 20px;
    height: 500px;
	color: #FFFFFF;
	text-align: center;
}
.intro {
	padding: 5px 50px 5px 50px;
	color: #000000;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
}
.introB {
	padding: 5px 50px 5px 50px;
	color: #000000;
	text-align: center;
	text-transform: none;
	font-size: 40px;
	font-weight: 300;
    max-width: 100%;
    font-family:'GreatVibes-Regular';
}
.introBB {
	padding: 5px 50px 5px 50px;
	color: #000000;
	text-align: center;
	text-transform: none;
	font-size: 75px;
	font-weight: 300;
    max-width: 100%;
    font-family:'GreatVibes-Regular';
}
.winter {
	background-color: #FFFFFF;
	padding: 20px 20px 50px 20px;
    height: 220px;
	color: #FFFFFF;
	text-align: center;
}
.winterT {
	background-image: url("images/winter.png");
    background-position: center;
    background-repeat: no-repeat;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}
.regbutton {
	background-image: url("images/regbutton.png");
    background-position: center;
    background-repeat: no-repeat;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}
.joinus{
	background-image: url("images/joinus.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}
.video{
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}
#Video_FAB_Las_Vegas_2018-62 {
		width: 594px;
		height: 469px;
		overflow: visible;
	}
.reg1{
	background-image: url("images/reg1.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
	padding: 60px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}
.ven1{
	background-image: url("images/ven1.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
	padding: 60px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}
.work1{
	background-image: url("images/work1.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
	padding: 60px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}
.agenda1{
	background-image: url("images/agenda1.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
	padding: 60px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}
.learn1{
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
	padding: 60px 20px 50px 20px;
	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 {
	background-image: url(images/vegas3.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;
}
.labels-center {
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}
.reqlabels {
	color: #7B0F11;
	text-align: right;
	font-weight: 580;
	margin-bottom: 10px;
}
.between {
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	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: 14px;
	font-weight: 400;
	text-align: left;
}
.boxtext2 {
	font-size: 17px;
	font-weight: 500;
	text-align: left;
}
.boxtextG {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 42px;
}
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;
}
hr.test {
  	border:30px solid #E8F1F8;
  	border-radius: 0px;
    margin-top: 0px;
	margin-bottom: 0px;
}

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

.button {
	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: 5px;
	font-size: 24px;
	color: #16204b;
	text-decoration: none;
	background-color: #FFFFFFB3;
	text-align: center;
}
.button4 {
	border: 2px #E22726 solid;
	padding: 8px 30px;
	border-radius: 15px;
	max-width: 300px;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E22726;
}
.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;
}
.button9 {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	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/submitregB3.png");
    width: 301px;
    height: 88px;
    color: transparent;
}
.passbutton {
	background-image: url("images/submitpassportB1.png");
	display: block;
    width: 300px;
    height: 87px;
	margin-left: auto;
	margin-right: auto;
    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-regWG {
	background-color: #E8F1F8;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
    min-width: 260px;
}
.info-box-regG12 {
	background-color: #fdfcf3;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
	height: 740px;
}
.info-box-regMH {
	background-color: #E8F1F8;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-regMH372 {
	background-color: #E8F1F8;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
    height: 372px;
}
.info-box-regADD {
	background-color: #E8F1F8;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
	align-content:center;
    height: 280px;
}
.info-box-regARL {
	background-color: #D2E3F1;
	color: #0032a0;
	padding: 10px 10px 10px 10px;
	text-align: left;
    height: 390px;
}
.info-box-regleft {
	background-color: #f4f2f3;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-regright {
	background-color: #DBE9F5;
	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-winner {
	background-color: #f89627;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-guest {
	background-color: #fec470;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-register {
	background-color: #be6e4d;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.info-box-white {
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding: 0px 10px 20px 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;
	font: AvenirNew
}
.info-box-white {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}
.info-box-whiteT {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	padding-bottom: 20px;
}
.info-box-whiteM {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.info-box-whiteB {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
}
.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/vegas2.png);
	background-size: cover;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	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: 30px 20px 60px;
}
.info-box-hot {
	background-image: url("images/hotel.png");
	background-size: cover;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	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-whiteB {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}
.footer-text {
	font-size: 18px;
	color: #FFFFFF;
	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;
}
.rowflex {
	display: flex;
    background-color: #E8F1F8;
    padding: 0px 7px 10px;
}
.bold {
    font-family: 'AvenirNew';
    font-style: normal;
}
/*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-md-one-third {
		width: 33%;
        align-content: center;
		}
	.col-md-full-width {
		width: 100%;
        align-content: center
		}
    
	.col {
		float: left;
		padding: 0px 7px 10px;
		}
    .colflex {
        flex: 1;
        float: left;
        width: 50%;
        background-color: #E8F1F8;
	    color: #000000;
	    padding: 10px 10px 10px 10px;
	    text-align: center
		}
}
/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
        display: block;
        margin-left: auto;
        margin-right: auto;
	}
}

/* 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;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}.info-box-reghead {
}
