@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=99c29ad3-052f-4df5-a99b-8e4d6ba12ebe");
    @font-face{
        font-family:"AvenirNextLTW01-Regular";
        src:url("Fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
        src:url("Fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"),url("Fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"),url("Fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"),url("Fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype"),url("Fonts/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f") format("svg");
    }
    @font-face{
        font-family:"AvenirNextLTW01-Italic";
        src:url("Fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix");
        src:url("Fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix") format("eot"),url("Fonts/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2") format("woff2"),url("Fonts/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff") format("woff"),url("Fonts/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf") format("truetype"),url("Fonts/1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585.svg#1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585") format("svg");
    }
    @font-face{
        font-family:"Avenir Next LT W01 Bold";
        src:url("Fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix");
        src:url("Fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix") format("eot"),url("Fonts/14c73713-e4df-4dba-933b-057feeac8dd1.woff2") format("woff2"),url("Fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format("woff"),url("Fonts/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf") format("truetype"),url("Fonts/ed104d8c-7f39-4e8b-90a9-4076be06b857.svg#ed104d8c-7f39-4e8b-90a9-4076be06b857") format("svg");
    }
    @font-face{
        font-family:"BaskervilleMTW01-Roman";
        src:url("Fonts/1c82c893-6f0a-4afd-9e72-b9bcfc9f52ae.eot?#iefix");
        src:url("Fonts/1c82c893-6f0a-4afd-9e72-b9bcfc9f52ae.eot?#iefix") format("eot"),url("Fonts/9ffd100e-2770-487a-9845-6ac78f3791f7.woff2") format("woff2"),url("Fonts/e693baea-eb63-411f-a311-2a2e421ef6f2.woff") format("woff"),url("Fonts/98b07788-69ae-4704-a8e1-31d61e8ff83b.ttf") format("truetype"),url("Fonts/60054d7a-8ca2-4320-8c5d-3fc9aed09e58.svg#60054d7a-8ca2-4320-8c5d-3fc9aed09e58") format("svg");
    }
/********************************RESET***********************************/

body, html {
    height: 100%;
    margin:  0;
    padding: 0;
    font-family: poppins;
    text-align: center;
}

strong{
  font-family: "Avenir Next LT W01 Bold";
}

.placeholder{
  width: 100%;
  height: 50vh;
}
*{
  font-family:"AvenirNextLTW01-Regular";
}
body{
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size:20px;
  line-height:1.5em;
  color:#4d4d4d;
}
a{
  text-decoration: none;
}

ul{
	list-style-image:url(../assets/ul_anchor.svg);
	padding-left:25px;
}



.middle{
	text-align:center;
}
#year_wrapper{
  display: grid;
  grid-template-columns: 49% 59%;
  align-items: center;
  margin: 10px 0px;
  width: 300px;
}

#year_wrapper p{
  margin: 0px;
}

#year_wrapper select{
  font-size: initial;
  height: 30px;
  padding: 0px;
}
/*****************************GENERAL***************************/
.title{
  color: #1588be;
  font-family:"Avenir Next LT W01 Bold";
  margin: 10px 0px;
}

.blueBG{
	background-color:#1588be;
}

table {
    border-collapse: collapse;
}

tr{
	border-bottom:solid 1px #e3e3e3;
}

.blue{
	color:#1588be;
}

.col-25{
	width:25%;
	min-width:300px;
	min-height: 200px;
}

.col-49{
	width:49%;
}

.footer .col-49{
	padding-top:50px;
}

.footer .col-49 a{
	display:block;
	padding-left:30px;
	color:#ffffff;
	font-size:0.9em;
	line-height:1.8em;
}

.footer .col-49 a:hover{
	text-decoration:underline;
}

.col-50{
	width:50%;
	min-width:400px;
}

.col-75{
	width:75%;

}

.col-100{
	width:100%;
}

.z01{
	z-index:1;
}

.top70{
	margin-top:70px !important;
}

.top40{
	margin-top:40px !important;
}

.pTop10{
	padding-top:10px;
}

.pTop70{
	padding-top:70px;
}

.textSection{
	padding-top:70px;
}

.textSection a:link{
	color: #1588be;
	text-decoration:underline;
}

.textSection a:visited{
	color: #1588be;
	text-decoration:underline;
}

.textSection a:hover{
	color: #1588be;
	text-decoration:none;
	-moz-transition: color 0.5s;
-webkit-transition: color 0.5s;
transition: color 0.5s;
}

.textSection a:active{
	color: #1588be;
	text-decoration:underline;
}

.textSection p, .textSection ul, .textSection h2{
	max-width:800px;
}

.textSection h2{
	color: #1588be;
  font-family:"Avenir Next LT W01 Bold";
  font-weight:normal;
  font-size:1.2em;
  padding-top:20px;
}

.event{
	background-color: #1588be;
	color:#ffffff !important;
	padding:10px;
}

.secondEvent{
	margin-top:50px;
}

.spontext{
	padding-top:0px !important;
}

.noShow{
display:none;
}



.flex{
	display:flex;
}

.flex_space{
	display: flex;
	justify-content: space-evenly;
}

.img_hover:hover{
	opacity:0.8;
}

/***********************HEADER***************************/
.row.header{
  height: 120px;
  /*background-image:url(../assets/nav_background.svg);
  background-repeat:repeat-x;
  z-index:10;
  position: relative;
  border-top: 5px solid #ffffff;*/

}

.wrapper1270{
	max-width:1270px;
	margin:0px auto;
	display:flex;
	/*align-items: flex-end;*/
}

.wrapper1270-main{
	max-width:1270px;
	margin:0px auto;
	display:flex;
}

.wrapper1270-reg{
	max-width:1270px;
	margin:0px auto;
}

.text_menu{
	justify-content: space-evenly;
	max-width: 1105px;
	display: flex;
	width: 100%;
	height:95px;
}

.main_menu{
  color: #ffffff;
  text-transform: uppercase;
  font-size:1.1em;
  /*border-bottom-color:#1586bc;
	border-bottom-style:solid;
	border-bottom-width:5px;
	margin-bottom: -7px;*/
	padding:55px 15px 0px 15px;
	-moz-transition: color 1s, background-color 1s;
	-webkit-transition: color 1s, background-color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s, background-color 1s;
}

.main_menu:hover{
	/*border-bottom-color:#ffffff;*/
	background-color:#4eb4dd;
}

.main_menu:nth-child(1){
	/*margin-left: -30px;*/
}

.logo{
	/*background-color:#ffffff;
	margin-top:24px;
	padding-top:14px;*/
	display:inline-flex;
	/*border-radius: 0px 0px 10px 10px;
    border: 2px solid #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
margin-top:-5px;*/
-moz-transition: color 1s, background-color 1s;
-webkit-transition: color 1s, background-color 1s;
transition: color 1s, background-color 1s;
}

.logo:hover{
	background-color:#4eb4dd;
}

.logo img{
	padding:15px 20px 4px 20px;
 width: 104px;
  height: 93px;
   /*width: 90px;
  height: 80px;*/
  box-sizing:initial;
}

/************************SLIDER******************************/
.slides{
	background-repeat:no-repeat;
	height:600px;
	background-position:center top;
	background-size:cover;
	position:relative;

}

.slides:nth-child(1){
	background-image:url(../assets/banners/1.jpg);
}






/***********************FOOTER*******************************/
.footer{
	width: 100%;
 	height: 290px !important;
 	background: #1588be;
 	overflow: auto;
	color:#ffffff;
 	display: flex;
	justify-content: space-evenly;
}

.footer p{
	font-size:0.7em;
}


.row.footer-imgs{
  width: 60%;
  height: auto;
  margin: auto;
  margin-top: 80px;
  max-width:860px;
}



.footer-img1{
  width: 80px;
  display:block;
}

.footer-img2{
  display: block;
  position: relative;
  float: right;
  top: 10px;
  width: 65px;
  display:block;

}
.row.copcon{
  width: 40vw;
  height: 20vh;
  margin-left: 20vh;
  margin-top: 10vh;
}

.row.copcon p{
  color: #fff;
  margin: 2vh 0;
}
.divider{
  width: 1px;
  height: 100px;
  background: #fff;
    margin-top: 60px;
}
.footer.nav{
    margin-top: 4vh;
    margin-left: 3vw;
}
.footer.nav a{
  color: #fff;
  display: block;
  margin-top: 2vh;
}
/************************************PROMO*********************************************/
.row.home_heading{
  margin: 45px 0;
}
.promo-line{
  width: 600px;
  height: 1px;
  background: #1588be;
  margin: auto;
}
.promo-line.two{
  width: 280px;
}
.row.home_heading p{
  width: 100%;
  text-align: center;
  color: #1588be;
  font-family:"BaskervilleMTW01-Roman";
  font-size: 2.3em;
  margin: 25px 0;
}

/******************************************INDEX PAGE STYLES*******************************/
.slideshow{
  width: 100%;
  height: auto;
  max-height:600px;
  z-index:1;
  /*margin-top:-73px;*/
  position: relative;
}


.slide-info{
	position: absolute;
bottom: 0px;
  text-transform: uppercase;
  font-size: 2.6em;
  color: #fff;
  width:100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
  padding-top:55px;
}
.bold{
  font-family:"Avenir Next LT W01 Bold";
}

.italics{
	font-family:"AvenirNextLTW01-Italic";
}

.slide-info button{
  text-transform: uppercase;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
  border: solid 2px #fff;
  color: #fff;
  background-color: #1588be;
  font-family:"Avenir Next LT W01 Bold";
  position: relative;
  margin-left: 20px;
  top: -10px;
}
.row.badges{
  width: 100%;
  height: 20px;
  position: absolute;
  top: 535px;
  display: flex;
}
.badge {
  height:10px;
  width: 10px;
  margin-top: 5px;
  padding:0;
  border-radius: 100%;
  border: solid 2px #fff;
  margin-right: 5px;
}
.row.badges .badge:nth-child(1){
  margin-left: 47vw;
}
.row.menus{
  width: 75vw;
  height: auto;
  margin: auto;
  display: flex;
  overflow: hidden;
}
.row.menus .col-6:nth-child(1){
  height: auto;
  background-image: url(../assets/);
  margin-right: 1vw;
}


.image_two{
	margin-top:10px;
}

.showSection, .showSection a{
	-moz-transition: color 1s, background-color 1s;
	-webkit-transition: color 1s, background-color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s, background-color 1s;
	 color: #1588be;
}

.image_one.showSection, .image_two.showSection{
	 margin-left:5px;
	 margin-right:0px;
}

.showSection{
	 margin-left:0px;
	 margin-right:5px;
}

.showSection:hover{
  background-color: #1588be;
}

.showSection:hover a{
  color:#ffffff;
}

.menu-label{
  position: relative;
  text-transform: uppercase;
  font-size: 2.8em;
  /*padding: 10px 20px 0px 10px;
  margin: -40px 0px 0px 10px;*/
  display:block;
  margin:0px;
  padding:20px 0px 20px 10px;
  z-index:9999;
  font-weight:normal;

}

.showImage{
	display:block;
	width: 100%;
	height: auto;
}

.news{
  padding-top: 50px;
  min-height: 400px;
  background:#1588be;
  color:#ffffff;
}

.news h1{
	width: 100%;
	color: #ffffff;
	font-family: "BaskervilleMTW01-Roman";
	font-size: 2.3em;
	margin: 25px 0;
	  padding-left:20px;
}
#news-wrapper{
    width: 100%;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
#news-article{
	width: 80% !important;
	margin: auto;
	height: 200px;
	margin-bottom: 100px;
}


#news-article h2{
	color: #1588be;
	width: 90%;
	font-size: 1rem;
	padding: 5px;

}
#news-article h2 span{
	font-size: 8px;
}
.read-more{
	color: #1588be;
	font-size: 12px;
	border-bottom: solid 1px
}
#news-article div img{
	display: block;
	width: 300px;
	height: 250px;
}
.img_header{
  font-family:"Avenir Next LT W01 Bold";
  font-weight:normal;
  position: relative;
  padding:30px 20px 15px 50px;
  z-index: 1000;
  margin:0px auto;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));/*width: 100%;*/
  margin-top: -75px;
}



.img_header span{
	font-family:"AvenirNextLTW01-Regular";
	color:#ffffff;

}

.row.news .col-6:nth-child(2) p{
  color: #fff;
  margin-left: 1.5vh;
  font-family:"Avenir Next LT W01 Bold";
}
.row.news .col-6:nth-child(2) p:nth-child(1){
  font-family:"BaskervilleMTW01-Roman";
  margin-top: 5vh;
  font-size: 2.3em;
}

.newshead{
	margin-top:0px !important;
	padding-top:0px !important;
}



.other-news{
  width:310px;
}


.newsSection img {
    max-width: 620px !important;

}




.newshr{
	width: 290px;
    height: 1px;
    background: #ffffff;
	  margin-left:20px;

}

.newshr.mini{
	width:145px;
}

.news_title_home{
	margin-bottom:0px;
	margin-top:0px;
	padding-top:20px;
	max-width: 900px;
}



.news_date_home{
	margin-top:-5px;
	font-family:"AvenirNextLTW01-Italic";
	font-size:0.8em;
	font-weight:bold;
	opacity: .75;
	margin-bottom:0px;
	padding-bottom:20px;
}

.article{
	-moz-transition: background-color 1s;
	-webkit-transition: background-color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s;
	  padding-left:20px;

}



.chef_winner{
	display:block;
	padding-bottom:10px;
}

.button{
	width:288px;
	height: 60px;
	margin:-5px;
	-moz-transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}

.button:hover{
	opacity:0.8;
}

.broad_button{
	background-color:#1588be;
	width:100%;
	max-width:610px;
	color:#ffffff;
	text-align:center;
	margin: 0px auto;
	font-size:1.1em;
	padding:10px 0px;
	cursor:pointer;
	-moz-transition: background-color 0.3s;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}

.broad_button:hover{
	background-color:#4eb4dd;
}

.pointer{
	cursor:pointer;
}

.underline{
	border-bottom: 1px solid #1588be;
	padding-bottom:10px;
}

.img_bor{
	border-bottom: 5px solid #1588be;
	padding-bottom: 5px;
}

.gold{
	max-width:620px;
}

 .gold_spon{
	 justify-content:space-between;
	 flex-wrap:wrap;
 }

 .gold_logo{
    width:400px;
    height:175px;
    margin: auto;
 }

 .gold_logo .img_bor{
   height:100%;
   display:flex;
   align-items: center;
 }
 .gold_logo .img_bor a{
   margin: auto;
 }
.spontext.gold p{
  font-size: 14px;
  /*text-align: center;*/
  max-width: 400px;
  margin: auto;
  margin-top: 8px;
}
.spontext.gold.p p{
    font-size: 16px;
    /*font-weight: bold;*/
}

 .gold_logo img{
   max-width:100%;
   max-height:100%;
 }
  .gold_logo.p{
    height: 300px;

  }
.partners{
	flex-wrap:wrap;
	justify-content:center;
}

.gold_spon img{
	width:100%;
	width: 200px;
	margin: 0px auto;
}

.gold_spon.p img{
	width: 400px;
	margin: 0px auto;
}

.partners .col-25{
  display:flex;
  align-items: center;
  margin-bottom:25px;
}

.partners img{
	width:98%;
	max-width:230px;
  max-height:200px;
	padding:0px 40px 0px 40px;
}
.gallery_images_wrapper{
  display: grid;
  grid-gap: 50px 50px;
  grid-template-columns: auto auto auto auto;
}

.gallery{
	justify-content: center;
	display:flex;
	flex-wrap:wrap;
}

.gallery img{

	width:310px;
  height: 210px;
	cursor:pointer;
	outline-offset: -4px;
	-moz-transition: outline 0.5s;
-webkit-transition: outline 0.5s;
transition: outline 0.5s;
outline: solid 4px #ffffff;

}

.newsSection img{
	outline-offset: -4px;
	-moz-transition: outline 0.5s;
-webkit-transition: outline 0.5s;
transition: outline 0.5s;
outline: solid 4px #ffffff;

}



.gallery img:hover, .newsSection img:hover{
	outline: solid 4px #1588be;
}

.fancybox-image{
	border:solid 10px #ffffff !important;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.95 !important;
}

.home_spon_holder{
	height:100%;
	max-height:165px;
	padding:40px;

}
.home_spon_holder img{
	width:145px;
	max-height:96px;
}




.gallery_spon1 p{
  width: 93%;
  margin: 10px auto;
  font-family:"AvenirNextLTW01-Italic";
}


.gal_menu a, .newsSection a{
	display:inline-block;
}



.gal_menu a p{
	font-family:"Avenir Next LT W01 Bold" !important;
	margin-top:0px;
	padding-left:10px;
}

.gal_menu a, .newsSection a, .gal_news a{
	color: #1588be;
	-moz-transition: background-color 0.5s, color 0.5s ;
-webkit-transition: background-color 0.5s, color 0.5s;
transition: background-color 0.5s, color 0.5s;
}

.gal_news a{
color:#6f6f6f;
}



.gal_menu:hover a:hover, .newsSection:hover a:hover, .gal_news:hover a:hover{
	background-color: #1588be !important;
	color:#ffffff !important;
}




.articleDate{
	font-size:0.8em !important;
	margin-top:0px;
	margin-bottom:0px;
}



.gal_news a p{
	max-width:290px;
}


.gal_news p:nth-child(2){
	margin-bottom:-5px;
	font-family:"AvenirNextLTW01-Italic" !important;
}


.menuh{
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
  margin: auto;
}

.newsSection a:link{
	text-decoration:none;
}

.newsSection:hover a h2{
	-moz-transition: color 0.5s ;
-webkit-transition: color 0.5s;
transition: color 0.5s;
}

.newsSection:hover a h2{
	color:#ffffff;
}

.newsSection a p, .newsSection a h2{
	padding-left:10px;
	padding-right:10px;
}

.pageList{
	list-style-type:none;
	list-style-image:none;
	padding-left:0px;
}

.pageList li{
	display:inline-block;
	padding-right:10px;
}

.selectedLi{
	font-family:"Avenir Next LT W01 Bold" !important;
	color:#6f6f6f !important;
}


.gal_menu{
	justify-content:left;
}



.side_menu{
	background-color:#f0f0f0;
	border-bottom:solid 8px #1588be;
	width:288px;
	margin:0px auto;
	margin-top:225px;
  margin-left:0px;
  top:49px;
}

.side_menu ul{
	list-style-type:none;
	list-style-image:none;
	padding-bottom:10px;
	line-height: 1.8em;
}

.side_menu a:link{
	text-decoration:none;
}

.side_menu a:hover{
	color: #4d4d4d;
	text-decoration:underline;
}

.breadcrumbs{
	font-size:0.8em;
}

.breadcrumbs a:link, .breadcrumbs a:visited{
	color:#4d4d4d;
}

.breadcrumbs a:hover{
	color:#1588be;
}

.row.news .col-6:nth-child(2) p:nth-child(3){
  font-family:"Avenir Next LT W01 Bold";
  margin-top: 3vh;
}
.row.news .col-6:nth-child(2) p:nth-child(4), .row.news .col-6:nth-child(2) p:nth-child(7) {
  font-family:"AvenirNextLTW01-Italic";
}
.row.news .col-6:nth-child(2) hr:nth-child(5){
  width: 8vw;
}
.row.news .col-6:nth-child(2) p:nth-child(6){
  font-family:"Avenir Next LT W01 Bold";
  margin-top: 3vh;
}
.row.sights{
  width: 70vw;
  margin: auto;
}
.row.sights .row{
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}
.row.sights .row img{
  width: 200px;
  height: 150px;
}
.row.sponsor{
}
.row.sponsor p{
  width: 93%;
  margin: 10px auto;
  font-family:"AvenirNextLTW01-Italic";
}
.row.sponsor img{
  width: 95%;
  display: block;
  margin: auto;
}

/*******************************************OUR SHOW***********************************************/
.featured_img{
	background-image: url(../assets/featured.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center center;
	-moz-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;



	width: 100%;
	position:relative;
	z-index:999;
	}

.featured_img_holder{
	height: 100%;
	width: 100%;
	max-width: 960px;
	/*display: flex;
	align-items: flex-end;*/
	border-right: solid 3px #ffffff;
	float: right;
	color:#ffffff;
}

.featured_img_holder:hover{
	color:#4eb4dd;
	text-decoration:underline;
}

.noDec{
text-decoration:underline !important;
}

/*.container{
	 perspective: 1px;
  transform-style: preserve-3d;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}*/


/*****************************
PUT THE BANNERS IN QUERIES SO THE BIGGER ONES DON'T LOAD ON MOBILE
*****************************/
.show-banner{
  width: 100%;
  height: 400px !important;
  background-image: url(../assets/show_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.parallax {
	 /*display: flex;
  flex: 1 0 auto;
  position: relative;
  height: 100vh;
  transform: translateZ(-1px) scale(2);
  z-index: -1;*/
  background-position: center -70px;
}

.ContentContainer {
  display: block;
  position: relative;
  background-color: white;
  z-index: 1;
  height:400px;
}

.show-title{
  color: #1588be;
  padding: 15px 5px 20px 0px;
  font-family:"BaskervilleMTW01-Roman";
  font-size: 2.3em;
  margin: 0px;
  font-weight:normal;
  padding-left:0px;
  line-height: 50px;
}
.show-content{
	width:auto;
}
.show-content p{
    width: 55%;
}
.sights-show{
  width: 75%;
  margin: 60px 0px;
}
.sights-show .row{
  display: flex;
  justify-content: space-between;
}

.sights-show img{
  width: 210px;
  height: 150px;
}
.show-lables{
  position: relative;
  font-family:"Avenir Next LT W01 Bold";
  background: #fff;
  color: #1588be;
  padding: 10px 8px;
  font-size: 18px;
  top: -22px;
  left: 10px;
  width: 85% !important;
}
/*****************************************PARTNERS************************************/
.partners-container{
  width: 80%;
  margin: auto;
}
.partners-heading{
  color: #1588be;
  font-family:"BaskervilleMTW01-Roman";
  font-weight: normal;
  font-size: 2.3em;
  margin: 40px 0px;
}

.partners-title{
  color: #1588be;
  font-family:"Avenir Next LT W01 Bold";
  margin: 10px 0px;
}

.sponsor-img {
  height: 400px;
  border-bottom: solid 3px #1588be;
}
.sponsor-img img {
  width: 100%;
  height: 100%;
}

.sponsor-link{
  margin: 20px 0px 10px 0;
  color: #1588be;
  text-decoration: underline;
  display: block;
}
.sponsor-show-informtion{
  width: 65%;
}

.row.ofc-sponsor{
  margin-bottom: 70px;
}

.row.ofc-partner{
  display: flex;
  justify-content: space-between;
}
.partner-info{
  width: 49%;
}

.sponsor-gallery{
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}

.sponsor-gallery img {
  width: 23%;
  height: 120px;
  margin: 40px 0px;
}
/**********************************GENERAL INFO************************************************/
.gen-info-container{
  width: 60%;
  margin-left: 10%;
}
.gen-info-nav{
  margin-top: 40px;
}
.gen-info-nav a{
  color: #6c6a6b;
  text-decoration: underline;
  font-size: 13px;
}
.geninfo-heading{
  color: #1588be;
  font-family:"BaskervilleMTW01-Roman";
  font-weight: normal;
  font-size: 2.3em;
  margin: 15px 0px 30px 0px;
}
.title.geninfo{
  margin: 40px 0px;
}
.geninfo-title-content{
  margin: 10px 0px;
  font-family:"Avenir Next LT W01 Bold";
  color: #484646;
}
.geninfo-content{
  margin-bottom: 30px;
}
.geninfo-highlights, .geninfo-content.highlights{
  color: #1588be;
}
.geninfo-highlights{
  font-family:"Avenir Next LT W01 Bold";
}
.geninfo-content.highlights{
  margin: 40px 0px 20px 0px;
}
li{
  margin: 15px 0px;
}
li img{
  width: 25px;
  height: 25px;
}
.documents-list li{
  text-decoration: underline;
}
.yacht-hrs{
  display: inline;
  font-family:"AvenirNextLTW01-Italic";
}
.quicknav{
  width: 18vw;
  background-color: #f5f3f2;
  position: absolute;
  top: 300px;
  left: 72vw;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.quicknav header{
  background: #3c84c2;
  height: 8vh;
  line-height: 8vh;
  color: #ffffff;
  font-size: 1.3em;
  border-radius: 5px;
  text-align: center;
  font-family:"Avenir Next LT W01 Bold";
}
.quicknav nav a{
  display: block;
  text-decoration: underline;
  margin: 15px;
  text-indent: 5px;
  color: #3c84c2;
}
.nav-foot{
  display: block;
  border-top: solid 8px #3c84c2;
  height: 5vh;
  background: #fff;
  padding-top: 30px;
  text-decoration: underline;
  color: #3c84c2;
}
.nav-foot img{
  display: inline-block;
  margin: 0px 20px;

  width: 20px;
  height: 15px;
}

.feature{
  width:620px;
  height:406px;
}

.textSection table{
  margin-left:40px;
}

.textSection table tr:first-child td{
  font-family: "Avenir Next LT W01 Bold";
}

.textSection table td{
  width:250px;
}


















@media only screen and (min-width: 1550px) {
	.show-banner {

    background-image: url(../assets/show_banner_lg.jpg);
	}

}


@media only screen and (max-width: 1400px) {
.textSection p, .newsSection a p{
	padding:0px 40px 0px 40px;
	max-width:none;
}

.textSection h1{
	padding: 0px 40px 40px 0px;
	margin-left: 40px;
}

.textSection h2, .newsSection a h2{
	padding:0px 40px 0px 40px;
}

.textSection ul{
	padding:0px 40px 0px 65px;
}

/*.gal_menu div{
	padding:0px 40px 0px 40px;
}*/

.gold div{
	padding:0px 40px 10px 40px;
}

}

@media only screen and (max-width: 800px) {
.col-50{
	width:100%
}

}


/********partnership handbook**********/
.sponsor_book{
  margin: auto;
  width: 100%;
 text-align: center;
}
.sponsor_book .col.textSection.spontext h2 a{
 text-align: center;
}
.sponsor_book .col.textSection.spontext h2{
  width: 100%;
  margin: auto;
  margin-top: 60px;
}

/***** Chef's Form ****/
select{
    background: url("../assets/drop-down-short.png") no-repeat;
    background-size:100% auto;
    color: #4D4D4D;
    font-size: 1em;
    font-family:"AvenirNextLTW01-Regular";
    margin: 2.5px;
	margin-left:0px;
    padding-left: 20px !important;
    padding-right: 55px;
    border:none;
    outline: none;
    box-shadow:none;
    -webkit-background-origin:border;
    -moz-appearance: none;
    -webkit-appearance:none;
    height:48px;
}

select:focus{
    outline:none;
    border:none;
}

select::-ms-expand {
    display: none;
}

input::-webkit-input-placeholder{
    color:#4D4D4D;
    opacity:1;
    text-align:left;
}

input::-moz-placeholder{
    color:#4D4D4D;
    opacity:1;
    text-align:left;
}

input:-ms-input-placeholder{
    color:#4D4D4D;
    opacity:1;
    text-align:left;
}

input:-moz-placeholder{
    color:#4D4D4D;
    opacity:1;
    text-align:left;
}

.filter .search-bar{
    position:relative;
    height:48px;
}

.filter .search-bar input {
    text-align: left;
    padding: 0px;
    padding-left: 25px;
    font-size: 1em;
}

.filter .search-bar input[type=text]{
    background: url("../assets/acym_textbox.svg") no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    width: 100%;
    height: 50px;
    color: #4D4D4D;
    font-size: 1em;
    font-family: "AvenirNextLTW01-Regular";
    border: medium none;
}

.filter .search-bar button{
    position:absolute;
    top:2px;
    right:0px;
    height:45px;
    width:47px;
    background:url("../assets/search-button.png") no-repeat;
    background-position:left top;
    background-size:100% 100%;
}

#header{
    text-align:center;
    border-bottom:#1489be solid 1.5px;
    padding-top:30px;
    padding-bottom:50px;
}

#header img{
    width:220px;
}

#page-title{
    text-align:center;
}

#page-title h1{
    padding:20px 0px;
    color: #1489be;
    font-family: "BaskervilleMTW01-Roman";
    font-size: 2.67em;
    margin-bottom: 0px;
}

#category-menu{
    background-color:#1689c0;
    color:#FFFFFF;
}

#category-menu .menu-items{
    margin:0 auto;
}

#category-menu .menu-items .menu-item{
    text-align:center;
    padding:10px 0px;
    cursor:pointer;
}
#category-menu .menu-items .menu-item span{
    display:inline-block;
}

#category-menu .menu-items .menu-item:hover,
#category-menu .menu-items .menu-item.highlighted{
    padding-bottom: 0px;
}

#category-menu .menu-items .menu-item:hover span,
#category-menu .menu-items .menu-item.highlighted span{
    border-bottom: 10px solid white;
}

#filters,
#content{
    margin:25px auto;
}

#content{
    padding:10px 20px;
}

.view h3{
    font-size:1.25em;
}

.form h3 div{
    font-size:0.7em;
    color:#4D4D4D;
    font-family: "AvenirNextLTW01-Regular";
}

.tile{
    margin-bottom:40px;
}

.tile h3{
    font-size: 1.1em;
    color: #1489bf;
    margin: 0px;
    margin-top:5px;
    font-family: "Avenir Next LT W01 Bold";
}

.tile div{
    line-height:1.25em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tile img{
    width:300px;
    height:300px;
}

#list-view{
    margin-bottom:40px;
    display:none;
}

#list-view .row{
    border-bottom: 1px solid #1489BE;
    padding: 10px;
    cursor: pointer;
}

#list-view .row:hover,
#list-view .row.expanded{
    background-color:#cfe7f1;
}

#list-view .detail-row:hover{
    background-color:#ffffff;
}

#list-view .row .cell{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#list-view .row .cell a{
    border-bottom:dotted 1px #1468a0;
}

#list-view .row.heading{
    background-color: #DDDDDD;
    border-bottom: 0px;
    cursor: default;
}

#list-view .detail-row{
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.25em;
    display:none;
}

#list-view .detail-row h3{
    font-family:"Avenir Next LT W01 Bold";
    margin-bottom:5px;
    font-size:1em;
}

#list-view .detail-row .participant{
    margin-bottom:5px;
}

.paginator{
    margin-top:25px;
    margin-bottom:10px;
}

.paginator .page-select{
    cursor:pointer;
    margin-right:7.5px;
}

.paginator .page-select:hover,.paginator .page-select.highlighted{
    text-decoration:underline;
    color:#1489BE;
    font-weight:bold;
}

.action-panel{
    margin-bottom:125px;
}

.acym-button{
    font-size: 1.3em;
    background: url("../assets/acym-btn.svg") no-repeat;
    height: 70px;
    line-height: 70px;
    width: 100%;
    font-family:"Avenir Next LT W01 Bold";
    cursor:pointer;
    text-align:center;
    color: #ffffff;
    text-decoration: none;
    display:block;
}

.acym-button:hover{
    opacity:0.8;
    color: #ffffff;
}

.acym-button:focus{
    color: #ffffff;
}

#footer{
    background-color:#1489be;
    color:#FFFFFF;
    text-align:center;
    padding:50px 0px;
    font-size:0.7em;
    position:relative;
}

#footer #acym-birds{
    position:absolute;
    left:200px;
    top:-75px;
    width:80px;
}

#footer #acym-boat{
    position:absolute;
    top:-17px;
    right:200px;
    width:60px;
}

#overlay{
	background-color:rgba(255,255,255,1);
	width:100vw;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	display:none;
}

#overlay img{
	position:absolute;
	top:calc(50% - 70px);
	left:calc(50% - 97px);
	width:194px;
}

#chef-form{
    margin-top:25px;
    padding:0px 10px;
}

.form{
    margin:0 auto;
    max-width:1080px;
}

.form h3{
    font-size: 1.34em;
    color: #1489be;
    font-family: "Avenir Next LT W01 Bold";
    margin-bottom: 10px;
    margin-top: 15px;
}

.form .form-section{
    margin-bottom:75px;
}

.form .acym-input,
.form .acym-select{
    padding-right:10px;
    position:relative;
}

.form .acym-input input,
.form .acym-select select{
    background: url("../assets/acym_textbox.svg") no-repeat;
    height: 50px;
    background-size:100% 50px;
    color: #4D4D4D;
    font-size: 1.17em;
    font-family: "AvenirNextLTW01-Regular";
    border: none;
    max-width:445px;
    padding-left:20px;
    border:none;
    outline:none;
    box-shadow:none;
}

.form .acym-select select{
    background: url("../assets/acym_dropdown.svg") no-repeat;
    padding-top:4px;
}

.form .acym-input input:focus,
.form .acym-select select:focus{
    border:none;
    outline:none;
    box-shadow:none;
}

.form .acym-input label.error,
.form .acym-select label.error{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 445px;
    height: 50px;
    background: url("../assets/acym_error_textbox.svg") no-repeat center top;
    background-size: 100%;
    font-size: 1.1em;
    font-family: "AvenirNextLTW01-Regular";
    border: none;
    padding-left: 23px;
    padding-top: 7px;
    color: #ed1c24;
    margin-bottom: 0px !important;
    cursor: text;
}

.form .form-section .cell{
    max-width:455px;
    min-width:400px;
}

.form .acym-button,
.success .acym-button{
    width:100%;
    max-width:320px;
    background-size:100% 70px;
}

input::-webkit-input-placeholder{
    color:#8D8D8D;
    opacity:1;
}

input::-moz-placeholder{
    color:#8D8D8D;
    opacity:1;
}

input:-ms-input-placeholder{
    color:#8D8D8D;
    opacity:1;
}

input:-moz-placeholder{
    color:#8D8D8D;
    opacity:1;
}

.blue-sub-title{
    text-align: left;
 }

.blue-sub-title p{
    font-size: 1.34em;
    color: #1489be;
    font-family:"Avenir Next LT W01 Bold";
    margin-bottom: 10px;
    margin-top: 15px;
}
.reg-submitted-title{
    padding-top: 15px;
}

.reg-submitted-text{
    font-family: "AvenirNextLTW01-Regular";
    font-size: 1.1666666667em;
    text-align: left;
    float: left;
    display: inline-block;
    color: #4D4D4D;
    padding-bottom: 25px;
}




/**********************CHARITY PAGE slideshow ********************************/
.slideshow-wrapper{
  width: 90vw;
  border-top: solid 4px #1588be;
  margin: auto;
  margin-left: 3vw;
}

.w3-content{
 max-width: 100% !important;
}
.w3-content img{
  height: 600px;
}

.acym-blue {
    color: #fff!important;
    background-color: #1588be !important;
}


/*************************RBALTIMORE UPDATES 2021-05-29*****************************/
.row.welcome p{
  text-align: justify;
  color: #1588be;
  font-family:"playballregular";
  font-size: 1.3em;
  margin: 25px 150px 25px 150px;
}

.row.incentives p{
  text-align: center;
  color: #1588be;/* #ff4e00;*/
  font-family:"Arial Black";
  font-size: 0.80em;
  font-weight: bolder;
  margin: 25px 250px 25px 250px;
}

.imgOurShow {
	display:block;
	width: 100%;
	height: 100%;
}

.promShowLink {
  justify-content: center;
	display:flex;
	flex-wrap:wrap;
 
}

.promShowLink img{
	width:500px;
  height: 350px;
	cursor:pointer;
	outline-offset: -4px;
	-moz-transition: outline 0.5s;
  -webkit-transition: outline 0.5s;
  transition: outline 0.5s;
  outline: solid 4px #ffffff; 
}

.pleaseNote{
	color:red;
  font-size:17px; 
  font-weight:Bold;
	text-align:justify;
}

.pleaseNote2{
  font-size:14px;
  font-style: italic;
}

.slideshow-wrapper2{
  width: 90vw;
  max-width: 800px;
  border-top: solid 4px #1588be;
  margin: auto;
  align-content: center;
  margin-left: 3vw;
}

.w3-content2{
 max-width: 100% !important;
}
.w3-content2 img{
  height: 600px;
}
 
.hotels_layout{
	/*display: table-cell;*/
	margin:  0px auto;
	/*width: 100%*/;
} 

.hotels_layout img{
	float: left;
	width:  400px;
	height: 260px;
	padding: 0 10px 0 0;
}

.hotels_layout p{
	text-align: justify;
}

.linkright {
    text-align: right;
    float: right;
}


@font-face {
  font-family: 'playballregular';
  src: url('Fonts/playball-regular-webfont.woff2') format('woff2'),
       url('Fonts/playball-regular-webfont.woff') format('woff'),
       url('Fonts/Playball-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;

}


body2 {
	margin: 0;
	padding:  0;
	font-family: poppins;
}

.fix{
	clear:  both;
	overflow:  hidden;
}

header{
	overflow:  hidden;
	height:  100vh;
}

.vid-bg{
	position: absolute;
	right:  0;
	bottom:  0;
	min-width:  100%;	
	min-height:  100%;
}

.nav-area{
	position:  absolute;
	width: 100%;
	text-align: center;
}

.logo{
	margin:  0 50px;
	float:  left;
	color:  #fff;
	font-size:  35px;
	text-transform:  captitalize;
	font-weight:  bold;
	letter-spacing:  2px;
}

.logo img{
	background: transparent;
  width: 100%;
  height: 100%
}

.logo span{
	color:  #f5bb00;
}

.banner-text{
	position:  absolute;
	top:  35%;
	text-align:center;
	width: 100%;
}

.banner-text h2{
	color:  #fff;
	font-size: 80px;
	margin:  0;
}

.banner-text h2 span{
	color: #f5bb00;	
}

.banner-text p{
	color: #fff ;
	font-size:  18px;
	margin: 0;
	font-weight: bold;

}

.btn{
	display:  inline-block;
	margin-top:  5%;
	background: transparent;
	border: 0;
	font-size: 20px;
	text-transform: uppercase;
	border:  3px solid #fff;
	padding:  10px 25px;
	color:  #fff;
	border-radius:  25px;
}


/******************************END RBALTIMORE***************************************/