@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;
}
#roundtable-header-area h1 {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 15px !important;
  margin-left: 30px !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 28px !important;
  line-height: 35px !important;
  font-weight: 900 !important;
  color: #fff !important;
}
#roundtable-header-area h2 {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 15px !important;
  margin-left: 30px !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  color: #fff !important;
}
.roundtable-content h2 {
  margin: 10px 0 40px 30px !important;
  padding: 0 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 35px !important;
  line-height: 45px !important;
  font-weight: 900 !important;
  color: #167eaf !important;
}
.roundtable-btn {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  width: 300px;
  padding: 10px 0 12px 0;
  text-align: center;
  background-color: #666;
  color: #fff !important;
  text-decoration: none;
  transition: all .3s;
  margin: 10px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
}
.roundtable-btn:hover {
  background-color: #167eaf;
  color: #fff !important;
  border: 0;
}
.roundtable-details-btn {
  display: inline-block;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  width: 250px;
  padding: 12px 0;
  text-align: center;
  background-color: #167eaf;
  color: #fff !important;
  text-decoration: none;
  transition: all .3s;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 10px;
}
.roundtable-details-btn:hover {
  background-color: #666;
  color: #fff !important;
  border: 0;
}
#roundtable-floating-button {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
#roundtable-floating-button .roundtable-btn {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #fff;
  color: #167eaf !important;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
}
#roundtable-floating-button .roundtable-btn:hover {
  background-color: #167eaf !important;
  color: #fff !important;
}
#roundtable-header-area-outer {
  background-color: #003356;
}
#roundtable-header-area {
  width: 100%;
  height: 320px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#roundtable-header-area-overlay {
  width: 1160px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
#roundtable-header-area video {
  width: 1280px;
  height: 320px;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 0;
}
.roundtable-logo {
  display: block;
  width: 90px;
  height: auto;
  z-index: 2;
  margin-left: 30px;
  margin-top: 30px;
}
.roundtable-header {
  width: 100%;
  height: auto;
}
.roundtable-subhead {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 900;
  color: #666;
}
.roundtable-content {
  font-size: 18px;
  line-height: 25px;
  color: #444;
  font-weight: 400;
}
#roundtable-block {
  width: 100%;
  min-height: 830px;
  margin: 50px auto;
  background-image: url("https://www.agcareers.com/hr-roundtable/creative/assets/backgrounds/roundtable-people.webp");
  background-repeat: no-repeat;
  background-position: calc(50% + 460px) 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roundtable-content-item {
  width: 700px;
  margin: 25px 430px 25px 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roundtable-content-item-icon {
  width: 120px;
}
#roundtable-block .roundtable-content-item {
  text-align: left;
}
#roundtable-block .roundtable-content-item-text {
  margin-left: 20px;
  padding-right: 30px;
}
#roundtable-form-area {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 30px;
  background-color: #ddd;
}
#roundtable-form-area-inner {
  width: 1160px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#roundtable-form-area-title {
  width: 500px;
  margin-right: 30px;
}
#roundtable-form-area-title h2 {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  line-height: 75px;
  font-weight: 900;
  color: #167eaf;
}
#roundtable-form-area-fields {
  width: 500px;
  margin-left: 30px;
}
#roundtable-form-area label {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #167eaf;
  margin: 10px 0;
}
#roundtable-form-area input {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0 15px 0;
  width: 480px;
  padding: 10px;
  box-sizing: content-box;
  background-color: #fff;
  border: 0;
  transition: all .3s;
  color: #444;
}
#roundtable-form-area button {
  margin: 0;
  margin-top: 10px;
  width: 500px;
}
#roundtable-faq-area-inner h2 {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 60px;
  font-weight: 900;
  color: #167eaf;
}
#roundtable-faq-area {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
}
#roundtable-faq-area-inner {
  width: 1060px;
  margin: 0 auto;
  text-align: center;
}
#roundtable-faq-area-inner .accordion {
  text-align: left;
  background-color: #ddd;
  color: #167eaf;
  cursor: pointer;
  padding: 16px 40px 20px 20px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top: 10px;
}
#roundtable-faq-area-inner .accordion h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  text-align: left;
  margin: 0;
  padding: 0;
  background: none;
  color: #167eaf;
}
#roundtable-faq-area-inner .active, .accordion:hover {
  background-color: #167eaf;
  color: #fff;
}
#roundtable-faq-area-inner .active h2 {
  color: #fff;
}
#roundtable-faq-area-inner .active:hover h2 {
  color: #fff;
}
#roundtable-faq-area-inner .accordion:hover {
  background-color: #167eaf;
  color: #fff;
}
#roundtable-faq-area-inner .accordion:hover h2, #roundtable-faq-area-inner .accordion:hover::before {
  color: #fff !important;
}
#roundtable-faq-area-inner .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;
}
#roundtable-faq-area-inner .accordion:before {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  content: "+";
  color: #167eaf !important;
  float: right;
  margin-right: -20px;
}
#roundtable-faq-area-inner .active:before {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  content: "-";
  color: #fff !important;
  float: right;
  margin-right: -20px;
}
#roundtable-faq-area-inner ul {
  list-style-type: none;
  margin: 8px 0 10px 15px;
  padding: 0;
}
#roundtable-faq-area-inner li {
  margin: 5px 0 5px 15px;
  padding: 0;
}
#roundtable-faq-area-inner li::before {
  content: "\025AA";
  color: #167eaf;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
  font-size: 20px;
  font-weight: 900;
}