@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #444;
}
img {
  border: 0;
}
.clearme {
  clear: both;
}
h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #167eaf;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  margin: 0;
  padding: 0;
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #167eaf;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
.webinar-details-btn {
  display: block;
  width: 150px;
  heigth: 50px;
  margin: 0 auto;
  text-align: center;
  border-radius: 25px;
  background-color: #167eaf;
  color: #fff !important;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
  transition: all .3s;
}
.webinar-details-btn:hover {
  color: #fff !important;
  background-color: #328551;
}
#webinars-content-area {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
#webinars-content-area-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 1160px;
  margin: 0 auto;
  text-align: left;
}
div.webinar-boxes > div:nth-of-type(odd) {
  margin-right: 40px;
  clear: both;
}
.webinar-box-outer {
  margin: 20px 0;
  width: 560px;
  float: left;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
}
.webinar-box-inner {
  padding: 30px;
  padding-top: 25px;
}
.webinar-date-box-outer {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 10px 0;
}
.webinar-date-box-inner {
  padding: 10px;
}
.webinar-date-box-col {
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #1578a7;
  text-transform: uppercase;
}
.webinar-date-calendar-icon {
  float: left;
  width: 45px;
  height: 40px;
  margin-right: 14px;
  border-right: 1px solid #d9d9d9;
  background-image: url("https://www.agcareers.com/creative/assets/icons/webinar-calendar-icon.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 3px 4px;
}
.webinar-date-location-icon {
  float: left;
  width: 45px;
  height: 40px;
  margin-right: 14px;
  border-right: 1px solid #d9d9d9;
  background-image: url("https://www.agcareers.com/creative/assets/icons/webinar-location-icon.svg");
  background-repeat: no-repeat;
  background-size: 22px 30px;
  background-position: 12px 4px;
}
.webinar-box-content {
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #444;
}
.webinar-box-pic {
  width: 500px;
  height: 150px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.webinar-box-pic img {
  width: 100%;
  height: auto;
}
#webinar-events {
  margin: 10px 0;
}
#webinar-events .accordion {
  text-align: left;
  background-color: #f5f5f5;
  color: #167eaf;
  cursor: pointer;
  padding: 16px 40px 20px 20px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top: 10px;
}
#webinar-events .accordion h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #167eaf;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  text-align: left;
  margin: 0;
  padding: 0;
  background: none;
}
#webinar-events .active, .accordion:hover {
  background-color: #167eaf;
  color: #fff;
}
#webinar-events .active h3 {
  color: #fff !important;
}
#webinar-events .active:hover h3 {
  color: #fff;
}
#webinar-events .accordion:hover {
  background-color: #167eaf;
  color: #fff;
}
#webinar-events .panel {
  text-align: left;
  padding: 0 20px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  font-weight: 400;
  margin-top: 10px;
}
#webinar-events .accordion:before {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  content: "+";
  color: #167eaf;
  float: right;
  margin-right: -20px;
}
#webinar-events .active:before {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  content: "-";
  color: #fff;
  float: right;
  margin-right: -20px;
}
#webinar-events .accordion:hover h3, #webinar-events .accordion:hover::before {
  color: #fff !important;
}
.webinar-date-location {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
}