.article-content {
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 15px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: calc(100vh - 303px);
}
.article-content > div {
  width: 100%;
}
.article-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 35px;
}

.article-header > p {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.article-header > h1 {
  color: #1f6b31;
  font-size: 60px;
}

.article-image {
  width: 100%;
  margin-bottom: 35px;
}

.article-image img {
  width: 100%;
}

.event-information {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 40px 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 45px;
}

.event-information p,
.event-information h5 {
  margin: 0;
}

.event-information h5 {
  color: #1f6b31;
  text-transform: capitalize;
}

.event-information .btn-cta {
  border-color: #1f6b31;

  background-color: #1f6b31;
  color: #fff;
}

.event-information .btn-cta:hover {
  background-color: #fff;
  color: #1f6b31;
}

.main-cat {
  margin: 30px 0 0;
  color: #1f6b31;
  font-weight: 700;
  font-size: 20px;
}

a.single-article,
.single-article,
a.job-post,
.job-post{
  color: #000;
  padding: 15px;
  width: 100%;
}


.sa-inner,
.jp-inner {
  border-top: 1px solid #ccc;
  padding: 0 0 15px;
  position: relative;
}

.sa-inner:before,
.jp-inner:before{
  content: "";
  width: 100%;
  height: 5px;
  background-color: #eda52f;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 2;
  opacity: 0;
  transition: .5s;
}

.single-article:hover,
.job-post:hover{
  text-decoration: none;
}

.single-article:hover .sa-inner:before,
.job-post:hover .jp-inner:before {
  opacity: 1;
}

.single-article h3,
.job-post h3{
  transition: .2s;
}

.single-article:hover h3,
.job-post:hover h3{
  color: #1f6b31;
}

.single-article .sa-publish-date,
.job-post .sa-publish-date{
  color: #1f6b31;
  font-weight: 700;
  font-size: 14px;
  margin: 15px 0;
  text-transform: capitalize;
}

.job-post h5 {
  margin-bottom: 0;
}

.job-post p {
  margin-bottom: 5px;
}


.single-article .sa-image {
  padding-top: 56%;
  width: 100%;
  background-color: #313131;
  background-size: cover;
  background-position: center;
  position: relative;
}

.single-article .sa-image:after {
  content: '';
  background-color: #f7941d;
  opacity: 0;
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  transition: .5s;
}

.articles-container,
.job-posts-container{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 40px 0;
}



.articles-container .single-article,
.job-posts-container .job-post {
  width: 33.3%;
/*  margin-bottom: 20px;*/
}

.news-events-header {
  padding: 40px 15px;

  background-color: #ececf1;
}

.news-events-header h1 {
  text-align: center;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.news-updates-navigation {
  padding: 20px 15px;
  background-color: #3b3a3c;
  margin-bottom: 60px;
}

.news-updates-navigation > ul {
  max-width: 1300px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}

.news-updates-navigation > ul > li {
  padding: 0 20px;
}

.news-updates-navigation > ul > li > a {
  color: #fff;
  font-size: 18px;
  transition: .2s;
}

.news-updates-navigation > ul > li > a.nav-active {
  color: #f7941d;
}

.news-updates-navigation > ul > li > a:hover {
  text-decoration: none;
  color: #f7941d;
}

.news-updates .inner-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

.main-content-container {
  min-height: calc(100vh - 303px);
}

.membership-registry-form {
  max-width: 1300px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.membership-registry-form > div {
  width: 33%;
  padding: 10px 20px;
}

.membership-registry-form .input-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.membership-registry-form .input-wrapper img {
  width: 15px;
  right: 15px;
  position: absolute;
}

.membership-registry-form input,
.membership-registry-form select{
  width: 100%;
}

.membership-registry-form  .search-input {
  padding: 8px 20px;
  min-height: 44px;
  background-color: transparent;
  outline: none;
  border: 1px solid #fff;
  color: #fff;
}

.membership-registry {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 40px;
}

.m-section h1 {
  font-size: 80px;
  font-weight: 900;
  color: #f7941d;
  padding-left: 10px;
}

.m-section p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.m-section p.m-name {
  font-weight: 700;
}

.m-section p.m-type {
  font-weight: 700;
  color: #1f6b31;
}

.m-section {
  width: 100%;
  margin-bottom: 30px;
}

.m-members-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.m-members-list > div {
  width: 25%;
  padding: 20px 10px 30px;
}



@media all and (max-width: 992px) {
  .articles-container .single-article,
  .job-posts-container .job-post{
    width: 100%;
  }
}

@media all and (max-width: 767px) {

  .article-header > h1 {
    font-size: 40px;
  }

  .event-information {
    flex-direction: column;
    padding: 30px 0;
  }

  .event-information > div {
    margin: 10px 0;
  }

  .news-updates-navigation > ul {
flex-direction: column;
    width: 100%;
  }

  .news-updates-navigation > ul > li {
    padding: 0 20px;
    width: 100%;
    text-align: center;
  }

  .membership-registry-form > div,
  .m-members-list > div{
    width: 100%;
  }
}

.specialty-header h1 {
  white-space: pre;
}

strong {
  font-weight: 700;
}


ul, ol {
  padding-left: 18px;
}

.menu-sm-container a:hover {
  text-decoration:none;
}

.form-container > div.step {
  display: none;
}

.form-container.step1 > div.step1,
.form-container.step2 > div.step2,
.form-container.step3 > div.step3,
.form-container.step4 > div.step4,
.form-container.step5 > div.step5,
.form-container.step6 > div.step6,
.form-container.step7 > div.step7,
.form-container.step8 > div.step8,
.form-container.step9 > div.step9{
  display: flex;
}

.form-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.form-container > div.step-control {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.form-container.step1 > div.step-control .btn-prev,
.form-container.step-last > div.step-control .btn-next {
  opacity: 0;
  cursor: default;
}

.form-container > div,
.form-container > div.step > div{
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
}

.form-container > div.form-progress {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-direction: row;
  margin-bottom: 30px;
}

.form-progress > div {
  padding: 0 5px;
  height: 5px;
  background: #fff;
  width: 20%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form-progress > div:before {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #e0e0e0;
  position: relative;
  left: 0;
  top: 0;
}
.form-progress > div:after {
  content: '';
  width: 0;
  height: 5px;
  background-color: #1f6b31;
  position: absolute;
  left: 5px;
  top: 0;
  transition: .5s;
  opacity: 0;
}


.form-progress > div.filled:after {
  width: calc(100% - 10px);
  opacity: 1;
}

  /*.form-progress > div:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #1f6b31;
    z-index: 1;
    padding: 0 5px;
    left: 0;
    top: 0;
  }*/

.form-container label {
  margin-bottom: 5px;
  font-weight: 700;
}

.form-container .wpcf7-checkbox > span,
.form-container .wpcf7-acceptance > span{
  margin-left: 0;
}

.form-container label span {
  font-weight: 300;
}

.form-container label,
.form-container span {
  width:100%;
}

.form-container input,
.form-container textarea,
.form-container select{
  padding: 10px 20px;
  width:100%;
  outline: none;
}

.form-container .ranking-container span {
  width: 80px;
  margin-right: 10px;
}

.form-container .ranking-container input
{
  width: 100%;
  padding: 5px;
  text-align: center;
}

.form-container .ranking-container > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.form-container input[type=checkbox],
.form-container input[type=radio] {
  width: 20px;
  height: 20px;
}

.form-container textarea {
  height: 200px;
  resize: none;
}

.form-container input[type=submit] {
  width: 150px;
  height: 50px;
  border: none;
}

.rcdc-modal-header {
  width: 100%;
  padding: 20px 8%;
  background-color: #1f6b31;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.rcdc-modal-header .close-trigger {
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.rcdc-modal-header .close-trigger:before,
.rcdc-modal-header .close-trigger:after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
}

.rcdc-modal-header .close-trigger:after {
  transform: rotate(90deg);
}

.rcdc-modal-body {
  width: 100%;
  padding: 40px 8%;
  background-color: #fff;
}

.rcdc-modal-header h4 {
  margin-bottom: 0;
}

.form-container > div.upload-job-post-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 420px;
  padding:  35px 8%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #212529;
  position: relative;
}
.upload-job-post-section img{
  width: 75px;
}

.upload-job-post-section > *{
  padding:9px;
}

.upload-job-post-section p{
  font-size:20px;
  font-weight:500;
  text-align: center;

}
.upload-job-post-button{
  border: 1px solid #ececf1;
  width: 256px;
  text-align: center;
  background-color: #ececf1;
  transition: .2s;
}

.upload-job-post-button:hover {
  background-color: #1f6b31;
  border-color: #1f6b31;
  color: #fff;
}
.filename-aftr-upload{
  display:none;
  font-size: 14px;
}
.upload-job-post-button button{
  border: none;
  padding: 10px;
}

.upload-job-post-button button:focus {
  outline: none !important;
}
.custom-file-job-post {
  display:none !important;
}
.form-container label.custom-file-upload-lbl{
  display: inline-block;
  cursor: pointer;
  margin-bottom:0;
  font-weight: 600;
  font-size:14px;
  padding: 20px 20px;
}
.custom-file-upload-lbl input[type=file] {
  display: none !important;
}
.upload-job-post-section p:last-child span{
  font-size: 15px;
}
.upload-job-post-section > span:last-child {
  font-size: 13px !important;
}

.job-post-section-overlay {
  width: 100%;
  height: 100%;
  z-index: 2;
  padding:  35px 8%;
  background-color: #fff;
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.upload-job-post-section .upload-icon {
  width: 75px;
  height: 75px;
  background-image: url('../images/icon-upload-green.png');
  margin-bottom: 15px;
  background-size: 100% 100%;
}

.job-post-section-overlay .success-icon {
  width: 72px;
  height: 65px;
  background-image: url('../images/icon-success-green.png');
  margin-bottom: 20px;
  background-size: 100% 100%;
}

.job-post-section-overlay .filename-aftr-upload {
  font-size: 1.15em !important;
  font-weight: 700;
}

.job-post-close {
  width: 55px;
  height: 55px;
  background-color: #ececf1;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  cursor: pointer;
  margin-top: 10px;
  transition: .5s;
}

.job-post-close + p {
  display: none;
}

.job-post-close:hover {
  background-color: #1f6b31;
}

.job-post-close:before,
.job-post-close:after {
  width: 40%;
  height: 2px;
  content: '';
  background-color: #313131;
  position: absolute;
  transition: .5s;
}

.job-post-close:after {
  transform: rotate(90deg);
}

.job-post-close:hover:before,
.job-post-close:hover:after {
  background-color: #fff;
}

@media all and (max-width: 1200px) {
  .main-menu-nav .main-dropdown {
    display: none;
  }

  .main-menu-nav .main-dropdown.lang-item {
    display: flex;
  }

  .navbar-container > div:first-child {
    padding: 0;
  }
}

@media all and (max-width: 992px) {
  .footer-cta-container {
      flex-wrap: wrap;
  }

  .footer-cta-container > div {
    width: 100%;
  }

  .footer-list {
    padding-left: 0;
    justify-content: flex-start;
  }

  .footer-list a {
    margin: 0;
    padding: 0 10px;
  }
}

@media all and (max-width: 767px) {
  .ugb-7d6996e-content-wrapper h2
  {
    font-size: 30px !important;
  }

  h1,
  .wp-block-cover h2 {
    font-size: 40px !important;
  }

  .min-p-tb .ugb-main-block {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
