/*main font for paragraph and text style*/
body{
	font: 14px /24px 'Arial', 'Helvetica', 'sans-serif';
	color: #1E1E1E;
}
/*first level style for heading splash*/
h2{
  font-size: 30px;
  letter-spacing: 0;
  line-height: 42px;
  color: #1E1E1E;
}
/*second level style for heading splash*/
h3{
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  color: #1E1E1E;
}
/*third level style for heading splash*/
.inner-title{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  color: #1E1E1E;
}
/*style heading splash title*/
h3.heading{
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  color: #1E1E1E;
}
/*style date*/
.date{
  /*
color: #444444;
*/
  font-size: 13px;
  line-height: 15px;
}
/*pdf style*/
.pdf-button{
  /*
color: #444444;
*/
  font-size: 13px;
  line-height: 15px;
}
.ticket-view {
	background:#f5f5f5;
}
/*main background*/
/*

.item-box{
	border-left: 5px solid #003e75;
	width:auto;
}
.swiper-wrapper .content-wrap .item-box{
	border:none;
}
.ticket-view .ticker-holder{
	width:auto;
	border-left: 5px solid #003e75;
}

*/