body, p {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a {
  text-decoration: none;
}

.main {
  width: 100%;
}

.main .container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.main .header {
  background: url(../images/header-bg1.png);
  height: 80px;
}

.main .header .logo {
  width: 180px;
  height: 80px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100%;
  margin: 10px 0 0;
  display: inline-block;
}

@media only screen and (max-device-width: 1024px) {
  .main .header .logo {
    width: 160px;
    height: 50px;
    margin: 10px 0 0 16px;
  }
}

@media only screen and (max-device-width: 1024px) {
  .main .header {
    height: 70px;
  }
}

.main .body-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#e4fef7), to(white));
  background: linear-gradient(180deg, #e4fef7 0%, white 100%);
  border-bottom: 1px solid #ddd;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .body-header .header-text {
  text-align: center;
}

.main .body-header .header-text p.heading {
  font-size: 32px;
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  font-weight: 600;
  color: #333;
}

.main .body-header .header-text p.body-text {
  font-size: 16px;
  width: 100%;
  padding: 10px 0 0;
  margin: 0;
}

.main .body-header .dates {
  display: inline-block;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.main .body-header .dates .upcoming {
  background: #235AA6;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  float: left;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.main .body-header .dates .upcoming.disable {
  background: #f1f1f1;
  color: #000;
}

.main .body-header .dates .past {
  background: #f1f1f1;
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  float: left;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.main .body-header .dates .past.active {
  background: #235AA6;
  color: #fff;
}

.top-link {
  border-bottom: 1px solid #f1f1f1;
}

.top-link .type {
  padding: 0px 0 10px;
}

.top-link .type p.head {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb {
  max-width: 1140px;
  margin: 0 auto 20px;
  padding-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
}

.breadcrumb ul li {
  list-style: none;
  color: #333;
  padding: 0 0px;
  margin: 0 16px 0 0;
  display: inline-block;
}

.breadcrumb ul li a {
  color: #333;
  text-decoration: none;
  padding: 6px;
  font-weight: 600;
}

.breadcrumb ul li:first-child() {
  font-weight: 600;
}

.breadcrumb ul li:first-child() a {
  font-weight: 600;
}

.breadcrumb ul li .arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: inline-block;
}

.previous-webinars {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

.previous-webinars .blocks {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.previous-webinars .blocks li {
  width: 31%;
  min-height: 200px;
  list-style: none;
  margin: 0 3% 40px 0;
  padding: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.previous-webinars .blocks li:nth-child(3n) {
  margin-right: 0;
}

.previous-webinars .blocks li a {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border-radius: 8px;
  margin: 0;
  padding: 24px;
  position: relative;
}

.previous-webinars .blocks li a p.time {
  color: #fff;
  font-size: 14px;
  padding-bottom: 16px;
}

.previous-webinars .blocks li a p.heading {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  padding: 0 0 30px;
}

.previous-webinars .blocks li a p.know-more {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 24px;
  font-size: 14px;
  padding-bottom: 16px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

@media only screen and (max-device-width: 1024px) {
  .previous-webinars .blocks li {
    width: 48%;
    margin: 0 4% 40px 0;
  }
  .previous-webinars .blocks li:nth-child(3n) {
    margin-right: 4%;
  }
  .previous-webinars .blocks li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-device-width: 767px) {
  .previous-webinars .blocks li {
    width: 90%;
    margin: 0 auto 40px;
  }
  .previous-webinars .blocks li:nth-child(3n) {
    margin: 0 auto 40px;
  }
  .previous-webinars .blocks li:nth-child(2n) {
    margin: 0 auto 40px;
  }
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 50px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-device-width: 1024px) {
  footer {
    padding: 0 16px;
  }
}

footer .container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

footer .container ul {
  width: 19%;
  display: inline-block;
  padding: 16px 0;
  vertical-align: top;
}

footer .container ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

footer .container ul li a {
  color: #333;
  font-size: 14px;
  padding: 8px 0 0;
  display: inline-block;
  font-weight: 400;
}

footer .container ul li a:hover {
  color: #000;
}

footer .container ul li a.tel {
  font-weight: 500;
}

footer .container ul li.app-link {
  padding: 16px 0 8px;
}

footer .container ul li.app-link span.head {
  margin-top: 10px;
  padding: 10px 0 0;
  font-size: 14px;
  margin: 0;
}

footer .container ul li.app-link .app {
  background: url(../images/app-icons.png) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 30px;
  display: inline-block;
  margin-top: 5px;
}

footer .container ul li.app-link .app.google {
  background-position: 0 -37px;
}

footer .container ul li.app-link .social {
  background: url(../images/social-icon.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 5px 10px 0 0;
}

footer .container ul li.app-link .social.fb {
  background-position: 0 -37px;
}

footer .container ul li.app-link .social.linkedin {
  background-position: 0 -42px;
}

footer .container ul li.app-link .social.twitter {
  background-position: 0 -84px;
}

footer .container ul li.app-link .social.youtube {
  background-position: 0 -126px;
}

@media only screen and (max-device-width: 1023px) {
  footer .container ul {
    width: calc(50% - 32px);
    padding: 16px 0;
  }
}

@media only screen and (max-device-width: 560px) {
  footer .container ul {
    width: calc(100% - 32px);
    padding: 16px 0;
  }
}

footer .copyright {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0;
}

footer .copyright p {
  color: #333;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
}
/*# sourceMappingURL=home.css.map */