@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i|Open+Sans+Condensed:300,700|Pavanam');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan|Luckiest+Guy|Mirza:400,500,600,700|Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap');

.carrot-top-nav {
	color: #000;
	width: auto;
	margin: 0 auto;
	text-align:left;
	
} 
.carrot-top-nav a {
	text-decoration: none;
	font-size: 14pt;
	text-shadow: -1px -1px rgba(0,0,0,1), 1px 1px rgba(255,255,255,.8);
	color: rgba(0,0,0,1);
	display: block;
	transition: 0.3s;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 40px;
	background-image: url(../img/2020/carrot2.png);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	letter-spacing: 0.06em;
	white-space: nowrap;
	text-transform: uppercase;
	margin-right: 30px;
}

.carrot-top-nav a:hover, .offcanvas a:focus{
	color: #f1f1f1;
	background-color: #2b89c9;
	text-shadow: -1px -1px rgba(0,0,0,1), 1px 1px rgba(0,0,0,.8);
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;

}

	#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
		
}
 #menu {
	width: auto;
	/*margin: 60px auto;*/
    box-shadow: 0 0px 0px #777;
	background-image: url(../img/2020/nav-bg.png);
	background-repeat: repeat-x;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;	
	
	
} #menu:before, #menu:after {
    content: "";
    display: table;
} #menu:after {
    clear: both;
} #menu {
    zoom: 0;
} #menu li {
    float: left;
    border-right: 0px solid #567db5;
    box-shadow: 0px 0 0 #444;
    position: relative;
} #menu a {
	text-decoration: none;
	font-size: 14pt;
	text-shadow: -1px -1px rgba(0,0,0,1), 1px 1px rgba(255,255,255,.8);
	color: rgba(0,0,0,1);
	display: block;
	transition: 0.3s;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 40px;
	background-image: url(../img/2020/carrot2.png);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	letter-spacing: 0.06em;
	white-space: nowrap;
	text-transform: uppercase;
	margin-right: 30px;
} #menu li:hover > a {
	padding-top: 3px;
	padding-bottom: 11px;
	color: #FFF;
	background-color: #2b89c9;
	text-shadow: -1px -1px rgba(0,0,0,1), 1px 1px rgba(0,0,0,.8);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
		-webkit-transition: border-radius 300ms   ease-in;
	-moz-transition: border-radius 300ms   ease-in;
	-o-transition: border-radius 300ms   ease-in;
	-ms-ransition: border-radius 300ms   ease-in;
	transition: border-radius 300ms   ease-in;
	border: 1px solid #003a79;
	
} * html #menu li a:hover { /* IE6 only */
    color: #FCCF0A;
} #menu ul {
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 42px;
	left: -20px;
	right: -1px;
	z-index: 1000000;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow:
    0 -1px 0 rgba(255, 255, 255, .3);

transition:all
    .3s

ease-in-out;
	width: 290px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	font-size: 14pt;
	color: #FFF;

} #menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
	
} #menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	font-size: 14pt;
	width:auto;
	
	
} #menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 0px 0 #255496, 0 0px 0 #666;
	font-size: 14pt;
	
	text-align: center;
} #menu ul li:last-child {
    box-shadow: none;
	
} #menu ul a {
	padding: 10px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font-size: 14pt;
	color: #FAD874;
	background-image:none;
	background-color: #FCAE3B;
	text-shadow: -1px -1px rgba(0,0,0,1), 1px 1px rgba(255,255,255,.8);
	color: rgba(0,0,0,1);
	display: block;
	transition: 0.3s;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 0.06em;
	white-space: nowrap;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e38b20;
} #menu ul a:hover {
-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #0a9afa;
	background-position: bottom;
	
} #menu ul li:first-child > a {
	font-size: 14pt;
	letter-spacing: .06em;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	text-align: center;
	
} #menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -10px;
	
	letter-spacing: .01em;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	font-size: 14pt;
	
	text-align: center;
} #menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -10px;
    border-left: 0;
	
	letter-spacing: .01em;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	font-size: 14pt;
	
	text-align: center;
} #menu ul li:first-child a:hover:after {
    border-bottom-color: #FFF;
	
	letter-spacing: .01em;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	font-size: 14pt;
	
	text-align: center;
} #menu ul ul li:first-child a:hover:after {
    border-right-color: #FFF;
    border-bottom-color: transparent;
	
	letter-spacing: .01em;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	font-size: 14pt;
	
	text-align: center;
} #menu ul li:last-child > a {
    /*border-radius: 0 0 3px 3px*/;

	font-size: 14pt;
	letter-spacing: .06em;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	background-image: none;
	text-shadow: -1px -1px rgba(0,0,0,1), 1px 1px rgba(255,255,255,.8);
	text-align: center;
	-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
}

#menu li.active{
    background: #ccddff;
	font-size: 12pt;
	letter-spacing: .01em;
}


.carrot-sub-nav {
	color: #FFF;
	width: auto;
	margin: 0 auto;
	text-align:left;
	
} 
.carrot-sub-nav a {
	text-decoration: none;
	font-size: 24pt;
	color: FFF;
	display: block;
	transition: 0.3s;
	padding-top: 12px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-image: url(../img/2020/carrot2.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-shadow: 1px 2px 1px #121212;
	white-space: nowrap;
	text-transform: uppercase;	
}

.carrot-sub-nav a:hover, .offcanvas a:focus{
	color: #FAD874;
	background-color: #1B3864;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.center-blue {
	max-width: 1100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989cc+0,0d5290+100 */
background: #2989cc; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #2989cc 0%, #0d5290 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #2989cc 0%,#0d5290 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #2989cc 0%,#0d5290 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989cc', endColorstr='#0d5290',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	padding: 0px;
	margin: 0 auto;
	width:100%;
}
.header-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbd364+0,fc951e+100 */
background: #fbd364; /* Old browsers */
	background: -moz-linear-gradient(top, #fbd364 0%, #fc951e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fbd364 0%,#fc951e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fbd364 0%,#fc951e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd364', endColorstr='#fc951e',GradientType=0 ); /* IE6-9 */
	font-size: 28pt;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FFF;
	max-width: 1090px;
	padding: 5px;
	margin: 0 auto;
	text-shadow: 1px 2px 1px #121212;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d67b12;
	letter-spacing: .05em;
}
.header-sub {

	font-size: 28pt;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FFF;
	
	padding: 5px;
	margin: 0 auto;
	text-shadow: 1px 2px 1px #121212;
	font-weight: normal;
	
	letter-spacing: .05em;
}
.program-white {
	font-size: 14pt;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FFF;
	padding: 5px;
	margin: 0 auto;
	text-shadow: 1px 2px 1px #121212;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.program-large {
	font-size: 24pt;
	font-weight: bold;
	color: #FFF;
	letter-spacing: .05em;
	text-shadow: 1px 2px 1px #121212;
}
.page-title {
	font-size: 36pt;
	font-weight: bold;
	color: #FAD874;
	letter-spacing: 0.03em;
	text-shadow: 1px 2px 1px #121212;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.medium-white {
	font-size:1vw;
	font-weight: bold;
	color: #FFF;
	
	text-shadow: 1px 2px 1px #121212;
}
@media screen and (max-width: 4800px) {
  .medium-white {
  font-size:.7vw;
	font-weight: bold;
	color: #FFF;
  }
}

	
@media screen and (max-width: 2100px) {
  .medium-white {
  font-size:.8vw;
	font-weight: bold;
	color: #FFF;
	
  }
}

@media screen and (max-width: 1980px) {
  .medium-white {
  font-size: 1vw;
	font-weight: bold;
	color: #FFF;
	
	
  }
}
@media screen and (max-width: 1500px) {
  .medium-white {
  font-size: 1.3vw;
	font-weight: bold;
	color: #FFF;
	
	
  }
}

.small-white {
	font-size: 9pt;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 0.05em;
	text-shadow: 1px 2px 1px #121212;
}
.foot-nav {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	margin: 0 auto;
	font-family: 'Pavanam', sans-serif;
	max-width:1100px;
}


.flex-container-music {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: center;
}

.flex-item-music {
	padding: 5px;
	width: 200px;
	height: auto;
	margin-top: 10px;
	color: white;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.flex-container-jumplinks {
	padding: 0;
	margin: 0;
	list-style: none;
	flex-direction: column;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	
	 flex: 1;
    display: flex;
    overflow: hidden;
	align-items: center;
	
}

.flex-item-jumplinks-left {
	padding: 10px;
	width: 80%;
	max-height: 300px;
	margin-top: 10px;
	color: white;
	text-shadow: 1px 2px 1px #121212;
	font-weight: bold;
	font-size: 2em;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	display:inline-block;
	background-image: url(../img/2020/carrots-left.png);
	background-repeat: no-repeat;	
	background-size: contain;
	 z-index: 1;
	 position:relative;
}
.flex-item-jumplinks-right {
	padding: 10px;
	width: 80%;
	max-height: 300px;
	margin-top: 10px;
	color: white;
	text-shadow: 1px 2px 1px #121212;
	font-weight: bold;
	font-size: 2em;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-image: url(../img/2020/carrots-right.png);
	background-repeat: no-repeat;	
	 background-position: right top; 
	 background-size: contain;
	 z-index: 1;
	  position:relative;
}
.flex-item-jumplinks-double {
	padding: 0px;
	width: 90%;
	
	margin-top: 0px;
	color: white;
	text-shadow: 1px 2px 1px #121212;
	font-weight: bold;
	font-size: 2em;
	text-align: left;
	margin-right:30px;
	margin-left: 30px;
	margin-bottom: 20px;
	border: 1px solid #003a79;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background-color: rgba(24, 24, 24, 0.1);
-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}
.flex-item-jumplinks-double:hover {
	border: 1px solid #f02b03;
}
.jumptable-left {
	background-image: url(../img/2020/notes.png);
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 420px;
	border: 1px solid #003a79;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: rgba(24, 24, 24, 0.1);
-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
 z-index: 10;
 position:relative;
}
.jumptable-left:hover {
	border: 1px solid #f02b03;
	background-color: rgba(242, 92, 63, 0.9);
	
}
.jumptable-right {
	border: 1px solid #003a79;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background-color: rgba(24, 24, 24, 0.1);
display:inline-block;
background-image: url(../img/2020/notes2.png);
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 420px;
-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
 z-index: 10;
 position:relative;
}
.jumptable-right:hover {
	border: 1px solid #f02b03;
	background-color: rgba(242, 92, 63, 0.9);
}
.img-round-corners {
	
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.img-white-border {
	border: 5px solid #FFF;
	max-width: 210px;
	min-width:120px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}
.flex-container-photos {
	padding: 0;
	margin: 0;
	list-style: none;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: nowrap;
	justify-content: center;
	
	flex: 0 0 auto;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 480px;
	
}
@media screen and (max-width: 1800px) {
  .flex-container-photos {
    height: 420px;
	
	
  }
}
@media screen and (max-width: 1700px) {
  .flex-container-photos {
    height: 380px;
	
	
  }
}
@media screen and (max-width: 1500px) {
  .flex-container-photos {
    height: 340px;
	
	
  }
}
@media screen and (max-width: 1400px) {
  .flex-container-photos {
    height: 300px;
	
	
  }
}
@media screen and (max-width: 1300px) {
  .flex-container-photos {
    height: 280px;
	
	
  }
}
@media screen and (max-width: 1200px) {
  .flex-container-photos {
    height: 240px;
	
	
  }
}
.flex-photo-pop-left-edge {
	border: 0px solid #003a79;
	
	width: 23%;
	z-index: 10;
	
	transform: rotate(12deg);
	text-align:right;
	
	padding-top: 30px;
	
	
}

.flex-photo-pop-left-ctr {
	border: 0px solid #003a79;
	
	width: 23%;
	z-index: 10;
	
	transform: rotate(-10deg);
	text-align:left;
	
	
	align-self: flex-end;
	padding-bottom: 20px;
	
}

.flex-photo-pop-right-ctr {
	border: 0px solid #003a79;
	
	width: 23%;
	z-index: 10;
	
	transform: rotate(15deg);
	text-align:left;
	
	
	align-self: flex-end;
	padding-bottom: 30px;
	
}

.flex-photo-pop-right-edge {
	border: 0px solid #003a79;
	
	width: 23%;
	z-index: 10;
	
	transform: rotate(-18deg);
	text-align:right;
	
	padding-top: 30px;
	
	
}

#thirty-years {
	background-image: url(../img/2020/30-sparkle3.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
  position: relative;
  width: 100%;
  text-align:center;
  z-index: 0;
  padding-top: 160px;
  margin-bottom: 60px;
  
	
}

a.jump:link {
	font-weight: bold;
	color: #FAD874;
	text-decoration: none;
	text-shadow: 1px 2px 1px #121212;
}

a.jump:visited {
	font-weight: bold;
	color: #fad874;
	text-decoration: none;
}
a.jump:hover {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.jump:active {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

nav2 {
	border-left-width: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
nav2 ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
    
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
 max-width: 680px;	

}

nav2 ul li {
	list-style: none;
	text-align: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
	color: #FAD874;
	padding-bottom: 40px;
	padding-left: 30px;
	background-image: url(../img/2020/carrot.png);
	background-repeat: no-repeat;
	background-position: -5px 12px;
	width: auto;
	margin: 0 auto;
	text-align:left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:28pt;
}
nav2 li a:hover {
	
	color: #FAD874;
}
nav2 li.active a {
	
	color: #FAD874;
}
nav2 li.active a:hover {
	
	color: #FAD874;
}
 
nav2 ul li:first-child {
  border-left: none;
}

nav2 ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: normal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:28pt;
	font-weight: bold;
	
}



.tab_content {
	display: none;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align:center;
	
	overflow-wrap: break-word;
	margin: 0 auto:
}
a.nav2:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 2px 1px #121212;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:28pt;
}
a.nav2:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.nav2:hover {
	font-weight: bold;
	color: #FAD874;
	text-decoration: none;
}
a.nav2:active {
	font-weight: bold;
	color: #FAD874;
	text-decoration: none;
}
a.ctr:link {
	font-weight: bold;
	color: #FAD874;
	text-decoration: none;
}
.large-text {
	font-size: 18pt;
	font-weight: bold;
	color: #FAD874;
	letter-spacing: .05em;
	text-shadow: 1px 2px 1px #121212;
}
a.ctr:visited {
	font-weight: bold;
	color: #fad874;
	text-decoration: none;
}
a.ctr:hover {
	font-weight: bold;
	color: #FD9F2D;
	text-decoration: none;
}
a.ctr:active {
	font-weight: bold;
	color: #FD9F2D;
	text-decoration: none;
}

.yellow-text {
	color: #FAD874;
}

div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  margin: 0 auto;
  display:block;
}
.foot-nav {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	margin: 0 auto;
	font-family: 'Pavanam', sans-serif;
	
}

.foot-nav a {
	text-decoration: none;
	display: block;
	color: white;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .06em;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: 'Pavanam', sans-serif;
	
}

.foot-nav a:hover {
	
	background-position: 2%;
	color: #fad874;
}

@media all and (max-width: 800px) {
  .foot-nav {
    justify-content: space-around;
  }
}

@media all and (max-width: 600px) {
  .foot-nav {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
  }
  
  .foot-nav a { 
    text-align: center; 
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,0.3); 
    border-bottom: 1px solid rgba(0,0,0,0.1); 
  }

  
  .foot-nav li:last-of-type a {
    border-bottom: none;
	
  }
}
#left-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/2020/left-bg.jpg);
	background-attachment: fixed;
	background-position: center;
}
#right-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/2020/right-bg.jpg);
	background-attachment: fixed;
	background-position: center;
}
.dates-white {
	font-size: 11pt;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	padding: 0px;
	margin: 0;
	text-shadow: -3px 3px 2px rgba(0,0,0,0.65);
	font-weight: normal;
	display: block;
}
.dates-venue {
	font-size: 18pt;
	font-family: 'Open Sans', sans-serif;
	color: #facc58;
	padding: 0px;
	margin: 0;
	text-shadow: -3px 3px 2px rgba(0,0,0,0.65);
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 30px;
	display: block;
}
.date-holder {
	padding-left: 40px;
}
.date-more-carrot {
	color: #FFF;
	width: auto;
	margin: 0 auto;
	text-align:left;
	display:inline-block;
	max-width: 225px;	
} 
.date-more-carrot a {
	text-decoration: none;
	font-size: 15pt;
	color: #fff;
	display: block;
	transition: 0.3s;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	background-image: url(../img/2020/carrot.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	font-family: 'Mirza', cursive;
	font-weight: 500;
	text-shadow: -3px 3px 2px rgba(0,0,0,0.65);
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.date-more-carrot a:hover, .offcanvas a:focus{
	color: #facc58;
	
}
.date-more-carrot-multiple {
	color: #FFF;
	width: auto;
	text-align:left;
	display:inline-block;
	max-width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
} 
.date-more-carrot-multiple a {
	text-decoration: none;
	font-size: 15pt;
	color: #fff;
	display: block;
	transition: 0.3s;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	background-image: url(../img/2020/carrot.png);
	background-repeat: no-repeat;
	background-position: 5px 25px;
	font-family: 'Mirza', cursive;
	font-weight: 500;
	text-shadow: -3px 3px 2px rgba(0,0,0,0.65);
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.03em;	
	max-width: 225px;
}

.date-more-carrot-multiple a:hover, .offcanvas a:focus{
	color: #facc58;
	
}
.date-multiples-text {
	font-size: 10pt;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	text-shadow: 1px 2px 1px #121212;
	font-weight: normal;
	text-transform: none;
	margin-left: -15px;
}
#sparkle-date {
	background-image: url(../img/2020/sparkle-date-bg.png);
	background-repeat: no-repeat;
	background-position: top left;	
}

nav3 {
	width: auto;
	border-left-width: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	
}
nav3 ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
    
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
 border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}

nav3 ul li {
	list-style: none;
	text-align: left;
	color: #FFF;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: -10px -10px;
	width: auto;
	margin: 5px;
	text-align:left;
	border: 1px solid #004C86;
	background-color: rgba(24, 24, 24, 0.1);
	height: 80px;
}
nav3 li a:hover {
	
	color:#FAD874;
}
nav3 li.active a {
	background-color:#004C86;
	color:#FAD874;
	height: 75px;
}
nav3 li.active a:hover {
	
	color:#FAD874;
}
 
nav3 ul li:first-child {
  
}

nav3 ul li a {
	display: block;
	text-decoration: none;
	color: #fcc9c7;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: normal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	
	
}