/* Meetings */

/* Default desktop styling */

.page-publications-meetings #main-content-header #page-title  {
	text-align: center;
	text-transform: uppercase;
	font-family: "ralewayextrabold";
	font-size: 27px;
	letter-spacing: 4px;
	color: #041E3A;
	margin-bottom: 40px;
}

.page-publications-meetings #content .block-content p {
	font-family: "merriweatherregular";
	font-size: 17px;
	color: #2A2828;
	text-align: center;
	margin: 0 5% 5% 5%;
}

.page-publications-meetings .view-publication-file-pages-meetings table {
	border-width: 0px;
}

.page-publications-meetings .view-publication-file-pages-meetings .views-table caption,
.page-publications-meetings .view-publication-meetings .views-table caption {
	text-transform: uppercase;
	font-family: "ralewayextrabold";
	font-size: 13px;
	padding-top: 20px;
	color: #2A2828;
	letter-spacing: 3px;
}

.page-publications-meetings .view-publication-file-pages-meetings tr,
.page-publications-meetings .view-publication-meetings tr {
	background-color: white;
}

.page-publications-meetings .view-publication-file-pages-meetings td,
.page-publications-meetings .view-publication-meetings td {
	font-family: "open_sansregular";
	font-size: 13px;
	color: #2A2828;
	padding: 10px;
	background-color: white;
}

.page-publications-meetings .view-publication-file-pages-meetings,
.page-publications-meetings .view-publication-meetings {
	margin: 0 5% 5% 5%;
}

.page-publications-meetings .view-publication-file-pages-meetings td.views-field-nothing,
.page-publications-meetings .view-publication-meetings td.views-field-nothing {
	width: 70%;
}


.panels-ipe-portlet-content .block {
	margin-bottom: 0;
}

/* Mobile styling */
@media screen and (max-width: 780px){ 

	.page-publications-meetings  #main-content-header #page-title  {
		font-size: 18px;
	}
	
	.page-publications-meetings #content .block-content p {
		font-size: 15px;
	}
	
	.page-publications-meetings .pane-references-panel-pane-1 {
		padding-top: 5px;
	}
	
	.page-publications-meetings .view-content .views-row-odd  {
		padding: 10px 0 10px 10px;
	}
	
	.page-publications-meetings .view-publication-file-pages-meetings td {
		padding: 5px 0;
	}
	
	.page-publications-meetings .view-publication-file-pages-meetings tbody {
		line-height: 1.5;
	}
	
	
	.page-publications-meetings .view-publication-file-pages-meetings td.views-field-nothing {
		width: 100%;
	}
	
	.page-publications-meetings .view-publication-file-pages-meetings td.views-field-field-last-name {
		display: none;
	}
	
	.page-publications #panels-ipe-paneid-282 .panels-ipe-portlet-content .meetings-custom-content {
		width: 76%;
	}
	
}