/* Structural */

[class^="WaLayoutContainer"] {
	margin-bottom: 0px;
}

/* Header */

.zonePlace.zoneHeader1 {
	background-color: #aad6ef;
}

/* Navigation */

.WaGadgetMenuHorizontal .menuInner, .WaGadgetMenuHorizontal .menuInner ul.firstLevel {
  margin: 0 auto;
}

/* Content */

.zonePlace.zoneContent h1.contStylePageTitle {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.gadgetStyleNone .gadgetStyleTitle h4 {
	margin: 1.1em 0 1.05em;
	color: #045CA5;
	font-size: 28px;
	font-weight: 500;
}

.gadgetStyleNone .gadgetStyleTitle {
	padding: 0 0 0;
}

.zonePlace.zoneContent {
	padding-bottom: 10px;
}

.zonePlace.zoneContent > DIV {
	background-color: #FFF;
	padding: 0px 16px;
	width: 100%;
	max-width: 1168px;
}

.zonePlace.zoneContent table:not(.WaLayoutTable, .EventListCalendar, .fieldSubContainer) {
	border:1px solid #ddd;
	width:auto;
	margin:18px auto;
    border-collapse: collapse;
}
.zonePlace.zoneContent table:not(.WaLayoutTable, .EventListCalendar, .fieldSubContainer) th {
	padding:5px 20px;
	text-align:left;
	font-weight:bold;
	color:#111;
}
.zonePlace.zoneContent table:not(.WaLayoutTable, .EventListCalendar, .fieldSubContainer) td {
	border-top:1px solid #ddd;
	padding:5px 20px;
}
.zonePlace.zoneContent table:not(.WaLayoutTable, .EventListCalendar, .fieldSubContainer) tr {
	transition: all ease-in 120ms;
}

.WaGadgetEventsStateCalendar .monthViewType .EventListCalendar td table, .fieldSubContainer table {
	border: none !important;
}

.fieldSubContainer > table {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-collapse: collapse !important;
}

.fieldSubContainer > table .left {
	border: none !important;
	width: 25% !important;
	padding: 4px 2% 0 0 !important;
	vertical-align: top !important;
	text-align: right !important;
}

.fieldSubContainer > table .right {
	border: none !important;
	padding: 0 !important;
}

/* Fancylist */

ul.fancylist {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style:none;
	margin: 24px auto;
	padding-left:0px;
}

ul.fancylist li {
	list-style:none;
	padding: 14px 0;
	display:block;
	float:left;
	text-align:center;
	margin:0px 10px 10px 0px;
	font-size:14px;
	border-bottom: 1px solid #CDA44B;
}

ul.fancylist li:hover {
	border-bottom: 1px solid #045CA5;
}

ul.fancylist li img {
	margin:5px auto;
	opacity: 1;
	transition: all ease-in 120ms;
}

ul.fancylist li img:hover {
	opacity: .80;
}

/* Keep bulleted list while editing */

.controlTablesBordersInEditor ul.fancylist:before {
	content: 'Note: Place your cursor into a box below. Hit the ENTER key to create a new box. Use SHIFT+ENTER to create a new line within a box.';
	display: block;
	margin: 20px 0;
}

.controlTablesBordersInEditor ul.fancylist {
	display: block;
	list-style:disc;
	margin-left:0px;
	padding-left:0px;
}

.controlTablesBordersInEditor ul.fancylist li {
	list-style:disc;
	padding-left:0px;
	display: list-item;
	/*display:block;*/
	float:none;
	/*width:22%;*/
	height:auto;
	text-align:center;
	margin:0px 0px 0px 0px;
	font-size:14px;
	border: 1px solid red;
}


/* Use the page ID of HOME */
body#PAGEID_1812212 .zonePlace.zoneContent > DIV {
	background-color: transparent;
	padding: 0 0;
	max-width: 1200px;
}

/* Sponsors Carousel */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* Home Page */
.home-col-1 {
	background-image: url('/resources/Pictures/outreach photo1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.home-row-3 .flexfallback {
	background-color: #3D5476;
	padding: 20px 10px;
	text-align: center;
}

.hide-mobile {
	visibility: visible;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	
	/* Responsive Styles */
	
	.zonePlace.zoneContent{
	  background-color: #FFF;
	}
	
	.zonePlace.zoneContent > DIV {
		padding: 0px 0px;
		max-width: 96%;
	}	
	
	.zonePlace.zoneContent table:not(.WaLayoutTable, .EventListCalendar) {
		font-size: 14px;
	}
	.zonePlace.zoneContent table:not(.WaLayoutTable, .EventListCalendar) th {
		padding:5px 10px;
	}
	.zonePlace.zoneContent table:not(.WaLayoutTable, .EventListCalendar) td {
		padding:5px 10px;
	}
	
	
	ul.fancylist li {
		width:46%;
	}
	
	.hide-mobile {
		visibility: hidden;
		display: none;
	}
	
}



@media screen and (min-width: 320px) and (max-width: 640px) {
	
	
	.zonePlace.zoneContent table.mobile-collapse {
		border: none;
	}
	
	.zonePlace.zoneContent table.mobile-collapse th {
		display: none;
	}
	
	.zonePlace.zoneContent table.mobile-collapse tr {
		display: block;
		margin-top: 24px;
	}
	
	.zonePlace.zoneContent table.mobile-collapse td {
		border: none;
		display: block;
		text-align: center;
		width: 100%;
	}
	
	.slick-track {
		margin-bottom: 60px;
	}
	
	.slick-slide img {
		width: auto;
		height: 140px;
	}
	
}