.gutterTop.primaryContent { margin-top: 0; }
.gutterTop.secondaryContent { margin-top: 0; }
i.icon-plus
{
  color:#b3d4fc;
}

i.icon-minus
{
  color:#172962;
}





		#meetBoard .boardPanel { width:100%; position:relative; min-height:300px;}

		#meetBoard .boardPanel:nth-child(odd) { background:#f3f3f3; }
		#meetBoard .boardPanel:nth-child(even) { background:#fff; }

		#meetBoard .boardPanel.boardPanel:nth-child(even) .boardPanelPhoto { position:absolute; bottom:0px; left:0px;width:40%;text-align:center; }
		#meetBoard .boardPanel.boardPanel:nth-child(even) .boardPanelInfo { float:right;width:55%;padding:5% 5% 0 0; }

		#meetBoard .boardPanel.boardPanel:nth-child(odd) .boardPanelPhoto { position:absolute; bottom:0px; right:0px;width:40%;text-align:center; }
		#meetBoard .boardPanel.boardPanel:nth-child(odd) .boardPanelInfo { float:left;width:55%;padding:5% 0 0 5%; }



		#meetBoard .boardPanel .boardPanelInfo h4 { 
color:#fff;
background:#172962;font-weight:normal;font-size:160%;margin:0 0 10px 0;padding:1px 8px;display:inline-block; }
		#meetBoard .boardPanel .boardPanelInfo h5 { color:#172962;font-weight:bold;font-size:16px;margin:0 0 10px 0; }


		#meetBoard .boardPanel .boardPanelInfo p { font-size:95%; }
		#meetBoard .boardPanel .boardPanelInfo p.BoardPanelLink { background:#00b1eb;display:inline-block;padding:6px 28px 6px 10px;position:relative;margin-bottom:20px; transition: background 0.5s;}
		#meetBoard .boardPanel .boardPanelInfo p.BoardPanelLink i.icon-arrow { color:#172962;font-size:20px;position:absolute;top:5px;right:-2px; }
		#meetBoard .boardPanel .boardPanelInfo p.BoardPanelLink a { color:#172962;font-weight:bold;text-decoration:none!important; }

		@media only screen and (min-width: 760px) and (max-width: 983px) {

			#meetBoard .boardPanel .boardPanelInfo h4 { font-size:130%; }
			#meetBoard .boardPanel .boardPanelInfo h5 { font-size:75%; }
			#meetBoard .boardPanel.boardPanel:nth-child(n) .boardPanelPhoto { width:54%; }
			#meetBoard .boardPanel.boardPanel:nth-child(n) .boardPanelInfo { width:40%; }



		}

		@media only screen and (min-width: 520px) and (max-width: 759px) {

			#meetBoard .boardPanel .boardPanelInfo h4 { font-size:110%; }
			#meetBoard .boardPanel .boardPanelInfo h5 { font-size:70%; }
			#meetBoard .boardPanel .boardPanelInfo p { font-size:80%; }
			#meetBoard .boardPanel.boardPanel:nth-child(n) .boardPanelPhoto { width:60%; }
			#meetBoard .boardPanel.boardPanel:nth-child(even) .boardPanelInfo { width:35%;padding:5% 5% 0 0; }
			#meetBoard .boardPanel.boardPanel:nth-child(odd) .boardPanelInfo { width:35%;padding:5% 0 0 5%; }
		}


		@media only screen and (max-width: 519px) {

			#meetBoard .boardPanel:nth-child(n) { background:#fff; }

			#meetBoard .boardPanel.boardPanel:nth-child(n) .boardPanelInfo,
			#meetBoard .boardPanel.boardPanel:nth-child(n) .boardPanelPhoto { float:none; position: relative;}

			#meetBoard .boardPanel.boardPanel:nth-child(n) .boardPanelPhoto { width:100%; }
			#meetBoard .boardPanel.boardPanel:nth-child(n) .boardPanelInfo { background:#f3f3f3;width:90%;padding:5%;margin-bottom:15px; }
			#meetBoard .boardPanel .boardPanelInfo h4 { font-size:150%; }

		}

#meetBoard board_DOBB9HZC .BoardPanelLink {margin-bottom:1em;}



