@charset "UTF-8";
/* CSS Document */


.card-header-gold {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(247,228,16,.85);
	border-bottom: 1px solid rgba(154,142,11,.95);
	color: # 645d0b !important;
}

/* em { text-emphasis:none; font-style:normal; color:#616a70;} */
.tagline {
	background-color: #ffde00;
	padding: 5px 10px 3px 10px;
	font-size: 11px;
	text-transform: uppercase;
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #ecc200;
	margin-top: 65px;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #194e78;
	text-decoration: none;
	background-color: #fad501;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #113d5f;
	text-align: inherit;
	white-space: nowrap;
	background-color: #fee970;
	border: 0;
	text-transform:uppercase;
	font-size:13px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #123354;
	text-align: left;
	list-style: none;
	background-color: #fee970;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}
/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
  .img-brand {
	vertical-align:top !important;
	}
.title-brand {
	display:block; line-height:22px; font-size:14px;font-family: 'Poppins', sans-serif; text-transform:uppercase;
	}
.date-brand {
	display:block; line-height: 13px; font-size:13px; text-transform: uppercase; color: gold;
	}

@media (min-width: 440px) {  
 .img-brand {
	vertical-align:top !important;
	}
.title-brand {
	display:block; line-height:22px; font-size:22px;font-family: 'Poppins', sans-serif; text-transform:uppercase;
	}
.date-brand {
	display:block; line-height: 13px; font-size:13px; text-transform: uppercase; color: gold;
	}
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
 .img-brand {
	vertical-align:top !important;
	}
.title-brand {
	display:block; line-height:22px; font-size:24px;font-family: 'Poppins', sans-serif; text-transform:uppercase;
	}
.date-brand {
	display:block; line-height: 13px; font-size:13px; text-transform: uppercase; color: gold;
	}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
 .img-brand {
	vertical-align:top !important;
	}
.title-brand {
	display:block; line-height:22px; font-size:28px;font-family: 'Poppins', sans-serif; text-transform:uppercase;
	}
.date-brand {
	display:block; line-height: 13px; font-size:13px; text-transform: uppercase; color: gold;
	}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 .img-brand {
	vertical-align:top !important;
	}
.title-brand {
	display:block; line-height:22px; font-size:28px;font-family: 'Poppins', sans-serif; text-transform:uppercase;
	}
.date-brand {
	display:block; line-height: 13px; font-size:13px; text-transform: uppercase; color: gold;
	}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
.img-brand {
	vertical-align:top !important;
	}
.title-brand {
	display:block; line-height:22px; font-size:28px;font-family: 'Poppins', sans-serif; text-transform:uppercase;
	}
.date-brand {
	display:block; line-height: 13px; font-size:13px; text-transform: uppercase; color: gold;
	}

}

.link-button-about, .link-button-about:hover, .link-button-about:focus {
	text-align: left;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: rgba(60, 137, 198, 0.99);
	font-size: 18px;
	display: block;
	text-decoration: none;
	margin-top: 2px;
}

.navbar {
	background-color: transparent !important;
	color: navy;
	margin-bottom: 0px !important;
	border-bottom: none !important;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.22);
}

.navbar-right .ul > li {
	border-left: none !important;
}
.divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e7bf06;
}
.line {
	position: relative;
}
.time-pills-line {
	position: absolute;
	top: 90px;
	right: -15px;
	width: 100%;
	height: 40px;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

a.relative {
	border: 1px solid #73AD21;
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	/* left: 50%; */
	/* margin-left: -25px; */
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50% !important;
	border-top-left-radius: 50% !important;
	border-bottom-right-radius: 50% !important;
	border-bottom-left-radius: 50% !important;
}

div.absolute {
	/* top: -15px; */
	/* right: 0px; */
	/* width: 150px; */
	/* height: 30px; */
	/* border: 3px solid #73AD21; */
	border-radius: 40px;
	color: navy;
}
.style14 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
.style6 {
	postiion: absolute;
	top: 30px;
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
	height: 3px;
}
.line.nav > li > a:focus, .line.nav > li > a:hover {
	text-decoration: none;
	background-color: none !important;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



label.audience {padding-right: 21px;}
.resourcesBox h1, .resourcesBox h2, .resourcesBox h3, .resourcesBox h4, .resourcesBox p {font-size:14px; color:#333333;display:inline-block;}
.eventBox {margin: 7px 13px; padding: 5px; border: 1px solid #CCC;}
.eventFields {background-color: #ffe57d; border-bottom: 2px solid #FC0;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #333;
	font-size: 17px;
	padding: 5px 9px 1px 9px;
	text-align:center;}
	.boxes p {padding: 15px 20px; text-align:left; font-size: 17px; min-height: 150px;}
	.boxes {padding: 0px !important; background-color: #fff6d2; border-bottom: 5px solid #17578a; -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.13);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.13); }
	.boxes:last-child {padding: 0px !important; border-right: none !important;}
/* .yamm .navbar-brand {
	color: white !important;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	 
	font-size: 29px;
	 
	height: 64px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #3c81b7;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #034274;
	background-color: #3c81b7;
}
*/
	.box-title-right { background-color: #ffe57d; height: 60px; width:100%; padding: 5px 10px;font-family: 'Poppins', sans-serif; text-transform:uppercase; color: #333; font-size:22px; margin:auto; text-align:center;padding: 20px 0;}
	.box-button-right {background-color: rgba(103, 174, 230, 0.99);text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	}
	.link-button-right, .link-button-right:hover, .link-button-right:focus {display: block;
	height: 60px;
	width: 100%;
	color: #edf5fd;
	text-decoration: none;
	line-height:60px;}
	.box-button-right:hover, .box-button-right:focus {display: block; width: 100%; color:#edf5fd; text-decoration:none; background-color: rgba(103, 174, 230, 0.59);height: 60px; }
	.main-link-button-right {background-color: rgba(103, 174, 230, 0.99);text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	}
	
	
	
	.box-title-left  { background-color:  #deb308; height: 60px; width:100%; padding: 5px 10px;font-family: 'Poppins', sans-serif; text-transform:uppercase; color: #333; font-size:22px;margin:auto;text-align:center;padding: 20px 0;}
	
	.box-button-left {background-color: rgba(13, 101, 171, 0.99);text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	}
	.main-link-button-left {background-color: rgba(13, 101, 171, 0.99);text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	}
	.link-button-left, .link-button-left:hover, .link-button-left:focus {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	line-height: 60px;
	display: block;
	height: 60px;
	width: 100%;
	color: #edf5fd;
	text-decoration: none;
}
	.box-button-left:hover , .box-button-left:focus {display: block; width: 100%; color:#edf5fd; text-decoration:none; background-color: rgba(13, 101, 171, 0.59); }
	
	
	
	.box-title-middle { background-color: #efc312; height: 60px; width:100%; padding: 5px 10px;font-family: 'Poppins', sans-serif; text-transform:uppercase; color: #333; font-size:22px; margin: auto;text-align:center;padding: 20px 0;}
	
  .box-button-middle {background-color: rgba(60, 137, 198, 0.99);
	text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	
}
  .main-link-button-middle {background-color: rgba(60, 137, 198, 0.99);
	text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	
}
  .link-button-middle, .link-button-middle:hover, .link-button-middle:focus {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	line-height: 60px;
	display: block;
	 height: 60px; 
	width: 100%; 
	color: #edf5fd;
	text-decoration: none;
}
/*	.link-button-middle, .link-button-middle:hover,.link-button-middle:focus  {
	display: block;
	height: 60px;
	width: 100%;
	color: #edf5fd;
	text-decoration: none;
} */
	.box-button-middle:hover , .box-button-middle:focus {display: block; width: 100%; color:#edf5fd; text-decoration:none; background-color: rgba(60, 137, 198, 0.59); }


	
.box-title-right-ylw { background-color: #ffe57d; height: 60px; width:100%; padding: 5px 10px;font-family: 'Poppins', sans-serif; text-transform:uppercase; color: #333 !important; font-size:22px; margin: auto; text-align:center;padding: 20px 0;}
	.box-button-right-ylw  {background-color: #598cb4; text-align: center; height:
  60px;font-family: 'Poppins', sans-serif; text-transform:uppercase; color: #333 !important; font-size:22px;padding: 20px 0;margin: auto; width: 100%;}
	.link-button-right-ylw, .link-button-right-ylw:hover  {display: block; width: 100%; color:#333 !important; text-decoration:none !important;}
	
	.box-title-left-ylw  { background-color:  #deb308; height: 60px; width:100%; padding: 5px 10px;font-family: 'Poppins', sans-serif; text-transform:uppercase; color: #333; font-size:22px; margin:auto;text-align:center;padding: 20px 0;}
	.box-button-left-ylw  {background-color: rgba(238, 188, 20, 0.99); text-align: center; height:
  60px;font-family: 'Poppins', sans-serif; text-transform:uppercase; color: #333  ; font-size:22px;  padding: 20px 0;margin: auto; width: 100%;}
	.link-button-left-ylw , .link-button-left-ylw:hover {display: inline-block;height: 60px; width: 100%; color:#edf5fd; text-decoration:none;}
	.box-button-left-ylw:hover {display: block; width: 100%; color:#edf5fd; text-decoration:none; background-color: rgba(238, 188, 20, 0.59);height: 60px; }
	
	.box-title-middle-ylw  { background-color: #efc312; height: 60px; width:100%; padding: 5px 10px;font-family: 'Poppins', sans-serif; text-transform:uppercase; color: #333; font-size:22px; margin: auto;text-align:center;padding: 20px 0;}
	.box-button-middle-ylw  {background-color: #39719d; text-align: center; height:
  60px;font-family: 'Poppins', sans-serif; text-transform:uppercase; color: white; font-size:22px;  padding: 20px 0;margin: auto; width: 100%;}
	.link-button-middle-ylw  {display: block; width: 100%; color:#edf5fd; text-decoration:none;}	
	
	
	
	.content-subhead-below-box {background-color: rgb(255, 210, 4); height: 60px; width:100%; padding: 19px 20px;font-family: 'Poppins', sans-serif; text-transform:uppercase; color: #666; font-size:25px;  margin: 0 auto;}
	.searchEvents {background-color: rgba(60, 137, 198, 0.99); width:100%; padding: 10px 0px;font-family: 'Poppins', sans-serif;    color: #fff; margin: 0 auto; border-top: 5px solid #246599; font-size:18px;}
	
	.content-subhead {background-color: rgba(60, 137, 198, 0.99); height: 60px; width:100%; padding: 19px 20px;font-family: 'Poppins', sans-serif; text-transform:uppercase; color: #fff; font-size:25px;  margin: 0 auto; border-top: 5px solid #246599;}
	.main-content {padding: 30px; font-size:15px;}
	.fa-4x {
	text-align: center;
	width: 70px;
	height: 70px;
	margin: 0 3px;
	border-radius: 100%;
	/* border: 5px solid #09C; */
	font-size: 30px;
	line-height: 70px;
	outline: 0;
	color: #fff;
	background-color: #1d3a60;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
/*	.offcanvas a {font-family: 'Poppins', sans-serif; text-transform:uppercase; }
	.register {background-color:#549dd5;}
	.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    opacity: 0.9;
    vertical-align: middle;
    width: 0;
}
/*	.navbar-default .navbar-side {
	border-color: rgba(15, 106, 178, 0.95); background-color:rgba(255, 255, 255, 0.99);-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.13);
-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.13);
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.13); border-radius: 4px !important; 
-webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
} */
.navbar-default .navbar-side,   {border: none !important;
	border-color:  none !important;
	background-color: rgba(255, 255, 255, 0.99);
	/*-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.13);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.13);
	/* box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.13); */
	/* border-radius: 4px !important; */
	-webkit-transition: all .25s ease-out;
	/* transition: all .25s ease-out; */
	padding: 15px;
	height:65px;
	margin: 0;
	border-radius: 0px !important;
	width: 60px;-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.22);
box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.22);
}
.navbar-default .navbar-toggle   {border: none !important;
	border-color:  none !important;
	background-color: rgba(255, 255, 255, 0.99);
	/*-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.13);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.13);
	/* box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.13); */
	/* border-radius: 4px !important; */
	-webkit-transition: all .25s ease-out;
	/* transition: all .25s ease-out; */
	padding: 15px;
	height:64px;
	margin: 0px;
	border-radius: 0px !important;
	width: 60px;-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.22);
box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.22);
}

.navbar-default .navbar-side:hover, .navbar-default .navbar-toggle:hover {
	  background-color:rgba(255, 248, 173, 0.99);
}
.navbar-default .navbar-side:active, .navbar-default .navbar-toggle:active {
	border-color: #ffe900; background-color:#fff8ad;/*-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.13);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.13); */
}
/*	.yamm .navbar-brand {color: white !important; font-family: 'Poppins', sans-serif; text-transform:uppercase; font-weight:400; line-height: 50px; font-size: 29px; padding-top: 9px;}
*/	


/* for side tabs */
 .panel-body { text-align:left;
	max-height: 200px;
	overflow: auto;
}
.moreData {color:#666; text-align: right; float:right; margin: 14px 2px 2px 2px;}
.tab-pane p {text-align:justify;}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #666;
	background-color: #ffffff; border-right: none !important;
}
.nav-pills {
	 border-right: 1px solid #999;
}
.nav-pills > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #555;
	cursor: default;
	border: 1px solid #c0d8e8;
	border-right-color: transparent; z-index:999; 
}
.nav-tabs > li.active > a:hover { background-color:#ccc;}
.nav-pills > li {
	
	margin-right: -1px;
}
.nav-pills > li > a { 
	border-radius: 4px 0 0 4px;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #97c4e1;
	border-color: #ddd;
}

	.nav-box {background-color:#ffd502; text-align:center;font-family: 'Poppins', sans-serif; text-transform:uppercase; color:#333333; padding: 5px; text-decoration: none !important;}
    .nav-box a:hover, .nav-box a:active, .nav-box a:focus, .nav-box a {text-decoration: none !important;}
	
	ul.nearphoto { display: table;}
	
	.card-wrapper {border: none !important;}
.box-btn-middle-alert {
	background-color: #09538d;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	line-height: 60px;
}

.box-btn-middle-alert:hover, .box-btn-middle-alert:focus {display: block; width: 100%; color:#ffffff; text-decoration:none; background-color:#1968a6;height: 60px; }

.link-btn-middle-alert, .link-btn-middle-alert:hover, .link-btn-middle-alert:focus {
	display: block;
	height: 60px;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
}

.link-btn-callout, .link-btn-callout:hover, .link-btn-callout:focus {
	display: block;
	height: 40px;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
}

.box-btn-callout {
	background-color: #ff6600;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 16px;
	line-height: 40px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.top-boxes {
	padding: 0px !important;
	background-color: #fff6d2;
	/* border-bottom: 5px solid #17578a; */
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.13);
}

.top-box-btn-left {background-color: #ff9933 ;text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	line-height: 40px;}
    
.top-box-btn-left:hover , .top-box-btn-left:focus {display: block; width: 100%; color:#ffffff; text-decoration:none; background-color: #fbb46c;height: 40px; }
		
    
	.top-link-btn-left, .top-link-btn-left:hover, .top-link-btn-left:focus {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	/* line-height: 40px; */
	display: block;
	/* height: 40px; */
	/* width: 100%; */
	color: #ffffff;
	text-decoration: none;
}
	
	


	
  .top-box-btn-middle {background-color: #fab530;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	line-height: 40px;
}
  
  
  .top-link-btn-middle, .top-link-btn-middle:hover, .top-link-btn-middle:focus {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	/* line-height: 40px; */
	display: block;
	/* height: 40px; */
	/* width: 100%; */
	color: #ffffff;
	text-decoration: none;
}


	.top-box-btn-middle:hover , .top-box-btn-middle:focus {display: block; width: 100%; color:#ffffff; text-decoration:none; background-color: #fbc55c;height: 40px; }
    




    
	.top-box-btn-right {background-color: #ffd133;text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	line-height: 40px;}
    
    .top-box-btn-right:hover, .top-box-btn-right:focus {display: block; width: 100%; color:#ffffff; text-decoration:none; background-color: #fbda67; }
    
	
    
    
	.top-link-btn-right, .top-link-btn-right:hover, .top-link-btn-right:focus {display: block;
	
	width: 100%;
	color: #ffffff;
	text-decoration: none;}
.top-grad {
	/* width: 100%; */
	height: 500px;
	margin-right: -15px;
	margin-left: -15px;
	padding: 0px;
	



background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.62) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.62) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.62) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e000000',GradientType=0 ); /* IE6-9 */



	z-index: 34;
	background-position: no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-grad-old {width: 100%; height:500px; margin-right: -15px; margin-left: 0px; padding: 0px;

background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
z-index: 34;
background-position: no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
}
.boxes {margin-bottom: 0px !important;}

@media (max-width : 980px) {
#loa-photo {
background-image:url(http://afterschoolalliance.org/imgs/LOA_ESB_2017_A.jpg); min-height: 500px;position:relative;background-position: no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; z-index: 33;
}
#loa-photo-txt { background-color:rgba(0,0,0,0.65);}
}

@media (max-width : 1304px) {
#loa-photo {
background-image:url(http://afterschoolalliance.org/imgs/LOA_ESB_2017_A.jpg); min-height: 500px;position:relative;background-position: no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; z-index: 33;
}
}
@media (min-width : 1303px) {
#loa-photo {
background-image:url(http://afterschoolalliance.org/imgs/LOA_ESB_2017_C.jpg); min-height: 500px;position:relative;background-position: no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; z-index: 33;
}
}

.bg-dark  {background-color: #3c81b7 !important;}


.navbar-nav>li>a {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    /*line-height: 50px;
    padding: 7px 25px; */
}
/* CSS used here will be applied after bootstrap.css */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
.card {display: block !important;} 
 .card-deck, .row, .container-fluid {width: 100% !important;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card {display: block !important;} 
  .card-deck, .row, .container-fluid {width: 100% !important;}
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  // IE9+ CSS
   .card {display: block !important;} 
   .card-deck, .row, .container-fluid {width: 100% !important;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
.card {display: block !important;} 
.card-deck, .row, .container-fluid {width: 100% !important;}
}
_:-ms-fullscreen, :root .card {display: block !important;} 
_:-ms-fullscreen, :root .card-deck,_:-ms-fullscreen, :root .row, _:-ms-fullscreen, :root.container-fluid {width: 100% !important;}
.card-wd {padding-right: 0px !important; 
   padding-left: 0px !important;  }
.card-nr  {padding-right: 0px !important; 
   padding-left: 0px !important;  }



@media (min-width: 1045px) {
.navbar-expand-lg {
    -ms-flex-flow: row nowrap !important;
    flex-flow: row nowrap !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
}

.card-theme {
	min-height: 140px !important;
	max-height: 320px !important;
	overflow: hidden !important;
	margin-top: 10px;
	box-sizing: border-box;
	border-radius: 2px;
	background-clip: padding-box;
}
.nav-virtual {background-color: #dfbf04 !important; text-transform:uppercase !important;padding-left: 30px;
	
}
.nav-virtual-header {color: #ffffff !important; font-weight:bold; text-transform:uppercase !important;background-color: #c1a603 !important;cursor: default !important;}
.nav-virtual:hover, .nav-virtual:hover {background-color: #c1a603 !important;
	
}
.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #83c5e6 !important;
}
.bg-meals {
    background: linear-gradient(60deg, #26c6da, #0097a7);