		  	@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');


			/* You can safely remove the next two lines */
			.top { padding-right: 20px; background: #261F41; text-align: right; }
			
			/* Styling the Popup Window */
			.popup-trigger:hover{
				cursor:pointer;
				}
				
		  	.popup {display: none; position: absolute; top: 50%; left: 50%; width: 900px; margin-left: -450px; padding: 30px;
  					background: #fff; color: #333; font-size: 16px; line-height: 20px; z-index: 9999; box-shadow:0 0 20px #999;}
				
		  	.popup p{ margin-bottom:15px;}
  			.popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}		
  		    .popup-btn-close {position: absolute; top: 14px; right: 14px; color: #4EBD79; font-size: 14px; font-weight: bold; text-transform: uppercase; cursor: pointer;}	

			.committees-content .person-info{
				margin-bottom:20px;
			}
			.committees-content .person-img{
				width:142px;
				float:left;
			}
			.committees-content .person-name{
				width:calc(100% - 162px);
				float: right;
				font-size:18px;
				color:#004a80;
				padding-top:40px;
				font-weight:400;
			}
			
			
			
			
			
			
			