@media all and (max-width: 959px) and (min-width: 0px)
{

	.desktop_only {
		display: none !important;
	}
	
	.file_box
	{
		width: 90%;
		height: auto;
		border: 1px solid #000;
		font-size: 0.75em;
		margin: 5%;
		margin-top: 25px;
		margin-bottom: 25px;
		padding-bottom: 15px;
		line-height: 2em;
		font-family: "Montserrat", sans-serif;
	}

	.file_box h2
	{
		border-bottom: 1px solid #000;
		font-family: "Montserrat", sans-serif;
		margin-left: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
		width: calc(100% - 30px);	
	}

	.table_head
	{
		text-align: center !important;
		text-transform: uppercase;
		background-color: #800813 !important;
		color: #FFF;
		font-weight: bold;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	#events_table
	{
		padding: 2.5%;
		font-family: "Droid Serif", sans-serif;
		font-size: 0.75em;
		margin-top: 10px;
	}

	#events_table table
	{
		width: 100%;
		margin: 0;
		padding: 0;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
	}

	#events_table tr td, tr th
	{
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		padding: 10px;
	}

	#events_table tr th
	{
		background-color: #3B5998;
		color: #FFF;
		font-size: 1em;
	}

	#events_table tr td
	{
		background-color: #EEE;
	}

	figure
	{
		line-height: 1em;
	}

	.n_hotel_table
	{
		font-family: "Montserrat", sans-serif;
		text-align: left;
	}

	.n_hotel_table tr td, tr th
	{
		font-size: 0.6em;
		line-height: 1.25em;			
	}

	.eos
	{
		width: 100%;
		height: 10px;
	}

	.cta_button
	{
		width: 90%;
		border-radius: 5px;
		background-color: #3b5998;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 15px;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
		color: #FFF;
		font-family: "Montserrat", sans-serif;
		font-weight: 600;
		text-transform: uppercase;
		cursor: pointer;
	}

	#mobile_cta
	{
		width: 100%;
		height: auto;
		background-color: #FFF;
		padding-top: 25px;
		border-bottom: 10px solid #800020;
		border-top: 10px solid #800020;
	}

	#mobile_banner
	{
		width: 100%;
		height: auto;
		margin-top: 45px;

	}

	#mobile_banner img
	{
		max-width: 100%;
		height: auto;
		
		margin-bottom: -5px;
	}

	.title_wrap {
		display: flex;
		align-items:  center;
		justify-content: center;
	}

	.content_item_title
	{
		width: 100%;
		height: auto;
		opacity: 1;
		color: #FFF;
		position: relative;
		font-family: "Montserrat", sans-serif;
		font-size: 2em;
		font-weight: 600;
		color: #FFF;
		text-transform: uppercase;
	   text-align: center;
	   padding-top: 10px;
	   padding-bottom: 10px;
	   position: relative;
	
	   
	}

	.content_item_title span
	{
		position: relative;
	}

	.content_item_title span:first-of-type
	{
		text-align: left;
	}

	.event_image
	{
		width: 100%;
		margin-bottom: 15px !important;
	}
	.event_image img
	{
		width: calc(100% - 2px);
	}

	.event_title
	{
		font-family: "Montserrat";
		text-transform: uppercase;
		font-size: 1.5em;
		margin-top: 15px;
		margin-bottom: 10px;
		line-height: 1.5em;
		text-align: center;
	}

	.mobile_event_box
	{
		width: calc(100% - 30px);
		position: relative;
		height: auto;
		border: 5px solid #3B5998;
		background-color: #EEE;
		margin-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.event_date
	{
		font-size: 0.75em;
		line-height: 1.25em;
		text-align: left;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
		color: #000;
		background-color: #FFF;
		border: 1px solid #000;
	}

	.event_content
	{
		border: 1px solid #BBB;
		padding: 15px;
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 32px);
	}

	.event_item
	{
		margin-top: 15px;
		margin-bottom: 15px;
		border-radius: 5px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.event_item figcaption
	{
		display: none;
	}

	

	#events_timeline_host	
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		position: relative;
		overflow: hidden;

		font-size: 1em;	
		line-height: 1.5em;
		font-family: "Droid Serif", sans-serif;
	}

	#events_host
	{
		list-style: none;
	}


	.event_image
	{
		margin-bottom: 25px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.content_item_title
	{
		margin-bottom: 10px;
	}

	#mobile_menu
	{
		display: block;
		z-index: 2;
		width: 100%;
		height: auto;
		position: fixed;
		top: -150%;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		transition: all 1s ease;  
	}

	.menu_visible
	{
		top: 50px !important;
	}

	#mobile_menu ul
	{
		list-style: none;
	}

	#mobile_menu ul li
	{
		padding: 15px;
		border-bottom: 1px solid #222;
		color: #FFF;
		background-color: #333;
		width: 100%;
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
		font-size: 1em !important;
		text-transform: uppercase;

	}

	#ehp
	{
		display: none;
	}

	#mobile_content_head
	{
		width: 100%;
		height: 50px;
		position: fixed;
		background-color: #222222;
		color: #FFF;
		z-index: 2;
	}

	#mobile_logo
	{
		
		/* background-image: url('../images/mobile_logo.png'); */
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 150px;
		height: 30px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 10px;
	}

	#mobile_menu_button
	{
		position: absolute;
		left: 0;
		bottom: 0;
		background-image: url('../images/menu_button.png');
		background-size: 40% 40%;
		background-repeat: no-repeat;
		background-position: center;
		width: 50px;
		height: 50px;
	}

	#mobile_call_button
	{
		position: absolute;
		right: 0;
		bottom: 0;
		background-image: url('../images/phone_button.png');
		background-size: 40% 40%;
		background-repeat: no-repeat;
		background-position: center;
		width: 50px;
		height: 50px;
	}

	#content_head
	{
		display: none;
	}
	
	#nav_panel
	{
		width: 100%;
		height: auto;
		position: relative;
		top: -120px;
		background-color: #000;
		z-index: 100;
		text-align: center;
		background-color: #222;
	}

	.smallscreen_logo
	{
		width: 150px !important;
		height: 200px !important;
		margin-left: auto;
		margin-right: auto;
		background-image: url('../images/scalable_white.png');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		left: 15px;
		top: -35px;
	}
	
	.background_image
	{
		width: 100%;
		height: 400px;
		z-index: 2;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: 50% 50% !important;
		-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
		-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
		box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;

	}

		
	.fluid_text
	{
		font-size: 1em;
		line-height: 1.5em;
		padding: 5%;
		font-family: "Droid Serif", sans-serif;
	}

	.fluid_elem
	{
		width: 95%;
		float: left;
		height: auto;
		margin-bottom: 50px;
		margin: 2.5%;
	}

	.fluid_full
	{
		width: 95%;
		float: left;
		height: auto;
		min-width: calc(480px - 10%);
		margin: 2.5%;
	}

	.fluid_full img {
		width: 100%;
	}
}