

body.nav-open {
  overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 700;
  margin-top: 1px;
  margin-bottom: 4px;
}

p, li {
  font-weight: 300;
  word-break: break-word;
}

/*NAVIGATION STYLES*/

.nav-logo {
  height: 50px;
}

nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 15px 0;
  z-index: 500;
  position: absolute;
  width: 100%;
  background-color: #fff;
  /*top: 105px;*/
  top: 0;
}

nav.nav-sticky {
  position: fixed;
  padding: 0 15px;
}

.nav-link {
  padding: 0;
  cursor: pointer;
  font-weight: 400;
}

nav.nav-sticky .upper-nav-wrapper{
  display: none;
}


nav.nav-sticky .lower-nav-wrapper {
  padding-top: 0;
}

nav p,
nav ul{
  margin: 0;
}

nav > div {
  max-width: 1300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.upper-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(49,49,49,.4);
}

.upper-nav-content{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.upper-nav-content > div {
  padding: 5px 10px;
}

.upper-nav-content > div.menu-upper-menu-container {
  padding: 0;
}

.upper-nav-content ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  list-style: none;
}

.upper-nav-content ul li,
.lower-nav-content ul li{
  padding: 10px 20px;
  transition: .2s;
  position: relative;
}

.upper-nav-content ul li > a,
.lower-nav-content ul li > a{
  color: #313131;
  text-decoration: none;
  transition: .2s;
  font-weight: 400;
}

.upper-nav-content ul li.nav-color > a,
.lower-nav-content ul li.nav-color > a{
  color: #fff;
}

.upper-nav-content ul li.nav-color {
  background-color: #f7941d;
}

.nav-sm-container a {
  color: rgba(49,49,49,.4);
  margin: 0 5px;
}

.menu-main-menu-container {
  width: calc(100% - 50px);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  width: 100%;
  /*margin-left: -20px;*/
  padding-right: 20px;
}


.main-nav > li{
  padding: 20px;
  min-width: 150px;
  transition: .2s;
  position: relative;
  border-bottom: 3px solid transparent;
}

.main-nav > li.active {
  border-color: #f7941d;
}

.main-nav > li > a{
  color: #313131;
  text-decoration: none;
  transition: .2s;
  font-weight: 400;
}


.main-nav li.nav-color > a {
  color: #fff;
}

.lower-nav-wrapper {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-trigger {
  display: flex;
  align-items: center;
  justify-content: flex-end;cursor: pointer;
}

.search-trigger:hover {
  color: #f7941d;
}

.upper-nav-content ul.submenu,
.submenu {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  list-style: none;
  padding: 0;
  width: 100%;
  min-width: 150px;
  display: none;
}

.upper-nav-content ul.submenu {
  top: 100%;
  z-index: 10;
}

.upper-nav-content ul.submenu > li,
.submenu > li {
  padding: 10px 20px;
  transition: .2s;
  background-color: #fff;
  cursor: pointer;
}

.upper-nav-content ul li.nav-color {
  margin-left: 15px;
}

.submenu > li {
  text-align: left;
}

.submenu > li a {
  color: #313131;
  text-decoration: none;
}

.mobile-header {
  display: none;
  width: 100%;
  padding: 15px;
  text-align: center;
  background-color: #313131;
  color: #fff;
  position: relative;
}

.mobile-header > a {
  color: #f7941d !important;
}

.mobile-trigger {
  display: none;
}

.mobile-trigger > div {
  height: 8px;
  width: 8px;
  background-color: #313131;
  margin: 3px;
  border-radius: 50%;
}

.close-trigger {
  width: 40px;
  height: 40px;
  display: flex;align-items: center;
  justify-content: center;
  position: relative;
  transform: rotate(45deg);
  margin-left: 20px;
  cursor: pointer;
}

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

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

.mobile-cta {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 15px 26px;
  width: 100%;
  margin-bottom: 20px;
}

.sub-menu-trigger {
  width: 15px;
  height: 15px;
  top: 15px;
  right: 30px;
  transform: rotate(-90deg);
  transition: .1s;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
}

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

.sub-menu-trigger:before {
  transform: rotate(90deg);
}

.sub-menu-trigger.open {
  transform: rotate(45deg);
}

.mobile-secondary-nav {
  display: none;
  align-items: flex-start;justify-content: flex-start;
  flex-direction: column;
}

.mobile-secondary-nav .menu-upper-menu-container > ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 30px;
}

.mobile-secondary-nav ul > li > a,
.mobile-secondary-nav ul > li > span{
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  font-weight: 700;
  font-size: .8em;
}

.mobile-secondary-nav ul li.nav-color{
  background-color: #f7941d;
  text-align: center;
  margin: 30px 0;
}

.mobile-secondary-nav .sub-menu-trigger {
  top: 0;
  right: 0;
}

/* NAVIGATION HOVERS */
@media (hover: hover) {

  .main-nav li > a:hover {
    color: #f7941d;
  }
  .main-nav > li:hover{
    border-color: #f7941d;
  }

  .search-trigger:hover {
    color: #f7941d;
  }

  .upper-nav-content ul.submenu >li:hover,
  .submenu > li:hover {
    background-color: #313131;
  }

  .submenu > li a:hover,
  .submenu > li:hover a{
    color: #f7941d;
  }

  .main-nav li:hover > .submenu,
  .upper-nav-content li:hover ul.submenu {
    display: block;
  }

  .nav-sm-container a:hover {
    color: #f7941d;
  }

  .upper-nav-content ul li > a:hover {
    color: #f7941d;
  }

  .upper-nav-content ul li.nav-color:hover {
    background-color: #313131;
  }

  .upper-nav-content ul li.nav-color > a:hover {
    color: #fff;
  }

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .search-container {
    z-index:1000 !important;
  }

  .upper-nav-content,
  .lower-nav-wrapper{
    display: none;
  }

  nav.nav-sticky .upper-nav-wrapper,
  .mobile-cta {
    display: flex;
  }

  nav {
    padding: 0 !important;
    position: fixed;
    width: 100vw;
    top: 0;
  }

  .nav-logo {
    height: 40px;
  }

  .upper-nav-wrapper {
    padding: 15px 8%;
    border-bottom: none;
  }

  .mobile-header,
  .mobile-trigger{
    display: flex;
  }

  .mobile-secondary-nav,
  .mobile-secondary-nav > div{
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .mobile-secondary-nav {
    display: block;
  }

  .lower-nav-wrapper.mobile-show {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #313131;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow: auto;
  }

  .main-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  .main-nav > li,
  .mobile-secondary-nav li{
    width: 100%;
    padding: 0;
    border: none;
    position: relative;
  }

  .main-nav > li > a,
  .main-nav > li > span{
    color: #fff;
    padding: 10px 30px;
    font-size: 1.2em;
    display: inline-block;
  }

  .nav-sm-container a {
    color: #fff;
  }

  .sub-menu-trigger {
    display: flex;
  }

  .sub-menu-trigger.open + a + .submenu,
  .sub-menu-trigger.open + span + .submenu {
    display: flex !important;
    position: relative;
    flex-direction: column;
    top: 0;
    padding: 10px 0;
    background-color: #fff;
  }

  .mobile-secondary-nav .sub-menu-trigger.open + a + .submenu,
  .mobile-secondary-nav .sub-menu-trigger.open + span + .submenu,
  .mobile-secondary-nav .submenu > li,
  .mobile-secondary-nav ul > li.active{
    background-color: unset;
  }

  .submenu > li {
    padding: 10px 30px;
  }

  nav ul > li.active {
    background-color: #f7941d;
  }

  .mobile-secondary-nav ul li.nav-color {
    align-items: center;
    max-width: 150px;
  }

  .submenu > li > a {
    font-weight: 700;
    font-size: .8em;
  }

  .search-trigger {
    color: #fff;
    padding: 10px 30px;
  }

  .menu-main-menu-container {
    width: 100%;
  }

  .nav-link {
    color: #fff;
  }

}


/* NAVIGATION MOBILE */
@media all and (max-width: 992px) {

  nav .mobile-cta {
    justify-content: flex-end;
  }
  .search-container {
    z-index:1000 !important;
  }

  .upper-nav-content,
  .lower-nav-wrapper{
    display: none;
  }

  nav.nav-sticky .upper-nav-wrapper,
  .mobile-cta {
    display: flex;
  }

  nav {
    padding: 0 !important;
    position: fixed;
    width: 100vw;
    top: 0;
  }

  .nav-logo {
    height: 40px;
  }

  .upper-nav-wrapper {
    padding: 15px 8%;
    border-bottom: none;
  }

  .mobile-header,
  .mobile-trigger{
    display: flex;
  }

  .mobile-secondary-nav,
  .mobile-secondary-nav > div{
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .mobile-secondary-nav {
    display: block;
  }

  .lower-nav-wrapper.mobile-show {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #313131;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow: auto;
  }

  .main-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  .main-nav > li,
  .mobile-secondary-nav li{
    width: 100%;
    padding: 0;
    border: none;
    position: relative;
  }

  .main-nav > li > a,
  .main-nav > li > span{
    color: #fff;
    padding: 10px 30px;
    font-size: 1.2em;
    display: inline-block;
  }

  .nav-sm-container a {
    color: #fff;
  }

  .sub-menu-trigger {
    display: flex;
  }

  .sub-menu-trigger.open + a + .submenu,
  .sub-menu-trigger.open + span + .submenu {
    display: flex !important;
    position: relative;
    flex-direction: column;
    top: 0;
    padding: 10px 0;
    background-color: #fff;
  }

  .mobile-secondary-nav .sub-menu-trigger.open + a + .submenu,
  .mobile-secondary-nav .sub-menu-trigger.open + span + .submenu,
  .mobile-secondary-nav .submenu > li,
  .mobile-secondary-nav ul > li.active{
    background-color: unset;
  }

  .submenu > li {
    padding: 10px 30px;
  }

  nav ul > li.active {
    background-color: #f7941d;
  }

  .mobile-secondary-nav ul li.nav-color {
    align-items: center;
    max-width: 150px;
  }

  .submenu > li > a {
    font-weight: 700;
    font-size: .8em;
  }

  .search-trigger {
    color: #fff;
    padding: 10px 30px;
  }

  .menu-main-menu-container {
    width: 100%;
  }

  .nav-link {
    color: #fff;
  }
}

/* FOOTER STYLES */
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 0;

}

.footer-content {
  width: 100%;
}
.footer-content > div {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content:space-between;
  padding-left:15px;
  padding-right: 15px;
  flex-wrap: wrap;
}

.upper-footer-content {
  padding: 75px 0;
  position: relative;
  width: 100%;
  background-image: url("../images/footer-bg.png");
  background-size: 100% 100%;
  color: #fff;
}

.upper-footer-content p {
  font-size: 1.3em;
  font-weight: 200;
}

.upper-footer-content > div > div:first-child {
  width: 75%;
}
.upper-footer-content > div > div {
  width: 25%;
}

.upper-footer-content > div > div.footer-newsletter {
  width: 42%;
}

.footer-newsletter form {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content:space-between;
}

.footer-newsletter #mce-responses {
  margin-top: 0 !important;
}

.footer-newsletter form > div:first-child {
  width: 100%;
  padding: 5px;
}

.footer-newsletter form input {
  width: 98%;
  margin-bottom: 25px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  background-color: transparent;
  color: #fff;
  outline: none;
}

.footer-newsletter form button,
button.nl-btn{
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  box-shadow: none;
  background-color: transparent;
  font-size: 20px;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-newsletter form button:hover,
button.nl-btn:hover{
  color: #f7941d;
  background-color: #fff;
  border-color: #fff;
}



button.nl-btn.nl-btn-yellow {
  border: 1px solid #f7941d;
  color: #f7941d;
  margin-top: 20px;
}

button.nl-btn.nl-btn-yellow:hover {
  color: #fff;
  background-color: #f7941d;
  border-color: #f7941d;
}

.footer-newsletter input::placeholder{
  color:  #fff;
  opacity: 1;
  font-weight: 300;
}

.footer-newsletter input:-ms-input-placeholder{
  color: #fff;
  font-weight: 300;
}

.footer-newsletter input::-ms-input-placeholder{
  color:  #fff;
  font-weight: 300;
}

.footer-newsletter input:-webkit-autofill,
.footer-newsletter input:-webkit-autofill:hover,
.footer-newsletter input:-webkit-autofill:focus,
.footer-newsletter input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 30px #f7941d inset !important;
}

.footer-newsletter input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

.footer-sm-container a {
  color: #fff;
  margin: 0 5px;
}

.footer-sm-container a:hover {
  color: #313131;
}

.middle-footer-content {
  padding: 50px 0 25px;
}

.middle-footer-content p {
  margin-bottom: 0;
  font-weight: 400;
  color: #6d6e71;
}

.middle-footer-content > div > div {
  width: 50%;
}

.bottom-footer-content {
  padding: 25px 0 50px;
}

.bottom-footer-content p,
.bottom-footer-content a{
  margin-bottom: 0;
  font-weight: 400;
  color: #6d6e71;
}

/* FOOTER MOBILE */

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

  footer p,
  footer h4{
    text-align: center;
  }
  .upper-footer-content > div > div,
  .upper-footer-content > div > div.footer-newsletter,
  .upper-footer-content > div > div,
  .middle-footer-content > div > div{
    width: 100% !important;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .middle-footer-content > div > div:first-child,
  .bottom-footer-content a{
    margin-bottom: 25px;
  }

  .upper-footer-content {
    background-size: cover;
    background-position: bottom center;
  }

  .footer-content > div {
    justify-content: center;
    align-items: center;
  }

  .bottom-footer-content > div {
    flex-direction: column-reverse;
  }

  .footer-sm-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .upload-resume-section, .opportunity-details-section {
    width: 100% !important;
    margin: 15px 0px;
  }
}

/*.btn-cta {*/
/*  border: 1px solid #313131;*/
/*  color: #313131;*/
/*  background-color: transparent;*/
/*  padding: 16px 30px;*/
/*  transition: .2s;*/
/*  display: inline-block;*/
/*  cursor: pointer;*/
/*  font-size: .8em;*/
/*  letter-spacing: 2px;*/
/*  line-height: 1;*/
/*  margin: 20px 0;*/
/*}*/

/*.btn-cta:hover {*/
/*  color: #fff;*/
/*  background-color: #313131;*/
/*  text-decoration: none;*/
/*}*/

/*.btn-cta-cross {*/
/*  border: 1px solid #313131;*/
/*  color: #313131;*/
/*  width: 35px;*/
/*  height: 35px;*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  border-radius: 50%;*/
/*  position: relative;*/
/*  cursor: pointer;*/
/*}*/

/*.btn-cta-cross:before,*/
/*.btn-cta-cross:after{*/
/*  content: '';*/
/*  width: 50%;*/
/*  height: 1px;*/
/*  background-color: #313131;*/
/*  position: absolute;*/
/*}*/

/*.btn-cta-cross:after {*/
/*  transform: rotate(90deg);*/
/*}*/

/*.btn-cta-cross:hover {*/
/*  background-color: #313131;*/
/*}*/

/*.btn-cta-cross:hover:before,*/
/*.btn-cta-cross:hover:after {*/
/*  background-color: #fff;*/
/*}*/

/*.btn-yellow {*/
/*  border-color: #f7941d;*/
/*  color: #f7941d;*/
/*}*/

/*.btn-yellow:after,*/
/*.btn-yellow:before {*/
/*  background-color: #f7941d;*/
/*}*/

/*.btn-yellow:hover {*/
/*  background-color: #f7941d;*/
/*}*/

/*.btn-white {*/
/*  border-color: #fff;*/
/*  color: #fff;*/
/*}*/

/*.btn-white:after,*/
/*.btn-white:before {*/
/*  background-color: #fff;*/
/*}*/

/*.btn-white:hover {*/
/*  background-color: #fff;*/
/*  color: #313131;*/
/*}*/

/*.btn-white:hover:after,*/
/*.btn-white:hover:before {*/
/*  background-color: #313131;*/
/*}*/

/* SINGLE ARTICLE ELEMENT */

.single-article {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  color: #414141;
}

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

.single-article p,
.single-article:hover p{
  color: #313131;
}

.single-article:hover .single-image:after {
  opacity: .5;
}

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

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

.single-article .single-content {
  padding: 35px 8%;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 260px;
  height: 100%;
  justify-content: space-between;
}

.blog-recommendations .single-article .single-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 240px;
}

.single-article .single-content a,
.single-article .single-content h3{
  color: #f7941d;
}

.sub-header {
  font-weight: 400;
  opacity: .6;
  text-transform: uppercase;
}

.single-content .additional-info {
  border-top: 1px solid rgba(49,49,49,.4);
  padding-top: 30px;
  margin-top: 30px;
  width: 100%;
}

.single-content .additional-info.ai-blog {
  border-top:none;
  margin-top: 0;
}

.single-content .additional-info p {
  text-transform: uppercase;
}


.blog-cat {
  font-weight: 700;
  text-transform: uppercase;
  color: #313131;
}

/*.wa-bq {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.bq-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.bq-header img {
  width: 150px;
}

.bq-profile {
  width: 30%;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}

.bq-profile:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.bq-profile img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.bq-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.bq-information {
  width: 70%;
  padding: 30px 8%;
}*/

/* ISSUES CONTAINER & ELEMENTS */



.issue-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start !important;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.item-overlay {
  width: 100%;
  margin: 10px 20px;
  padding: 35px;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 350px;
  background-size: cover;
  background-position: center;
}



.item-c3 .item-overlay {
  width: calc(33.3% - 40px);
}

.item-overlay >div {
  z-index: 1;
}

.item-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f7941d;
  opacity: .5;
  transition: .2s;
}



.item-overlay .btn-cta-cross {
  margin-top: 30px;
}

/* ISSUES HOVERS */
@media (hover: hover) {

  .item-overlay:hover {
    color: #fff;
    text-decoration: none;
  }

  .item-overlay:hover:before {
    opacity: 1;
  }

}

/* ISSUES MOBILE */
@media all and (max-width: 767.98px) {

  .issue-container {
    margin: 0;
  }

  .item-c3 .item-overlay {
    width: 100%;
  }
}

/*Profile*/

/*.profile-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: auto -20px;
}

.profile-item {
  width: calc(50% - 40px);
  margin: 20px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.profile-image {
  background-size: cover;
  background-position: center;
  width: 40%
}

.profile-content {
  width: 60%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  min-height: 300px;
  background-color: #fff;
}

.modal-backdrop {
  background-color: #f7941d;
}

.modal-backdrop.show {
  opacity: .9;
}

.profile-modal .modal-dialog {
  max-width: 650px;
}

.profile-modal .modal-content {
  border-radius: 0;
  border: none;
}

.profile-modal .modal-body {
  padding: 35px;
}

.profile-close-trigger {
  width: 40px;
  height: 40px;
  display: flex;align-items: center;
  justify-content: center;
  position: relative;
  transform: rotate(45deg);
  margin-left: 20px;
  cursor: pointer;
}

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

.profile-close-trigger:after {
  transform: rotate(90deg);
}

.pm-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.pm-header h4 {
  color: #f7941d;
}

.pm-header h4 .position {
  font-weight: 300;
}

.tab-navigation {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.tab-navigation > li {
  padding: 10px 40px;
  cursor: pointer;
  font-weight: 700;
  border-bottom: 3px solid transparent;
  transition: .2s;
  font-size: 1.5em;
}

.tab-navigation > li.active {
  border-color: #f7941d;
}

.tab-item.hide {
  display: none;
}*/

.modal-backdrop {
  background-color: #dbdbdd;
  /*background-color: #fff;*/
}

.modal-backdrop.show {
  opacity: .8;
}

.wa_modal .modal-content {
  border: none;
  border-radius: 0;
}

/* BLOG */

.cat-events {
  background-color: #f7941d;
}

.single-article.cat-events .single-image:after {
  background-color: #f7941d;
}

.single-article.cat-events .single-content a,
.single-article.cat-events .single-content h3,
.cat-events .blog-cat{
  color: #f7941d;
}

.cat-news,
.inner-bf-content.cat-news{
  background-color: #ae4076;
}

.single-article.rec-news .single-image:after {
  background-color: #ae4076;
}

.single-article.rec-news .single-content a,
.single-article.rec-news .single-content h3,
.rec-news .blog-cat{
  color: #ae4076;
}

.cat-press,
.inner-bf-content.cat-press{
  background-color: #006b8f;
}

.single-article.rec-press .single-image:after {
  background-color: #006b8f;
}

.single-article.rec-press .single-content a,
.single-article.rec-press .single-content h3,
.rec-press .blog-cat{
  color: #006b8f;
}

.cat-research,
.inner-bf-content.cat-research{
  background-color: #373085;
}

.single-article.rec-research .single-image:after {
  background-color: #373085;
}

.single-article.rec-research .single-content a,
.single-article.rec-research .single-content h3,
.rec-research .blog-cat{
  color: #373085;
}

.cat-opinion,
.inner-bf-content.cat-opinion{
  background-color: #373085;
}

.single-article.rec-opinion .single-image:after {
  background-color: #373085;
}

.single-article.rec-opinion .single-content a,
.single-article.rec-opinion .single-content h3,
.rec-opinion .blog-cat{
  color: #373085;
}

.blog-header {
  padding: 75px 15px 175px;
}

.blog-header .inner-wrapper > div {
  align-items: flex-start;
}

.blog-header h1 {
  margin: 0;
  color: #fff;
  width: calc(100% - 200px);
}

.custom-width-search h1 {
  width: 100% !important;
  text-align: center;
}

.inner-wrapper {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 15px;
}

.custom-search-innerwrap {
  max-width: 1000px !important;
}

.inner-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.blog-featured-image {
  margin-bottom: 35px;
  position: relative;
}

.blog-featured-image img {
  width: 100%;
}

.blog-featured-image-sized {
  margin-bottom: 35px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.blog-featured-image-sized:after {
  content: '';
  display: block;
  padding-bottom: 56%;
}

.blog-featured-image-sized img {
  max-width: 100%;
  height: auto;
  opacity: 0;
  position: absolute;
}


.blog-content {
  margin-top: -100px;
}

.blog-content .inner-wrapper > div{
  align-items: flex-start;
}

.inner-wrapper > div.blog-container {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.blog-main-content,
.opportunities-content{
  width: calc(100% - 350px);
  padding: 0 15px 35px;

}

.blog-side {
  width: 300px;
  padding: 145px 15px 35px;
}

.opportunities-side{
  width: 300px;
  padding:  0 15px 35px;
}

.blog-side p {
  margin-bottom: 0;
}

.sub-form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 300px;

}

.sub-form p {
  margin-bottom: 0;
  font-size: 1.2em;
}

.sub-form input {
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  margin: 5px 0;
  padding: 20px 10px;
  width: 100%;
  outline: none;
}

.sub-form .btn-cta {
  margin-top: 30px;
}

.blog-divider {
  width: 100%;
  height: 2px;
  background-color: rgba(0,0,0,.1);
  margin: 50px 0;
  max-width: 300px;
}

.tag-list {
  padding: 0;
  list-style: none;
}

.tag-list > li {
  padding: 2px 0;
  font-weight: 700;
}

.tag-list > li a {
  color: #414141;
}
.tag-list > li a:hover {
  color: #f7941d;
}


.blog-author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.blog-author p {
  margin-bottom: 0;
}

.author-profile {
  width: 40px;
  height: 40px;
  background-color: #2b2727;
  background-size: cover;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.share-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3px;
}

.share-container p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1em;
  color: #fff;
}

.a2a_menu {
  border-radius: 0 !important;
}

.a2a_menu svg path {
  fill: #2b2727 !important;
}

.a2a_menu a.a2a_i:visited, .a2a_menu a.a2a_more,
.a2a_menu a span,
.a2a_menu a.a2a_i,
.a2a_menu a{
  color: #2b2727 !important;
}


.a2a_menu a.a2a_i:hover {
  text-decoration: underline;
}

/* RECOMMENDATIONS CONTAINER STYLE */

.blog-recommendations,
.recommendations-grey{
  padding: 75px 15px;
  background-color: #ededee;
}

.recommendations-white{
  padding: 75px 15px;
  background-color: #ffffff;
}

.recommendations-black {
  padding: 75px 15px;
  background-color: #313131;
}

.recommendations-black .divider-text {
  color: #fff;
}


.divider-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.divider-text:after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #f7941d;
  margin: 20px 0;
}

.recommendations-container {
  display: flex;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.recommendations-container.all-publications {
  margin: 20px 0 40px;
}

.recommendations-container .single-article {
  width: 33.3%;
  padding: 20px;
}

.recommendations-container.rec-events .single-article {
  width: 50%;
}

.partners-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.partners-container img {
  width: 100%;
  max-width: 200px;
  margin: 20px 0;
}

.event-caption {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.event-caption p {
  font-size: .8em;
  color: #6d6e71;
}

.recommendations-container .publication-article{
  width: 33.3%;
  padding: 20px;
  text-decoration: none;
}

.b-publications .blog-header,
.b-opportunities .blog-header{
  padding: 70px 0;
}

.b-publications .blog-content,
.b-opportunities .blog-content{
  margin-top: unset;
  padding: 50px 0;
}

.publication-image {
  width: 32%;
}
.publication-content {
  width: 65%;
}

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

.publication-article{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  color: #313131;
}

.publication-article:hover .single-image:after {
  opacity: .5;
}

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

.publication-article:hover {
  text-decoration: none;
}

.publication-article p,
.publication-article:hover p {
  color:#313131;
}

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

.publication-article .single-content {
  padding: 40px 5%;
  width: 100%;
}

.publication-article .single-content h3,
.publication-article .single-content a{
  color: #f7941d;
}

.blog-items {
  padding: 75px 15px;
  background-color: #ededee;
}

  .grid-item {
    width: 33%;
    height: auto;
    padding: 0px 10px;
    margin-bottom: 20px;
  }

.blog-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-nav {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.blog-nav li {
  width: 25%;
}

.blog-nav li a {
  padding: 20px;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0;
  border-bottom: 3px solid transparent;
  display: inline-block;
  color: #414141;
}

.blog-nav li a.nav-active {
  border-color: #f7941d;
}

.blog-nav li a:hover {
  border-color: #f7941d;
  text-decoration: none;
}

.blog-featured .bf-image {
  padding-top: 30%;
  width: 100%;
  background-color: #313131;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 350px;
}

.bf-content {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.inner-bf-content:hover {
  text-decoration: none;
  color: #fff;
}

.inner-bf-content {
  width: 90%;
  padding: 50px 8% 50px;
  background-color: #f7941d;
  max-width: 1200px;
  margin-top: -150px;
  margin-bottom: 50px;
  color: #fff;
  min-height: 200px;
}

.inner-bf-content a {
  color: #fff;
}

.inner-bf-content p {
  font-size: 1.2em;
}

.inner-bf-content p.blog-date {
  font-size: 1em;
  font-weight: 700;
}

.recommendations-white .single-article .single-content {
  background-color: #ededee;
}

.display-container,
.recommendations-container.all-publications{
  max-width: 1340px;
  margin: 0 -20px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.recommendations-container.all-publications.article-slider {
  display: block;
}

.display-container .single-article {
  width: 33.3%;
  padding: 20px;
}

.rec-grey .single-article .single-content {
  background-color:#ededee;
}


/* RECOMMENDATIONS/BLOG MOBILE */

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

  .divider-text {
    text-align: center;
  }
  .recommendations-container .single-article,
  .recommendations-container.rec-events .single-article,
  .recommendations-container .publication-article,
  .blog-items .single-article,
  .publication-image, .publication-content,
  .blog-header h1,
  .display-container .single-article{
    width: 100%;
  }

  .publication-image {
    margin-bottom: 35px;
  }

  .blog-nav li a {
    font-size: 1em;
  }

  .blog-header .inner-wrapper > div {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-main-content,
  .opportunities-content{
    width: 100%;
    padding: 0 15px 35px;

  }

  .blog-side,
  .opportunities-side{
    width: 100%;
    padding: 0 15px 35px;
  }

  .recommendations-container .publication-article {
    padding: 0;
  }

  .recommendations-container .single-article,
  .blog-items .single-article{
    padding: 15px 0;
  }
}

.opp-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -20px;
  flex-wrap: wrap;
}

.opp-container .opportunity-article {
  width: 33.3%;
  padding: 20px;
}

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

  .opp-container {
    margin: 0;
  }
  .opp-container .opportunity-article {
    width: 100%;
  }
}


/* Custom Select */


/* The container must be positioned relative: */
.custom-select,
.career-title,
.volunteer-title {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: unset;
  /*border-bottom: 1px solid #fff;*/
  font-size: 1em;
}

.custom-select select,
.career-title select,
.volunteer-title select{
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
/*  border: 1px solid #000;*/
  border-bottom: 1px solid #fff;
}


/* Style the arrow inside the select element: */
.select-selected:after{
  position: absolute;
  content: "";
  top: 14px;
  right: 20px;
  width: 0;
  height: 0;
  transform: rotate(45deg) translateY(-5px);
  -webkit-transform: rotate(45deg) translateY(-3px);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #fff;
  padding: 8px 16px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff !important;
  color: #ddd !important;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #fff;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  color:  #313131;
}

.select-items div:hover {
  background-color: #f7941d;
  color: #fff;
}

.select-items div {
  color: #313131;
  border-bottom: none;
  padding: 12px 16px;
}

.contact-menu-options .select-selected,
.bm-container .select-selected{
  color: #000;
  border-color: #313131;
}

.contact-menu-options .select-selected:after,
.bm-container .select-selected:after{
  border-color:  #313131 !important;
}

.contact-menu-options .select-items div,
.bm-container .select-items div{
  background-color: #ededee;
}

.contact-menu-options .select-items div:hover {
  background-color: #f7941d;
}

.contact-menu-options .select-items div,
.bm-container .select-items div
{
  color: #000;
}

/* Filter */

.filter-container {
  background-color: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.filter-container form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  max-width: 1000px;
  margin-bottom: 0;
}

.filter-container form > div {
  width: calc(50% - 95px);
  padding: 5px;
  margin: 20px 0;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-container form > div.reset-container {
  width: 180px;
}

.filter-container form > div.reset-container .btn-cta {
  margin: 0;
}

.filter-container .select-selected {
  background-color:#313131;
}

.filter-container .select-selected.selected-div {
  color: #f7941d;
  border-color: #f7941d;
}

.filter-container .select-items div {
  border: none;
  text-transform: uppercase;
  color: #313131;
}

.filter-container .select-items {
  background-color: #ededee !important;
  max-height: 500px;
  overflow: auto;
  border: none;
}

.filter-container form input::placeholder{
  color:  #fff;
  opacity: 1;
  font-style: italic;
}

.filter-container form input:-ms-input-placeholder{
  color: #df4841;
  font-style: italic;
}

.filter-container form input::-ms-input-placeholder{
  color:  #df4841;
  font-style: italic;
}


.filter-container .close-trigger > div{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.filter-container .close-trigger > div:first-child {
  transform: rotate(45deg);
}

.filter-container .close-trigger > div:last-child {
  transform: rotate(-45deg);
}

.close-trigger.close-trigger-filter {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 5px;
  top: 15px;
}

.close-trigger.close-trigger-filter:before,
.close-trigger.close-trigger-filter:after{
  background-color: #f7941d;
}

.filter-container .select-selected.selected-div:after {
  border: solid #ebe5e0;
  background-image: unset;
  display: none;
}

p.results-text {
  font-size: 1.5em;
  text-align: center;
  max-width: 700px;
  margin: 50px auto 0;
}

p.results-text b {
  text-transform: uppercase;
}

@media all and (max-width: 992px) {
  .filter-container form > div,
  .filter-container form > div.reset-container{
    width: 100%;
    justify-content: center;
  }
}

.subscribe-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.scf-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 180px);
}

.sc-form-fields {
  width: 100%;
  max-width: 500px;
}

.scf-content h4 {
  margin-right: 50px;
  max-width: 400px;
}

.scf-content input {
  width: 98%;
  margin-bottom: 25px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #313131;
  padding-bottom: 20px;
  background-color: transparent;
  color: #313131;
  outline: none;
}

@media all and (max-width: 767px){
  .subscribe-container,
  .scf-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .scf-content h4 {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .scf-content {
    margin-bottom: 35px;
  }

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

/* Search */

.search-container.show {
  display: block;
}

.search-container {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  left: 0;
  background-color: #f4f4f4;
  z-index: 300;
  display: none;
}

.search-container form {
  position: relative;
  width: 1300px;
  max-width: 90%;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-container form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  display: flex;align-items: center;
  justify-content: flex-start;
  border-radius: 25px;
  border: 0;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  font-size: 1.5em;
  font-weight: 300;
}

.search-container button {
  box-shadow: none;
  border: none;
  height: 50px;
  width: 50px;
  outline: none;
  cursor: pointer;
  margin-left: 20px;
  background-color: transparent;
  font-size: 20px;
}

.search.show:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0b348f;
  position: absolute; top: 100%;
  z-index: 4001;
}

.autocomplete-suggestions {
  width: 100% !important;
  left: 0 !important;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border:none;
  box-shadow: none;
}

.autocomplete-suggestions > div {
  max-width: 1300px;
  width: 90%;
  padding: 10px 20px;
}

.autocomplete-suggestions > div a {
  color: #313131;
  font-style: italic;
}

.autocomplete-suggestions > div a:hover {
  color: #f7941d;
}

.search-results {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items:  flex-start;
  margin-top: 50px;
}

.search-results > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items:  flex-start;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.search-results > div a {
  color: #373737;
}

.search-results > div a:hover {
  color: #f7941d;
}

.search-results > div p {
  margin-top: 15px;
  margin-bottom: 0;
}

.button-margin{
  margin-bottom: 50px;
}


/* css for womenact opportunity section start */
.opportunity-form-main-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.opportunity-form-main-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.opportunity-details-section{
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 2% 60px;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}


.upload-resume-section {
  display: flex;
  flex-direction: column;
  width: 40%;
  height: 500px;
  padding:  50px 8%;
  justify-content: center;
  align-items: center;
  background-color: #ededee;
  position: relative;
}
.upload-resume-section img{
  width: 75px;
}

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

.upload-resume-section p{
  font-size:25px;
  font-weight:500;
  text-align: center;

}
.upload-resume-button{
  border: 1px solid black;
  width: 256px;
  text-align: center;
}
.filename-aftr-upload{
  display:none;
  font-size: 15px !important;
}
.upload-resume-button button{
  border: none;
  padding: 10px;
}

.upload-resume-button button:focus {
  outline: none !important;
}
.custom-file-resume {
  display:none !important;
}
.custom-file-upload-lbl{
  display: inline-block;
  cursor: pointer;
  margin-bottom:0;
  font-weight: 600;
  font-size:15px;

}

.upload-resume-section p:last-child span{
  font-size: 15px;
}
.upload-resume-section > span:last-child {
  font-size: 13px !important;
}
.opportunity-details-section input,
.opportunity-details-section select{
  padding: 5px;
  border: none;
  border-bottom: 1px solid #313131;
  border-radius: 0 !important;
  margin: 10px 0 30px;
  width: 100%;
  outline: none;
}
.opportunity-details-section p{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.wa-opp-submit-btn{
  background-color: #f7941d !important;
  border-color: #f7941d !important;
  color: #fff !important;
  padding: 10px 30px !important;
  border-radius: 0px !important;
  margin-top: 50px !important;
  width: 150px !important;
  border-bottom: 0 !important;
  align-items: center !important;
  text-transform: uppercase !important;
}

.wpcf7{
  width:100%;
}

.opportunity-placeholder-class::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #313131;
  text-decoration: none;
}
.opportunity-placeholder-class:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #313131;
  opacity: 1;
  text-decoration: none;
}
.opportunity-placeholder-class::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #313131;
  opacity: 1;
  text-decoration: none;
}
.opportunity-placeholder-class:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #313131;
  text-decoration: none;
}

.wpcf7-form-control-wrap {
  width:100%;
}
/* css for womenact opportunity section end */
/* css for womenact contact us section start */
.contact-us-section{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1% 8%;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.contact-us-section input,
.contact-us-section select{
  padding: 5px;
  border: none;
  border-bottom: 1px solid #313131;
  border-radius: 0;
  margin: 10px 0 30px;
  width: 100%;
  outline: none;
}
.contact-msg-color-focus{
  width:100%;

}


/*.contact-us-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f7941d;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #f1cd9e;
}*/

.contact-us-form-control {
  display: block;
  width: 100%;
  /*padding: .375rem .75rem;*/
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border:none;
  border-bottom: 1px solid #313131;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* css for womenact contact us section end */

.upper-footer-content > div:first-child p,
.upper-footer-content > div:last-child div{
  margin-top:20px;
}

@media all and (max-width: 767px) {
  .opportunity-details-section {
    padding: 2% 5%;
  }
}

.notice-container {
  width: 100%;
  z-index: 3000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f7941d;
  display: none;
}

.notice-container > div {
  max-width: 1500px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 15px;
  margin: 0 auto;
}

.notice-container > div p {
  color: #fff;
  font-size: 1em;
  width: 90%;
}

.notice-close-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.notice-close-trigger> div:last-child {
  transform: rotate(-45deg);
}
.notice-close-trigger> div {
  width: 27px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  transition: .2s;
}

.notice-container.show {
  display: block;
}

.notice-main-topic h3{
  color: #fff;
}
.notice-close-trigger:hover div {
  background-color: #313131;
}

#participate-in-research {
  padding-top: 200px;
  margin-top: -200px;
}

/* Newsletter WomanACT */
.news-head{
  /*height: 150px;*/
  background-color: #f7941d;
  padding: 31px 30px;
  clip-path: ellipse(127% 100% at 50% 0%);
}
.news-placeholder-class::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #313131;
  text-decoration: none;
}
.news-placeholder-class:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #313131;
  opacity: 1;
  text-decoration: none;
}
.news-placeholder-class::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #313131;
  opacity: 1;
  text-decoration: none;
}
.news-placeholder-class:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #313131;
  text-decoration: none;
}

.news-body{
  padding: 34px 51px;
}

.news-body-button{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news-cont-btn,
.cf7-smart-grid.has-grid .wpcf7-submit.news-cont-btn{
  border-width:1px;
  border-color:#f7941d;
  background-color: transparent;
  color: #f7941d;
  padding: 10px 30px;
  transition: .2s;
  border-radius: 1px;
}

.news-cont-btn:hover,
.cf7-smart-grid.has-grid .wpcf7-submit.news-cont-btn:hover{
  color: #fff;
  background-color: #f7941d;
  text-decoration: none;
}

.form-news-popup input {
  border: none;
  border-bottom: 1px solid grey;
  border-radius: 0;
  margin: 10px 0 15px;
  padding: 10px 0;
  width: 100%;
  outline: none;
  background-color: transparent;
}

.form-news-popup input[type=file] {
  border-bottom: none;
}

.news-body-button div p{
  color: #f7941d;
}

.news-head span {
  color:white;
}
/* Newsletter Womenact */

/* Persistent Exit Button */
.persistant-exit-button span {
  color: #f7941d !important;
  font-weight:bold;
  transition: .5s;
}
.persistant-exit-button p {
  padding: 22px 10px;
  /*margin-top:10px;*/
  color: white !important;
  font-weight: 500;
  margin: 0;
  text-align: center;
  font-size: .8em;
}
.persistant-exit-button {
  background-color: #313131;
  display: flex;
  justify-content: center;
  align-content: center;
  position: fixed;
  right: 30px;
  bottom: calc(30% - 90px);
  z-index: 6;
  transition: .5s;
  cursor: pointer;
  text-decoration: none;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity:80%;
}

.persistant-exit-button:hover {
  background-color: #f7941d;
}

.persistant-exit-button:hover span {
  color: white !important;
}
.persistant-exit-button:hover a {
  text-decoration: none;
}
/* Persistent Exit Button */

.oppurt-header{
  padding: 40px 0px;
  margin-top: 6%;
}

.upload-resume-button:hover {
  background-color: #f7941d;
  border:1px solid #f7941d;
}

.upload-resume-button:hover .custom-file-upload-lbl{
  color:white;
}

.wa-opp-submit-btn:hover {
  background-color: #313131 !important;
}


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

.resume-section-overlay .upload-icon {
  width: 75px;
  height: 75px;
  background-image: url('../images/icon-uploaded.png');
  margin-bottom: 25px;
  background-size: 100% 100%;
}

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

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

.resume-close:hover {
  background-color: #f7941d;
}

.resume-close:before,
.resume-close:after {
  width: 40%;
  height: 2px;
  content: '';
  background-color: #ededee;
  position: absolute;
}

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


/*Custom Select Contact Start */
.contact-menu-options,
.bm-container .wpcf7-form-control-wrap{
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: unset;
  /*border-bottom: 1px solid #fff;*/
  font-size: 1em;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.contact-menu-options select,
.bm-container .wpcf7-form-control-wrap select{
  display: none; /*hide original SELECT element: */
}
/* Custom Select opportunities*/

/* The container must be positioned relative: */
.opport-menu-options {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: unset;
  /*border-bottom: 1px solid #fff;*/
  font-size: 1em;
  display: block;
  width: 100%;
}

.opport-menu-options select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
  /*  border: 1px solid #000;*/
  padding-left: 0;
}


/* Style the arrow inside the select element: */
.select-selected:after{
  position: absolute;
  content: "";
  top: 14px;
  right: 20px;
  width: 0;
  height: 0;
  transform: rotate(45deg) translateY(-5px);
  -webkit-transform: rotate(45deg) translateY(-3px);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: white;
  padding: 8px 16px;
  border-bottom: 1px solid white;
  cursor: pointer;
}
.select-selected {
  padding: 8px 5px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff !important;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 99;
  border: none;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  color:  #313131;
}

.select-items div:hover {
  background-color: #f7941d;
  color: #fff;
}

.select-items div {
  border-bottom: none;
  padding: 12px 16px;
}

/*
Custom Select End
 */


/* Campaign CTA cards CSS -Start
 */

.campaign-cta-container {
  min-height: 700px;
  background-color: white;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.campaign-cta-ins-container {
  display: flex;
  flex-wrap: wrap;
  /* width: 60px; */
  align-items: center;
  max-width: 1300px;
  justify-content: center;
  height: 100%;

}

.campaign-cta-ins-container h2{
  color:white;
}

.camp-card-inf{
  width: 100%;
  background-color: #ae4076;
  padding: 128px 35px;
  height: 100%;
}

.camp-card-endorse{
  width: 100%;
  background-color: #006b8f;
  padding: 128px 35px;
  height: 100%;
}
.camp-card-support{
  width: 100%;
  background-color: #373085;
  padding: 128px 35px;
  height: 100%;
}

.campaign-cta-row{
  display: flex;
  flex-wrap: wrap;
}

.campaign-cta-col{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.camp-card-inf h2 ,
.camp-card-endorse h2,
.camp-card-support h2
{
  padding-bottom: 5px;
}

.camp-card-inf h1 ,
.camp-card-endorse h1,
.camp-card-support h1
{
  padding-top: 30px;
}

.camp-card-inf-btn,
.camp-card-endorse-btn,
.camp-card-support-btn{
  border-width: 1px;
  border-color:white;
  background-color: transparent;
  color: white;
  padding: 10px 30px;
  transition: .2s;
  border-radius: 1px;
}

.camp-card-inf-btn:hover,
.camp-card-endorse-btn:hover,
.camp-card-support-btn:hover {
  color: #f7941d;
  background-color: white;
  text-decoration: none;
}

.camp-card-endorse > h1 ,
.camp-card-support > h1
{
  color: #f7941d;
}

.camp-card-endorse > p ,
.camp-card-support > p
{
  color: white;
}

.camp-card-support .a2a_kit {
  display: flex;
}

.camp-card-support .a2a_kit > a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.camp-card-support .a2a_kit > a.a2a_dd {
  border: 1px solid #fff;
  border-radius: 50%;
}


/* Campaign CTA cards CSS -End
 */

.overlay_img {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay_img > .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color:black;
}
.overlay_img > .image_overlay_ins {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  height: 100%;
}

.opp-apply .inner-wrapper > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.opp-apply .inner-wrapper > div h3 {
  margin-bottom: 50px;
  width: 100%;
}

.opp-apply .inner-wrapper > div .cf7sg-container {
  width: 100%;
  margin-bottom: 60px;
}

.opp-apply  .select-items div, .opp-apply  .select-selected {
  color: #313131;
  border-color: #313131;
}

@media all and (max-width: 767px) {
  .opp-apply {
    padding: 0 15px;
  }

  .b-publications .blog-header, .b-opportunities .blog-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Research NEwsletter Womanact */

.news-body-info .main {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-top: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 1em;
}

/* Hide the default checkbox */
.news-body-info .main input[type=checkbox] {
   visibility: hidden;
   margin: 0;
 }

.news-body-info .cb-container input[type=checkbox] {
  visibility: visible;
  margin: 0;
}

.cb-container .wpcf7-list-item > label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.cb-container .wpcf7-list-item > label input[type=checkbox]{
  width: 30px;
  margin-top: 5px;
}

.cb-container .span {
  width: 100%;
}

.cb-container .wpcf7-list-item > label span {
  width: calc(100% - 30px);
}

.campaign-cta-ins-container h2:after {
  margin: 40px 0;
}

select.wpcf7-form-control {
  border: none;
  border-bottom: 1px solid grey;
  padding: 10px 0;
}

.dk-speakout-optin-checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.dk-speakout-optin-checkbox input[type=checkbox] {
  visibility: visible;
  margin-right: 5px;
}

.wpcf7-form-control-wrap textarea {
  border: none;
  border-bottom: 1px solid grey;
  height: 150px;
  resize: none;
}

/* Creating a custom checkbox
based on demand */
.geekmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #0b2e13;
}

/* Specify the background color to be
shown when checkbox is checked */
.main input:checked ~ .geekmark {
  background-color: white;
  color:black;
}

/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.geekmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Display checkmark when checked */
.main input:checked ~ .geekmark:after {
  display: block;
}

/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and
showing only two border to make it look
like a tickmark */
.main .geekmark:after {
  left: 7px;
  bottom: 5px;
  width: 9px;
  height: 18px;
  border: solid #f7941d;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#researchModal .news-head,
#partner_with_us .news-head,
.wa_modal .news-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.res-nwesltr-dialog{
  width: 596px;
}

.wa_modal {
  display: none;
}

.res-nwesltr-content{
  background-color: white;
  padding:0;
}
.res-nwesltr-content .news-body{
  padding: 21px 30px;
}
.res-nwesltr-main{
  margin: 0;
  margin-left: 35.5%;
  margin-top: 5%;
}

/* Research NEwsletter Womanact */

.single-image-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 4000;
  background-color: rgba(255,255,255,.95);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  padding: 0 5%;
  overflow: auto;
}

.single-image-popup > div {
  max-width: 1200px;
  max-height: 80vh;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 60px 0 0;
}

.single-image-popup img {
  /*height: auto;*/
  max-width: 100%;
  max-height: 100%;
  /*width: 100%;*/
}

.single-image-popup img.width-image {
  height: auto;
  max-width: 100%;
  min-width: 80%;
  width: 100%;
  max-height: unset;
}

.single-image-popup img.height-image {
  width: auto;
  max-height: 100%;
  min-height: 80%;
}


.single-image-popup img.image-close {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 10;
}

.single-image-popup .image-close-trigger {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  position: absolute;
  right: -40px;
  top: -40px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.single-image-popup .image-close-trigger:before {
  width: 100%;
  height: 2px;
  background-color: #f7941d;
  position: absolute;
  content: '';
  transition: .2s;
}

.single-image-popup .image-close-trigger:after {
  width: 100%;
  height: 2px;
  background-color: #f7941d;
  position: absolute;
  content: '';
  transform: rotate(90deg);
  transition: .2s;
}

.single-image-popup .image-close-trigger:hover:before,
.single-image-popup .image-close-trigger:hover:after {
  background-color: #fff;
}

.single-image-wrapper img {
  transition: .5s;
}
.single-image-wrapper img:hover {
  transform: scale(1.5);
  cursor: zoom-in;
  transition: .5s;
}

.single-image-popup {
  background-color: rgba(219,219,219,.8);
}

.single-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#aw-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-news-popup.cb-container a {
  color: #313131;
  font-size: 1em;
  text-decoration: underline;
}

.form-news-popup.cb-container a:hover {
  color: #f7941d;
}

.cb-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.cb-container .wpcf7-list-item > label input[type=radio] {
  width: 30px;
  margin-top: 5px;
}

.wpcf7-form-control {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
span.wpcf7-list-item {
  margin-left: 0 !important;
}

.form-divider {
  width: 100%;
  height: 2px;
  background-color: grey;
  margin: 20px 0;
  opacity: .6;
}

input[type=submit].wpcf7-form-control {
  width: unset;
}

.dk-speakout-petition-wrap {
  background-color: #fff;
}

.dk-speakout-options-checkbox input[type=checkbox] {
  visibility: visible !important;
}

.dk-speakout-full input {
  padding: 10px 0 !important;
  border: none!important;
  border-radius: 0!important;
  border-bottom: 1px solid grey !important;
}

.dk-speakout-message {
  margin-top: 20px !important;
}

.dk-speakout-submit {

}

.dk-speakout-submit {
  border: 1px solid #313131;
  color: #313131 !important;
  background: #fff;
  padding: 16px 30px;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 20px 0;
  text-shadow: none;
  border-radius: 0;
  box-shadow: none;
}

.dk-speakout-submit span {
  color: #313131 !important;
}

.dk-speakout-submit:hover {
  background-color: #313131 !important;
}

.dk-speakout-submit:hover span{
  color: #fff !important;
  text-decoration: none;
}

.cwp-animate_slide .cwp-block-slider-pagin {
  background-color: lightgrey !important;
}

.slick-active .cwp-block-slider-pagin,
.cwp-animate_slide .cwp-block-slider-pagin:hover{
  background-color: #f7941d !important;
}


.campaign-cta-ins-container h2:after {
  margin: 40px 0;
}

select.wpcf7-form-control {
  border: none;
  border-bottom: 1px solid grey;
  padding: 10px 0;
}

.dk-speakout-optin-checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.dk-speakout-optin-checkbox input[type=checkbox] {
  visibility: visible;
  margin-right: 5px;
}

.wpcf7-form-control-wrap textarea {
  border: none;
  border-bottom: 1px solid grey;
  height: 150px;
  resize: none;
}

#wpcf7-f3433-o7 > .wpcf7-form > p {
  padding-top: 15px;
}

.lower-nav-wrapper.mobile-show {
  padding-bottom: 60px;
}

.forum-admin {
  margin: 0 auto 0;
  max-width: 1300px;
  padding: 50px 15px;
}

.bbpress-wrapper {
  width: 100%;
  min-height: 300px;
  max-width: 1300px;
  padding: 50px 15px 0;
  margin: 0 auto;
}

#bbpress-forums {
  font-size: 14px;
}

.bbp-form {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.user-submit,
.bbp-submit-wrapper .submit,
#bbp_search_submit{
    border: 1px solid #313131;
    color: #313131;
    background-color: transparent;
    padding: 16px 30px;
    transition: .2s;
    display: inline-block;
    cursor: pointer;
    font-size: .8em;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: uppercase;
}

#bbpress-forums #bbp-search-form #bbp_search {
  padding: 6px 15px;
  font-size: 12px;
  border: 1px solid #313131;
  border-radius: 0;

}

#bbp_search_submit {
  padding: 6px 15px;
  font-size: 13px;
}

.bbp-search-form {
  margin-top: 10px;
}
.user-submit:hover,
.bbp-submit-wrapper .submit:hover,
#bbp_search_submit:hover{
  color: #fff;
  background-color: #313131;
  text-decoration: none;
}

#bbp_reply_submit,
#bbp_topic_submit{
  border-color: #f7941d;
  color: #fff;
  background-color: #f7941d;
  font-size: 1.2em;
}

#bbp_reply_submit:hover,
#bbp_topic_submit:hover{
  background-color:  #fff;
  color: #f7941d;
}

.forum-admin > div {
  display: none;
}

#bbpress-forums div.bbp-reply-author {
  padding-top: 12px;
}

.forum-admin > div.show {
  display: block;
}

.forum-admin-trigger {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #f7941d;
  cursor: pointer;
}

.forum-admin-trigger:hover {
  text-decoration: underline;
}

.bbpress-wrapper .status-pending {
  display: none;
}

.bbp-topic-form .bbp-form > div,
#new-post .bbp-form > div {
  width: 100%;
}

.logged-in {
  padding: 25px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.logged-in .user-submit {
  margin-left: 10px;
}

.bbp-breadcrumb {
  width: 100%;
  background-color: #313131;
  padding: 15px 10px;
}

.bbp-breadcrumb p {
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: 700;
}

.subscription-toggle {
  display: none;
}

.bbp-breadcrumb-sep,
.bbp-breadcrumb-current{
  color: #fff;
}

.bbp-breadcrumb-home,
.bbp-breadcrumb-home + .bbp-breadcrumb-sep{
  display: none;
}

.bbpress-wrapper .bbp-template-notice.info {
  border-radius: 0;
  background-color: #ededee;
  border-color: #ededee;
}

.bbp-topic-description .bbp-author-avatar,
.bbp-forum-description .bbp-author-avatar,
.bbp-topic-started-by .bbp-author-avatar,
.bbp-topic-meta .bbp-author-avatar{
  display: none;
}
.bbp-forum-description {
  font-size: 1.2em;
  color: #313131;
}

.bbp-forum-description a,
.bbp-topic-description a{
  color: #313131 !important;
  text-decoration: underline !important;
}

div.bbp-template-notice li, div.bbp-template-notice p {
  font-size: 16px;
}

.forum-titles > li {
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 700;
}

.bbp-topic-permalink {
  font-weight: 700;
  font-size: 16px;
}

.bbp-topic-started-by,
.bbp-topic-freshness,
.bbp-forum-freshness{
  font-size: 14px;
  font-weight: 700;
}

a .bbp-author-name {
  font-weight: 500;
  font-size: 14px;
}

.bbp-author-role,
.bbp-reply-ip,
.favorite-toggle,
#subscription-toggle,
.bbp-reply-permalink{
  display: none;
}

.bbp-form .bbp-template-notice,
div.bbp-template-notice{
  background-color: #f2d1e3;
  border-color: #f2d1e3;
  border-radius: 0;
}

.bbp-attachments-form .upload-label {
  border: 1px solid #313131;
  color: #313131;
  background-color: transparent;
  padding: 16px 30px;
  transition: .2s;
  display: inline-block;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.bbp-attachments-form .upload-label + input[type=file] {
  display: none;
}

.bbp-attachments-form .upload-label:hover {
  background-color: #313131;
  color: #fff;
}

.d4p-attachment-addfile {
  display: none;
}

#bbpress-forums fieldset.bbp-form {
  border: none;
  padding: 0;
}

.bbp-header .bbp-reply-author {
  text-align: left !important;
}

.bbp-forum-info .bbp-forum-title {
  font-size: 16px;
  font-weight: 700;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
  font-size: 14px;
}

.forum-header-wrapper {
  background: linear-gradient(90deg,rgb(247,148,29) 0%,rgb(255,203,5) 100%);

}

.forum-header-wrapper > div {
  padding: 15px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;

}

.forum-header-wrapper > div h1 {
  margin: 0;
  text-align: center;
  color: #fff;
}

.forum-login-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.forum-login-wrapper .fl-left {
  width: 50%;
  background-color: #eee;

}

.forum-login-wrapper .fl-left > div {
  width: 100%;
  max-width: 700px;
  margin: 0 0 0 auto;
  padding: 50px 8%;
}

.forum-login-wrapper .fl-right {
  width: 50%;
}

.forum-login-wrapper .fl-right > div {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 0 0;
  padding: 50px 8%;
}

#bbp-user-avatar {
  display: none;
}

.footer-links a {
  margin: 0 5px;
  text-transform: uppercase;
}

.bbp-user-edit-link,
.bbp-author-avatar{
  display: none;
}

@media all and (max-width: 992px) {
  .forum-login-wrapper .fl-right,
  .forum-login-wrapper .fl-left{
    width: 100%;
  }

  .footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.article-slider .slick-list {
  padding-right: 0;
}

.image-gallery-slider .slick-dots > li.slick-active button,
.video-gallery-slider .slick-dots > li.slick-active button,
.article-slider .slick-dots > li.slick-active button{
  background-color: #fff;
}

.image-gallery-slider .slick-dots,
.video-gallery-slider .slick-dots,
.article-slider .slick-dots{
  position: absolute;
  top: -90px;
  width: calc(100% - 40px);
  z-index: 1;
  margin: 0;
  right: 20px;
  padding: 0 0 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.image-gallery-slider,
.video-gallery-slider{
  margin-bottom: 100px;
}

.image-gallery-slider .slick-dots,
.video-gallery-slider .slick-dots{
  top: unset;
  bottom: -50px;
  width: calc(100% - 140px);
  left: 0;
  right: unset;
}


.image-gallery-slider  .slick-list,
.video-gallery-slider  .slick-list,
.article-slider  .slick-list{
  transition: .5s;
}

.image-gallery-slider .slick-dots > li,
.video-gallery-slider .slick-dots > li,
.article-slider .slick-dots > li{
  flex: 1;
  height: 6px;
  display:flex;
  background-color: #E3E5ED;
}

.image-gallery-slider .slick-dots > li button,
.video-gallery-slider .slick-dots > li button,
.article-slider .slick-dots > li button{
  content: '';
  width: 100%;
  border: none;
  box-shadow: none;
  height: 6px;
  background-color: #E3E5ED;
  overflow: hidden;
  transition: .5s;
  /*margin-right: 5px;*/
  font-size: 0;
}

.image-gallery-slider .slick-dots > li.slick-active button,
.video-gallery-slider .slick-dots > li.slick-active button,
.article-slider .slick-dots > li.slick-active button{
  background-color: #F29534;
}

.slick-arrow {
  position: absolute;
  top: -60px;
  right: 20px;
  color: #6D6E70;
  border: 1px solid #6D6E70;
  z-index: 2;
  font-size: 14px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .2s;
  border-radius: 50%;
}

.wa-banner-slider .slick-arrow {
  top: unset;
}

.slick-arrow.prev-arrow {
  right: 80px;
}

.image-gallery-slider .slick-arrow,
.video-gallery-slider .slick-arrow{
  top: unset;
  bottom: -70px;
  right: 0;
}

.image-gallery-slider .slick-arrow.prev-arrow,
.video-gallery-slider .slick-arrow.prev-arrow {
  right:60px;
}


.slick-arrow:hover {
  color: #F29534;
  border-color: #F29534;
}

h2.article-slider-header:after {
  display: none;
}

h2.article-slider-header {
  padding-top: 0;
  width: calc(100% - 100px);
  margin-bottom: 20px;
}

.article-slider-link h2.article-slider-header {
  width: calc(100% - 140px);
}

.article-slider-link .slick-arrow {
  right: 180px;
}

.article-slider-link .slick-arrow.prev-arrow{
  right: 240px;
}

.article-slider-header-wrapper {
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.article-slider {
  display: block;
}

.article-slider .slick-list {
  overflow: visible;
  clip-path: inset( -100vw -100vw -100vw 0 );
}

.article-slider-link-mobile-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-slider-link-mobile-wrapper {
  display: none;
}

.image-gallery-container {
	max-height: 500px;
	opacity: 0;
	transition: .2s;
}

.image-gallery-container.slick-initialized {
	opacity: 1;
}

.gallery-item {
  position: relative;
}

.gallery-item .gallery-item-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(0,0,0,.5);
}

.gallery-item .gallery-item-info p {
  color: #fff;
  margin: 0;
  font-size: .9em;
}

.video-gallery-slider .wp-element-caption  {
  padding: 10px;
  background-color: #E3E5ED;
  color: #000;
  margin: 0;
  font-size: .9em;
}

.gallery-item img {
  height: 500px;
}


.image-gallery-slider .slick-list {
  overflow: visible;
  clip-path: inset( -100vw -100vw -100vw 0 );
}

@media all and (max-width: 992px) {
  .article-slider-link-mobile-wrapper {
    display: flex;
  }

  .article-slider-link-dt {
    display: none;
  }

  .article-slider-link h2.article-slider-header {
    width: calc(100% - 120px);
  }

  .article-slider-link .slick-arrow {
    right: 20px;
  }

  .article-slider-link .slick-arrow.prev-arrow{
    right: 80px;
  }



}

@media all and (max-width: 500px) {
  .gallery-item img {
    height: auto;
    width: 100%;
  }

  .image-gallery-slider .slick-list {
    overflow: hidden;
    clip-path: unset;
  }

  .image-gallery-slider .slick-track {
    display: flex;
    align-items: center;
  }

/*  .image-gallery-slider .slick-slide {
    display: flex;
    align-items: center;
  }*/

}

.block-editor-inner-blocks .image-gallery-container {
  max-height: unset;
  opacity: 1;
}

.block-editor-inner-blocks div[data-type="acf/wa-video-gallery-slider"]

{
  width: 100%;
  padding: 20px;
  border: 1px solid #000;
}
.block-editor-inner-blocks div[data-type="acf/wa-gallery-slider"] {
  min-width: 300px;
}

.block-editor-inner-blocks div[data-type="acf/wa-gallery-item"] {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #000;
  min-height: 200px;
  min-width: 300px;
}

