@media all and (max-width: 980px) {
	header nav {
		font-size:1.25em;
	}

	.nav-link {
		padding: .5rem .75rem;
	}
	
	.eventDetail .colRight {
		min-width: 300px;
		max-width: 300px;
		padding-left: 30px;	
	}
}

@media all and (max-width: 800px) {
	nav .nav {
		display:none;
	}
	
	.btnMobileMenu {
		display:block;
	}
	
	header {
		background: #2A4550;
	}
	
	header .topBar {
		font-size:0.9em;
	}
	
	.standardContainer {
		font-size:1em;
	}
	
	.eventList .BIGideasEvents-List {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	
	.eventList .BIGideasEvents-ListItem {
		width:100%;
	}
	
	.eventList .eventListItemLeft {
		width:30%;
	}
	
	.eventList .eventListItemRight {
		width:70%;
	}
	
	.eventDetail .container-fluid {
		flex-direction: column;
	}
	
	.eventDetail .colRight {
		min-width: auto;
		max-width: 100%;
		padding: 0;
	}
	
	.footerLeftPane, .footerCenterPane, .footerRightPane {
		width:100%;
	}
	
	.footerLeftPane .contactInfoContainer {
		text-align:center;
		margin-bottom: 30px;
	}
	
	.footerLeftPane .contactInfoContainer .contactList {
		display: inline-block;
		text-align:left;
	}
	
	.footerLeftPane .contactInfoContainer .socialList {
		justify-content: center;
	}
	
	.footerCenterPane {
		text-align: center;
	}
}

@media all and (max-width: 768px) {
	/*.eventDetail .colRight {
		min-width: 225px;
		max-width: 225px;
	}*/
}

@media all and (max-width: 640px) {
	header .contact {
		display:none;
	}
}

@media all and (max-width: 550px) {
	.btnMobileMenu span {
		display:none;
	}
	
	header .topBar {
		font-size:0.75em;
	}
}
	
@media all and (max-width: 480px) {
	ul.twoColList {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	.rightNavOpen .rightNav {
		width:100%;
	}
	
	.rightNavClosed .rightNav {
	  right: -100%;
	}
}