/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
h1 {
  margin-top: 0;
  font-size: 40px;
  line-height: 1.2; }

.event-type {
  margin: 0;
  text-transform: uppercase;
  font-family: HelveticaIFAD;
  font-size: 16px;
  line-height: 1; }

.event-inner-date {
  margin-top: 25px;
  color: #666666;
  font-size: 18px;
  font-family: "HelveticaIFADSlim", Helvetica, Arial, serif;
  margin-bottom: 0px;
  max-height: 60px;
  overflow: hidden;
  line-height: 1.2em; }

.event-abs-desc {
  color: #666666;
  font-size: 20px;
  font-family: "GeorgiaIFAD", Helvetica, Arial, serif;
  margin-bottom: 10px !important;
  margin-top: 5px !important;
  max-height: 3em !important;
  line-height: 1.5em;
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
  /* ellipsis */
  overflow: hidden;
  position: relative;
  max-height: 46px;
  /* it's line-height * num_rows */ }

/*.event-abs-desc:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: #fff;
}*/
.event-video .video-clmn1 {
  height: auto;
  width: 100%; }

a.add_to_calendar {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 15px;
  font-size: 14px;
  font-family: "HelveticaIFADSlim", Helvetica, Arial, serif;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: white;
  background-color: #003870;
  border-radius: 25px;
  border-width: 0px; }

a.add_to_calendar:hover {
  color: white; }

.event-video .ytube-video-cntnr {
  height: 560px; }

@media (min-width: 1025px) {
  .event-logo-image {
    margin: auto;
    width: 100%;
    text-align: center;
    position: relative; } }
/* tablet */
/* phone */