/*
Description: CSS for annual event pages
Author: Varun Sharma
Template: eGain Solve 25 page
Version: 1.4

Changes: 
*/

:root {
    --border-col-1:#f3f3f3;
    --border-col-2:#eeeeee;
    --border-col-3:#dbdbdb;
    --eg-grey-bg-1:#fdfdfd;
    --eg-grey-bg-2:#f9f9f9;
    --eg-grey-txt-1:#707070;
    --eg-yellow-1:#FEF60A;
    --eg-solve-yellow-1:#FFFF00;
    --eg-aqua:#007FAD;
    --eg-aqua-2:#8de8f1;
    --eg-grey-bg-solve-1:#F5F5F5;
    --eg-aqua-solve-1:#D6F5F8;
    --eg-aqua-solve-2:#4BB5BE;
    --eg-solve-grey-1: #7A7A7A;
    --eg-purple-1: #B91D8F;
    --play-btn-big-size: 100px;
	--play-btn-half-size: calc(var(--play-btn-big-size) / 2);
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
.container {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 959px) {
    body .container, #site-header-inner.container, footer#footer .container, body.archive .container, footer#colophon, body.page-template-default .container {
        width: 1232px;
    }
}
@media screen and (min-width: 1600px) {
    body .container, #site-header-inner.container, footer#footer .container, body.archive .container, footer#colophon, body.page-template-default .container {
        width: 1344px;
    }
}

header#site-header {
  transition-duration: 1s;
  transition-timing-function: linear;
  box-shadow: 0 3px 5px rgba(0,0,0,.1);
  background: white;
}
.no-header-border #site-header {
  border-bottom: none;
}
#site-logo {
  float: left;
  height: 100%;
  display: table;
}
#site-logo-inner {
  transition: all 0.3s ease-in-out;
}
#site-logo #site-logo-inner {
  display: table-cell;
  vertical-align: middle;
  height: 74px;
}
a {
  color: #00abcf;
  font-weight: 700;
}
a, a:hover, a:focus {
    text-decoration: none;
	transition: all 0.3s ease;
}
img {
   max-width: 100%;
}
#site-logo #site-logo-inner a {
  background-color: transparent !important;
}
#site-header #site-logo #site-logo-inner a img {
  transition: all 0.3s ease-in-out;
  height: auto;
  margin-top: 5px;
}
#site-navigation-wrap {
  float: right;
  position: relative;
  right: -15px;
}
#site-navigation-wrap .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-header.header-replace #site-navigation .dropdown-menu {
  transition: unset !important;
}
.dropdown-menu, .dropdown-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li.menu-item {
    position: relative;
    white-space: nowrap;
    white-space: normal;
}
#site-navigation-wrap .dropdown-menu>li {
    float: left;
    position: unset!important;
}
#site-navigation-wrap .dropdown-menu>li>a {
    display: block;
    font-size: 13px;
    line-height: 74px;
    color: #555;
    padding: 0 24px;
    letter-spacing: 0.6px;
    text-align: center;
    transition-duration: 0s;
}
#searchform-header-replace {
	display: none;  /* EG custom */
}
.oceanwp-mobile-menu-icon {
    display: none;
    position: relative;
}
.oceanwp-mobile-menu-icon.mobile-right {
    float: right;
}
.oceanwp-mobile-menu-icon a:first-child {
    padding-left: 0;
}
.oceanwp-mobile-menu-icon a {
    font-size: 13px;
    line-height: 74px;
    color: #555;
    padding-left: 15px;
    letter-spacing: 0.6px;
    cursor: pointer;
}
.oceanwp-mobile-menu-icon a {
    line-height: 50px!important;
}
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text, .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text {
    padding-left: 6px;
}
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text, .oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-text {
    display: none;
}
#mobile-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    max-height: 400px;
    overflow-y: auto;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
#mobile-dropdown ul {
    margin: 0;
    list-style: none;
	padding-left: 0;
}
#mobile-dropdown ul li {
    border-bottom: 1px solid rgba(0,0,0,0.035);
}
#mobile-dropdown ul li a {
    display: block;
    position: relative;
    padding: 12px 40px;
    text-align: left;
}
#mobile-dropdown ul li a {
    color: #00abcf;
}
.sidr-class-dropdown-menu li a, a.sidr-class-toggle-sidr-close, #mobile-dropdown ul li a, body #mobile-fullscreen ul li a {
    font-family: Open Sans;
    font-weight: 400;
}
.oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-close-text {
    display: inline-block;
}
#scroll-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: black;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#site-navigation-wrap .dropdown-menu >li >a, #site-header.full_screen-header .fs-dropdown-menu >li >a, #site-header.top-header #site-navigation-wrap .dropdown-menu >li >a, #site-header.center-header #site-navigation-wrap .dropdown-menu >li >a, #site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a, .oceanwp-mobile-menu-icon a {
    font-family: "Helvetica Neue LT Pro", "Open Sans"!important;
    font-weight: 400!important;
    font-style: normal!important;
    font-size: 16px!important;
}
#site-navigation-wrap .dropdown-menu >li >a:hover, .oceanwp-mobile-menu-icon a:hover, #searchform-header-replace-close:hover, #site-navigation-wrap .dropdown-menu > li.active > a {
    color: black!important;
    font-weight: 500!important;
    transition-duration: 0s;
}
div#site-navigation-wrap span.text-wrap {   /*  To avoid items moving when hovered */
    display: block;
    min-width: 81px;  /* A bit more than widest menu item */
}
@media only screen and (max-width: 480px) {
	#scroll-top {
		right: 10px;
		bottom: 10px;
		width: 26px;
		height: 26px;
		line-height: 24px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	#site-logo {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
}
@media only screen and (max-width: 781px) {
	#site-logo #site-logo-inner {
		height: 50px!important;
	}
}
@media screen and (max-width: 959px) {
	div#mobile-dropdown nav.clr {
		display: flex;
		flex-direction: column;
	}
	body.default-breakpoint .oceanwp-mobile-menu-icon {
		display: block;
	}
	body.default-breakpoint #site-navigation-wrap {
		display: none;
	}
}
/* Menu End */
div, span, p {
    font-family: "Helvetica Neue LT Pro", "Open Sans";
}
body #main {
    margin-top: 0px !important;
}
strong {
    font-weight: 800;
}
div, p, h1, h2, h3, h4, h5, h6, ol.trail-items li span, .menu-link, .menu-item {
    font-family: "Helvetica Neue LT Pro", "Open Sans" !important;
}
body #site-navigation-wrap .dropdown-menu >li >a {
    padding: 14px 15px 17px 15px;
}
#menu-solve-25-chicago > li:nth-last-child(2) span.text-wrap {
    background: white;
    border: 1px solid #B91D8F;
    padding: 8px 20px;
    border-radius: 40px;
    color: black;
    margin: 6px -8px 0 -8px;
    line-height: 22px;
    font-weight: 400;
}
#menu-solve-25-chicago > li:nth-last-child(2) a:hover span.text-wrap {
     background: var(--eg-purple-1);
     color: white;
}
h1 {
   margin: 0;
}
h1 span {
    font-family: serif;
    display: inline-block;
    height: 0px;
}
h2 {
   font-size: 33px;
   line-height: 43px;
   margin: 10px 0;
   color: var(--eg-purple-1)!important;
   font-weight: 500;
}
p {
    font-size: 18px !important;
    line-height: 28px;
}
div.col-h1 {
    position: relative;
}
div.col-h1:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    width: 10px;
    background: black;
    display: block;
}
div.col-h1:before {
    animation-name: slide-down;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}
a.eg-btn, div#register-form button {
    background: white;
    font-family: "Helvetica Neue LT Pro", "Open Sans";
    color: black;
    font-size: 18px;
    border: 2px solid var(--eg-purple-1);
    display: table;
    font-weight: 400;
    padding: 9px 36px;
    border-radius: 40px;
}
a.eg-btn:hover, div#register-form button:hover {
    background: var(--eg-purple-1);
    color: white;
    border: 2px solid var(--eg-purple-1);
}
div#eg-header {
    background: #afd6ea;
    background-image: url(https://hd.egain.com/solve25/images-chicago/solve-header-bg-v1.jpg);
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
}
div#eg-header p#sub-title {
    color: black;
    font-size: 30px !important;
    line-height: 40px;
    font-weight: 100;
    letter-spacing: 0.75px;
    margin: 0;
}
div#eg-header h4#header-venue {
    font-size: 30px;
    line-height: 40px;
    color: black;
    margin: 42px 0;
    letter-spacing: 0.9px;
}
div#eg-header a.eg-btn {
    background: transparent;
    border: 2px solid var(--eg-purple-1);
    color: black;
}
div#eg-header a.eg-btn:hover {
    background: var(--eg-purple-1);
    border: 2px solid var(--eg-purple-1);
    color: white;
}
div#h-card-con {
    background: var(--eg-purple-1);
}
#h-card-con p {
    display: none;
}
div#h-card-con > div > div {
    padding: 70px 60px;
}
#h-card-con #ei-con {
    display: flex;
    height: 100%;
}
#h-card-con div#ei-desc > div {
    font-size: 24px;
    line-height: 33px;
    color: white;
}
#h-card-con img {
    width: 180px;
}
.date h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 100;
    margin: 0;
}
.date > p {
    margin: 0;
}
div#ei-right-card {
    background: white;
    padding: 55px 70px;
    border-radius: 15px;
    font-size: 24px;
    line-height: 34px;
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 11%);
    margin-right: 30px;
}
div#speakers {
    margin-top: 50px;
}
#speakers .logos-con > p {
    display: none;
}
#speakers .s-text, #speakers-desc > div {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
}
#speakers .logos-con {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
}
#speakers > div > div > p {
    display: none;
}
.s-logo {
    background: var(--eg-purple-bg-1);
    border-radius: 50%;
    height: 220px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    margin-bottom: 38px;
}
.s-logo img {
    width: 70%;
}
#testimonial img.thumbnail {
    width: 100%;
    border-radius: 15px;
}
img.testimonial-comma {
    width: 50px;
}
#t-desc p {
    font-size: 25px !important;
    line-height: 35px;
}
#t-desc h4 {
    font-size: 27px;
    margin-top: 20px;
    margin-bottom: 0;
}
#t-desc h5 {
    font-size: 19px;
    line-height: 29px;
    margin: 5px 0 0 0;
    font-weight: 500;
}
#t-desc > p {
    margin: 20px 0 0 0;
}
img.t-logo {
    width: 288px;
}
#agenda h3 {
    margin-top: 40px;
    font-size: 33px;
    line-height: 44px;
    font-weight: 500;
}
#agenda h3.ag-date-mt {
    margin-top: 55px;
}
.ag-card > p {
    display: none;
}
.ag-card {
    padding: 75px 80px;
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 11%);
    border-radius: 15px;
    margin-top: 30px;
}
.ag-card.compact {
    padding: 25px 80px;
}
.ag-card.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
}
.ag-card.bg.morning {
    background-image: url(https://hd.egain.com/solve25/images-chicago/image-morning.jpg);
}
.ag-card.bg.afternoon {
    background-image: url(https://hd.egain.com/solve25/images-chicago/image-afternoon.jpg);
}
.ag-card.bg.evening {
    background-image: url(https://hd.egain.com/solve25/images-chicago/image-evening.jpg);
}
.ag-card.wednesday {
    background: var(--eg-purple-bg-1);
}
.ag-card h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 32px 0;
    font-weight: 900;
    letter-spacing: 0.6px;
}
.ag-card .ag-line {
    display: flex;
    margin-bottom: 30px;
}
.ag-line > p {
    margin: 0;
}
.ag-card .ag-line:nth-last-child(2) {
    margin-bottom: 0;
}
.ag-time {
    width: 30%;
    font-size: 27px;
    line-height: 37px;
    font-weight: 500;
}
.ag-desc > p {
    margin: 0;
}
.ag-desc .ag-h5 {
    color: var(--eg-purple-1);
    font-weight: 800;
    font-size: 17px;
    line-height: 27px;
}
.ag-title {
    font-size: 20px;
    line-height: 30px;
}
.ag-desc .speaker-h6 {
    margin-top: 4px;
}
div#reg-card {
    background: var(--eg-grey-bg-solve-1);
    border-radius: 15px;
}
#reserve h2 {
    margin-bottom: 27px;
}
#reserve .wpforms-confirmation-container-full {
    background: var(--eg-purple-bg-1) !important;
    border: 1px solid var(--eg-purple-1) !important;
}
section#reserve {
   font-family: 'Helvetica Neue LT Pro'!important;
}
section#reserve .register {
    background: var(--eg-grey-bg-solve-1);
    padding-top: 80px;
}
div#register-form label.wpforms-field-label {
    font-family: 'Helvetica Neue LT Pro';
    font-size: 14px;
    font-weight: 400;
}
div#register-form input, div#register-form select, div#register-form textarea {
    font-family: 'Helvetica Neue LT Pro';
    font-size: 15px;
    height: 57px;
    font-weight: 300;
    padding: 6px 15px;
    border: 1px solid #B9B9B9;
    border-radius: 10px;
}
div#register-form select {
    padding-left: 12px!important;
}
div.wpforms-field-checkbox li {
    display: flex;
}
div#register-form .wpforms-field-checkbox .wpforms-field-label-inline {
    font-size: 15px!important;
    display: flex;
    flex-direction: column;
    line-height: 19px;
    margin-left: 10px;
    margin-top: 21px;
}
div#register-form .wpforms-field-checkbox .wpforms-field-label-inline span {
    margin-bottom: 6px;
    font-weight: 700;
    color: var(--eg-solve-grey-1);
}
div.wpforms-field-checkbox input {
    width: 24px!important;
}
div#register-form .wpforms-form textarea.wpforms-field-small {
    height: 110px;
    padding: 10px 15px 10px 15px!important;
    max-width: 494.27px;
    min-width: 200px;
}
div#register-form .wpforms-field {
    margin-top: 9px!important;
}
div#register-form .wpforms-container ::-webkit-input-placeholder {
    color:black;
}
div#register-form input:focus::placeholder, div#register-form textarea:focus::placeholder {
  color: transparent!important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: 14px!important;
}
div#register-form .wpforms-field-checkbox #wpforms-30847-field_50_1 {
    margin-top: -17px;
}
div#register-form .wpforms-field-checkbox .wpforms-field-label-inline {
    margin: 0;
}
div#register-form .wpforms-submit-container {
    display: flex;
    justify-content: center;
}
div#reg-card #privacy-text {
   text-align: center;
   margin-bottom: 40px;
   color: #555;
}
div#reg-card #privacy-text a {
   color: #555;
}
footer#footer {
    display: none;
}
#solve-footer .footer-con {
    display: flex;
    justify-content: space-between;
}
div#solve-copyright {
    width: 50%;
}
div#easy-logo {
    width: 50%;
    text-align: right;
}
#solve-footer #easy-logo img {
    width: 160px;
}
@media screen and (min-width: 959px) {
    div#eg-header {
      padding: 160px 0 200px 0;
   }
   div.col-h1 {
       padding-left: 35px;
   }
   h1 {
      font-size: 145px;
      line-height: 135px;
   }
   div.col-h1.animate:before {
      max-height: 92.5%;
      top: 9px;
   }
  .eg-cols {
      display: flex;
  }
  .eg-cols .eg-3f8 {
      width: 36.5%;
  }
  .eg-cols .eg-5f8 {
     width: 63.5%;
  }
   .eg-cols .eg-4f8, .eg-cols .eg-1f2, .eg-cols .eg-2f4 {
     width: 50%;
   }
    .eg-cols .eg-2f8 {
        width: 25%;
    }
    .eg-cols .eg-6f8 {
        width: 75%;
    }
    .eg-cols .eg-1f3 {
       -ms-flex: 0 0 33.333333%;
       flex: 0 0 33.333333%;
       max-width: 33.333333%;
    }
    .pl-4 {
       padding-left: 4%;
    }
    .pr-4 {
       padding-right: 4%;
    }
   .section {
      padding: 50px 0;
   }
   .date span {
      margin: 0 10px;
   }
   div#h-card-con {
      margin-top: -10px;
   }
   #h-card-con div#ei-img {
      width: 46%;
   }
   #h-card-con div#ei-desc {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0 12% 0 4%;
      width: 54%;
   }
   div#speakers-desc {
      padding-right: 24%;
   }
   div#testimonial {
      padding-bottom: 0;
   }
   div#agenda {
      padding-top: 100px;
   }
   #testimonial div#t-desc {
      padding-right: 14%;
   }
   div#reg-card {
      padding: 20px 13vw;
   }
  div#register-form .wpforms-recaptcha-container {
     display: inline-block;
     margin-top: -71px;
     margin-left: 51.2%;
  }
  div#register-form .wpforms-recaptcha-container iframe {
     height: 98px;
  }
  #reserve .wpforms-confirmation-container-full {
     text-align: center;
  }
}
@media screen and (min-width: 1100px) {
   div#h-text-con {
      width: 550px;
   }
}
@media screen and (min-width: 959px) and (max-width: 1300px) {
   h2 {
      font-size: 31px;
      line-height: 41px;
   }
   #h-card-con div#ei-desc > div {
      font-size: 22px;
      line-height: 31px;
   }
   #h-card-con div#ei-desc {
      padding: 0 5% 0 4%;
   }
   div#ei-right-card {
      padding: 44px 50px;
      font-size: 22px;
      line-height: 31px;
   }
   #speakers-desc > div {
      font-size: 21px;
      line-height: 31px;
   }
   .s-logo {
      height: 200px;
      width: 200px;
   }
   img.t-logo {
      width: 237px;
   }
   img.testimonial-comma {
      width: 42px;
   }
   #t-desc p {
     font-size: 21px !important;
     line-height: 29px;
   }
   #t-desc h4 {
     font-size: 23px;
   }
   #t-desc h5 {
     font-size: 16px;
   }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
   #t-desc p {
     font-size: 23px !important;
     line-height: 30px;
   }
   #t-desc h4 {
     font-size: 24px;
   }
   #t-desc h5 {
     font-size: 18px;
   }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
   .s-logo {
      margin: 0 5px 10px 5px;
   }
}
@media screen and (max-width: 720px) {
   #speakers .logos-con {
      display: grid;
      grid-auto-rows: 1fr;
      grid-template-columns: 1fr 1fr;
   }
   .s-logo {
      height: 41vw;
      width: 41vw;
      margin-bottom: 20px;
   }
   .logos-con .s-logo:nth-child(odd) {
      justify-self: start;
   }
   .logos-con .s-logo:nth-child(even) {
      justify-self: end;
   }
}
@media screen and (max-width: 600px) {
   div#h-card-con > div > div {
       padding: 50px 20px;
   }
   #h-card-con #ei-con {
       flex-direction: column;
   }
   #h-card-con #ei-img {
       order: 2;
       text-align: center;
   }
   #h-card-con #ei-desc {
       order: 1;
       padding-left: 0;
   }
}
@media screen and (max-width: 500px) {
   #reserve .g-recaptcha {
      transform-origin: 0 0;
      transform: scale(0.84) !important;
  }
   #solve-footer .footer-con {
      display: block;
   }
   div#solve-copyright {
      width: 270px;
      max-width: 100%;
      margin-bottom: 50px;
   }
   div#easy-logo {
      text-align: left;
   }
}
@media screen and (max-width: 959px) {
   div#eg-header {
      padding: 130px 20px 150px 20px;
      background-image: url(https://hd.egain.com/solve25/images-chicago/solve-header-bg-v1-mobile.jpg);
   }
   .date h4 {
      font-size: 19px;
      line-height: 29px;
      margin-bottom: 18px;
   }
   div.col-h1 {
      padding-left: 25px;
   }
   div.col-h1:before {
      max-height: 90%;
      margin-top: 2px;
   }
   h1 {
      font-size: 94px;
      line-height: 77px;
   }
   h2 {
      font-size: 29px;
      line-height: 39px;
   }
   .section {
      padding: 40px 0;
   }
   .mt-mob-20px {
      margin-top: 20px!important;
   }
   .mobile-hide {
      display: none;
   }
   .mobile-show {
      display: block!important;
   }
   div#h-card-con {
      margin-top: -10px;
   }
   a.eg-btn, div#register-form button {
      padding: 11px 36px 8px 36px;
   }
   div#h-text-con {
     margin-top: 28px;
   }
   div#eg-header p#sub-title {
      font-size: 24px !important;
      line-height: 34px;
   }
   div#eg-header h4#header-venue {
      font-size: 24px;
      line-height: 34px;
      margin: 13px 0;
   }
   div#ei-desc {
      padding-left: 20px;
   }
   #h-card-con div#ei-desc > div {
      margin-bottom: 24px;
   }
   div#ei-right-card {
      padding: 30px 30px;
      margin-top: 30px;
      font-size: 27px;
      line-height: 37px;
      margin-right: 0px;
   }
   .mob-reg-btn {
       justify-content: center;
       margin-top: 40px;
   }
   .mob-reg-btn.mobile-show {
       display: flex!important;
   }
   div#t-desc {
       margin-top: 45px;
   }
   #t-desc p {
      font-size: 22px !important;
      line-height: 32px;
   }
   #t-desc h4 {
      font-size: 25px;
   }
   #t-desc h5 {
      font-size: 18px;
      line-height: 28px;
   }
   img.t-logo {
      width: 254px;
   }
   #agenda h3 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 0;
      font-weight: 500;
   }
   .ag-card {
      padding: 45px 30px;
      margin-top: 45px;
   }
   .ag-card.compact {
      padding: 25px 30px;
   }
   .ag-card.bg.morning {
       background-image: url(https://hd.egain.com/solve25/images-chicago/image-morning-mobile.jpg);
   }
   .ag-card.bg.afternoon {
       background-image: url(https://hd.egain.com/solve25/images-chicago/image-afternoon-mobile.jpg);
   }
   .ag-card.bg.evening {
       background-image: url(https://hd.egain.com/solve25/images-chicago/image-evening-mobile.jpg);
   }
   .ag-card h5 {
      margin: 0 0 25px 0;
   }
   .ag-desc .ag-h5 {
      margin-bottom: 3px;
   }
   .ag-card .ag-line {
      display: block;
   }
   .ag-time {
      width: 100%;
      font-size: 25px;
   }
   .fancybox-skin {
      background: transparent!important;
   }
   div#reg-card {
     padding: 20px;
   }
   div#register-form .wpforms-form .wpforms-one-half {
      width: 100%;
      margin-left: 0;
      margin-top: 1px !important;
   }
}
@media screen and (max-width: 350px) {
    div#ei-right-card {
        font-size: 24px;
        line-height: 34px;
    }
    .date h4 {
        font-size: 17px;
        line-height: 27px;
    }
}

@-webkit-keyframes slide-down {
    0% {         
        height: 0px;
        }   
    100% { 
        height: 98%;
    }
}