@font-face {
  font-family: "GuillonRegular";
  src: url("../fonts/Guillon/woff/Guillon-Regular.woff") format("woff"), url("../fonts/Guillon/woff2/Guillon-Regular.woff2") format("woff2"), url("../fonts/Guillon/ttf/Guillon-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GuillonLight";
  src: url("../fonts/Guillon/woff/Guillon-Light.woff") format("woff"), url("../fonts/Guillon/woff2/Guillon-Light.woff2") format("woff2"), url("../fonts/Guillon/ttf/Guillon-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  left: calc(-1.27rem + 2px);
}
.custom-switch .custom-control-label:before {
  top: 1px;
  border: 1px solid #666666;
  height: 1.9rem !important;
  width: 3.5rem !important;
}
.custom-switch .custom-control-label:after {
  left: calc(-1.8rem - 2px);
  background-color: #666666;
  height: calc(1.6rem - 4px) !important;
  width: calc(1.6rem - 4px) !important;
  top: 5px !important;
}
.work-in-progress {
  cursor: wait !important;
}

.loader-logo .top-row,
.loader-logo .middle-row,
.loader-logo .bottom-row {
  height: 71px;
  display: block;
  width: 100%;
  position: relative;
}
.loader-logo .top-row.top-row:before,
.loader-logo .middle-row.top-row:before,
.loader-logo .bottom-row.top-row:before {
  content: "";
  background-color: #000000;
  height: 71px;
  width: 45px;
  display: block;
  left: auto;
  right: auto;
  margin: 0 auto;
  animation-delay: 0.6666666667s;
  animation-name: loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.loader-logo .top-row.middle-row:before,
.loader-logo .middle-row.middle-row:before,
.loader-logo .bottom-row.middle-row:before {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 71px;
  width: 45px;
  display: block;
  left: auto;
  right: 45px;
  margin: 0 auto;
  animation-delay: 0.3333333333s;
  animation-name: loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.loader-logo .top-row.middle-row:after,
.loader-logo .middle-row.middle-row:after,
.loader-logo .bottom-row.middle-row:after {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 71px;
  width: 45px;
  display: block;
  left: 45px;
  right: auto;
  margin: 0 auto;
  animation-delay: 0.3333333333s;
  animation-name: loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.loader-logo .top-row.bottom-row:before,
.loader-logo .middle-row.bottom-row:before,
.loader-logo .bottom-row.bottom-row:before {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 71px;
  width: 45px;
  display: block;
  left: auto;
  right: 90px;
  margin: 0 auto;
  animation-delay: 0s;
  animation-name: loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.loader-logo .top-row.bottom-row:after,
.loader-logo .middle-row.bottom-row:after,
.loader-logo .bottom-row.bottom-row:after {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 71px;
  width: 45px;
  display: block;
  left: 90px;
  right: auto;
  margin: 0 auto;
  animation-delay: 0s;
  animation-name: loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.loader-logo.small {
  width: 60px;
  margin: 0 auto;
}
.loader-logo.small .top-row,
.loader-logo.small .middle-row,
.loader-logo.small .bottom-row {
  height: 22px;
  width: 100%;
}
.loader-logo.small .top-row.top-row:before,
.loader-logo.small .middle-row.top-row:before,
.loader-logo.small .bottom-row.top-row:before {
  content: "";
  height: 22px;
  width: 14px;
}
.loader-logo.small .top-row.middle-row:before,
.loader-logo.small .middle-row.middle-row:before,
.loader-logo.small .bottom-row.middle-row:before {
  content: "";
  height: 22px;
  width: 14px;
  right: 9px;
}
.loader-logo.small .top-row.middle-row:after,
.loader-logo.small .middle-row.middle-row:after,
.loader-logo.small .bottom-row.middle-row:after {
  content: "";
  height: 22px;
  width: 14px;
  left: 9px;
}
.loader-logo.small .top-row.bottom-row:before,
.loader-logo.small .middle-row.bottom-row:before,
.loader-logo.small .bottom-row.bottom-row:before {
  content: "";
  height: 22px;
  width: 14px;
  right: 50px;
}
.loader-logo.small .top-row.bottom-row:after,
.loader-logo.small .middle-row.bottom-row:after,
.loader-logo.small .bottom-row.bottom-row:after {
  content: "";
  height: 22px;
  width: 14px;
  left: 50px;
}
.loader-logo.no-animation .top-row.top-row:before,
.loader-logo.no-animation .middle-row.top-row:before,
.loader-logo.no-animation .bottom-row.top-row:before {
  animation: none;
}
.loader-logo.no-animation .top-row.middle-row:before,
.loader-logo.no-animation .middle-row.middle-row:before,
.loader-logo.no-animation .bottom-row.middle-row:before {
  animation: none;
}
.loader-logo.no-animation .top-row.middle-row:after,
.loader-logo.no-animation .middle-row.middle-row:after,
.loader-logo.no-animation .bottom-row.middle-row:after {
  animation: none;
}
.loader-logo.no-animation .top-row.bottom-row:before,
.loader-logo.no-animation .middle-row.bottom-row:before,
.loader-logo.no-animation .bottom-row.bottom-row:before {
  animation: none;
}
.loader-logo.no-animation .top-row.bottom-row:after,
.loader-logo.no-animation .middle-row.bottom-row:after,
.loader-logo.no-animation .bottom-row.bottom-row:after {
  animation: none;
}
@keyframes loading {
  0% {
    background-color: #000000;
  }
  25% {
    background-color: #2087C9;
  }
  100% {
    background-color: #000000;
  }
}

.page-loader {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  display: none;
}
.page-loader.show {
  display: flex;
}

a.do-follow-unfollow {
  border-radius: 30px;
  padding: 7px 15px 5px;
  margin: 0;
  background: #0047b6;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16.15px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  display: block;
  width: 150px;
  max-width: 100%;
  height: 40px;
}
a.do-follow-unfollow.following span {
  display: none;
}
a.do-follow-unfollow.following span:last-child {
  display: inline;
}
a.do-follow-unfollow:not(.following) span {
  display: none;
}
a.do-follow-unfollow:not(.following) span:first-child {
  display: inline;
}

body.home .activity-list .abidplus-list-item a.do-follow-unfollow {
  margin-left: 15px;
  display: block;
  width: 150px;
}

.share-wrapper {
  position: relative;
}
.share-wrapper .share-popup {
  position: absolute;
  right: 16px;
  top: -3px;
  width: 160px;
  box-shadow: 1px 1px 4px #999;
  border-radius: 6px;
}
.share-wrapper .share-popup .card-body {
  padding: 2px 7px 5px;
}

.btn-delete-activity {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.btn-delete-activity:hover {
  opacity: 1;
}
.btn-delete-activity img {
  width: 32px;
  height: 32px;
  margin-top: -3px;
}

.clear {
  clear: both;
}

.company-filters-wrapper .show-followed-wrapper {
  margin-bottom: 25px;
}
.company-filters-wrapper .show-followed-wrapper .form-group {
  margin-bottom: 0;
}
.company-filters-wrapper .show-followed-wrapper .form-group .custom-switch {
  margin-left: 0;
}
.company-filters-wrapper .form-group {
  margin-bottom: 0;
}
.company-filters-wrapper .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 23px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
  background-position-y: 12px;
  background-image: url("data:image/svg+xml,<svg width='12' height='12' xmlns='http://www.w3.org/2000/svg'><path d='m0,3l6,6l6,-6l-12,0z'/><path fill='none' d='m0,0l12,0l0,12l-12,0l0,-12z'/></svg>");
}
.company-filters-wrapper .form-group select::-ms-expand {
  display: none;
}
.company-filters-wrapper .filter-exchange-wrapper,
.company-filters-wrapper .filter-industries-wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .company-filters-wrapper .filter-exchange-wrapper,
  .company-filters-wrapper .filter-industries-wrapper {
    margin-bottom: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.company-filters-wrapper .tags-industries-wrapper-row .tags-industries-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
.company-filters-wrapper .tags-industries-wrapper-row .tags-industries-wrapper ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  text-align: center;
}
.company-filters-wrapper .tags-industries-wrapper-row .tags-industries-wrapper ul li {
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #0047b6;
  border: 1px solid #0047b6;
  border-radius: 20px;
  cursor: pointer;
  padding: 4px 14px;
  margin: 0 7px 13px;
}
.company-filters-wrapper .tags-industries-wrapper-row .tags-industries-wrapper .tags-industries-level-one {
  display: inline-block;
}
.company-filters-wrapper .tags-industries-wrapper-row .tags-industries-wrapper .tags-industries-level-one.selected {
  background-color: #0047b6;
  color: #ffffff;
}
.company-filters-wrapper .tags-industries-wrapper-row .tags-industries-wrapper .tags-industries-level-two {
  display: inline-block;
}
.company-filters-wrapper .tags-industries-wrapper-row .tags-industries-wrapper .tags-industries-level-two.hidden {
  display: none;
}
.company-filters-wrapper .tags-industries-wrapper-row .tags-industries-wrapper .tags-industries-level-two.selected {
  background-color: rgb(101, 191, 252);
  color: #ffffff;
}
.company-filters-wrapper .tags-industries-wrapper-row .tags-industries-wrapper .tags-industries-level-three-wrapper li {
  display: inline-block;
}
.company-filters-wrapper .tags-industries-wrapper-row .tags-industries-wrapper .tags-industries-level-three-wrapper li.hidden {
  display: none;
}
.company-filters-wrapper .tags-industries-wrapper-row .tags-industries-wrapper .tags-industries-level-three-wrapper li.selected {
  background-color: rgb(0, 148, 167);
  color: #ffffff;
}
.company-filters-wrapper .tags-industries-wrapper-row .load-more {
  display: block;
  margin: -10px auto 20px;
  color: #0047b6;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 26.4px;
  /* 155.294% */
  cursor: pointer;
}
.company-filters-wrapper .tags-industries-wrapper-row .load-more::after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  margin: 0 0 0 5px;
  background: url(../images/icon-down-arrow-slim.svg) no-repeat center center/contain;
}
.company-filters-wrapper .tags-industries-wrapper-row .load-more span:first-child {
  display: inline;
}
.company-filters-wrapper .tags-industries-wrapper-row .load-more span:last-child {
  display: none;
}
.company-filters-wrapper .tags-industries-wrapper-row .load-more.show-less span:first-child {
  display: none;
}
.company-filters-wrapper .tags-industries-wrapper-row .load-more.show-less span:last-child {
  display: inline;
}
.company-filters-wrapper .tags-industries-wrapper-row .load-more.show-less::after {
  transform: rotate(180deg);
}

.company-results-more-button-wrapper,
.video-results-more-button-wrapper,
.activity-results-more-button-wrapper {
  margin-top: 35px;
}
.company-results-more-button-wrapper #company-results-more-button,
.company-results-more-button-wrapper #video-results-more-button,
.company-results-more-button-wrapper #activity-results-more-button,
.video-results-more-button-wrapper #company-results-more-button,
.video-results-more-button-wrapper #video-results-more-button,
.video-results-more-button-wrapper #activity-results-more-button,
.activity-results-more-button-wrapper #company-results-more-button,
.activity-results-more-button-wrapper #video-results-more-button,
.activity-results-more-button-wrapper #activity-results-more-button {
  cursor: pointer;
  color: #0047b6;
  font-family: "Roboto", sans-serif;
  font-size: 19.8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 26.4px;
  border: 1.32px solid #6ca0f0;
  box-shadow: 0px 6.60002px 26.40007px 0px #d6d6ff;
  display: block;
  max-width: 380px;
  padding: 10px 45px 8px;
  text-align: center;
  margin: 0 auto;
  min-height: 44px;
}
.company-results-more-button-wrapper #company-results-more-button.hidden,
.company-results-more-button-wrapper #video-results-more-button.hidden,
.company-results-more-button-wrapper #activity-results-more-button.hidden,
.video-results-more-button-wrapper #company-results-more-button.hidden,
.video-results-more-button-wrapper #video-results-more-button.hidden,
.video-results-more-button-wrapper #activity-results-more-button.hidden,
.activity-results-more-button-wrapper #company-results-more-button.hidden,
.activity-results-more-button-wrapper #video-results-more-button.hidden,
.activity-results-more-button-wrapper #activity-results-more-button.hidden {
  display: none;
}
.company-results-more-button-wrapper #company-results-more-button.loader,
.company-results-more-button-wrapper #video-results-more-button.loader,
.company-results-more-button-wrapper #activity-results-more-button.loader,
.video-results-more-button-wrapper #company-results-more-button.loader,
.video-results-more-button-wrapper #video-results-more-button.loader,
.video-results-more-button-wrapper #activity-results-more-button.loader,
.activity-results-more-button-wrapper #company-results-more-button.loader,
.activity-results-more-button-wrapper #video-results-more-button.loader,
.activity-results-more-button-wrapper #activity-results-more-button.loader {
  border: none;
  box-shadow: none;
  cursor: default;
}
.company-results-more-button-wrapper #company-results-more-button.loader span,
.company-results-more-button-wrapper #video-results-more-button.loader span,
.company-results-more-button-wrapper #activity-results-more-button.loader span,
.video-results-more-button-wrapper #company-results-more-button.loader span,
.video-results-more-button-wrapper #video-results-more-button.loader span,
.video-results-more-button-wrapper #activity-results-more-button.loader span,
.activity-results-more-button-wrapper #company-results-more-button.loader span,
.activity-results-more-button-wrapper #video-results-more-button.loader span,
.activity-results-more-button-wrapper #activity-results-more-button.loader span {
  width: 20px;
  height: 12px;
  display: block;
  text-indent: -99999px;
  margin: 5px auto 0;
  position: relative;
  border-radius: 4px;
  color: #0047b6;
  background: currentColor;
  box-sizing: border-box;
  animation: animloader 0.6s 0.3s ease infinite alternate;
}
.company-results-more-button-wrapper #company-results-more-button.loader span::after, .company-results-more-button-wrapper #company-results-more-button.loader span::before,
.company-results-more-button-wrapper #video-results-more-button.loader span::after,
.company-results-more-button-wrapper #video-results-more-button.loader span::before,
.company-results-more-button-wrapper #activity-results-more-button.loader span::after,
.company-results-more-button-wrapper #activity-results-more-button.loader span::before,
.video-results-more-button-wrapper #company-results-more-button.loader span::after,
.video-results-more-button-wrapper #company-results-more-button.loader span::before,
.video-results-more-button-wrapper #video-results-more-button.loader span::after,
.video-results-more-button-wrapper #video-results-more-button.loader span::before,
.video-results-more-button-wrapper #activity-results-more-button.loader span::after,
.video-results-more-button-wrapper #activity-results-more-button.loader span::before,
.activity-results-more-button-wrapper #company-results-more-button.loader span::after,
.activity-results-more-button-wrapper #company-results-more-button.loader span::before,
.activity-results-more-button-wrapper #video-results-more-button.loader span::after,
.activity-results-more-button-wrapper #video-results-more-button.loader span::before,
.activity-results-more-button-wrapper #activity-results-more-button.loader span::after,
.activity-results-more-button-wrapper #activity-results-more-button.loader span::before {
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 12px;
  background: currentColor;
  position: absolute;
  border-radius: 4px;
  top: 0;
  right: 110%;
  animation: animloader 0.6s ease infinite alternate;
}
.company-results-more-button-wrapper #company-results-more-button.loader span::after,
.company-results-more-button-wrapper #video-results-more-button.loader span::after,
.company-results-more-button-wrapper #activity-results-more-button.loader span::after,
.video-results-more-button-wrapper #company-results-more-button.loader span::after,
.video-results-more-button-wrapper #video-results-more-button.loader span::after,
.video-results-more-button-wrapper #activity-results-more-button.loader span::after,
.activity-results-more-button-wrapper #company-results-more-button.loader span::after,
.activity-results-more-button-wrapper #video-results-more-button.loader span::after,
.activity-results-more-button-wrapper #activity-results-more-button.loader span::after {
  left: 110%;
  right: auto;
  animation-delay: 0.6s;
}
@keyframes animloader {
  0% {
    width: 20px;
  }
  100% {
    width: 48px;
  }
}

.company-result-wrapper {
  margin-top: 20px;
  border: 1px solid #d7d7d7;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(121, 121, 121, 0.11);
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper {
    border: none;
  }
}
@media only screen and (max-width: 575px) {
  .company-result-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
  }
}
.company-result-wrapper:hover .collapse-uncollapse-button {
  animation: swing 1s 5;
}
.company-result-wrapper:hover .collapse-uncollapse-button.open {
  animation: none;
}
.company-result-wrapper .collapse-uncollapse-button {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: rotate(90deg) scale(1);
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url(../images/icon-collapse.png) no-repeat center center/contain;
  /*transition: transform 0.8s;*/
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper .collapse-uncollapse-button {
    display: block;
  }
}
.company-result-wrapper .collapse-uncollapse-button.open {
  transform: rotate(270deg);
}
@keyframes swing {
  0% {
    transform: rotate(90deg) scale(1);
  }
  25% {
    transform: rotate(80deg) scale(1.2);
  }
  50% {
    transform: rotate(90deg) scale(1);
  }
  75% {
    transform: rotate(100deg) scale(1.2);
  }
}
.company-result-wrapper > .collapsed {
  display: none;
  width: 100%;
  padding: 15px 15px 15px 20px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .collapsed {
    display: block;
  }
}
.company-result-wrapper > .collapsed .logo-wrapper {
  width: 90px;
  margin-right: 30px;
  float: left;
}
@media only screen and (max-width: 575px) {
  .company-result-wrapper > .collapsed .logo-wrapper {
    width: 45px;
    margin-right: 20px;
  }
}
.company-result-wrapper > .collapsed .logo-wrapper .company-logo {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 6.6px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 575px) {
  .company-result-wrapper > .collapsed .logo-wrapper .company-logo {
    width: 45px;
    height: 45px;
  }
}
.company-result-wrapper > .collapsed .info-wrapper {
  float: left;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 575px) {
  .company-result-wrapper > .collapsed .info-wrapper {
    width: calc(100% - 65px);
  }
}
.company-result-wrapper > .collapsed .info-wrapper h2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 3px;
}
.company-result-wrapper > .collapsed .info-wrapper .info-meta-wrapper {
  margin-bottom: 5px;
}
.company-result-wrapper > .collapsed .info-wrapper .info-meta-wrapper h3 {
  font-size: 16px !important;
  line-height: 21.6px;
  margin: 10px 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.company-result-wrapper > .collapsed .info-wrapper .info-meta-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.company-result-wrapper > .collapsed .info-wrapper .info-meta-wrapper ul li {
  display: inline-block;
  color: #000;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 16.2px;
  font-weight: 500;
  line-height: normal;
  margin: 0 25px;
}
.company-result-wrapper > .collapsed .info-wrapper .info-meta-wrapper ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .company-result-wrapper > .collapsed .info-wrapper .info-meta-wrapper ul li {
    margin: 0 25px 0 0;
  }
}
.company-result-wrapper > .collapsed .info-wrapper .info-meta-wrapper ul li span {
  color: #000;
  font-size: 16.2px;
  font-weight: 400;
  margin-left: 5px;
}
.company-result-wrapper > .collapsed .info-wrapper .buttons-wrapper .do-follow-unfollow span {
  padding-right: 25px;
  position: relative;
}
.company-result-wrapper > .collapsed .info-wrapper .buttons-wrapper .do-follow-unfollow span:first-child:after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-follow.svg");
  padding-left: 8px;
  position: absolute;
  top: 1px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .collapsed .info-wrapper .buttons-wrapper .do-follow-unfollow span:first-child:after {
    top: 0.5px;
  }
}
.company-result-wrapper > .collapsed .info-wrapper .buttons-wrapper .do-follow-unfollow span:last-child:after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-un-follow.svg");
  padding-left: 8px;
  position: absolute;
  top: -1px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .collapsed .info-wrapper .buttons-wrapper .do-follow-unfollow span:last-child:after {
    top: -2.5px;
  }
}
.company-result-wrapper > .collapsed .info-wrapper .buttons-wrapper .meet i {
  display: none;
}
.company-result-wrapper > .collapsed .info-wrapper .buttons-wrapper .meet a {
  padding-right: 38px !important;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .collapsed .info-wrapper .buttons-wrapper .meet a {
    padding-right: 16px !important;
  }
}
.company-result-wrapper > .collapsed .info-wrapper .buttons-wrapper .meet a::after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-meet.svg");
  padding-left: 8px;
  position: absolute;
  top: 10px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .collapsed .info-wrapper .buttons-wrapper .meet a::after {
    position: relative;
    top: 3px;
  }
}
.company-result-wrapper > .collapsed .info-wrapper .buttons-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 150px;
  max-width: 100%;
}
.company-result-wrapper > .collapsed .info-wrapper .buttons-wrapper ul li {
  cursor: pointer;
}
.company-result-wrapper > .collapsed .info-wrapper .buttons-wrapper ul li a {
  border-radius: 30px;
  padding: 7px 15px 5px;
  background: #0047b6;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16.15px;
  font-weight: 500;
  line-height: 19px;
  /* 117.647% */
  text-decoration: none;
  display: block;
}
.company-result-wrapper > .collapsed .info-meta-wrapper h3 {
  font-size: 16px !important;
  line-height: 21.6px;
  margin: 10px 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.company-result-wrapper > .expanded {
  display: block;
  width: 100%;
  padding: 25px 25px 13px;
}
@media only screen and (min-width: 769px) {
  .company-result-wrapper > .expanded {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .company-result-wrapper > .expanded {
    padding: 5px 7px 2px;
  }
}
.company-result-wrapper > .expanded .logo-wrapper {
  width: 147px;
  margin-right: 49px;
  float: left;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .logo-wrapper {
    display: none;
  }
}
.company-result-wrapper > .expanded .logo-wrapper.mobile {
  display: none;
  width: 45px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .logo-wrapper.mobile {
    display: block;
  }
}
.company-result-wrapper > .expanded .logo-wrapper.mobile .company-logo {
  width: 45px;
  height: 45px;
}
.company-result-wrapper > .expanded .logo-wrapper .company-logo {
  display: block;
  width: 147px;
  height: 150px;
  border-radius: 6.6px;
  background-repeat: no-repeat;
  background-position: center;
}
.company-result-wrapper > .expanded .info-wrapper {
  float: left;
  width: calc(100% - 373px);
  border-right: 1px solid #d3e5ff;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-wrapper {
    float: none;
    width: 100%;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #d3e5ff;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-wrapper .info-content-wrapper {
    float: left;
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 575px) {
  .company-result-wrapper > .expanded .info-wrapper .info-content-wrapper {
    width: calc(100% - 65px);
  }
}
.company-result-wrapper > .expanded .info-wrapper .info-content-wrapper h2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
  margin-right: 20px;
}
.company-result-wrapper > .expanded .info-wrapper .mobile-logo-wrapper {
  display: none;
}
.company-result-wrapper > .expanded .info-wrapper .info-description-wrapper {
  margin-top: 15px;
}
.company-result-wrapper > .expanded .info-wrapper .info-description-wrapper p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-wrapper .info-description-wrapper p {
    font-size: 15px;
    line-height: 25px;
  }
}
.company-result-wrapper > .expanded .info-wrapper .info-description-wrapper p .show-more {
  display: none;
  cursor: pointer;
  color: #0047b6;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  position: absolute;
  right: 0;
  bottom: 5px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 60px, rgb(255, 255, 255) 80px, rgb(255, 255, 255) 100%);
  padding: 0 10px 0 80px;
}
.company-result-wrapper > .expanded .info-wrapper .info-description-wrapper p .show-less {
  display: none;
  cursor: pointer;
  color: #0047b6;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 60px, rgb(255, 255, 255) 80px, rgb(255, 255, 255) 100%);
  padding: 0 10px;
}
@media (max-width: 768px) {
  .company-result-wrapper > .expanded .info-wrapper .info-description-wrapper p .show-less {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper {
    margin-top: 30px;
  }
}
.company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper h3 {
  font-size: 16px !important;
  line-height: 21.6px;
  margin: 10px 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta {
  margin-bottom: 20px;
}
.company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta:last-child {
  margin-bottom: 0;
}
.company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta h2 {
  float: left;
  width: 175px;
  margin-right: 25px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16.2px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta h2 {
    width: 110px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta h2 {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
}
.company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta .info-meta-inner {
  overflow: hidden;
  width: calc(100% - 200px);
  float: left;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta .info-meta-inner {
    width: calc(100% - 125px);
  }
}
@media only screen and (max-width: 575px) {
  .company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta .info-meta-inner {
    width: 100%;
  }
}
.company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta .info-meta-inner.collapsed ul {
  position: relative;
}
.company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta .info-meta-inner.collapsed ul:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.7) 40%, rgb(255, 255, 255) 100%);
}
.company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta .info-meta-inner ul {
  float: left;
  width: calc(100% - 90px);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta .info-meta-inner ul {
    width: calc(100% - 55px);
  }
}
@media only screen and (max-width: 575px) {
  .company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta .info-meta-inner ul {
    width: calc(100% - 55px);
  }
}
.company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta .info-meta-inner ul li {
  display: inline-block;
  color: #0047b6;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 16.2px;
  font-weight: 500;
  line-height: normal;
  margin: 0 25px;
}
@media only screen and (max-width: 575px) {
  .company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta .info-meta-inner ul li {
    margin: 0 25px 0 0;
  }
}
.company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta .info-meta-inner ul li span {
  color: #000;
  font-size: 16.2px;
  font-weight: 400;
  margin-left: 5px;
}
.company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta .info-meta-inner > span {
  float: right;
  display: block;
  margin-right: 25px;
  margin-left: 25px;
  width: 36px;
  height: 36px;
  fill: #fff;
  box-shadow: 0px 4px 4px rgba(198, 198, 198, 0.25);
  color: #0047b6;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
  border-radius: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-wrapper .info-meta-wrapper .info-meta .info-meta-inner > span {
    margin-right: 0;
    margin-left: 15px;
  }
}
.company-result-wrapper > .expanded .info-meta-wrapper h3 {
  font-size: 16px !important;
  line-height: 21.6px;
  margin: 10px 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.company-result-wrapper > .expanded .buttons-wrapper {
  width: 150px;
  float: right;
  margin-left: 27px;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .buttons-wrapper {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.company-result-wrapper > .expanded .buttons-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .buttons-wrapper ul {
    margin: 0 auto;
    width: 150px;
    max-width: 100%;
  }
}
.company-result-wrapper > .expanded .buttons-wrapper ul li {
  cursor: pointer;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .buttons-wrapper ul li {
    margin-bottom: 12px;
  }
}
.company-result-wrapper > .expanded .buttons-wrapper ul li.research a::after, .company-result-wrapper > .expanded .buttons-wrapper ul li.presentation a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px 0 -3px 5px;
  background: url(../images/icon-download-white.png) no-repeat center center/contain;
}
.company-result-wrapper > .expanded .buttons-wrapper ul li a {
  border-radius: 30px;
  padding: 7px 15px 5px;
  background: #0047b6;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16.15px;
  font-weight: 500;
  line-height: 19px;
  /* 117.647% */
  text-decoration: none;
  display: block;
}

.company-no-results-message-wrapper,
.video-no-results-message-wrapper,
.activity-no-results-message-wrapper {
  display: none;
}
.company-no-results-message-wrapper p,
.video-no-results-message-wrapper p,
.activity-no-results-message-wrapper p {
  text-align: center;
  padding: 25px 0;
  margin: 25px 0;
  border: 2px dashed #f00;
  border-left: none;
  border-right: none;
  font-size: 18px;
  line-height: 22px;
}

.company-filters-wrapper .form-control {
  border-radius: 5px;
}

.more-details-notch {
  background: #f5f5f5;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: -25px;
  margin-bottom: -1px;
  margin-top: 40px;
  border: 1px solid #c2bbbb;
  border-radius: 10px 10px 0 0;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .more-details-notch {
    margin-right: -15px;
    width: 155px;
  }
}
.more-details-notch p {
  margin-bottom: 0;
  position: relative;
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .more-details-notch p {
    padding-right: 24px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .more-details-notch p {
    font-size: 14px;
  }
}
.more-details-notch p::after {
  content: " ";
  background-image: url(/wp-content/themes/abid-two/assets/images/view-details-info-icon.svg);
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px;
  top: 4px;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .more-details-notch p::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
    top: 3px;
  }
}

.company-result-wrapper {
  margin-top: 0;
  border: 1px solid #c2bbbb;
  box-shadow: none;
  border-radius: 10px 0 10px 10px;
}
.company-result-wrapper > .expanded {
  padding: 30px 40px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded {
    padding: 30px 40px 12px;
  }
}
.company-result-wrapper > .expanded .info-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-header {
    margin-bottom: 30px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-header {
    margin-bottom: 15px;
  }
}
.company-result-wrapper > .expanded .info-header img {
  width: 100px;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-header img {
    width: 70px;
    margin-right: 40px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-header img {
    width: 80px;
    margin-right: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-header h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-header h2 {
    margin-bottom: 10px;
  }
}
.company-result-wrapper > .expanded .info-header h2 a {
  font-size: 28px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-header h2 a {
    font-size: 22px;
    color: #000;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-header h2 a {
    font-size: 22px;
  }
}
.company-result-wrapper > .expanded .info-header .exchanges {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.company-result-wrapper > .expanded .info-header .exchanges span {
  margin-left: 3px;
}
.company-result-wrapper > .expanded .info-header .exchanges .spacer {
  margin: 0 10px;
}
.company-result-wrapper > .expanded .buttons-wrapper {
  width: 150px;
  float: none;
  margin-left: 25px;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .buttons-wrapper {
    width: 150px;
    float: none;
    margin-left: 25px;
    padding-top: 0;
  }
}
.company-result-wrapper > .expanded .buttons-wrapper ul li {
  margin-bottom: 15px;
}
.company-result-wrapper > .expanded .buttons-wrapper ul li a {
  padding: 10px 15px;
}
.company-result-wrapper > .expanded .info-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-details {
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-details {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-details .buttons-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
}
.company-result-wrapper > .expanded .info-details .buttons-wrapper .do-follow-unfollow span {
  padding-right: 25px;
  position: relative;
}
.company-result-wrapper > .expanded .info-details .buttons-wrapper .do-follow-unfollow span:first-child:after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-follow.svg");
  padding-left: 8px;
  position: absolute;
  top: 1px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-details .buttons-wrapper .do-follow-unfollow span:first-child:after {
    top: 0.5px;
  }
}
.company-result-wrapper > .expanded .info-details .buttons-wrapper .do-follow-unfollow span:last-child:after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-un-follow.svg");
  padding-left: 8px;
  position: absolute;
  top: -3px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-details .buttons-wrapper .do-follow-unfollow span:last-child:after {
    top: -2.5px;
  }
}
.company-result-wrapper > .expanded .info-details .buttons-wrapper .meet i {
  display: none;
}
.company-result-wrapper > .expanded .info-details .buttons-wrapper .meet a {
  padding-right: 38px !important;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-details .buttons-wrapper .meet a {
    padding-right: 16px !important;
  }
}
.company-result-wrapper > .expanded .info-details .buttons-wrapper .meet a span {
  padding-right: 0 !important;
}
.company-result-wrapper > .expanded .info-details .buttons-wrapper .meet a span::after {
  content: none !important;
}
.company-result-wrapper > .expanded .info-details .buttons-wrapper .meet a::after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-meet.svg");
  padding-left: 8px;
  position: absolute;
  top: 10px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-details .buttons-wrapper .meet a::after {
    position: relative;
    top: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-details .buttons-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 18px;
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-details .buttons-wrapper ul li {
    list-style: none;
  }
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-details .buttons-wrapper ul li a {
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-details .buttons-wrapper ul li a {
    font-size: 15px;
  }
}
.company-result-wrapper > .expanded .info-details .info-footer-buttons {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #aaa;
  margin-top: 15px;
  padding-top: 18px;
}
.company-result-wrapper > .expanded .info-wrapper {
  float: none;
  width: calc(100% - 200px);
  border-right: 1px solid #d3e5ff;
  padding-right: 45px;
  border-color: #ddd;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-wrapper {
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
}
.company-result-wrapper > .expanded .info-wrapper .info-description-wrapper p {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-wrapper .info-description-wrapper p {
    font-size: 16px;
    line-height: 25px;
  }
}
.company-result-wrapper > .expanded .info-wrapper .info-description-wrapper p .show-more {
  font-size: 18px;
  line-height: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-wrapper .info-description-wrapper p .show-more {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-wrapper .info-description-wrapper p .show-more {
    font-size: 16px;
    line-height: 23px;
    bottom: 1px;
  }
}
.company-result-wrapper > .expanded .info-wrapper .info-description-wrapper p .show-less {
  font-size: 18px;
  line-height: 14px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-wrapper .info-description-wrapper p .show-less {
    font-size: 16px;
    line-height: 23px;
    bottom: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .industries-list div {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .industries-list div:last-child {
    margin-bottom: 10px;
  }
}
.company-result-wrapper > .expanded .industries-list div p {
  display: inline-block;
}
.company-result-wrapper > .expanded .industries-list div p.parent-industry {
  background: #d9e9ff;
  padding: 2px 27px;
  border-radius: 40px;
  margin-right: 6px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .industries-list div p.parent-industry {
    background: #d9e9ff;
    padding: 2px 22px;
    border-radius: 40px;
    margin-right: 6px;
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .industries-list div p.parent-industry {
    font-size: 14px;
  }
}
.company-result-wrapper > .expanded .industries-list div p.sub-industry {
  padding: 3px 27px;
  border-radius: 40px;
  border: 2px solid #d9e9ff;
  margin-right: 6px;
  font-size: 14px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .industries-list div p.sub-industry {
    padding: 2px 20px;
    font-size: 12.5px;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .industries-list div p.sub-industry {
    padding: 2px 27px;
    font-size: 12px;
  }
}
.company-result-wrapper > .expanded .info-footer .info-meta h2 {
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-footer .info-meta h2 {
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-footer .info-meta h2 {
    font-size: 18px;
  }
}
.company-result-wrapper > .expanded .info-footer .info-meta h2::after {
  content: " ";
  width: 50px;
  height: 2px;
  left: 0;
  position: absolute;
  bottom: 0;
  background: #000;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-footer .info-meta h2::after {
    content: " ";
    width: 42px;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    background: #000;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-footer .info-meta h2::after {
    width: 40px;
  }
}
.company-result-wrapper > .expanded .info-footer .info-meta .info-meta-inner {
  max-height: 100% !important;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-footer .info-meta .info-meta-inner {
    display: block;
  }
}
.company-result-wrapper > .expanded .info-footer .info-footer-buttons {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #aaa;
  margin-top: 30px;
  padding-top: 18px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-footer .info-footer-buttons {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-footer .info-footer-buttons {
    margin-top: 25px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .expanded .info-footer .info-footer-buttons > div {
    text-align: center;
    margin-bottom: 10px;
  }
}
.company-result-wrapper > .expanded .info-footer .info-footer-buttons .btn-link {
  padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-footer .info-footer-buttons .btn-link {
    font-size: 15px;
  }
}
.company-result-wrapper > .expanded .info-footer .info-footer-buttons .btn-link:after {
  content: "";
  width: 45px;
  height: 45px;
  background: url(/wp-content/themes/abid-two/assets/images/header-icon-download.svg) no-repeat 100%;
  background-size: 45px;
  background-position: 100% -5px !important;
  display: inline-block;
  margin-left: 6px;
  transform: translateY(0px);
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1800px) {
  .company-result-wrapper > .expanded .info-footer .info-footer-buttons .btn-link:after {
    width: 40px;
    height: 40px;
    background-size: 40px;
    margin-left: 4px;
  }
}
.company-result-wrapper > .expanded .info-footer .info-footer-buttons .company-button-video-presentation .btn-link:after {
  background: url(/wp-content/themes/abid-two/assets/images/header-icon-stream.svg) no-repeat 100% !important;
  background-size: 45px !important;
  background-position: 100% -5px !important;
}
.company-result-wrapper > .collapsed {
  padding: 20px 20px 10px;
}
.company-result-wrapper > .collapsed .info-header {
  margin-bottom: 30px;
}
.company-result-wrapper > .collapsed .info-header img {
  width: 70px;
  margin-right: 40px;
  margin-bottom: 25px;
}
.company-result-wrapper > .collapsed .info-header h2 {
  margin-bottom: 10px;
}
.company-result-wrapper > .collapsed .info-header h2 a {
  font-size: 22px;
  color: #000;
}
.company-result-wrapper > .collapsed .info-header .exchanges {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.company-result-wrapper > .collapsed .info-header .exchanges span {
  margin-left: 3px;
}
.company-result-wrapper > .collapsed .info-header .exchanges .spacer {
  margin: 0 10px;
}
.company-result-wrapper > .collapsed .buttons-wrapper {
  width: 150px;
  float: none;
  margin-left: 25px;
  padding-top: 0;
}
.company-result-wrapper > .collapsed .buttons-wrapper ul li a {
  padding: 10px 15px;
}
.company-result-wrapper > .collapsed .info-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .collapsed .info-details {
    display: block;
  }
}
.company-result-wrapper > .collapsed .info-details .info-meta h2 {
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .collapsed .info-details .info-meta h2 {
    display: inline-block;
    margin-right: 15px;
  }
}
.company-result-wrapper > .collapsed .info-details .info-meta h2::after {
  content: " ";
  width: 42px;
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  background: #000;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .collapsed .info-details .info-meta .info-meta-inner {
    display: block;
  }
}
.company-result-wrapper > .collapsed .info-wrapper {
  float: none;
  width: calc(100% - 200px);
  border-right: 1px solid #d3e5ff;
  padding-right: 45px;
}
.company-result-wrapper > .collapsed .industries-list p {
  display: inline-block;
}
.company-result-wrapper > .collapsed .industries-list p.parent-industry {
  background: #d9e9ff;
  padding: 2px 22px;
  border-radius: 40px;
  margin-right: 6px;
  font-size: 13px;
  margin-bottom: 10px;
}
.company-result-wrapper > .collapsed .info-footer .buttons-wrapper {
  padding-left: 0;
  margin-left: 0;
  width: 100%;
}
.company-result-wrapper > .collapsed .info-footer .buttons-wrapper .do-follow-unfollow span {
  padding-right: 25px;
  position: relative;
}
.company-result-wrapper > .collapsed .info-footer .buttons-wrapper .do-follow-unfollow span:first-child:after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-follow.svg");
  padding-left: 8px;
  position: absolute;
  top: 1px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .collapsed .info-footer .buttons-wrapper .do-follow-unfollow span:first-child:after {
    top: 0.5px;
  }
}
.company-result-wrapper > .collapsed .info-footer .buttons-wrapper .do-follow-unfollow span:last-child:after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-un-follow.svg");
  padding-left: 8px;
  position: absolute;
  top: -1px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .collapsed .info-footer .buttons-wrapper .do-follow-unfollow span:last-child:after {
    top: -2.5px;
  }
}
.company-result-wrapper > .collapsed .info-footer .buttons-wrapper .meet i {
  display: none;
}
.company-result-wrapper > .collapsed .info-footer .buttons-wrapper .meet a {
  padding-right: 38px !important;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .collapsed .info-footer .buttons-wrapper .meet a {
    padding-right: 16px !important;
  }
}
.company-result-wrapper > .collapsed .info-footer .buttons-wrapper .meet a span {
  padding-right: 0 !important;
}
.company-result-wrapper > .collapsed .info-footer .buttons-wrapper .meet a span::after {
  content: none !important;
}
.company-result-wrapper > .collapsed .info-footer .buttons-wrapper .meet a::after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-meet.svg");
  padding-left: 8px;
  position: absolute;
  top: 10px;
}
@media only screen and (max-width: 768px) {
  .company-result-wrapper > .collapsed .info-footer .buttons-wrapper .meet a::after {
    position: relative;
    top: 3px;
  }
}
.company-result-wrapper > .collapsed .info-footer .buttons-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  width: 100%;
  margin-bottom: 10px;
  gap: 15px;
}
@media only screen and (max-width: 480px) {
  .company-result-wrapper > .collapsed .info-footer .buttons-wrapper ul {
    display: block;
    text-align: center;
  }
}
.company-result-wrapper > .collapsed .info-footer .buttons-wrapper ul li {
  list-style: none;
}
.company-result-wrapper > .collapsed .info-footer .buttons-wrapper ul li a {
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .company-result-wrapper > .collapsed .info-footer .buttons-wrapper ul li a {
    margin: 0 auto 10px;
  }
}
.company-result-wrapper > .collapsed .info-footer .info-footer-buttons {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #aaa;
  margin-top: 15px;
  padding-top: 18px;
}
.company-result-wrapper .collapse-uncollapse-button {
  top: 40px;
  right: 22px;
  transform: rotate(0deg) scale(1);
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/abid-two/assets/images/down-arrow-icon.svg) no-repeat center center/contain;
}

.multi-column-layout-page {
  /*Dashboard*/
  /*Left Panel*/
  /*Right Panel*/
  /*Sticky Left and Right Panel*/
}
.multi-column-layout-page .dashboard-page .activity-result-wrapper {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 15px 25px;
  border-radius: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .activity-result-wrapper {
    margin-left: 0;
    padding: 15px 15px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .activity-result-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.multi-column-layout-page .dashboard-page .company-top-info-wrapper {
  border-bottom: 1px solid #c1c1c1;
  padding: 0 15px;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-top-info-wrapper {
    padding: 0 10px;
    padding-bottom: 12px;
  }
}
.multi-column-layout-page .dashboard-page .company-top-info-wrapper .row {
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-top-info-wrapper .row .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.multi-column-layout-page .dashboard-page .company-top-info-wrapper .row .col-sm-6:last-child {
  justify-content: end;
  display: flex;
}
.multi-column-layout-page .dashboard-page .company-top-info-wrapper p {
  margin-bottom: 0;
  font-family: "GuillonLight";
  color: #1a1a1a;
}
.multi-column-layout-page .dashboard-page .company-info-wrapper {
  margin-bottom: 45px;
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .row {
  align-items: center;
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .row .col-sm-9 {
  display: flex;
  align-items: center;
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .row .col-sm-3 {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page .company-info-wrapper .row .col-sm-3 {
    justify-content: start;
    margin-top: 10px;
    margin-left: 90px;
  }
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page .company-info-wrapper .row .col-sm-3 .wrapper {
    display: flex;
    gap: 15px;
  }
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .logo-wrapper {
  width: 90px;
  height: 90px;
  margin-right: 25px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-info-wrapper .logo-wrapper {
    width: 75px;
    height: 75px;
    margin-right: 20px;
  }
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .logo-wrapper .loader-logo {
  margin-top: 10px;
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .logo-wrapper .company-logo {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-info-wrapper .logo-wrapper .company-logo {
    width: 75px;
    height: 75px;
  }
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .info-wrapper h2 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-info-wrapper .info-wrapper h2 {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .info-wrapper h2 a {
  color: #000;
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .info-wrapper .exchanges {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .info-wrapper .exchanges span {
  margin-left: 3px;
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .info-wrapper .exchanges .spacer {
  margin: 0 10px;
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .info-wrapper p {
  color: #666666;
  line-height: 22px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-info-wrapper .info-wrapper p {
    color: #666666;
    line-height: 18px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .do-follow-unfollow {
  padding: 5px 40px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 15px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-info-wrapper .do-follow-unfollow {
    width: 100px;
    height: 34px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .do-follow-unfollow span {
  font-size: 15px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-info-wrapper .do-follow-unfollow span {
    font-size: 13px;
  }
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .do-follow-unfollow span:first-child {
  padding-right: 25px;
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .do-follow-unfollow span:first-child:after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-follow.svg");
  padding-left: 8px;
  position: absolute;
  top: 9px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-info-wrapper .do-follow-unfollow span:first-child:after {
    content: " ";
    top: 9px;
    right: 20px;
    width: 15px;
    height: 15px;
    background: url("/wp-content/themes/abid-two/assets/images/header-icon-follow.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .do-follow-unfollow span:last-child {
  padding-right: 25px;
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .do-follow-unfollow span:last-child:after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-un-follow.svg");
  padding-left: 8px;
  position: absolute;
  top: 5px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-info-wrapper .do-follow-unfollow span:last-child:after {
    top: 3px;
  }
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .do-follow-unfollow.following {
  color: #0047b6;
  border: 2px solid #0047b6;
  background: #fff;
  margin: 0 0 15px;
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .do-follow-unfollow.following span:last-child:after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-un-follow-blue.svg");
}
.multi-column-layout-page .dashboard-page .company-info-wrapper .btn {
  padding: 5px 40px;
  width: 150px;
  height: 38px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-info-wrapper .btn {
    width: 100px;
    height: 34px;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-info-wrapper .btn span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-info-wrapper .btn span:after {
    content: " ";
    top: 8px;
    right: 21px;
    width: 15px;
    height: 15px;
    background: url("/wp-content/themes/abid-two/assets/images/header-icon-meet.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.multi-column-layout-page .dashboard-page .title-wrapper {
  padding: 0 10px;
}
.multi-column-layout-page .dashboard-page .title-wrapper h3 {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.4em;
  font-size: 24px;
  margin-bottom: 25px;
}
.multi-column-layout-page .dashboard-page .title-wrapper h3 a {
  color: #000;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper {
  padding: 0 10px;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .activity-inner-wrapper img {
  width: 100%;
  border-radius: 10px;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .activity-inner-wrapper img.tall-img {
  aspect-ratio: 1/1.5;
  object-fit: cover;
  object-position: center center;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper img {
  width: 100%;
  margin-bottom: 20px;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 2rem;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .video a {
  position: relative;
  cursor: pointer;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .video a:hover .play-button {
  background: rgba(255, 0, 0, 0.8);
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .video a img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 354px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 991px) {
  .multi-column-layout-page .dashboard-page .activity-content-wrapper .video a img {
    height: 324px;
  }
}
@media only screen and (max-width: 767px) {
  .multi-column-layout-page .dashboard-page .activity-content-wrapper .video a img {
    height: 236px;
  }
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .video a .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .video a .play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: 23px;
  position: absolute;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper p {
  font-family: "GuillonLight";
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper ul,
.multi-column-layout-page .dashboard-page .activity-content-wrapper ol {
  padding-left: 25px;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper ul li,
.multi-column-layout-page .dashboard-page .activity-content-wrapper ol li {
  font-family: "GuillonLight";
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.multi-column-layout-page .dashboard-page .activity-footer-wrapper .footer-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 20px;
}
.multi-column-layout-page .dashboard-page .activity-footer-wrapper .footer-buttons .btn-download {
  padding: 5px 40px;
  width: 130px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.multi-column-layout-page .dashboard-page .activity-footer-wrapper .footer-buttons .btn-download span {
  font-size: 15px;
  padding-right: 25px;
}
.multi-column-layout-page .dashboard-page .activity-footer-wrapper .footer-buttons .btn-download span:after {
  content: url("/wp-content/themes/abid-two/assets/images/icon-download-blue.svg");
  padding-left: 8px;
  position: absolute;
  top: 7px;
}
.multi-column-layout-page .dashboard-page .activity-footer-wrapper .info-meta-wrapper {
  border-top: 1px solid #c1c1c1;
  padding: 10px 0 10px;
}
@media only screen and (max-width: 768px) {
  .multi-column-layout-page .dashboard-page .activity-footer-wrapper .info-meta-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.multi-column-layout-page .dashboard-page .activity-footer-wrapper .info-meta-wrapper h3 {
  font-size: 16px !important;
  line-height: 21.6px;
  margin: 10px 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper {
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .show-more {
  display: none;
  cursor: pointer;
  color: #0047b6;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  background: #fff;
  text-align: center;
  padding: 0;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 135px;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .show-more.collapsed span:nth-child(1) {
  display: inline;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .show-more.collapsed span:nth-child(2) {
  display: none;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .show-more span:nth-child(1) {
  display: none;
}
.multi-column-layout-page .dashboard-page .activity-content-wrapper .show-more span:nth-child(2) {
  display: inline;
}
.multi-column-layout-page .dashboard-page .industries-list div {
  margin-top: 15px;
}
.multi-column-layout-page .dashboard-page .industries-list div:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .industries-list div {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .multi-column-layout-page .dashboard-page .industries-list div {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .industries-list div:last-child {
    margin-bottom: 10px;
  }
}
.multi-column-layout-page .dashboard-page .industries-list div p {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .multi-column-layout-page .dashboard-page .industries-list div p {
    display: block;
    text-align: center;
  }
}
.multi-column-layout-page .dashboard-page .industries-list div p.parent-industry {
  background: #d9e9ff;
  padding: 2px 27px;
  border-radius: 40px;
  margin-right: 6px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .industries-list div p.parent-industry {
    background: #d9e9ff;
    padding: 2px 22px;
    border-radius: 40px;
    margin-right: 6px;
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1100px) and (max-width: 1800px) {
  .multi-column-layout-page .dashboard-page .industries-list div p.parent-industry {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .multi-column-layout-page .dashboard-page .industries-list div p.parent-industry {
    margin-right: 0;
  }
}
.multi-column-layout-page .dashboard-page .industries-list div p.sub-industry {
  padding: 3px 27px;
  border-radius: 40px;
  border: 2px solid #d9e9ff;
  margin-right: 6px;
  font-size: 14px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .industries-list div p.sub-industry {
    padding: 2px 20px;
    font-size: 11.5px;
  }
}
@media (min-width: 1100px) and (max-width: 1800px) {
  .multi-column-layout-page .dashboard-page .industries-list div p.sub-industry {
    padding: 2px 27px;
    font-size: 11.5px;
  }
}
@media only screen and (max-width: 600px) {
  .multi-column-layout-page .dashboard-page .industries-list div p.sub-industry {
    margin-right: 0;
  }
}
.multi-column-layout-page .dashboard-page .share-button img {
  width: 18px;
  margin-top: -4px;
}
.multi-column-layout-page .dashboard-page .share-wrapper .share-popup {
  right: 40px !important;
  width: 198px;
  top: -7px;
}
.multi-column-layout-page .dashboard-page .share-wrapper .share-popup .card-body {
  padding: 3px 15px 5px;
}
.multi-column-layout-page .dashboard-page .share-wrapper .share-popup .card-body a {
  margin: 0 3px;
}
.multi-column-layout-page .dashboard-page.grey-background-page {
  background-color: #f8f8f8;
  padding-top: 0 !important;
}
.multi-column-layout-page .dashboard-page.wide-container-page .container {
  max-width: 1440px !important;
  padding: 0 4px !important;
}
.multi-column-layout-page .dashboard-page.wide-container-page .home-left-panel {
  width: 345px;
  margin-right: 15px;
  margin-top: 0;
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page.wide-container-page .home-left-panel {
    width: 280px;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page.wide-container-page .home-left-panel {
    width: calc(100% - 30px);
    margin: 0 15px;
    order: 2;
    position: fixed;
    z-index: 10000;
    left: 0;
    bottom: 20px;
    background: #fff;
    padding: 15px 10px;
    display: none;
    border: 2px solid #d9d9d9;
    border-radius: 15px 15px 0 0;
    height: calc(100vh - 90px);
    overflow-x: hidden;
    box-shadow: 0 0 25px #ccc;
    box-sizing: border-box;
  }
}
.multi-column-layout-page .dashboard-page.wide-container-page .home-middle-panel {
  width: calc(100% - 720px);
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page.wide-container-page .home-middle-panel {
    width: calc(100% - 590px);
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page.wide-container-page .home-middle-panel {
    width: 100%;
    margin-left: 0;
    order: 1;
  }
}
.multi-column-layout-page .dashboard-page.wide-container-page .home-right-panel {
  width: 345px;
  margin-left: 15px;
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page.wide-container-page .home-right-panel {
    width: 280px;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page.wide-container-page .home-right-panel {
    width: 100%;
    margin-left: 0;
    order: 0;
  }
}
.multi-column-layout-page .dashboard-page .home-content-wrapper {
  width: 100%;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .home-content-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.multi-column-layout-page .dashboard-page .home-content-wrapper .home-activity-wrapper {
  display: flex;
  padding-top: 35px;
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page .home-content-wrapper .home-activity-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .home-content-wrapper .home-activity-wrapper {
    width: 100%;
    flex: 0 0 100%;
    order: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .home-dashboard-sidebar.page-sidebar {
    margin-left: 0;
    padding: 15px 15px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .activity-results-wrapper .container {
    padding: 0 !important;
  }
}
.multi-column-layout-page .dashboard-page .activity-filters-container {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 15px 25px;
  border-radius: 15px;
  margin-bottom: 25px;
}
.multi-column-layout-page .dashboard-page .row.tags-industries-wrapper-row {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-filters-wrapper {
    margin-bottom: 40px;
  }
}
.multi-column-layout-page .dashboard-page .company-filters-wrapper .row {
  flex-wrap: wrap !important;
}
.multi-column-layout-page .dashboard-page .company-filters-wrapper .show-followed-wrapper {
  margin-bottom: 15px;
  padding: 0;
}
.multi-column-layout-page .dashboard-page .company-filters-wrapper .container {
  padding: 0 !important;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .company-filters-wrapper .container {
    padding: 0 !important;
  }
}
.multi-column-layout-page .dashboard-page .company-filters-wrapper .filter-exchange-wrapper,
.multi-column-layout-page .dashboard-page .company-filters-wrapper .filter-industries-wrapper {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.multi-column-layout-page .dashboard-page .company-filters-wrapper .filter-exchange-wrapper label,
.multi-column-layout-page .dashboard-page .company-filters-wrapper .filter-industries-wrapper label {
  font-size: 16px;
}
.multi-column-layout-page .dashboard-page .custom-switch .custom-control-label span {
  padding-left: 0px;
  margin-left: 30px;
  display: block;
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page .custom-switch .custom-control-label span {
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .custom-switch .custom-control-label span {
    margin-left: 35px;
    font-size: 16px;
    line-height: 32px;
  }
}
.multi-column-layout-page .dashboard-page .home-left-panel .dashboard-user-info-box {
  display: block;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .home-left-panel .dashboard-user-info-box {
    display: none;
  }
}
.multi-column-layout-page .dashboard-page .dashboard-user-info-box {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  box-shadow: none;
  padding: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page .dashboard-user-info-box {
    padding: 30px 20px;
  }
}
.multi-column-layout-page .dashboard-page .dashboard-user-info-box .user-photo img {
  width: 50px;
  border-radius: 50%;
  height: 50px;
  margin-right: 15px;
  object-fit: cover;
}
.multi-column-layout-page .dashboard-page .dashboard-user-info-box .wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bbb1b1;
  padding-bottom: 20px;
}
.multi-column-layout-page .dashboard-page .dashboard-user-info-box .wrapper h2 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
}
.multi-column-layout-page .dashboard-page .dashboard-user-info-box .wrapper p {
  margin-bottom: 0;
  font-size: 14px;
  color: #3f3f3f;
  font-family: "GuillonLight";
  margin-top: 2px;
}
.multi-column-layout-page .dashboard-page .dashboard-user-info-box .user-info img.three-dots-info {
  display: none;
}
.multi-column-layout-page .dashboard-page .dashboard-user-info-box .dashboard-profile-links ul {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
  margin-left: 5px;
}
.multi-column-layout-page .dashboard-page .dashboard-user-info-box .dashboard-profile-links ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
.multi-column-layout-page .dashboard-page .dashboard-user-info-box .dashboard-profile-links ul li.edit-profile-link::before {
  content: " ";
  background-image: url(/wp-content/themes/abid-two/assets/images/edit-profile-icon.svg);
  background-size: contain;
  width: 30px;
  height: 25px;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-position: center;
}
.multi-column-layout-page .dashboard-page .dashboard-user-info-box .dashboard-profile-links ul li.my-relationships-link::before {
  content: " ";
  background-image: url(/wp-content/themes/abid-two/assets/images/relations-icon.svg);
  background-size: contain;
  width: 30px;
  height: 25px;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-position: center;
}
.multi-column-layout-page .dashboard-page .dashboard-user-info-box .dashboard-profile-links ul li.my-meetings-link::before {
  content: " ";
  background-image: url(/wp-content/themes/abid-two/assets/images/meeting-icon-grey.svg);
  background-size: contain;
  width: 30px;
  height: 25px;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-position: center;
}
.multi-column-layout-page .dashboard-page .dashboard-user-info-box .dashboard-profile-links ul li a {
  color: #3f3f3f;
}
.multi-column-layout-page .dashboard-page .filter-box {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  box-shadow: none;
  padding: 30px;
  margin-bottom: 25px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 600px;
  /*scrollbar-width: none;*/
}
.multi-column-layout-page .dashboard-page .filter-box::-webkit-scrollbar {
  width: 0;
}
.multi-column-layout-page .dashboard-page .filter-box:hover::-webkit-scrollbar {
  width: 10px;
}
.multi-column-layout-page .dashboard-page .filter-box::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 15px;
}
.multi-column-layout-page .dashboard-page .filter-box::-webkit-scrollbar-track {
  margin: 10px 0;
  background: #f1f1f1;
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page .filter-box {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .filter-box {
    background: #fff;
    border: none;
    border-radius: 15px;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 0;
    position: relative;
    padding-top: 40px;
    max-width: 100%;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page .filter-box h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .filter-box h2 {
    font-size: 20px;
    margin-bottom: 25px;
    position: fixed;
    top: 90px;
    z-index: 99999;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .filter-box .article-content {
    position: fixed;
    top: 120px;
    bottom: 45px;
    right: 25px;
    left: 35px;
    padding-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.multi-column-layout-page .dashboard-page .company-filter-container .company-filter-list {
  padding: 0;
}
.multi-column-layout-page .dashboard-page .company-filter-container .company-filter-list li {
  list-style: none;
  color: #3e3e3e;
  border-bottom: 1px solid #b7b7b7;
  padding: 10px 0;
  list-style: none;
  color: #3e3e3e;
  border-bottom: 1px solid #b7b7b7;
  padding: 10px 0;
}
.multi-column-layout-page .dashboard-page .company-filter-container .company-filter-list li:has(.company-sub-filter-list) {
  border-bottom: none;
  padding-bottom: 0;
}
.multi-column-layout-page .dashboard-page .company-filter-container h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.multi-column-layout-page .dashboard-page .company-filter-container .company-sub-filter-list {
  padding-left: 20px;
}
.multi-column-layout-page .dashboard-page .company-filter-container .company-sub-filter-list li {
  border-bottom: none;
  padding-bottom: 0;
}
.multi-column-layout-page .dashboard-page .company-filter-container .company-sub-filter-list li:last-child {
  border-bottom: 0;
}
.multi-column-layout-page .dashboard-page .mobile-filters-opener {
  display: none;
  margin: 10px 0;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .mobile-filters-opener {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .mobile-filters-opener h5 {
    font-size: 18px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 25px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .mobile-filters-opener h5 img {
    width: 35px;
    margin-right: 15px;
  }
}
.multi-column-layout-page .dashboard-page .mobile-filter-close {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .mobile-filter-close {
    display: block;
    position: fixed;
    right: 40px;
    top: 90px;
    z-index: 99999;
    cursor: pointer;
    width: 18px;
  }
}
.multi-column-layout-page .dashboard-page .home-targets-card .card {
  border: 1px solid #d9d9d9;
  border-radius: 15px !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  padding: 30px !important;
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page .home-targets-card .card {
    padding: 30px 20px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .home-targets-card .card {
    margin-bottom: 0px !important;
  }
}
.multi-column-layout-page .dashboard-page .home-targets-card .card .card-header {
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 30px !important;
  font-family: davidLight, sans-serif !important;
  padding: 0 !important;
  margin-bottom: 25px !important;
  padding: 0 !important;
  font-weight: 100 !important;
  line-height: 1.3em !important;
  margin-bottom: 25px !important;
  background: transparent;
  border: none;
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page .home-targets-card .card .card-header {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .home-targets-card .card .card-header {
    font-size: 20px !important;
    margin-bottom: 25px !important;
  }
}
.multi-column-layout-page .dashboard-page .home-targets-card .card .card-body {
  padding: 0;
}
.multi-column-layout-page .dashboard-page .home-targets-card .card .card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.multi-column-layout-page .dashboard-page .home-targets-card .card .card-body ul li {
  width: calc(50% - 5px);
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.multi-column-layout-page .dashboard-page .home-targets-card .card .card-body ul li:nth-of-type(even) {
  width: calc(50% - 5px);
  margin-right: 0;
  margin-left: 5px;
}
.multi-column-layout-page .dashboard-page .home-targets-card .card .card-body ul li a {
  display: block;
  height: 100px;
  width: 100%;
  background: no-repeat center center/contain;
  padding: 4px;
  border-radius: 7px;
  background-clip: border-box;
}
.multi-column-layout-page .dashboard-page .home-right-panel .dashboard-user-info-box {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .home-right-panel .dashboard-user-info-box {
    display: block;
  }
}
.multi-column-layout-page .dashboard-page .home-right-panel .dashboard-user-info-box {
  padding: 25px 30px;
}
.multi-column-layout-page .dashboard-page .home-right-panel .dashboard-user-info-box .wrapper {
  display: flex;
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;
}
.multi-column-layout-page .dashboard-page .home-right-panel .dashboard-user-info-box .wrapper h2 {
  font-size: 18px;
}
.multi-column-layout-page .dashboard-page .home-right-panel .dashboard-user-info-box .user-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.multi-column-layout-page .dashboard-page .home-right-panel .dashboard-user-info-box .user-info img.three-dots-info {
  display: block;
  width: 20px;
  padding: 0 5px 0 10px;
}
.multi-column-layout-page .dashboard-page .home-right-panel .dashboard-user-info-box .dashboard-profile-links {
  border-top: 1px solid #bbb1b1;
  margin-top: 20px;
  display: none;
}
.multi-column-layout-page .dashboard-page #profile-progress-widget {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  box-shadow: none;
  padding: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page #profile-progress-widget {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .multi-column-layout-page .dashboard-page #profile-progress-widget h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page #profile-progress-widget h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.multi-column-layout-page .dashboard-page .home-dashboard-sidebar .abidplus-activities-form {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3137254902);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.multi-column-layout-page .dashboard-page .home-dashboard-sidebar .abidplus-activities-form form {
  width: 750px;
  padding: 0 !important;
  border-radius: 30px !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .home-dashboard-sidebar .abidplus-activities-form form {
    border-radius: 15px !important;
    margin: 0 10px;
  }
}
.multi-column-layout-page .dashboard-page .home-dashboard-sidebar .abidplus-activities-form form .wrapper {
  padding: 45px !important;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  padding-top: 70px !important;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .home-dashboard-sidebar .abidplus-activities-form form .wrapper {
    padding: 20px !important;
    padding-top: 50px !important;
  }
}
.multi-column-layout-page .dashboard-page .home-dashboard-sidebar .abidplus-activities-form form .wrapper::-webkit-scrollbar {
  width: 8px;
}
.multi-column-layout-page .dashboard-page .home-dashboard-sidebar .abidplus-activities-form form .wrapper::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0 45px 45px 0;
}
.multi-column-layout-page .dashboard-page .home-dashboard-sidebar .abidplus-activities-form form .wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0 45px 45px 0;
}
.multi-column-layout-page .dashboard-page .home-dashboard-sidebar .abidplus-activities-form form .wrapper::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.multi-column-layout-page .dashboard-page .home-dashboard-sidebar .abidplus-activities-form form .wrapper::-webkit-scrollbar-track-piece:end {
  background: transparent;
  margin-bottom: 15px;
}
.multi-column-layout-page .dashboard-page .home-dashboard-sidebar .abidplus-activities-form form .wrapper::-webkit-scrollbar-track-piece:start {
  background: transparent;
  margin-top: 15px;
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form .form-group {
  opacity: 1 !important;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form .col-12 {
  display: block !important;
  flex: 0 0 100%;
  max-width: 100%;
  opacity: 1 !important;
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form #post-title {
  width: 100%;
  margin-bottom: 0;
  padding: 14px 30px;
  background: #f5f5f5;
  border-radius: 15px;
  height: 55px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .abidplus-activities-form form #post-title {
    padding: 15px 30px;
    border-radius: 10px;
    height: 48px;
    font-size: 14px;
  }
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form .activity-header {
  display: flex !important;
  align-items: center;
  width: 100%;
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form .activity-header .activity-brand {
  width: 100%;
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form .activity-header .activity-brand .company-chooser {
  border-color: #b2b2b2 !important;
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form .activity-header img {
  width: 55px;
  border-radius: 50%;
  height: 55px;
  object-fit: cover;
  object-position: center center;
  margin-right: 15px;
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form .activity-header .user-companies-list {
  width: calc(100% - 70px);
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form .text-label {
  margin-bottom: 10px;
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form select {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #b2b2b2;
  padding: 10px 30px !important;
  height: 50px !important;
  border-radius: 30px;
  margin: 0 !important;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .abidplus-activities-form form select {
    height: 44px !important;
  }
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form input[type=text] {
  width: 100%;
  margin-bottom: 0;
  padding: 14px 30px;
  background: #f5f5f5;
  border-radius: 15px;
  border: none;
  height: 55px;
  display: flex;
  align-items: center;
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form .wp-editor-tools .wp-editor-tabs {
  display: none;
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form #activity-type option[value="8"] {
  display: none;
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form .submit-btn-group {
  display: flex !important;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .abidplus-activities-form form .submit-btn-group {
    justify-content: center;
  }
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form .submit-btn-group .publish-activity-btn {
  padding: 10px 30px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .abidplus-activities-form form .submit-btn-group .publish-activity-btn {
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 40px;
  }
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form .submit-btn-group .cancel-posting {
  padding: 8px 35px;
  border: 1px solid #0047b6;
  border-radius: 30px;
  margin-bottom: 0;
  margin-right: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .abidplus-activities-form form .submit-btn-group .cancel-posting {
    padding: 6px 30px;
    border-radius: 30px;
    font-size: 14px;
  }
}
.multi-column-layout-page .dashboard-page .start-following-container {
  background: #deffbc;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .start-following-container {
    padding: 20px;
  }
}
.multi-column-layout-page .dashboard-page .start-following-container p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .start-following-container p {
    line-height: 1.4em;
    font-size: 14px;
  }
}
.multi-column-layout-page .dashboard-page .start-following-container p span {
  font-weight: 600;
}
.multi-column-layout-page .dashboard-page .create-activity-container {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 25px;
  margin: 0 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .create-activity-container {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    padding: 20px 15px;
    margin: 0;
    margin-bottom: 20px;
  }
}
.multi-column-layout-page .dashboard-page .create-activity-container img {
  width: 50px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .create-activity-container img {
    width: 45px;
  }
}
.multi-column-layout-page .dashboard-page .create-activity-container img.company-switcher-arrow {
  width: 15px;
  opacity: 0.5;
  margin-left: 8px;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .create-activity-container img.company-switcher-arrow {
    width: 14px;
  }
}
.multi-column-layout-page .dashboard-page .create-activity-container p {
  width: calc(100% - 65px);
  margin-bottom: 0;
  padding: 10px 30px;
  margin-left: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  height: 55px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .create-activity-container p {
    height: 50px;
    font-size: 14px;
  }
}
.multi-column-layout-page .dashboard-page .activity-post-creation-heading {
  margin-bottom: 40px;
}
.multi-column-layout-page .dashboard-page .activity-creation-popup-close {
  position: absolute;
  top: 30px;
  right: 35px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .activity-creation-popup-close {
    top: 10px;
    right: 20px;
  }
}
.multi-column-layout-page .dashboard-page .activity-creation-popup-close img {
  cursor: pointer;
  width: 20px;
}
@media only screen and (max-width: 1100px) {
  .multi-column-layout-page .dashboard-page .activity-creation-popup-close img {
    width: 17px;
  }
}
.multi-column-layout-page .dashboard-page .abidplus-activities-form form .activity-header .activity-brand p a,
.multi-column-layout-page .dashboard-page .abidplus-activities-form form label {
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media only screen and (min-width: 1100px) {
  .multi-column-layout-page .home-left-panel-wrapper {
    position: relative;
  }
}
@media only screen and (min-width: 1100px) {
  .multi-column-layout-page .home-left-panel {
    position: relative;
  }
}
@media only screen and (min-width: 1100px) {
  .multi-column-layout-page .home-left-panel .home-left-panel-wrapper {
    position: sticky;
  }
}
@media only screen and (min-width: 1100px) {
  .multi-column-layout-page .home-right-panel-wrapper {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 1100px) {
  .multi-column-layout-page .home-right-panel .home-right-panel-wrapper {
    position: sticky;
  }
}

/*Dashboard Page*/
.page-template-page-home {
  overflow: visible;
}
.page-template-page-home .nav-item.contact {
  display: none;
}
.page-template-page-home .site-container {
  padding-top: 78px !important;
  padding-bottom: 0 !important;
}
.page-template-page-home .site-container .archive {
  margin-bottom: 0 !important;
}
.page-template-page-home .site-container .archive .container > .row {
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-home .site-container {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-home .site-container {
    padding-top: 52px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-page-home .article-header {
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: -4px;
  }
}
.page-template-page-home .footer {
  position: relative;
  z-index: 1;
}
.page-template-page-home .colophon {
  position: relative !important;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .single-companies article.companies header.company-header {
    margin-top: 15px !important;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .single-companies article.companies header.company-header .header-row .company-brand {
    max-width: 92px;
    height: 92px;
  }
}
@media only screen and (max-width: 768px) {
  .single-companies article.companies header.company-header .header-row .company-meta h1 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .single-companies article.companies header.company-header .header-row > .company-ticker {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .single-companies article.companies header.company-header .header-row .company-industry-container {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons {
    flex-flow: unset;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons.has-meeting .do-follow-unfollow {
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons.has-meeting .do-follow-unfollow {
    order: 1;
    margin: 0 auto 0;
  }
}
@media only screen and (max-width: 1200px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons .do-follow-unfollow,
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-header-botton-meet {
    margin: 0 auto 0;
    max-width: 170px;
    width: 100% !important;
    line-height: 19px;
    height: 41px;
  }
}
@media only screen and (max-width: 1200px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons .do-follow-unfollow {
    order: 1;
    margin: 0 auto 0;
  }
}
@media only screen and (max-width: 992px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons .do-follow-unfollow {
    order: 1;
    margin: 0 auto 0;
  }
}
@media only screen and (max-width: 1200px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-header-botton-meet {
    order: 2;
    margin: 0 auto 0 0;
  }
}
@media only screen and (max-width: 992px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-header-botton-meet {
    order: 3;
    margin: 0 auto 0;
  }
}
@media only screen and (max-width: 1200px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-download-buttons {
    order: 3;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-download-buttons {
    display: block;
    order: 2;
    margin-top: 12px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-download-buttons .company-button-research,
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-download-buttons .company-button-presentation,
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-download-buttons .company-button-video-presentation {
    border-bottom: 1px solid #dddddd;
  }
}
@media only screen and (max-width: 992px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-download-buttons .company-button-research:after,
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-download-buttons .company-button-presentation:after,
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-download-buttons .company-button-video-presentation:after {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-download-buttons .company-button-research a.btn.btn-download,
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-download-buttons .company-button-presentation a.btn.btn-download,
  .single-companies article.companies header.company-header .company-nav .company-buttons .company-download-buttons .company-button-video-presentation a.btn.btn-download {
    padding: 3px 0;
  }
}
@media only screen and (max-width: 992px) {
  .single-companies article.companies header.company-header .company-nav .company-buttons > div:last-child {
    border-bottom: none;
  }
}
.single-companies article.companies .page-content .about-contact {
  display: none;
}
@media only screen and (max-width: 768px) {
  .single-companies article.companies .page-content .about-contact {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .single-companies article.companies .page-sidebar .about-contact {
    display: none;
  }
}
.single-companies article.companies .page-sidebar .contact-list li.contact-website, .single-companies article.companies .page-sidebar .contact-list li.contact-address {
  background: none;
}
.single-companies article.companies .page-sidebar .contact-list li a {
  color: #0047b6 !important;
}
.single-companies .company-industry,
.single-companies .company-subindustry {
  margin-bottom: 5px !important;
}
.single-companies .company-industry ul,
.single-companies .company-subindustry ul {
  list-style: none;
  margin: 0 -10px 0;
  padding: 0;
}
.single-companies .company-industry ul li,
.single-companies .company-subindustry ul li {
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #0047b6;
  border: 1px solid #0047b6;
  border-radius: 12px;
  background-color: #0047b6;
  color: #ffffff;
  cursor: pointer;
  padding: 2px 10px;
  margin: 0 5px 5px;
}
.single-companies .company-subindustry ul li {
  background-color: #ffffff;
  color: #000000;
}
.single-companies .activity-inner-wrapper img {
  width: 100%;
  border-radius: 10px;
}
.single-companies .activity-inner-wrapper img.tall-img {
  aspect-ratio: 1/1.5;
  object-fit: cover;
  object-position: center center;
}
.single-companies .activity-results-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.single-companies .activity-result-wrapper {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 15px 25px;
  border-radius: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .single-companies .activity-result-wrapper {
    margin-left: 0;
    padding: 15px 15px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .single-companies .activity-result-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-companies .company-top-info-wrapper {
  border-bottom: 1px solid #c1c1c1;
  padding: 0 15px;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-top-info-wrapper {
    padding: 0 10px;
    padding-bottom: 12px;
  }
}
.single-companies .company-top-info-wrapper .row {
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .single-companies .company-top-info-wrapper .row {
    flex-direction: row !important;
  }
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-top-info-wrapper .row .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .single-companies .company-top-info-wrapper .row .col-sm-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0;
  }
}
.single-companies .company-top-info-wrapper .row .col-sm-6:last-child {
  justify-content: end;
  display: flex;
}
.single-companies .company-top-info-wrapper p {
  margin-bottom: 0;
  font-family: "GuillonLight";
  color: #1a1a1a;
}
.single-companies .company-info-wrapper {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-info-wrapper {
    margin-bottom: 15px;
  }
}
.single-companies .company-info-wrapper .row {
  align-items: center;
}
.single-companies .company-info-wrapper .row .col-sm-9 {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
}
.single-companies .company-info-wrapper .row .col-sm-3 {
  display: none;
}
.single-companies .company-info-wrapper .logo-wrapper {
  width: 90px;
  height: 90px;
  margin-right: 25px;
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-info-wrapper .logo-wrapper {
    width: 75px;
    height: 75px;
    margin-right: 20px;
  }
}
.single-companies .company-info-wrapper .logo-wrapper .company-logo {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-info-wrapper .logo-wrapper .company-logo {
    width: 75px;
    height: 75px;
  }
}
.single-companies .company-info-wrapper .info-wrapper h2 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-info-wrapper .info-wrapper h2 {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.single-companies .company-info-wrapper .info-wrapper h2 a {
  color: #000;
}
.single-companies .company-info-wrapper .info-wrapper .exchanges {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.single-companies .company-info-wrapper .info-wrapper .exchanges span {
  margin-left: 3px;
}
.single-companies .company-info-wrapper .info-wrapper .exchanges .spacer {
  margin: 0 10px;
}
.single-companies .company-info-wrapper .info-wrapper p {
  color: #666666;
  line-height: 22px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-info-wrapper .info-wrapper p {
    color: #666666;
    line-height: 18px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
.single-companies .company-info-wrapper .do-follow-unfollow {
  padding: 5px 40px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-info-wrapper .do-follow-unfollow {
    width: 100px;
    height: 34px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.single-companies .company-info-wrapper .do-follow-unfollow span {
  font-size: 15px;
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-info-wrapper .do-follow-unfollow span {
    font-size: 13px;
  }
}
.single-companies .company-info-wrapper .do-follow-unfollow span:first-child {
  padding-right: 25px;
}
.single-companies .company-info-wrapper .do-follow-unfollow span:first-child:after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-follow.svg");
  padding-left: 8px;
  position: absolute;
  top: 9px;
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-info-wrapper .do-follow-unfollow span:first-child:after {
    content: " ";
    top: 9px;
    right: 20px;
    width: 15px;
    height: 15px;
    background: url("/wp-content/themes/abid-two/assets/images/header-icon-follow.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.single-companies .company-info-wrapper .do-follow-unfollow span:last-child {
  padding-right: 25px;
}
.single-companies .company-info-wrapper .do-follow-unfollow span:last-child:after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-un-follow.svg");
  padding-left: 8px;
  position: absolute;
  top: 5px;
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-info-wrapper .do-follow-unfollow span:last-child:after {
    top: 3px;
  }
}
.single-companies .company-info-wrapper .do-follow-unfollow.following {
  color: #0047b6;
  border: 2px solid #0047b6;
  background: #fff;
}
.single-companies .company-info-wrapper .do-follow-unfollow.following span:last-child:after {
  content: url("/wp-content/themes/abid-two/assets/images/header-icon-un-follow-blue.svg");
}
.single-companies .company-info-wrapper .btn {
  padding: 5px 40px;
  width: 130px;
  height: 38px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-info-wrapper .btn {
    width: 100px;
    height: 34px;
  }
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-info-wrapper .btn span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1100px) {
  .single-companies .company-info-wrapper .btn span:after {
    content: " ";
    top: 8px;
    right: 21px;
    width: 15px;
    height: 15px;
    background: url("/wp-content/themes/abid-two/assets/images/header-icon-meet.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.single-companies .title-wrapper h3 {
  margin-bottom: 25px;
  line-height: 1.4em;
  font-size: 24px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1100px) {
  .single-companies .title-wrapper h3 {
    font-size: 18px;
  }
}
.single-companies .title-wrapper h3 a {
  color: #000;
}
.single-companies .activity-content-wrapper .activity-inner-wrapper img {
  width: 100%;
  border-radius: 10px;
}
.single-companies .activity-content-wrapper .activity-inner-wrapper img.tall-img {
  aspect-ratio: 1/1.5;
  object-fit: cover;
  object-position: center center;
}
.single-companies .activity-content-wrapper img {
  width: 100%;
  margin-bottom: 20px;
}
.single-companies .activity-content-wrapper .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 2rem;
}
.single-companies .activity-content-wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-companies .activity-content-wrapper p {
  font-family: "GuillonLight";
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  .single-companies .activity-content-wrapper p {
    font-size: 14px;
  }
}
.single-companies .activity-content-wrapper ul,
.single-companies .activity-content-wrapper ol {
  padding-left: 25px;
}
.single-companies .activity-content-wrapper ul li,
.single-companies .activity-content-wrapper ol li {
  font-family: "GuillonLight";
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  .single-companies .activity-content-wrapper ul li,
  .single-companies .activity-content-wrapper ol li {
    font-size: 14px;
  }
}
.single-companies .activity-footer-wrapper {
  margin-top: 15px;
}
.single-companies .activity-footer-wrapper .footer-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 0;
}
.single-companies .activity-footer-wrapper .footer-buttons .btn-download {
  padding: 5px 40px;
  width: 130px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.single-companies .activity-footer-wrapper .footer-buttons .btn-download span {
  font-size: 15px;
  padding-right: 25px;
}
.single-companies .activity-footer-wrapper .footer-buttons .btn-download span:after {
  content: url("/wp-content/themes/abid-two/assets/images/icon-download-blue.svg");
  padding-left: 8px;
  position: absolute;
  top: 7px;
}
.single-companies .activity-footer-wrapper .info-meta-wrapper {
  display: none;
}
.single-companies .activity-footer-wrapper .info-meta-wrapper h3 {
  font-size: 16px !important;
  line-height: 21.6px;
  margin: 10px 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-companies .activity-content-wrapper {
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.single-companies .activity-content-wrapper .activity-inner-wrapper {
  padding-bottom: 15px;
}
.single-companies .activity-content-wrapper .activity-inner-wrapper .show-more {
  display: none;
  cursor: pointer;
  color: #0047b6;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  background: #fff;
  text-align: center;
  padding: 0;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 135px;
}
.single-companies .activity-content-wrapper .activity-inner-wrapper .show-more.collapsed span:nth-child(1) {
  display: inline;
}
.single-companies .activity-content-wrapper .activity-inner-wrapper .show-more.collapsed span:nth-child(2) {
  display: none;
}
.single-companies .activity-content-wrapper .activity-inner-wrapper .show-more span:nth-child(1) {
  display: none;
}
.single-companies .activity-content-wrapper .activity-inner-wrapper .show-more span:nth-child(2) {
  display: inline;
}
.single-companies .industries-list div {
  margin-top: 15px;
}
.single-companies .industries-list div:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1100px) {
  .single-companies .industries-list div {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .single-companies .industries-list div {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .single-companies .industries-list div:last-child {
    margin-bottom: 10px;
  }
}
.single-companies .industries-list div p {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .single-companies .industries-list div p {
    display: block;
    text-align: center;
  }
}
.single-companies .industries-list div p.parent-industry {
  background: #d9e9ff;
  padding: 2px 27px;
  border-radius: 40px;
  margin-right: 6px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 1100px) {
  .single-companies .industries-list div p.parent-industry {
    background: #d9e9ff;
    padding: 2px 22px;
    border-radius: 40px;
    margin-right: 6px;
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1100px) and (max-width: 1800px) {
  .single-companies .industries-list div p.parent-industry {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .single-companies .industries-list div p.parent-industry {
    margin-right: 0;
  }
}
.single-companies .industries-list div p.sub-industry {
  padding: 3px 27px;
  border-radius: 40px;
  border: 2px solid #d9e9ff;
  margin-right: 6px;
  font-size: 14px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 1100px) {
  .single-companies .industries-list div p.sub-industry {
    padding: 2px 20px;
    font-size: 11.5px;
  }
}
@media (min-width: 1100px) and (max-width: 1800px) {
  .single-companies .industries-list div p.sub-industry {
    padding: 2px 27px;
    font-size: 11.5px;
  }
}
@media only screen and (max-width: 600px) {
  .single-companies .industries-list div p.sub-industry {
    margin-right: 0;
  }
}
.single-companies .share-button img {
  width: 18px;
  margin-top: -4px;
}
.single-companies .share-wrapper .share-popup {
  right: 40px !important;
  width: 198px;
  top: -7px;
}
.single-companies .share-wrapper .share-popup .card-body {
  padding: 3px 15px 5px;
}
.single-companies .share-wrapper .share-popup .card-body a {
  margin: 0 3px;
}
.single-companies .more-content.hide {
  max-height: 75px !important;
}
.single-companies .more-content .btn-more {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.video-results-wrapper {
  margin-top: 35px;
  margin-bottom: 50px;
}
.video-results-wrapper > .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 20px;
  justify-content: space-between;
}
.video-results-wrapper .video-result-wrapper {
  width: calc(50% - 10px);
  position: relative;
  background: #fff;
  padding: 0 25px 45px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .video-results-wrapper .video-result-wrapper {
    width: 100%;
  }
}
.video-results-wrapper .video-result-wrapper .player-wrapper {
  margin-bottom: 7px;
  margin-left: -25px;
  margin-right: -25px;
}
.video-results-wrapper .video-result-wrapper .player-wrapper iframe {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 280px;
}
@media only screen and (max-width: 991px) {
  .video-results-wrapper .video-result-wrapper .player-wrapper iframe {
    height: 324px;
  }
}
@media only screen and (max-width: 767px) {
  .video-results-wrapper .video-result-wrapper .player-wrapper iframe {
    height: 236px;
  }
}
.video-results-wrapper .video-result-wrapper .player-wrapper a {
  position: relative;
  cursor: pointer;
}
.video-results-wrapper .video-result-wrapper .player-wrapper a:hover .play-button {
  background: rgba(255, 0, 0, 0.8);
}
.video-results-wrapper .video-result-wrapper .player-wrapper a img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 991px) {
  .video-results-wrapper .video-result-wrapper .player-wrapper a img {
    height: 324px;
  }
}
@media only screen and (max-width: 767px) {
  .video-results-wrapper .video-result-wrapper .player-wrapper a img {
    height: 236px;
  }
}
.video-results-wrapper .video-result-wrapper .player-wrapper a .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.video-results-wrapper .video-result-wrapper .player-wrapper a .play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: 23px;
  position: absolute;
}
.video-results-wrapper .video-result-wrapper .title-wrapper h2 {
  color: #000;
  font-size: 21.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 15px;
  float: left;
  width: calc(100% - 32px);
}
.video-results-wrapper .video-result-wrapper .title-wrapper h2 a {
  color: #000;
  text-decoration: none;
}
.video-results-wrapper .video-result-wrapper .title-wrapper .share-wrapper {
  float: right;
  width: 12px;
  margin: 0 10px;
}
.video-results-wrapper .video-result-wrapper .company-info-wrapper {
  margin-bottom: 15px;
}
.video-results-wrapper .video-result-wrapper .company-info-wrapper .logo-wrapper {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  float: left;
}
.video-results-wrapper .video-result-wrapper .company-info-wrapper .logo-wrapper .company-logo {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.video-results-wrapper .video-result-wrapper .company-info-wrapper .info-wrapper {
  float: left;
  margin-right: 14px;
  margin-left: 2px;
  width: calc(100% - 165px);
}
.video-results-wrapper .video-result-wrapper .company-info-wrapper .info-wrapper h2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 0;
}
.video-results-wrapper .video-result-wrapper .company-info-wrapper .info-wrapper h2 a {
  color: #000;
  text-decoration: none;
}
.video-results-wrapper .video-result-wrapper .company-info-wrapper .info-wrapper h2 span {
  margin-left: 5px;
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.video-results-wrapper .video-result-wrapper .company-info-wrapper .info-wrapper p {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
}
.video-results-wrapper .video-result-wrapper .company-info-wrapper .follow-wrapper {
  width: 106px;
  float: right;
}
@media only screen and (max-width: 575px) {
  .video-results-wrapper .video-result-wrapper .company-info-wrapper .follow-wrapper {
    width: 106px;
    margin: 0 0 10px 0;
  }
}
.video-results-wrapper .video-result-wrapper .meta-info-wrapper {
  height: auto;
  max-height: 39px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  padding: 5px 0;
  z-index: 10;
  border-radius: 0 0 15px 15px;
  background: #fff;
  padding: 5px 15px 0;
}
.video-results-wrapper .video-result-wrapper .meta-info-wrapper.less {
  box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 5px 15px 10px;
  height: auto;
  overflow: visible;
}
.video-results-wrapper .video-result-wrapper .meta-info-wrapper.less .show-more span:first-child {
  display: none;
}
.video-results-wrapper .video-result-wrapper .meta-info-wrapper.less .show-more span:last-child {
  display: block;
}
.video-results-wrapper .video-result-wrapper .meta-info-wrapper.more {
  box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.video-results-wrapper .video-result-wrapper .meta-info-wrapper ul {
  margin: -5px;
  padding: 0;
  float: left;
  width: calc(100% - 72px);
}
.video-results-wrapper .video-result-wrapper .meta-info-wrapper ul li {
  list-style: none;
  margin: 0 4px 10px;
  padding: 0;
  border-radius: 40px;
  background: #d9e9ff;
  color: #000000;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  padding: 4.5px 12px;
  display: inline-block;
  border: 2px solid #d9e9ff;
}
.video-results-wrapper .video-result-wrapper .meta-info-wrapper ul li.child {
  border: 2px solid #d9e9ff;
  background: #ffffff;
}
.video-results-wrapper .video-result-wrapper .meta-info-wrapper .show-more {
  float: right;
  display: block;
  height: 20px;
  width: 57px;
  margin-left: 15px;
  border-radius: 40px;
  border: 1px solid #366CC5;
  color: #366CC5;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
  padding: 2px 4px;
  cursor: pointer;
}
.video-results-wrapper .video-result-wrapper .meta-info-wrapper .show-more span::after {
  content: ">";
  font-weight: 600;
  rotate: 90deg;
  line-height: 15px;
  margin-left: 5px;
  display: inline-block;
}
.video-results-wrapper .video-result-wrapper .meta-info-wrapper .show-more span:first-child {
  display: block;
}
.video-results-wrapper .video-result-wrapper .meta-info-wrapper .show-more span:last-child {
  display: none;
}
.video-results-wrapper .video-result-wrapper .meta-info-wrapper .show-more span:last-child::after {
  rotate: 270deg;
}

.single-activity-wrapper > .container {
  max-width: 1320px;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  margin-bottom: 104px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1399px) {
  .single-activity-wrapper > .container {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-activity-wrapper > .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .single-activity-wrapper > .container {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .single-activity-wrapper > .container {
    max-width: 560px;
  }
}
@media only screen and (max-width: 575px) {
  .single-activity-wrapper > .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .single-activity-wrapper article {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-activity-wrapper article .video-result-wrapper {
  border-bottom: 1px solid #D3E5FF;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.single-activity-wrapper article .video-result-wrapper .player-wrapper {
  margin-bottom: 12px;
}
.single-activity-wrapper article .video-result-wrapper .player-wrapper iframe {
  border-radius: 11px;
  width: 100%;
  height: 440px;
}
@media only screen and (max-width: 1399px) {
  .single-activity-wrapper article .video-result-wrapper .player-wrapper iframe {
    height: 386px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-activity-wrapper article .video-result-wrapper .player-wrapper iframe {
    height: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .single-activity-wrapper article .video-result-wrapper .player-wrapper iframe {
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .single-activity-wrapper article .video-result-wrapper .player-wrapper iframe {
    height: 258px;
  }
}
@media only screen and (max-width: 575px) {
  .single-activity-wrapper article .video-result-wrapper .player-wrapper iframe {
    height: 289px;
  }
}
@media only screen and (max-width: 479px) {
  .single-activity-wrapper article .video-result-wrapper .player-wrapper iframe {
    height: 236px;
  }
}
.single-activity-wrapper article .video-result-wrapper .player-wrapper a {
  position: relative;
  cursor: pointer;
}
.single-activity-wrapper article .video-result-wrapper .player-wrapper a:hover .play-button {
  background: rgba(255, 0, 0, 0.8);
}
.single-activity-wrapper article .video-result-wrapper .player-wrapper a img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1399px) {
  .single-activity-wrapper article .video-result-wrapper .player-wrapper a img {
    height: 386px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-activity-wrapper article .video-result-wrapper .player-wrapper a img {
    height: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .single-activity-wrapper article .video-result-wrapper .player-wrapper a img {
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .single-activity-wrapper article .video-result-wrapper .player-wrapper a img {
    height: 258px;
  }
}
@media only screen and (max-width: 575px) {
  .single-activity-wrapper article .video-result-wrapper .player-wrapper a img {
    height: 289px;
  }
}
@media only screen and (max-width: 479px) {
  .single-activity-wrapper article .video-result-wrapper .player-wrapper a img {
    height: 236px;
  }
}
.single-activity-wrapper article .video-result-wrapper .player-wrapper a .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.single-activity-wrapper article .video-result-wrapper .player-wrapper a .play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: 23px;
  position: absolute;
}
.single-activity-wrapper article .video-result-wrapper .title-wrapper {
  margin-bottom: 6px;
}
.single-activity-wrapper article .video-result-wrapper .title-wrapper h2 {
  color: #000;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 0;
  float: left;
  width: calc(100% - 44px);
}
@media only screen and (max-width: 991px) {
  .single-activity-wrapper article .video-result-wrapper .title-wrapper h2 {
    font-size: 21.5px;
    line-height: 29px;
  }
}
.single-activity-wrapper article .video-result-wrapper .title-wrapper h2 a {
  color: #000;
  text-decoration: none;
}
.single-activity-wrapper article .video-result-wrapper .title-wrapper .share-wrapper {
  float: right;
  width: 24px;
  margin: 0 10px;
}
.single-activity-wrapper article .video-result-wrapper .title-wrapper .share-wrapper .share-button {
  font-size: 28px;
}
.single-activity-wrapper article .video-result-wrapper .title-wrapper .share-wrapper .share-popup {
  right: 32px;
  top: 4px;
}
.single-activity-wrapper article .video-result-wrapper .meta-info-wrapper {
  height: auto;
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
}
.single-activity-wrapper article .video-result-wrapper .meta-info-wrapper ul {
  margin: 0;
  padding: 0;
  float: left;
  width: calc(100% - 72px);
}
.single-activity-wrapper article .video-result-wrapper .meta-info-wrapper ul li {
  list-style: none;
  margin: 0 5px 10px;
  padding: 0;
  border-radius: 40px;
  /*box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #0047B6;*/
  background: #D6D7FE;
  color: #366CC5;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding: 5px 22px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .single-activity-wrapper article .video-result-wrapper .meta-info-wrapper ul li {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 15px;
    margin: 0 4px 5px;
  }
}
.single-activity-wrapper article .video-result-wrapper .meta-info-wrapper ul li.primary {
  background: #D6D7FE;
  color: #366CC5;
}
.single-activity-wrapper article .video-result-wrapper .info-wrapper .company-info-wrapper {
  width: 300px;
  float: left;
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .single-activity-wrapper article .video-result-wrapper .info-wrapper .company-info-wrapper {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    clear: both;
  }
}
.single-activity-wrapper article .video-result-wrapper .info-wrapper .company-info-wrapper .logo-wrapper {
  width: 52px;
  margin-right: 14px;
  float: left;
}
.single-activity-wrapper article .video-result-wrapper .info-wrapper .company-info-wrapper .logo-wrapper .company-logo {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.single-activity-wrapper article .video-result-wrapper .info-wrapper .company-info-wrapper .info-wrapper {
  float: left;
  width: calc(100% - 66px);
}
.single-activity-wrapper article .video-result-wrapper .info-wrapper .company-info-wrapper .info-wrapper h2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
}
.single-activity-wrapper article .video-result-wrapper .info-wrapper .company-info-wrapper .info-wrapper h2 a {
  color: #000;
  text-decoration: none;
}
.single-activity-wrapper article .video-result-wrapper .info-wrapper .company-info-wrapper .info-wrapper h2 span {
  margin-left: 5px;
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.single-activity-wrapper article .video-result-wrapper .info-wrapper .company-info-wrapper .info-wrapper h2 > span {
  display: block;
  margin-left: 0;
  margin-bottom: 5px;
}
.single-activity-wrapper article .video-result-wrapper .info-wrapper .company-info-wrapper .info-wrapper p {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
}
.single-activity-wrapper article .video-result-wrapper .info-wrapper .company-info-wrapper .follow-wrapper {
  margin-top: 7px;
  width: 118px;
}
.single-activity-wrapper article .video-result-wrapper .info-wrapper .desc-wrapper {
  width: calc(100% - 340px);
  float: right;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
@media only screen and (max-width: 991px) {
  .single-activity-wrapper article .video-result-wrapper .info-wrapper .desc-wrapper {
    width: 100%;
    float: none;
    clear: both;
  }
}
.single-activity-wrapper article .video-result-wrapper .info-wrapper .desc-wrapper p {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
@media only screen and (max-width: 991px) {
  .single-activity-wrapper sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-activity-wrapper sidebar .sidebar-title {
  text-align: center;
  margin-bottom: 30px;
}
.single-activity-wrapper sidebar .video-results-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}
.single-activity-wrapper sidebar .video-results-wrapper > .container {
  display: block;
  padding: 0;
}
.single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 33px;
  position: relative;
  padding-bottom: 40px;
}
.single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper iframe {
  height: 212px;
}
@media only screen and (max-width: 1399px) {
  .single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper iframe {
    height: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper iframe {
    height: 142px;
  }
}
@media only screen and (max-width: 991px) {
  .single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper iframe {
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper iframe {
    height: 258px;
  }
}
@media only screen and (max-width: 575px) {
  .single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper iframe {
    height: 289px;
  }
}
@media only screen and (max-width: 479px) {
  .single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper iframe {
    height: 236px;
  }
}
.single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper a {
  position: relative;
  cursor: pointer;
}
.single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper a:hover .play-button {
  background: rgba(255, 0, 0, 0.8);
}
.single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper a img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 212px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1399px) {
  .single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper a img {
    height: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper a img {
    height: 142px;
  }
}
@media only screen and (max-width: 991px) {
  .single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper a img {
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper a img {
    height: 258px;
  }
}
@media only screen and (max-width: 575px) {
  .single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper a img {
    height: 289px;
  }
}
@media only screen and (max-width: 479px) {
  .single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper a img {
    height: 236px;
  }
}
.single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper a .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.single-activity-wrapper sidebar .video-results-wrapper .video-result-wrapper .player-wrapper a .play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: 23px;
  position: absolute;
}

@media only screen and (min-width: 1599px) {
  .edit-profile .container {
    max-width: 1400px;
  }
}
.edit-profile #main-container {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
@media only screen and (max-width: 1199px) {
  .edit-profile #main-container {
    display: block;
  }
}
.edit-profile #main-container aside {
  width: 340px;
}
@media only screen and (max-width: 1199px) {
  .edit-profile #main-container aside {
    width: 100%;
    margin-bottom: 30px;
  }
}
.edit-profile #main-container aside ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.edit-profile #main-container aside ul.menu li {
  margin: 0;
  padding: 0;
}
.edit-profile #main-container aside ul.menu li:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
}
.edit-profile #main-container aside ul.menu li.current-menu-item a {
  color: #0047b6;
}
.edit-profile #main-container aside ul.menu li a {
  display: block;
  padding: 13px 0 16px;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
.edit-profile #main-container aside ul.menu li a:hover {
  text-decoration: none;
}
.edit-profile #main-container aside ul.menu li form {
  margin: 0;
}
.edit-profile #main-container aside ul.menu li form input[type=submit] {
  background: none;
  border: none;
  padding: 13px 0 16px;
  margin: 0;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
.edit-profile #main-container aside .cta {
  text-align: center;
}
.edit-profile #main-container aside .cta h2 {
  margin: 24px auto 30px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
}
.edit-profile #main-container aside .cta h3 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}
.edit-profile #main-container aside .cta a {
  background: #0047b6;
  color: #fff;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  font-weight: 300;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 71, 182, 0.25);
  -moz-box-shadow: 0 0.5rem 1rem 0 rgba(0, 71, 182, 0.25);
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 71, 182, 0.25);
  display: inline-block;
  margin: 0 auto 30px;
}
.edit-profile #main-container .article-content {
  width: calc(100% - 440px);
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 32px;
}
@media only screen and (max-width: 1199px) {
  .edit-profile #main-container .article-content {
    width: 100%;
  }
}
.edit-profile #main-container .article-content h2 {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 120% */
  margin-bottom: 38px;
}
.edit-profile #main-container .article-content h2.edit-profile-user-photo-title {
  margin-bottom: 15px;
}
.edit-profile #main-container .article-content .question-field.question-field-title {
  margin-top: 21px;
  margin-bottom: 21px;
}
.edit-profile #main-container .article-content .question-field.question-field-title label {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-bottom: 13px;
  text-transform: capitalize;
}
.edit-profile #main-container .article-content .question-field.question-field-title small {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 133.333% */
  display: block;
  margin-bottom: 15px;
}
.edit-profile #main-container .article-content .question-field.question-field-text {
  margin-bottom: 21px;
}
.edit-profile #main-container .article-content .question-field.question-field-text label {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.edit-profile #main-container .article-content .question-field.question-field-text input,
.edit-profile #main-container .article-content .question-field.question-field-text select,
.edit-profile #main-container .article-content .question-field.question-field-text textarea {
  border-radius: 60px;
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05) inset;
  display: block;
  width: 100%;
  border: none;
  padding: 6px 15px;
  margin: 0;
  border: 1px solid #bbb;
}
.edit-profile #main-container .article-content .question-field.question-field-text textarea {
  height: 120px;
  border-radius: 12px;
}
.edit-profile #main-container .article-content .question-field.question-field-checkbox {
  margin-bottom: 15px;
  line-height: 20px;
}
.edit-profile #main-container .article-content .question-field.question-field-checkbox label {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 133.333% */
  text-transform: capitalize;
  margin-bottom: 0;
  float: left;
  width: calc(100% - 40px);
}
.edit-profile #main-container .article-content .question-field.question-field-checkbox input {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 20px 0 0;
  float: left;
}
.edit-profile #main-container .article-content .question-field.question-field-switch .switch-label {
  width: calc(100% - 140px);
  margin: 30px 40px 10px 0;
  float: left;
}
.edit-profile #main-container .article-content .question-field.question-field-switch .switch-label label {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.edit-profile #main-container .article-content .question-field.question-field-switch .switch-control {
  width: 60px;
  float: right;
  margin: 30px 0 10px 0;
}
.edit-profile #main-container .article-content .question-field.question-field-switch .switch-control input,
.edit-profile #main-container .article-content .question-field.question-field-switch .switch-control select {
  width: 100%;
}
.edit-profile #main-container .article-content .question-field.question-field-range .range-label,
.edit-profile #main-container .article-content .question-field.question-field-range .slider-label, .edit-profile #main-container .article-content .question-field.question-field-slider .range-label,
.edit-profile #main-container .article-content .question-field.question-field-slider .slider-label {
  width: calc(100% - 280px);
  margin: 30px 40px 30px 0;
  float: left;
}
.edit-profile #main-container .article-content .question-field.question-field-range .range-label label,
.edit-profile #main-container .article-content .question-field.question-field-range .slider-label label, .edit-profile #main-container .article-content .question-field.question-field-slider .range-label label,
.edit-profile #main-container .article-content .question-field.question-field-slider .slider-label label {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
  display: block;
}
.edit-profile #main-container .article-content .question-field.question-field-range .range-control,
.edit-profile #main-container .article-content .question-field.question-field-range .slider-control, .edit-profile #main-container .article-content .question-field.question-field-slider .range-control,
.edit-profile #main-container .article-content .question-field.question-field-slider .slider-control {
  width: 200px;
  float: right;
  margin: 30px 0 10px 0;
}
.edit-profile #main-container .article-content .question-field.question-field-range .range-control input,
.edit-profile #main-container .article-content .question-field.question-field-range .range-control select,
.edit-profile #main-container .article-content .question-field.question-field-range .slider-control input,
.edit-profile #main-container .article-content .question-field.question-field-range .slider-control select, .edit-profile #main-container .article-content .question-field.question-field-slider .range-control input,
.edit-profile #main-container .article-content .question-field.question-field-slider .range-control select,
.edit-profile #main-container .article-content .question-field.question-field-slider .slider-control input,
.edit-profile #main-container .article-content .question-field.question-field-slider .slider-control select {
  width: 100%;
}
.edit-profile #main-container .article-content .question-field.question-field-range .range-control .slider-tick-container,
.edit-profile #main-container .article-content .question-field.question-field-range .slider-control .slider-tick-container, .edit-profile #main-container .article-content .question-field.question-field-slider .range-control .slider-tick-container,
.edit-profile #main-container .article-content .question-field.question-field-slider .slider-control .slider-tick-container {
  display: none;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-label {
  width: calc(100% - 330px);
  margin: 30px 40px 10px 0;
  float: left;
}
@media only screen and (max-width: 479px) {
  .edit-profile #main-container .article-content .question-field.question-field-company-preference .company-label {
    width: 100%;
    margin: 10px 0;
    float: none;
    clear: both;
  }
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-label label {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action {
  float: left;
  margin: 30px 10px 10px 0;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action {
    margin: 0 0 10px;
    float: none;
    clear: both;
  }
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-action-1 {
  width: 170px;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-action-1 .set-preferences {
  border: 0.5px solid #0047b6;
  border-radius: 30px;
  padding: 7px 10px 5px;
  color: #0047b6;
  background: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: block;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-action-1 .set-preferences::after {
  content: "";
  background: url(../images/icon-down.svg) no-repeat center center/cover;
  width: 11px;
  height: 6px;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 1px;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-action-1 .set-preferences.enabled::after {
  background: url(../images/icon-up.svg) no-repeat center center/cover;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-action-1 .company-action-1-popup {
  display: none;
  width: 240px;
  position: absolute;
  left: -43px;
  z-index: 999;
  top: 38px;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-action-1 .company-action-1-popup .overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-action-1 .company-action-1-popup .content {
  z-index: 1002;
  position: relative;
  background: white;
  border-radius: 16px 16px 20px 20px;
  border: 0.5px solid #0047b6;
  background: #fff;
  padding: 18px 12px 18px;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-action-1 .company-action-1-popup .content .question-field-checkbox {
  margin-bottom: 4px;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-action-1 .company-action-1-popup .content .question-field-checkbox input[type=checkbox] {
  width: 12px;
  height: 12px;
  margin: 2px 10px 3px 0;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-action-1 .company-action-1-popup .content .question-field-checkbox label {
  color: #0047b6;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
  /* 133.333% */
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-action-2 {
  width: 100px;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-action-2 .remove-from-target {
  border: 0.5px solid #0047b6;
  border-radius: 30px;
  padding: 7px 10px 5px;
  color: #0047b6;
  background: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: block;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-target-action.company-action-1 {
  width: 100px;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action.company-target-action.company-action-2 {
  width: 160px;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action .unfollow,
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action .follow {
  border-radius: 30px;
  padding: 7px 18px 5px;
  background: #0047b6;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 133.333% */
  text-decoration: none;
  display: inline-block;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action .unfollow.follow,
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action .follow.follow {
  border: 1px solid #fff;
  color: #fff;
  background: #0047b6;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action .unfollow.unfollow,
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action .follow.unfollow {
  border: 1px solid #0047b6;
  color: #0047b6;
  background: #fff;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action input,
.edit-profile #main-container .article-content .question-field.question-field-company-preference .company-action select {
  width: 100%;
}
.edit-profile #main-container .article-content .question-field.question-field-company-preference > .clear {
  border-bottom: 1px solid #666;
}
.edit-profile #main-container .article-content .question-field.question-field-user-photo-upload #cropper-wrapper {
  display: none;
}
.edit-profile #main-container .article-content .question-field.question-field-user-photo-upload #cropper-wrapper #buttons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.edit-profile #main-container .article-content .question-field.question-field-user-photo-upload #cropper-wrapper #buttons-wrapper input[type=button] {
  border: none;
  border-radius: 30px;
  padding: 7px 15px 5px;
  background: #0047b6;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16.15px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  display: block;
}
.edit-profile #main-container .article-content .question-field.question-field-user-photo-upload #cropper-wrapper #buttons-wrapper input[type=button]:nth-child(1) {
  background: #DADADA;
}
.edit-profile #main-container .article-content .question-field.question-field-user-photo-upload #cropper-wrapper #cropper-image {
  max-width: 100%;
  max-height: 640px;
}
.edit-profile #main-container .article-content .question-field.question-field-user-photo-upload #input-wrapper label {
  position: relative;
  cursor: pointer;
}
.edit-profile #main-container .article-content .question-field.question-field-user-photo-upload #input-wrapper label::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/icon-replace-image.png) no-repeat center center rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s ease-out;
  z-index: 10;
  transition: background-color 0.25s ease-out;
}
.edit-profile #main-container .article-content .question-field.question-field-user-photo-upload #input-wrapper label:hover::after {
  opacity: 1;
}
.edit-profile #main-container .article-content .question-field.question-field-user-photo-upload #input-wrapper label:hover span#remove-button {
  color: #ffffff;
  border-color: #ffffff;
  transition: color 0.25s ease-out, border-color 0.25s ease-out;
}
.edit-profile #main-container .article-content .question-field.question-field-user-photo-upload #input-wrapper label #preview-image {
  margin: 0 auto;
  max-width: 180px;
  width: 180px;
}
.edit-profile #main-container .article-content .question-field.question-field-user-photo-upload #input-wrapper label input[type=file] {
  display: none;
}
.edit-profile #main-container .article-content .question-field.question-field-user-photo-upload #input-wrapper label.remove-button-active::after {
  transition: background-color 0.25s ease-out;
  background: url(../images/icon-delete.svg) no-repeat center center rgba(204, 0, 0, 0.5);
}
.edit-profile #main-container .article-content .question-field.question-field-user-photo-upload #input-wrapper label span#remove-button {
  position: absolute;
  top: 5px;
  right: 4px;
  color: #000000;
  font-size: 12px;
  border-radius: 50%;
  border: 1px solid #000000;
  height: 17px;
  width: 17px;
  text-align: center;
  line-height: 11px;
  z-index: 20;
  padding: 2px 0 2px;
  display: block;
}
.edit-profile #main-container .article-content .question-field.question-field-upload label {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.edit-profile #main-container .article-content .question-field.question-field-upload small {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 133.333% */
  display: block;
  margin-bottom: 10px;
  margin-top: -7px;
}
.edit-profile #main-container .article-content .question-field.question-field-upload #cropper-wrapper {
  display: none;
}
.edit-profile #main-container .article-content .question-field.question-field-upload #cropper-wrapper #buttons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.edit-profile #main-container .article-content .question-field.question-field-upload #cropper-wrapper #buttons-wrapper input[type=button] {
  border: none;
  border-radius: 30px;
  padding: 7px 15px 5px;
  background: #0047b6;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16.15px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  display: block;
}
.edit-profile #main-container .article-content .question-field.question-field-upload #cropper-wrapper #buttons-wrapper input[type=button]:nth-child(1) {
  background: #DADADA;
}
.edit-profile #main-container .article-content .question-field.question-field-upload #cropper-wrapper #cropper-image {
  max-width: 100%;
  max-height: 640px;
}
.edit-profile #main-container .article-content .question-field.question-field-upload #input-wrapper {
  max-width: max(50%, 360px);
}
.edit-profile #main-container .article-content .question-field.question-field-upload #input-wrapper label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.edit-profile #main-container .article-content .question-field.question-field-upload #input-wrapper label::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/icon-replace-image.png) no-repeat center center/min(50%, 64px) min(50%, 64px) rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s ease-out;
  z-index: 10;
  transition: background-color 0.25s ease-out;
}
.edit-profile #main-container .article-content .question-field.question-field-upload #input-wrapper label:hover::after {
  opacity: 1;
}
.edit-profile #main-container .article-content .question-field.question-field-upload #input-wrapper label:hover span#remove-button {
  color: #ffffff;
  border-color: #ffffff;
  transition: color 0.25s ease-out, border-color 0.25s ease-out;
}
.edit-profile #main-container .article-content .question-field.question-field-upload #input-wrapper label #preview-image {
  margin: 0 auto;
  min-height: 150px;
  max-height: 500px;
  max-width: 100%;
  width: max(50%, 360px);
}
.edit-profile #main-container .article-content .question-field.question-field-upload #input-wrapper label input[type=file] {
  display: none;
}
.edit-profile #main-container .article-content .question-field.question-field-upload #input-wrapper label.remove-button-active::after {
  transition: background-color 0.25s ease-out;
  background: url(../images/icon-delete.svg) no-repeat center center rgba(204, 0, 0, 0.5);
}
.edit-profile #main-container .article-content .question-field.question-field-upload #input-wrapper label span#remove-button {
  position: absolute;
  top: 5px;
  right: 4px;
  color: #f00;
  font-size: 10px;
  border-radius: 50%;
  border: 1px solid #f00;
  height: 14px;
  width: 14px;
  text-align: center;
  line-height: 8px;
  z-index: 20;
  padding: 2px 0 2px;
  display: block;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-title label {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-title p {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 133.333% */
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider {
  border-bottom: 1px solid #666;
  padding: 15px 0 10px;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch.question-field-bistate-switch .switch-control.switch-control-yes::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range.question-field-bistate-switch .switch-control.switch-control-yes::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider.question-field-bistate-switch .switch-control.switch-control-yes::before {
  background-color: #1e8700;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch.question-field-bistate-switch .switch-control.switch-control-no::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range.question-field-bistate-switch .switch-control.switch-control-no::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider.question-field-bistate-switch .switch-control.switch-control-no::before {
  background-color: #777777;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch.question-field-bistate-switch .switch-control input, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range.question-field-bistate-switch .switch-control input, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider.question-field-bistate-switch .switch-control input {
  width: 20px;
  height: 20px;
  display: none;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch.question-field-bistate-switch .switch-control input[value=yes] + label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range.question-field-bistate-switch .switch-control input[value=yes] + label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider.question-field-bistate-switch .switch-control input[value=yes] + label {
  background-position: center right;
  background-image: url(../images/icon-yes.svg);
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch.question-field-bistate-switch .switch-control input[value=no] + label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range.question-field-bistate-switch .switch-control input[value=no] + label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider.question-field-bistate-switch .switch-control input[value=no] + label {
  background-position: center left;
  background-image: url(../images/icon-undecided.svg);
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch.question-field-bistate-switch .switch-control label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range.question-field-bistate-switch .switch-control label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider.question-field-bistate-switch .switch-control label {
  width: 30px;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-label {
  width: calc(100% - 140px);
  margin: 0 40px 0 0;
  float: left;
}
@media only screen and (max-width: 479px) {
  .edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-label {
    width: 100%;
    margin: 0;
    float: none;
  }
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-label label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-label label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-label label {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-label small, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-label small, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-label small {
  display: block;
  color: #999;
  line-height: 18px;
  font-size: 14px;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-control, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-control, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-control {
  width: 64px;
  float: right;
  margin: 0 0 0 0;
  padding: 2px !important;
  display: flex;
  gap: 0;
  padding: 0;
  text-align: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-control, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-control, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-control {
    margin: 0;
    float: none;
    clear: both;
  }
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-control::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-control::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-control::before {
  content: "";
  width: 64px;
  height: 24px;
  background: #f0f0f0;
  border: 1px solid #333;
  border-radius: 14px;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-control.switch-control-yes::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-control.switch-control-yes::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-control.switch-control-yes::before {
  background-color: #1e8700;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-control.switch-control-undecided::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-control.switch-control-undecided::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-control.switch-control-undecided::before {
  background-color: #777777;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-control.switch-control-no::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-control.switch-control-no::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-control.switch-control-no::before {
  background-color: #cc0000;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-control input, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-control input, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-control input {
  width: 20px;
  height: 20px;
  display: none;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-control input[value=yes] + label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-control input[value=yes] + label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-control input[value=yes] + label {
  background-position: center right;
  background-image: url(../images/icon-yes.svg);
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-control input[value=no] + label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-control input[value=no] + label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-control input[value=no] + label {
  background-position: center left;
  background-image: url(../images/icon-no.svg);
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-control input[value=""] + label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-control input[value=""] + label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-control input[value=""] + label {
  background-position: center center;
  background-image: url(../images/icon-undecided.svg);
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-control input:checked + label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-control input:checked + label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-control input:checked + label {
  opacity: 1;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-control input:checked + label::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-control input:checked + label::before, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-control input:checked + label::before {
  display: inline-block;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .switch-control label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .switch-control label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .switch-control label {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  opacity: 0;
  user-select: none;
  cursor: pointer;
  background: no-repeat center center/20px 20px;
  z-index: 2;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .sub-questions, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .sub-questions, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .sub-questions {
  margin-top: 10px;
  display: none;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .sub-questions .question-field, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .sub-questions .question-field, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .sub-questions .question-field {
  margin-bottom: 10px;
  border-bottom: none;
  padding: 0 0 0 20px;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .sub-questions .question-field .switch-label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .sub-questions .question-field .switch-label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .sub-questions .question-field .switch-label {
  margin: 0;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .sub-questions .question-field .switch-label label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .sub-questions .question-field .switch-label label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .sub-questions .question-field .switch-label label {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 133.333% */
  text-transform: capitalize;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .sub-questions .question-field .switch-label p, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .sub-questions .question-field .switch-label p, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .sub-questions .question-field .switch-label p {
  font-size: 12px;
  margin-bottom: 10px;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .sub-questions .question-field .switch-control, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .sub-questions .question-field .switch-control, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .sub-questions .question-field .switch-control {
  margin: 0;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .sub-questions .question-field > .clear, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .sub-questions .question-field > .clear, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .sub-questions .question-field > .clear {
  border-bottom: none;
  margin-bottom: 0;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-switch .sub-questions .sub-questions, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .sub-questions .sub-questions, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .sub-questions .sub-questions {
  margin-top: 10px;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .range-label,
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .slider-label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .range-label,
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .slider-label {
  width: calc(100% - 280px);
  margin: 0 40px 0 0;
  float: left;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .range-label label,
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .slider-label label, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .range-label label,
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .slider-label label {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
  display: block;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .range-control,
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .slider-control, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .range-control,
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .slider-control {
  width: 200px;
  float: right;
  margin: 0 0 0 0;
  display: flex;
  gap: 0;
  padding: 0;
  text-align: center;
  justify-content: center;
  position: relative;
}
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .range-control .slider-tick-container,
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-range .slider-control .slider-tick-container, .edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .range-control .slider-tick-container,
.edit-profile #main-container .article-content .sub-questions .question-field.question-field-slider .slider-control .slider-tick-container {
  display: none;
}
.edit-profile #main-container .article-content .sub-questions .sub-questions {
  clear: both;
}
.edit-profile #main-container .article-content .tabs-wrapper {
  margin: 0;
}
.edit-profile #main-container .article-content .tabs-wrapper .tabs-header {
  margin: 0 -5px 50px;
  padding: 0;
  list-style: none;
}
.edit-profile #main-container .article-content .tabs-wrapper .tabs-header li {
  margin: 0 5px 10px;
  padding: 0;
  display: inline-block;
}
.edit-profile #main-container .article-content .tabs-wrapper .tabs-header li.current a {
  color: #fff;
  background: #0047b6;
}
.edit-profile #main-container .article-content .tabs-wrapper .tabs-header li a {
  display: block;
  color: #0047b6;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #0047b6;
  background: #fff;
  text-decoration: none;
  padding: 5px 10px;
}
.edit-profile #main-container .article-content #investment-preferences-no-followers-notice {
  display: none;
}
.edit-profile #main-container .article-content #investment-preferences-no-targets-notice {
  display: none;
}

/*Searchable Timezone Field*/
.searchable-timezone-input {
  background-image: url(/wp-content/themes/abid-two/assets/images/search-timezone-icon.svg) !important;
  background-position: calc(100% - 15px) 8px !important;
  background-repeat: no-repeat !important;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#searchable-timezone-options-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#searchable-timezone-options-list li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  cursor: pointer;
}
#searchable-timezone-options-list li a:hover:not(.header) {
  background-color: #eee;
}

#profile-progress-widget {
  background: #fff;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 0 0 1rem 1rem hsla(0, 0%, 96.1%, 0.75);
  padding: 30px 50px 30px;
  margin-bottom: 3rem;
}
#profile-progress-widget h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#profile-progress-widget .progress-bar-outer {
  margin-bottom: 2rem;
  border-radius: 2rem 2rem 2rem 2rem;
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 71, 182, 0.15);
  -moz-box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 71, 182, 0.15);
  -webkit-box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 71, 182, 0.15);
  height: 1rem;
  line-height: 0;
  font-size: 0.75rem;
}
#profile-progress-widget .progress-bar-outer .progress-bar-inner {
  border-radius: 2rem 2rem 2rem 2rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0047b6;
  height: 16px;
  width: 0;
  line-height: 16px;
  animation: animate-progress 1s ease-out;
  animation-fill-mode: forwards;
}
@keyframes animate-progress {
  0% {
    width: 0;
  }
  100% {
    width: var(--target-width);
  }
}
#profile-progress-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#profile-progress-widget ul li {
  border-bottom: 1px solid #000;
  padding: 0px 0 0px;
  margin: 0 0 10px;
}
#profile-progress-widget ul li.muted a {
  color: #6c757d;
}
#profile-progress-widget ul li a {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
#profile-progress-widget ul li span {
  float: right;
  font-size: 21px;
  color: #0047b6;
}
#profile-progress-widget ul li span.fa-circle {
  color: #dddddd;
}
#profile-progress-widget ul li span.fa-check-circle {
  color: #0047b6;
}

body.archive.author,
body.page-template-page-view-profile-user-activity {
  background-color: #f8f8f8;
}
body.archive.author article.view-profile,
body.page-template-page-view-profile-user-activity article.view-profile {
  margin-top: -35px;
}
@media only screen and (max-width: 768px) {
  body.archive.author article.view-profile,
  body.page-template-page-view-profile-user-activity article.view-profile {
    margin-top: -55px;
  }
}
body.archive.author article.view-profile #main-container,
body.page-template-page-view-profile-user-activity article.view-profile #main-container {
  padding-left: 10px;
  padding-right: 10px;
}
body.archive.author article.view-profile #main-container .article-content,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content {
  margin-top: 50px;
}
body.archive.author article.view-profile #main-container .article-content .profile-section,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-section {
  border-radius: 10px;
  background: #ffffff;
  padding: 35px 35px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-section,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-section {
    padding: 16px 16px;
  }
}
@media only screen and (max-width: 768px) {
  body.archive.author article.view-profile #main-container .article-content .profile-section,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-section {
    margin-bottom: 15px;
    padding: 20px 15px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-section .inner-content,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-section .inner-content {
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.6rem;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-section .inner-content,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-section .inner-content {
    padding: 7px 16px;
  }
}
@media only screen and (max-width: 768px) {
  body.archive.author article.view-profile #main-container .article-content .profile-section .inner-content,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-section .inner-content {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.3rem;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-section .inner-content h2,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-section .inner-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-section .inner-content h2,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-section .inner-content h2 {
    font-size: 1.25rem;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-section .inner-content p,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-section .inner-content p {
  font-family: "GuillonLight";
}
body.archive.author article.view-profile #main-container .article-content .profile-section .inner-content p:last-child,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-section .inner-content p:last-child {
  margin-bottom: 0;
}
body.archive.author article.view-profile #main-container .article-content .profile-main header,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main header {
  border-radius: 10px;
  min-height: 193px;
  background-color: #d9d9d9;
  position: relative;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-main header,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main header {
    min-height: 108px;
    margin-bottom: 30px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-main header img,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main header img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: block;
  margin-bottom: -38px;
  top: 70px;
  position: absolute;
  left: 50px;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-main header img,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main header img {
    width: 99px;
    height: 99px;
    top: 32px;
    left: 32px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .role,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .role {
  width: calc(100% - 220px);
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .role,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .role {
    width: calc(100% - 40px);
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .role h2,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .role h2 {
  margin-bottom: 10px;
}
body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .role p,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .role p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4rem;
}
@media only screen and (max-width: 768px) {
  body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .role p,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .role p {
    font-size: 14px;
    line-height: 1.3rem;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social {
  width: 200px;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social {
    width: 30px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 18px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul {
    display: block;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li {
  margin: 0 6px 0;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li {
    margin: 0 0 6px 0;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li:first-child,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li:first-child {
  margin-left: 0;
}
body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li.stats form input[type=submit],
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li.stats form input[type=submit] {
  border: none;
  background: url(../images/icon-chart-column.svg) #e0e0e0 no-repeat center center/16px 16px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-indent: -9999px;
}
@media only screen and (max-width: 768px) {
  body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li.stats form input[type=submit],
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li.stats form input[type=submit] {
    background: url(../images/icon-chart-column.svg) #e0e0e0 no-repeat center center/12px 12px;
    height: 25px;
    width: 25px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li.website a,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li.website a {
  background-image: url(../images/icon-link.svg);
}
body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li.linkedin a,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li.linkedin a {
  background-image: url(../images/icon-linkedin.svg);
}
body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li.twitter a,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li.twitter a {
  background-image: url(../images/icon-twitter.svg);
}
body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li a,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li a {
  display: block;
  width: 38px;
  height: 38px;
  background: #e0e0e0 no-repeat center center/24px 24px;
  border-radius: 50%;
  /*filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(60deg) brightness(104%) contrast(101%);*/
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li a,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-main .inner-content .primary-info .social ul li a {
    background: #e0e0e0 no-repeat center center/16px 16px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content h2,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content h2,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content h2 {
    margin-bottom: 25px;
    text-align: center;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header {
  text-align: center;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 70px;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header {
    text-align: left;
    justify-content: left;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header {
    justify-content: center;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header li,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header li {
  line-height: 42px;
  margin: 0;
  text-align: center;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header li,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header li {
    line-height: 26px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header li.current a,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header li.current a {
  color: #ffffff;
  background: #0047b6;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header li a,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header li a {
  padding: 0 45px;
  border-radius: 5px;
  background: #f1f1f1;
  color: #000;
  text-decoration: none;
  display: block;
  font-family: "GuillonLight";
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header li a,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header li a {
    font-size: 0.688rem;
    font-weight: 400;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header li a,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-header li a {
    font-size: 13px;
    font-weight: 400;
    padding: 1px 20px 2px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field {
  padding: 22px 15px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field {
    padding: 15px 0px;
    display: block;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field:last-child,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.question-field-0,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.question-field-0 {
    display: flex;
  }
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.question-field-0 > .switch-label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.question-field-0 > .switch-label {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.question-field-0 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.question-field-0 > .switch-value,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.question-field-0 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.question-field-0 > .switch-value {
    width: 30px;
    justify-content: right;
    margin-top: 0;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.collapsed > .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.collapsed > .switch-label {
  margin-bottom: 0;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.collapsed > .switch-label span.accordion-control,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.collapsed > .switch-label span.accordion-control {
  background: url(../images/icon-accordion-down-arrow.svg) no-repeat center center/contain;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.collapsed > .sub-questions,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field.collapsed > .sub-questions {
  display: none;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label {
  position: relative;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label span.accordion-control,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label span.accordion-control {
  background: url(../images/icon-accordion-up-arrow.svg) no-repeat center center/contain;
  width: 19px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label span.accordion-control,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label span.accordion-control {
    width: 10px;
    height: 5px;
    top: 7px;
    right: 2px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field .question-field-0.is-hidden-control,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field .question-field-0.is-hidden-control {
  display: none !important;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field .question-field,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field .question-field {
  float: right;
  display: inline;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field .question-field > .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field .question-field > .switch-label label {
  border-radius: 36px;
  line-height: 19px;
  background: #f3f8ff;
  color: #000000;
  padding: 9px 25px;
  line-height: 1.4rem;
  font-size: 15px;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field .question-field > .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field .question-field > .switch-label label {
    padding: 5px 25px;
  }
}
@media only screen and (max-width: 768px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field .question-field > .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field .question-field > .switch-label label {
    font-size: 11px;
    line-height: 1.1rem;
    padding: 6px 15px;
    text-align: center;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field .question-field > .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field .question-field > .switch-label small {
  display: none;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label {
  width: 50%;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label {
    width: 100%;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label label {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 29px;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label label {
    font-size: 0.75rem;
    line-height: 20.58px;
  }
}
@media only screen and (max-width: 768px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label label {
    font-size: 13px;
    line-height: 20.58px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-label small {
  display: block;
  padding: 0;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-value,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .sub-questions,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-value {
  width: 50%;
  text-align: right;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-value,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-value {
    width: 100%;
    justify-content: left;
    margin-top: 15px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .sub-questions.empty, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-value.empty,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .sub-questions.empty,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-value.empty {
  position: relative;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .sub-questions.empty::after, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-value.empty::after,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .sub-questions.empty::after,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-value.empty::after {
  content: " " !important;
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 0 !important;
  background: transparent !important;
  background-image: url("/wp-content/themes/abid-two/assets/images/icon-tick-dark.svg") !important;
  background-size: cover !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 24px;
  right: 4px;
  opacity: 0.85;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .sub-questions.empty::after, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-value.empty::after,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .sub-questions.empty::after,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field > .switch-value.empty::after {
    width: 14px;
    height: 14px;
    font-size: 8px;
    line-height: 12px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 {
  display: block;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 {
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2.collapsed, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3.collapsed, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4.collapsed, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5.collapsed,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2.collapsed,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3.collapsed,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4.collapsed,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5.collapsed {
    padding: 10px 0;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .switch-label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .switch-label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .switch-label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .switch-label {
  width: 100%;
  margin-bottom: 15px;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .switch-label small, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .switch-label small, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .switch-label small, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .switch-label small {
  display: block;
  padding: 0 15px;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions {
  background: #f8f8f8;
  width: auto;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: right;
  margin: 15px -15px 0;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions {
    padding: 10px 15px;
    display: block;
    border-radius: 6px;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions {
    padding: 10px 15px;
    display: block;
    border-radius: 6px;
    margin: 10px -5px 0;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field {
  float: none;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 0 22px;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field {
    display: block;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field.question-field-0, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field.question-field-0, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field.question-field-0, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field.question-field-0,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field.question-field-0,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field.question-field-0,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field.question-field-0,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field.question-field-0 {
    display: flex;
  }
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field.question-field-0 > .switch-label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field.question-field-0 > .switch-label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field.question-field-0 > .switch-label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field.question-field-0 > .switch-label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field.question-field-0 > .switch-label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field.question-field-0 > .switch-label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field.question-field-0 > .switch-label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field.question-field-0 > .switch-label {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field.question-field-0 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field.question-field-0 > .switch-value, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field.question-field-0 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field.question-field-0 > .switch-value, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field.question-field-0 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field.question-field-0 > .switch-value, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field.question-field-0 > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field.question-field-0 > .switch-value,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field.question-field-0 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field.question-field-0 > .switch-value,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field.question-field-0 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field.question-field-0 > .switch-value,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field.question-field-0 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field.question-field-0 > .switch-value,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field.question-field-0 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field.question-field-0 > .switch-value {
    width: 30px;
    justify-content: right;
    margin-top: 0;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field:last-child, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field:last-child, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field:last-child, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field:last-child,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field:last-child,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field:last-child,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field:last-child,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field:last-child {
  padding-bottom: 15px;
  border-bottom: none;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .switch-label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .switch-label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .switch-label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .switch-label {
  width: calc(50% - 10px);
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .switch-label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .switch-label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .switch-label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .switch-label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .switch-label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .switch-label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .switch-label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .switch-label {
    width: 100%;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .switch-label label {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 19px;
  margin: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 15px;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .switch-label label {
    font-size: 11px;
    line-height: 1.1rem;
    padding: 0;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .switch-label small, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .switch-label small, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .switch-label small, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .switch-label small {
  display: none;
  padding: 0 15px;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .switch-label small, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .switch-label small, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .switch-label small, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .switch-label small,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .switch-label small,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .switch-label small,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .switch-label small,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .switch-label small {
    padding: 0;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions {
  width: 50%;
  text-align: right;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions {
    width: 100%;
    justify-content: left;
    margin-top: 15px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions.empty, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions.empty, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions.empty, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions.empty,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions.empty,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions.empty,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions.empty,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions.empty {
  position: relative;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions.empty::after, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions.empty::after, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions.empty::after, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions.empty::after,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions.empty::after,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions.empty::after,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions.empty::after,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions.empty::after {
  content: " " !important;
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 0 !important;
  background: transparent !important;
  background-image: url("/wp-content/themes/abid-two/assets/images/icon-tick-dark.svg") !important;
  background-size: cover !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 24px;
  right: 4px;
  opacity: 0.85;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions.empty::after, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions.empty::after, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions.empty::after, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions.empty::after,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions.empty::after,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions.empty::after,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions.empty::after,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions.empty::after {
    width: 14px;
    height: 14px;
    font-size: 8px;
    line-height: 12px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions .switch-label label {
  border-radius: 36px;
  font-size: 12.5px;
  line-height: 17px;
  background: #d9e9ff;
  color: #000000;
  padding: 7px 22px;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions .switch-label label {
    font-size: 0.563rem;
    line-height: 0.75rem;
    padding: 5px 25px;
  }
}
@media only screen and (max-width: 768px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions .switch-label label {
    font-size: 10px;
    padding: 4px 13px;
    text-align: center;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions .switch-label small, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions .switch-label small, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions .switch-label small, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions .switch-label small,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions .switch-label small {
  display: none;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions .sub-questions .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions .sub-questions .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions .sub-questions .switch-label label, body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions .sub-questions .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-2 > .sub-questions > .question-field > .sub-questions .sub-questions .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-3 > .sub-questions > .question-field > .sub-questions .sub-questions .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-4 > .sub-questions > .question-field > .sub-questions .sub-questions .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content > .question-field-5 > .sub-questions > .question-field > .sub-questions .sub-questions .switch-label label {
  margin: 10px 0 0;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions {
  width: 100% !important;
  display: block !important;
  padding: 10px 30px 0;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions {
    padding: 0 15px 5px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch {
  float: none;
  text-align: left;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch > .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch > .switch-label {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch > .switch-label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch > .switch-label {
    padding-bottom: 7px !important;
    margin-bottom: 7px !important;
    width: 100% !important;
    float: none !important;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch > .switch-label label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch > .switch-label label {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch > .switch-label label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch > .switch-label label {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch > .sub-questions {
    width: 100% !important;
    float: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch > .sub-questions .question-field-switch,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch > .sub-questions .question-field-switch {
    float: left !important;
    display: contents !important;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch:last-of-type .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch:last-of-type .switch-label {
  border-bottom: 0 !important;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch:last-of-type .sub-questions,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-switch:last-of-type .sub-questions {
  border-bottom: 0 !important;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-0 > .sub-questions.empty,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-0 > .sub-questions.empty {
  position: relative;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-0 > .sub-questions.empty::after,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-0 > .sub-questions.empty::after {
  content: " " !important;
  position: absolute;
  top: -57px;
  width: 18px;
  height: 18px;
  text-align: center;
  border: 0 !important;
  background: transparent !important;
  background-image: url("/wp-content/themes/abid-two/assets/images/icon-tick-dark.svg") !important;
  background-size: cover !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 24px;
  right: 4px;
  opacity: 0.85;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-0 > .sub-questions.empty::after,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-0 > .sub-questions.empty::after {
    width: 12px;
    height: 12px;
    font-size: 8px;
    line-height: 12px;
    top: -28px;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-1 > .switch-label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-1 > .switch-label {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 50%;
  float: left;
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-1 > .sub-questions,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-1 > .sub-questions {
  float: right;
  width: 50%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-top: -10px;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-1 > .sub-questions,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-1 > .sub-questions {
    padding-bottom: 0;
  }
}
body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-1 > .sub-questions label,
body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-1 > .sub-questions label {
  margin-left: 10px !important;
}
@media only screen and (max-width: 1199px) {
  body.archive.author article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-1 > .sub-questions label,
  body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .profile-investment-preferences .inner-content .tabs-wrapper .tabs-content .tab-content .question-field-3 .question-field-2 > .sub-questions > .question-field-1 > .sub-questions label {
    margin-left: 5px !important;
    margin-top: 5px !important;
  }
}

body.page-template-page-view-profile-user-activity article.view-profile #main-container .article-content .inner-content .primary-info .social ul li.stats {
  display: none;
}

@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content > .container {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .article-header h1 {
    font-size: 22px;
    font-weight: 500;
  }
}
.stats-dashboard .article-content .company-overview-wrapper {
  padding: 23px 49px 23px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  margin-bottom: 3dvh;
  border-radius: 2rem;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-overview-wrapper {
    padding: 0 20px 30px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
}
.stats-dashboard .article-content .company-overview-wrapper .company-selector {
  margin-bottom: 50px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-overview-wrapper .company-selector {
    display: block;
  }
}
.stats-dashboard .article-content .company-overview-wrapper .company-selector select {
  display: block;
  width: 50%;
  border: 1px solid #ddd;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 40px;
  margin: 0;
  padding: 4px 10px;
  height: 40px;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-overview-wrapper .company-selector select {
    border-radius: 40px;
    height: 45px;
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
  }
}
.stats-dashboard .article-content .company-overview-wrapper .company-selector #stats-dashboard-company-edit-link-wrapper {
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-overview-wrapper .company-selector #stats-dashboard-company-edit-link-wrapper {
    width: 100%;
    text-align: left;
  }
}
.stats-dashboard .article-content .company-overview-wrapper .company-selector #stats-dashboard-company-edit-link-wrapper form {
  margin: 0;
}
.stats-dashboard .article-content .company-overview-wrapper .company-selector #stats-dashboard-company-edit-link-wrapper form input[type=submit] {
  background: none;
  border: none;
  padding: 13px 0 16px;
  margin: 0;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #0047b6;
  padding: 14px 20px 16px;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-overview-wrapper .company-selector #stats-dashboard-company-edit-link-wrapper form input[type=submit] {
    padding: 14px 20px 16px;
    font-size: 15px;
  }
}
.stats-dashboard .article-content .company-overview-wrapper .company-overview ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-overview-wrapper .company-overview ul {
    gap: 15px;
  }
}
.stats-dashboard .article-content .company-overview-wrapper .company-overview ul li {
  flex: 0 0 calc(20% - 25px);
  max-width: calc(20% - 25px);
  text-align: center;
  font-size: 17.5px;
  line-height: 24px;
  padding: 10px;
  cursor: pointer;
  border-radius: 7px;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-overview-wrapper .company-overview ul li {
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    font-size: 15px;
  }
}
.stats-dashboard .article-content .company-overview-wrapper .company-overview ul li.active, .stats-dashboard .article-content .company-overview-wrapper .company-overview ul li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.stats-dashboard .article-content .company-overview-wrapper .company-overview ul li span {
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
  color: #0047b6;
  margin-bottom: 5px;
  display: block;
}
.stats-dashboard .article-content .company-overview-wrapper .deprecated-stats-backlink {
  margin: 25px 0 0;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-overview-wrapper .deprecated-stats-backlink {
    margin: 30px 0 0;
    text-align: center;
  }
}
.stats-dashboard .article-content .company-stats-nav-wrapper {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-nav-wrapper {
    margin-bottom: 20px;
    padding: 0 5px;
  }
}
.stats-dashboard .article-content .company-stats-nav-wrapper ul {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-nav-wrapper ul {
    box-shadow: none;
    display: block;
    text-align: center;
  }
}
.stats-dashboard .article-content .company-stats-nav-wrapper ul li {
  flex: 0 0 calc(20% - 10px);
  max-width: calc(20% - 10px);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 10px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-nav-wrapper ul li {
    width: 150px;
    min-width: max-content;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    font-size: 14px;
    display: inline-block;
    box-shadow: 0 5px 15px #f2f2f2;
    border-radius: 40px;
    margin: 5px;
    padding: 10px 18px;
  }
}
.stats-dashboard .article-content .company-stats-nav-wrapper ul li.active {
  border-radius: 2rem 2rem 2rem 2rem;
  background: #0047b6;
  color: #fff;
}
.stats-dashboard .article-content .loader {
  background: transparent;
  box-shadow: none;
}
.stats-dashboard .article-content .loader span:first-child {
  width: 20px;
  height: 12px;
  display: block;
  text-indent: -99999px;
  margin: 5px auto 0;
  position: relative;
  border-radius: 4px;
  color: #0047b6;
  background: currentColor;
  box-sizing: border-box;
  animation: animloader 0.6s 0.3s ease infinite alternate;
}
.stats-dashboard .article-content .loader span:first-child::after, .stats-dashboard .article-content .loader span:first-child::before {
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 12px;
  background: currentColor;
  position: absolute;
  border-radius: 4px;
  top: 0;
  right: 110%;
  animation: animloader 0.6s ease infinite alternate;
}
.stats-dashboard .article-content .loader span:first-child::after {
  left: 110%;
  right: auto;
  animation-delay: 0.6s;
}
@keyframes animloader {
  0% {
    width: 20px;
  }
  100% {
    width: 48px;
  }
}
.stats-dashboard .article-content .company-stats-content-wrapper {
  padding: 23px 49px 23px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper {
    padding: 0 15px 25px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
}
.stats-dashboard .article-content .company-stats-content-wrapper.loader {
  background: transparent;
  box-shadow: none;
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div {
  display: none;
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div.active {
  display: block;
  position: relative;
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div h2 {
  margin: 30px 0 5px;
  font-size: 22px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div h2 {
    margin: 45px 0 5px;
    font-size: 18px;
    line-height: 20px;
  }
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div p.subheading {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper {
  margin-top: 20px;
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table {
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table thead {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr {
    display: block;
    border-top: 1px solid #dee2e6;
  }
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr.expand td .td-content .td-accordion::after {
  rotate: 90deg;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr:not(.expand) td {
    display: none;
  }
  .stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr:not(.expand) td:first-child {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr td {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 4px 10px;
    font-size: 13px;
    border: none;
  }
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr td:first-child {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr td:first-child .th-content {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr td:first-child .td-content {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr td:first-child .td-content .td-accordion {
    width: 24px;
    float: right;
    display: inline-block;
  }
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr td:first-child .td-content .td-accordion::after {
  content: ">";
  font-weight: 600;
  line-height: 18px;
  margin-left: 15px;
  display: inline-block;
  color: #0047B6;
  font-size: 18px;
  cursor: pointer;
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr td[data-has-inner-popup=true] {
  color: #0047b6;
  text-decoration: none;
  cursor: pointer;
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr td[data-has-inner-popup=true]:hover {
  text-decoration: underlime;
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr td .th-content {
  display: none;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr td .th-content {
    display: block;
    width: 140px;
  }
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr td .td-content {
  display: block;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr td .td-content {
    display: block;
    width: calc(100% - 140px);
    text-align: right;
  }
}
.stats-dashboard .article-content .company-stats-content-wrapper .company-stats-content-tabs > div .table-wrapper table tbody tr td .td-content .td-accordion {
  display: none;
}
.stats-dashboard .article-content .company-stats-content-wrapper .inner-popup {
  position: absolute;
  background-color: #FFFFFF;
  transition: top 0.8s ease-in-out, left 0.8s ease-in-out, bottom 0.8s ease-in-out, right 0.8s ease-in-out, width 0.8s ease-in-out, height 0.8s ease-in-out, border-radius 0.8s, padding 0.8s;
  z-index: 98;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  padding: 0;
}
.stats-dashboard .article-content .company-stats-content-wrapper .inner-popup.active {
  top: 10px !important;
  left: 10px !important;
  bottom: 10px !important;
  right: 10px !important;
  width: calc(100% - 20px) !important;
  height: calc(100% - 20px) !important;
  border-radius: 2rem;
  padding: 49px;
  overflow-y: auto;
  box-shadow: 0px 0px 10px #ddd;
}
.stats-dashboard .article-content .company-stats-content-wrapper .inner-popup span.close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 99;
  cursor: pointer;
}
.stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper {
  margin-top: 20px;
}
.stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table {
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table thead {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr {
    display: block;
    border-top: 1px solid #dee2e6;
  }
}
.stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr.expand td .td-content .td-accordion::after {
  rotate: 90deg;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr:not(.expand) td {
    display: none;
  }
  .stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr:not(.expand) td:first-child {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr td {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 4px 10px;
    font-size: 13px;
    border: none;
  }
}
.stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr td:first-child {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr td:first-child .th-content {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr td:first-child .td-content {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr td:first-child .td-content .td-accordion {
    width: 24px;
    float: right;
    display: inline-block;
  }
}
.stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr td:first-child .td-content .td-accordion::after {
  content: ">";
  font-weight: 600;
  line-height: 18px;
  margin-left: 15px;
  display: inline-block;
  color: #0047B6;
  font-size: 18px;
  cursor: pointer;
}
.stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr td[data-has-inner-popup=true] {
  color: #0047b6;
  text-decoration: none;
  cursor: pointer;
}
.stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr td[data-has-inner-popup=true]:hover {
  text-decoration: underlime;
}
.stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr td .th-content {
  display: none;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr td .th-content {
    display: block;
    width: 140px;
  }
}
.stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr td .td-content {
  display: block;
}
@media only screen and (max-width: 768px) {
  .stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr td .td-content {
    display: block;
    width: calc(100% - 140px);
    text-align: right;
  }
}
.stats-dashboard .article-content .company-stats-content-wrapper .inner-popup .table-wrapper table tbody tr td .td-content .td-accordion {
  display: none;
}
.stats-dashboard .article-content .company-stats-content-tabs-cache {
  display: none;
}
.stats-dashboard .article-content .company-stats-content-inner-popup-cache {
  display: none;
}

.my-relationships {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .my-relationships {
    padding: 60px 0;
  }
}
.my-relationships h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .my-relationships h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 70px;
    line-height: 1.4em;
  }
}
.my-relationships .my-relationships-tabs {
  width: 400px;
  background: #F5F5F5;
  border-radius: 30px;
  border: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .my-relationships .my-relationships-tabs {
    width: 300px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.my-relationships .my-relationships-tabs .nav-link {
  border: 0;
  box-shadow: 0;
  color: #000;
}
.my-relationships .my-relationships-tabs .nav-link.active {
  border-radius: 30px;
  border: 0;
  background: #0047B6;
  color: #fff;
}
@media (max-width: 767px) {
  .my-relationships .my-relationships-tabs .nav-link.active {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.my-relationships .my-relationship-box {
  border: 1px solid #C2BBBB;
  border-radius: 10px;
  padding: 30px 45px 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.my-relationships .my-relationship-box .box-header {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box .box-header {
    margin-bottom: 35px;
  }
}
.my-relationships .my-relationship-box .box-header img {
  width: 90px;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box .box-header img {
    width: 50px;
    margin-right: 20px;
  }
}
.my-relationships .my-relationship-box .box-header h3 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box .box-header h3 {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.my-relationships .my-relationship-box .box-header ul {
  padding-left: 0;
  margin-bottom: 0;
}
.my-relationships .my-relationship-box .box-header ul li {
  list-style: none;
  display: inline-block;
  background: #F3F8FF;
  padding: 2px 25px;
  border-radius: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box .box-header ul li {
    padding: 2px 15px;
    margin-right: 2px;
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.my-relationships .my-relationship-box .box-content p {
  color: #313131;
  margin-bottom: 45px;
  font-family: "GuillonLight";
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box .box-content p {
    color: #313131;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.5em;
  }
}
.my-relationships .my-relationship-box .box-content .people-list h4 {
  font-size: 22px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box .box-content .people-list h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.my-relationships .my-relationship-box .box-content .people-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.my-relationships .my-relationship-box .box-content .people-list ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  padding-right: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box .box-content .people-list ul li {
    margin-right: 0;
    padding-right: 15px;
  }
}
.my-relationships .my-relationship-box .box-content .people-list ul li::after {
  content: " ";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #606060;
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box .box-content .people-list ul li::after {
    content: none;
  }
}
.my-relationships .my-relationship-box .box-content .people-list ul li:last-child:after {
  content: none;
}
.my-relationships .my-relationship-box .box-content .people-list ul li .wrapper {
  display: flex;
  align-items: center;
}
.my-relationships .my-relationship-box .box-content .people-list ul li .wrapper p {
  margin-bottom: 0;
  font-family: "GuillonLight";
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box .box-content .people-list ul li .wrapper p {
    margin-bottom: 0;
    color: #414141;
    font-size: 14px;
  }
}
.my-relationships .my-relationship-box .box-content .people-list ul li .wrapper img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box .box-content .people-list ul li .wrapper img {
    width: 25px;
    height: 25px;
  }
}
.my-relationships .my-relationship-box .box-footer {
  border-top: 1px solid #C6C6C6;
  padding-top: 18px;
  margin-top: 30px;
}
.my-relationships .my-relationship-box .box-footer .row {
  align-items: center;
}
.my-relationships .my-relationship-box .box-footer .col-sm-7 {
  display: flex;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box .box-footer .col-sm-7 {
    width: 64%;
    display: block;
    padding-right: 0;
  }
}
.my-relationships .my-relationship-box .box-footer .col-sm-7 p {
  margin-right: 30px;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "GuillonLight";
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box .box-footer .col-sm-7 p {
    margin-right: 30px;
    font-size: 12px;
    margin-bottom: 0;
  }
}
.my-relationships .my-relationship-box .box-footer .col-sm-7 p:last-child {
  margin-right: 0;
}
.my-relationships .my-relationship-box .box-footer .col-sm-7 p span {
  font-weight: 600;
  font-family: "davidLight";
}
.my-relationships .my-relationship-box .box-footer .col-sm-5 {
  justify-content: end;
  display: flex;
}
@media (max-width: 767px) {
  .my-relationships .my-relationship-box .box-footer .col-sm-5 {
    width: 36%;
    display: block;
    padding-left: 0;
    text-align: right;
  }
}
.my-relationships .relationship-btn-meet {
  border: 2px solid #0047B6;
  border-radius: 30px;
  padding: 5px 30px;
  padding-left: 55px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.my-relationships .relationship-btn-meet::before {
  content: " ";
  background-image: url(/wp-content/themes/abid-two/assets/images/relationships-calender.svg);
  width: 15px;
  height: 18px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 9px;
  left: 42px;
}
.my-relationships .relationship-btn-details {
  border: 2px solid #0047B6;
  background: #0047B6;
  color: #fff;
  border-radius: 30px;
  padding: 5px 30px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .my-relationships .relationship-btn-details {
    border: 2px solid #0047B6;
    background: #0047B6;
    color: #fff;
    border-radius: 30px;
    padding: 2px 25px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    font-size: 14px;
  }
}
.my-relationships .relationship-btn-follow {
  border: 2px solid #0047B6;
  border-radius: 30px;
  padding: 5px 30px;
  padding-left: 55px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.my-relationships .relationship-btn-follow::before {
  content: " ";
  background-image: url("/wp-content/themes/abid-two/assets/images/relationships-follow.svg");
  width: 15px;
  height: 18px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 9px;
  left: 42px;
}
.my-relationships .my-relationships-company-representative-view .my-relationship-box .box-content .row {
  margin-bottom: 30px;
}
.my-relationships .my-relationships-company-representative-view .my-relationship-box .box-content .row .col-sm-10 {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .my-relationships .my-relationships-company-representative-view .my-relationship-box .box-content .row .col-sm-10 {
    padding: 0 25px;
  }
}
.my-relationships .my-relationships-company-representative-view .my-relationship-box .box-content .row .col-sm-10 p {
  font-family: "GuillonLight";
  line-height: 1.5em;
  padding-right: 20px;
}
.my-relationships .my-relationships-company-representative-view .my-relationship-box .box-content .row .col-sm-2 {
  padding-left: 0;
}
@media (max-width: 767px) {
  .my-relationships .my-relationships-company-representative-view .my-relationship-box .box-content .row .col-sm-2 {
    text-align: center;
    padding: 0;
  }
}
.my-relationships .my-relationships-company-representative-view .relationship-btn-meet {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .my-relationships .my-relationships-investor-view .relationship-btn-meet {
    border: 2px solid #0047B6;
    border-radius: 30px;
    padding: 5px 30px;
    padding-left: 55px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    position: relative;
    display: none;
  }
}

.single-relationship-details {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .single-relationship-details {
    padding: 60px 0;
  }
}
.single-relationship-details h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .single-relationship-details h1 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 70px;
    line-height: 1.4em;
  }
}
.single-relationship-details h1 span {
  font-weight: 400;
}
.single-relationship-details .latest-action-items {
  margin-bottom: 80px;
}
.single-relationship-details .latest-action-items h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-relationship-details .latest-action-items h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.single-relationship-details .latest-action-items textarea {
  width: 100%;
  min-height: 200px;
  border-radius: 10px;
  color: #292929;
  padding: 25px;
  border: 1px solid #ACACAC;
  font-family: "GuillonLight";
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .single-relationship-details .latest-action-items textarea {
    min-height: 150px;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.6em;
  }
}
.single-relationship-details .meeting-history-box .box-header {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .single-relationship-details .meeting-history-box .box-header {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
  }
}
.single-relationship-details .meeting-history-box .box-header::after {
  content: " ";
  width: 1px;
  height: 80px;
  border-radius: 50%;
  background-color: #A4A4A4;
  position: absolute;
  left: 62px;
  bottom: -70px;
  display: block;
  z-index: -1;
}
@media (max-width: 767px) {
  .single-relationship-details .meeting-history-box .box-header::after {
    left: 48px;
  }
}
.single-relationship-details .meeting-history-box .box-header img:first-of-type {
  width: 20px;
  margin-right: 20px;
  transform: rotate(180deg);
  transition: all 0.5s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .single-relationship-details .meeting-history-box .box-header img:first-of-type {
    width: 15px;
    margin-right: 15px;
  }
}
.single-relationship-details .meeting-history-box .box-header img:last-of-type {
  width: 45px;
  margin-right: 35px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .single-relationship-details .meeting-history-box .box-header img:last-of-type {
    width: 35px;
    margin-right: 20px;
  }
}
.single-relationship-details .meeting-history-box .box-header h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .single-relationship-details .meeting-history-box .box-header h3 {
    font-size: 13px;
  }
}
.single-relationship-details .meeting-history-box .box-header h5 {
  font-size: 16px;
  color: #898989;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-relationship-details .meeting-history-box .box-header h5 {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .single-relationship-details .meeting-history-box .box-header p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .single-relationship-details .meeting-history-box .box-header img {
    width: 10px;
  }
}
.single-relationship-details .meeting-history-box:last-of-type .box-header::after {
  content: none;
}
.single-relationship-details .meeting-history-box .box-content {
  padding-top: 0;
  padding-left: 60px;
  padding-right: 0;
  border-left: 1px solid #A4A4A4;
  margin-left: 62px;
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .single-relationship-details .meeting-history-box .box-content {
    padding-left: 41px;
    border-left: 1px solid #A4A4A4;
    margin-left: 48px;
    padding-top: 0;
    margin-top: -5px;
  }
}
.single-relationship-details .meeting-history-box .box-content .attendee-list {
  margin-bottom: 40px;
}
.single-relationship-details .meeting-history-box .box-content .attendee-list h4 {
  font-size: 20px;
  color: #373737;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .single-relationship-details .meeting-history-box .box-content .attendee-list h4 {
    font-size: 17px;
  }
}
.single-relationship-details .meeting-history-box .box-content .attendee-list h4::after {
  content: " ";
  width: 40px;
  height: 1px;
  border-radius: 50%;
  background-color: #535353;
  position: absolute;
  left: 0;
  bottom: -8px;
  display: block;
}
@media (max-width: 767px) {
  .single-relationship-details .meeting-history-box .box-content .attendee-list .investor-side-people {
    margin-bottom: 40px;
  }
}
.single-relationship-details .meeting-history-box .box-content .attendee-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-relationship-details .meeting-history-box .box-content .attendee-list ul li {
  list-style: none;
  margin-bottom: 15px;
}
.single-relationship-details .meeting-history-box .box-content .attendee-list ul li .wrapper {
  display: flex;
  align-items: center;
}
.single-relationship-details .meeting-history-box .box-content .attendee-list ul li .wrapper img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  margin-right: 10px;
}
.single-relationship-details .meeting-history-box .box-content .attendee-list ul li .wrapper p {
  margin-bottom: 0;
  margin-left: 5px;
  color: #292929;
  font-family: "GuillonLight";
  line-height: 1.5em;
}
.single-relationship-details .meeting-history-box .box-content h4 {
  font-size: 20px;
  color: #373737;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-relationship-details .meeting-history-box .box-content h4 {
    font-size: 17px;
  }
}
.single-relationship-details .meeting-history-box .box-content textarea {
  width: 100%;
  min-height: 200px;
  border-radius: 10px;
  color: #292929;
  padding: 25px;
  border: 1px solid #ACACAC;
  font-family: "GuillonLight";
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .single-relationship-details .meeting-history-box .box-content textarea {
    min-height: 150px;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.6em;
  }
}
.single-relationship-details .meeting-history-box.meeting-history-box-open .box-header img:first-of-type {
  transform: rotate(0);
}
.single-relationship-details .meeting-history-box.meeting-history-box-open .box-content {
  max-height: 1000px;
  padding-bottom: 70px;
}
.single-relationship-details .meeting-history-box.meeting-history-box-open:last-of-type .box-header::after {
  content: " ";
  transition: all 0.5s ease;
}

.filters .filters-accordion {
  margin-top: 21px;
}
.filters .filters-accordion .accordion-item {
  position: relative;
  height: 43px;
  overflow: hidden;
  margin: 0 0 21px;
}
.filters .filters-accordion .accordion-item.open {
  height: auto;
}
.filters .filters-accordion .accordion-item.open .accordion-action-button {
  transform: rotate(0deg);
}
.filters .filters-accordion .accordion-item.accordion-special-case {
  display: none;
}
.filters .filters-accordion .accordion-item.accordion-special-case.text-glow .question-field-title label {
  text-shadow: 0 0 8px #ffff99, 0 0 12px #ffff99;
  transition: text-shadow 0.5s ease-in-out;
}
.filters .filters-accordion .accordion-item .accordion-action-button {
  background: url(../images/icon-down.svg) no-repeat center center;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  cursor: pointer;
  transform: rotate(270deg);
}
.filters .question-field.question-field-title {
  margin-bottom: 21px;
  padding-right: 32px;
}
.filters .question-field.question-field-title label {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-bottom: 13px;
  text-transform: capitalize;
}
.filters .question-field.question-field-title small {
  display: none;
  /*font-size: 15px;
              font-style: normal;
              font-weight: 300;
              line-height: 20px;
              display: block;
              margin-bottom: 15px;*/
}
.filters .question-field.question-field-text {
  margin-bottom: 21px;
}
.filters .question-field.question-field-text label {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.filters .question-field.question-field-text input,
.filters .question-field.question-field-text textarea {
  border-radius: 60px;
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05) inset;
  display: block;
  width: 100%;
  border: none;
  padding: 6px 15px;
  margin: 0;
  border: 1px solid #bbb;
}
.filters .question-field.question-field-text textarea {
  height: 120px;
  border-radius: 12px;
}
.filters .question-field.question-field-checkbox {
  margin-bottom: 15px;
  line-height: 20px;
}
.filters .question-field.question-field-checkbox label {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 133.333% */
  text-transform: capitalize;
  margin-bottom: 0;
  float: left;
  width: calc(100% - 40px);
}
.filters .question-field.question-field-checkbox input {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 20px 0 0;
  float: left;
}
.filters .question-field.question-field-switch .switch-label {
  width: calc(100% - 140px);
  margin: 30px 40px 10px 0;
  float: left;
}
.filters .question-field.question-field-switch .switch-label label {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.filters .question-field.question-field-switch .switch-control {
  width: 60px;
  float: right;
  margin: 30px 0 10px 0;
}
.filters .question-field.question-field-switch .switch-control input,
.filters .question-field.question-field-switch .switch-control select {
  width: 100%;
}
.filters .question-field.question-field-range .range-label,
.filters .question-field.question-field-range .slider-label, .filters .question-field.question-field-slider .range-label,
.filters .question-field.question-field-slider .slider-label {
  width: 100%;
  margin: 0 0 10px;
  float: none;
}
.filters .question-field.question-field-range .range-label label,
.filters .question-field.question-field-range .slider-label label, .filters .question-field.question-field-slider .range-label label,
.filters .question-field.question-field-slider .slider-label label {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
  display: block;
}
.filters .question-field.question-field-range .range-control,
.filters .question-field.question-field-range .slider-control, .filters .question-field.question-field-slider .range-control,
.filters .question-field.question-field-slider .slider-control {
  width: 100%;
  float: none;
  margin: 0 0 20px 0;
}
.filters .question-field.question-field-range .range-control input,
.filters .question-field.question-field-range .range-control select,
.filters .question-field.question-field-range .slider-control input,
.filters .question-field.question-field-range .slider-control select, .filters .question-field.question-field-slider .range-control input,
.filters .question-field.question-field-slider .range-control select,
.filters .question-field.question-field-slider .slider-control input,
.filters .question-field.question-field-slider .slider-control select {
  width: 100%;
}
.filters .question-field.question-field-range .range-control .slider-tick-container,
.filters .question-field.question-field-range .slider-control .slider-tick-container, .filters .question-field.question-field-slider .range-control .slider-tick-container,
.filters .question-field.question-field-slider .slider-control .slider-tick-container {
  display: none;
}
.filters .question-field.question-field-company-preference .company-label {
  width: calc(100% - 330px);
  margin: 30px 40px 10px 0;
  float: left;
}
@media only screen and (max-width: 479px) {
  .filters .question-field.question-field-company-preference .company-label {
    width: 100%;
    margin: 10px 0;
    float: none;
    clear: both;
  }
}
.filters .question-field.question-field-company-preference .company-label label {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.filters .question-field.question-field-company-preference .company-action {
  float: left;
  margin: 30px 10px 10px 0;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .filters .question-field.question-field-company-preference .company-action {
    margin: 0 0 10px;
    float: none;
    clear: both;
  }
}
.filters .question-field.question-field-company-preference .company-action.company-action-1 {
  width: 170px;
}
.filters .question-field.question-field-company-preference .company-action.company-action-1 .set-preferences {
  border: 0.5px solid #0047b6;
  border-radius: 30px;
  padding: 7px 10px 5px;
  color: #0047b6;
  background: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: block;
}
.filters .question-field.question-field-company-preference .company-action.company-action-1 .set-preferences::after {
  content: "";
  background: url(../images/icon-down.svg) no-repeat center center/cover;
  width: 11px;
  height: 6px;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 1px;
}
.filters .question-field.question-field-company-preference .company-action.company-action-1 .set-preferences.enabled::after {
  background: url(../images/icon-up.svg) no-repeat center center/cover;
}
.filters .question-field.question-field-company-preference .company-action.company-action-1 .company-action-1-popup {
  display: none;
  width: 240px;
  position: absolute;
  left: -43px;
  z-index: 999;
  top: 38px;
}
.filters .question-field.question-field-company-preference .company-action.company-action-1 .company-action-1-popup .overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
}
.filters .question-field.question-field-company-preference .company-action.company-action-1 .company-action-1-popup .content {
  z-index: 1002;
  position: relative;
  background: white;
  border-radius: 16px 16px 20px 20px;
  border: 0.5px solid #0047b6;
  background: #fff;
  padding: 18px 12px 18px;
}
.filters .question-field.question-field-company-preference .company-action.company-action-1 .company-action-1-popup .content .question-field-checkbox {
  margin-bottom: 4px;
}
.filters .question-field.question-field-company-preference .company-action.company-action-1 .company-action-1-popup .content .question-field-checkbox input[type=checkbox] {
  width: 12px;
  height: 12px;
  margin: 2px 10px 3px 0;
}
.filters .question-field.question-field-company-preference .company-action.company-action-1 .company-action-1-popup .content .question-field-checkbox label {
  color: #0047b6;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
  /* 133.333% */
}
.filters .question-field.question-field-company-preference .company-action.company-action-2 {
  width: 100px;
}
.filters .question-field.question-field-company-preference .company-action.company-action-2 .remove-from-target {
  border: 0.5px solid #0047b6;
  border-radius: 30px;
  padding: 7px 10px 5px;
  color: #0047b6;
  background: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: block;
}
.filters .question-field.question-field-company-preference .company-action.company-target-action.company-action-1 {
  width: 100px;
}
.filters .question-field.question-field-company-preference .company-action.company-target-action.company-action-2 {
  width: 160px;
}
.filters .question-field.question-field-company-preference .company-action .unfollow,
.filters .question-field.question-field-company-preference .company-action .follow {
  border-radius: 30px;
  padding: 7px 18px 5px;
  background: #0047b6;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 133.333% */
  text-decoration: none;
  display: inline-block;
}
.filters .question-field.question-field-company-preference .company-action .unfollow.follow,
.filters .question-field.question-field-company-preference .company-action .follow.follow {
  border: 1px solid #fff;
  color: #fff;
  background: #0047b6;
}
.filters .question-field.question-field-company-preference .company-action .unfollow.unfollow,
.filters .question-field.question-field-company-preference .company-action .follow.unfollow {
  border: 1px solid #0047b6;
  color: #0047b6;
  background: #fff;
}
.filters .question-field.question-field-company-preference .company-action input,
.filters .question-field.question-field-company-preference .company-action select {
  width: 100%;
}
.filters .question-field.question-field-company-preference > .clear {
  border-bottom: 1px solid #666;
}
.filters .question-field.question-field-user-photo-upload #cropper-wrapper {
  display: none;
}
.filters .question-field.question-field-user-photo-upload #cropper-wrapper #buttons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.filters .question-field.question-field-user-photo-upload #cropper-wrapper #buttons-wrapper input[type=button] {
  border: none;
  border-radius: 30px;
  padding: 7px 15px 5px;
  background: #0047b6;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16.15px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  display: block;
}
.filters .question-field.question-field-user-photo-upload #cropper-wrapper #buttons-wrapper input[type=button]:nth-child(1) {
  background: #dadada;
}
.filters .question-field.question-field-user-photo-upload #cropper-wrapper #cropper-image {
  max-width: 100%;
  max-height: 640px;
}
.filters .question-field.question-field-user-photo-upload #input-wrapper label {
  position: relative;
  cursor: pointer;
}
.filters .question-field.question-field-user-photo-upload #input-wrapper label::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/icon-replace-image.png) no-repeat center center rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s ease-out;
  z-index: 10;
  transition: background-color 0.25s ease-out;
}
.filters .question-field.question-field-user-photo-upload #input-wrapper label:hover::after {
  opacity: 1;
}
.filters .question-field.question-field-user-photo-upload #input-wrapper label:hover span#remove-button {
  color: #ffffff;
  border-color: #ffffff;
  transition: color 0.25s ease-out, border-color 0.25s ease-out;
}
.filters .question-field.question-field-user-photo-upload #input-wrapper label #preview-image {
  margin: 0 auto;
  max-width: 180px;
  width: 180px;
}
.filters .question-field.question-field-user-photo-upload #input-wrapper label input[type=file] {
  display: none;
}
.filters .question-field.question-field-user-photo-upload #input-wrapper label.remove-button-active::after {
  transition: background-color 0.25s ease-out;
  background: url(../images/icon-delete.svg) no-repeat center center rgba(204, 0, 0, 0.5);
}
.filters .question-field.question-field-user-photo-upload #input-wrapper label span#remove-button {
  position: absolute;
  top: 5px;
  right: 4px;
  color: #000000;
  font-size: 12px;
  border-radius: 50%;
  border: 1px solid #000000;
  height: 17px;
  width: 17px;
  text-align: center;
  line-height: 11px;
  z-index: 20;
  padding: 2px 0 2px;
  display: block;
}
.filters .sub-questions .question-field.question-field-title label {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.filters .sub-questions .question-field.question-field-title p {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 133.333% */
}
.filters .sub-questions .question-field.question-field-switch, .filters .sub-questions .question-field.question-field-range, .filters .sub-questions .question-field.question-field-slider {
  border-bottom: 1px solid #666;
  padding: 10px 0 10px;
}
.filters .sub-questions .question-field.question-field-switch.question-field-bistate-switch .switch-control.switch-control-yes::before, .filters .sub-questions .question-field.question-field-range.question-field-bistate-switch .switch-control.switch-control-yes::before, .filters .sub-questions .question-field.question-field-slider.question-field-bistate-switch .switch-control.switch-control-yes::before {
  background-color: #1e8700;
}
.filters .sub-questions .question-field.question-field-switch.question-field-bistate-switch .switch-control.switch-control-no::before, .filters .sub-questions .question-field.question-field-range.question-field-bistate-switch .switch-control.switch-control-no::before, .filters .sub-questions .question-field.question-field-slider.question-field-bistate-switch .switch-control.switch-control-no::before {
  background-color: #777777;
}
.filters .sub-questions .question-field.question-field-switch.question-field-bistate-switch .switch-control input, .filters .sub-questions .question-field.question-field-range.question-field-bistate-switch .switch-control input, .filters .sub-questions .question-field.question-field-slider.question-field-bistate-switch .switch-control input {
  width: 20px;
  height: 20px;
  display: none;
}
.filters .sub-questions .question-field.question-field-switch.question-field-bistate-switch .switch-control input[value=yes] + label, .filters .sub-questions .question-field.question-field-range.question-field-bistate-switch .switch-control input[value=yes] + label, .filters .sub-questions .question-field.question-field-slider.question-field-bistate-switch .switch-control input[value=yes] + label {
  background-position: center right;
  background-image: url(../images/icon-yes.svg);
}
.filters .sub-questions .question-field.question-field-switch.question-field-bistate-switch .switch-control input[value=no] + label, .filters .sub-questions .question-field.question-field-range.question-field-bistate-switch .switch-control input[value=no] + label, .filters .sub-questions .question-field.question-field-slider.question-field-bistate-switch .switch-control input[value=no] + label {
  background-position: center left;
  background-image: url(../images/icon-undecided.svg);
}
.filters .sub-questions .question-field.question-field-switch.question-field-bistate-switch .switch-control label, .filters .sub-questions .question-field.question-field-range.question-field-bistate-switch .switch-control label, .filters .sub-questions .question-field.question-field-slider.question-field-bistate-switch .switch-control label {
  width: 30px;
}
.filters .sub-questions .question-field.question-field-switch .switch-label, .filters .sub-questions .question-field.question-field-range .switch-label, .filters .sub-questions .question-field.question-field-slider .switch-label {
  width: calc(100% - 90px);
  margin: 0 20px 0 0;
  float: left;
  line-height: 20px;
}
@media only screen and (max-width: 479px) {
  .filters .sub-questions .question-field.question-field-switch .switch-label, .filters .sub-questions .question-field.question-field-range .switch-label, .filters .sub-questions .question-field.question-field-slider .switch-label {
    width: 100%;
    margin: 0 0 5px;
    float: none;
  }
}
.filters .sub-questions .question-field.question-field-switch .switch-label label, .filters .sub-questions .question-field.question-field-range .switch-label label, .filters .sub-questions .question-field.question-field-slider .switch-label label {
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.filters .sub-questions .question-field.question-field-switch .switch-label small, .filters .sub-questions .question-field.question-field-range .switch-label small, .filters .sub-questions .question-field.question-field-slider .switch-label small {
  display: none;
  /*color: #999;
                    line-height: 18px;
                    font-size: 14px;*/
}
.filters .sub-questions .question-field.question-field-switch .switch-control, .filters .sub-questions .question-field.question-field-range .switch-control, .filters .sub-questions .question-field.question-field-slider .switch-control {
  width: 48px;
  float: right;
  margin: 0 0 0 0;
  padding: 2px !important;
  display: flex;
  gap: 0;
  padding: 0;
  text-align: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .filters .sub-questions .question-field.question-field-switch .switch-control, .filters .sub-questions .question-field.question-field-range .switch-control, .filters .sub-questions .question-field.question-field-slider .switch-control {
    margin: 0;
    float: none;
    clear: both;
  }
}
.filters .sub-questions .question-field.question-field-switch .switch-control::before, .filters .sub-questions .question-field.question-field-range .switch-control::before, .filters .sub-questions .question-field.question-field-slider .switch-control::before {
  content: "";
  width: 48px;
  height: 18px;
  background: #f0f0f0;
  border: 1px solid #333;
  border-radius: 14px;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.filters .sub-questions .question-field.question-field-switch .switch-control.switch-control-yes::before, .filters .sub-questions .question-field.question-field-range .switch-control.switch-control-yes::before, .filters .sub-questions .question-field.question-field-slider .switch-control.switch-control-yes::before {
  background-color: #1e8700;
}
.filters .sub-questions .question-field.question-field-switch .switch-control.switch-control-undecided::before, .filters .sub-questions .question-field.question-field-range .switch-control.switch-control-undecided::before, .filters .sub-questions .question-field.question-field-slider .switch-control.switch-control-undecided::before {
  background-color: #777777;
}
.filters .sub-questions .question-field.question-field-switch .switch-control.switch-control-no::before, .filters .sub-questions .question-field.question-field-range .switch-control.switch-control-no::before, .filters .sub-questions .question-field.question-field-slider .switch-control.switch-control-no::before {
  background-color: #cc0000;
}
.filters .sub-questions .question-field.question-field-switch .switch-control input, .filters .sub-questions .question-field.question-field-range .switch-control input, .filters .sub-questions .question-field.question-field-slider .switch-control input {
  width: 18px;
  height: 18px;
  display: none;
}
.filters .sub-questions .question-field.question-field-switch .switch-control input[value=yes] + label, .filters .sub-questions .question-field.question-field-range .switch-control input[value=yes] + label, .filters .sub-questions .question-field.question-field-slider .switch-control input[value=yes] + label {
  background-position: center right;
  background-image: url(../images/icon-yes.svg);
}
.filters .sub-questions .question-field.question-field-switch .switch-control input[value=no] + label, .filters .sub-questions .question-field.question-field-range .switch-control input[value=no] + label, .filters .sub-questions .question-field.question-field-slider .switch-control input[value=no] + label {
  background-position: center left;
  background-image: url(../images/icon-no.svg);
}
.filters .sub-questions .question-field.question-field-switch .switch-control input[value=""] + label, .filters .sub-questions .question-field.question-field-range .switch-control input[value=""] + label, .filters .sub-questions .question-field.question-field-slider .switch-control input[value=""] + label {
  background-position: center center;
  background-image: url(../images/icon-undecided.svg);
}
.filters .sub-questions .question-field.question-field-switch .switch-control input:checked + label, .filters .sub-questions .question-field.question-field-range .switch-control input:checked + label, .filters .sub-questions .question-field.question-field-slider .switch-control input:checked + label {
  opacity: 1;
}
.filters .sub-questions .question-field.question-field-switch .switch-control input:checked + label::before, .filters .sub-questions .question-field.question-field-range .switch-control input:checked + label::before, .filters .sub-questions .question-field.question-field-slider .switch-control input:checked + label::before {
  display: inline-block;
}
.filters .sub-questions .question-field.question-field-switch .switch-control label, .filters .sub-questions .question-field.question-field-range .switch-control label, .filters .sub-questions .question-field.question-field-slider .switch-control label {
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  opacity: 0;
  user-select: none;
  cursor: pointer;
  background: no-repeat center center/14px 14px;
  z-index: 2;
}
.filters .sub-questions .question-field.question-field-switch .sub-questions, .filters .sub-questions .question-field.question-field-range .sub-questions, .filters .sub-questions .question-field.question-field-slider .sub-questions {
  margin-top: 10px;
  display: none;
}
.filters .sub-questions .question-field.question-field-switch .sub-questions .question-field, .filters .sub-questions .question-field.question-field-range .sub-questions .question-field, .filters .sub-questions .question-field.question-field-slider .sub-questions .question-field {
  margin-bottom: 10px;
  border-bottom: none;
  padding: 0 0 0 20px;
}
.filters .sub-questions .question-field.question-field-switch .sub-questions .question-field .switch-label, .filters .sub-questions .question-field.question-field-range .sub-questions .question-field .switch-label, .filters .sub-questions .question-field.question-field-slider .sub-questions .question-field .switch-label {
  margin: 0;
}
.filters .sub-questions .question-field.question-field-switch .sub-questions .question-field .switch-label label, .filters .sub-questions .question-field.question-field-range .sub-questions .question-field .switch-label label, .filters .sub-questions .question-field.question-field-slider .sub-questions .question-field .switch-label label {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  /* 133.333% */
  text-transform: capitalize;
}
.filters .sub-questions .question-field.question-field-switch .sub-questions .question-field .switch-label p, .filters .sub-questions .question-field.question-field-range .sub-questions .question-field .switch-label p, .filters .sub-questions .question-field.question-field-slider .sub-questions .question-field .switch-label p {
  font-size: 12px;
  margin-bottom: 10px;
}
.filters .sub-questions .question-field.question-field-switch .sub-questions .question-field .switch-control, .filters .sub-questions .question-field.question-field-range .sub-questions .question-field .switch-control, .filters .sub-questions .question-field.question-field-slider .sub-questions .question-field .switch-control {
  margin: 0;
}
.filters .sub-questions .question-field.question-field-switch .sub-questions .question-field > .clear, .filters .sub-questions .question-field.question-field-range .sub-questions .question-field > .clear, .filters .sub-questions .question-field.question-field-slider .sub-questions .question-field > .clear {
  border-bottom: none;
  margin-bottom: 0;
}
.filters .sub-questions .question-field.question-field-switch .sub-questions .sub-questions, .filters .sub-questions .question-field.question-field-range .sub-questions .sub-questions, .filters .sub-questions .question-field.question-field-slider .sub-questions .sub-questions {
  margin-top: 10px;
}
.filters .sub-questions .question-field.question-field-range .range-label,
.filters .sub-questions .question-field.question-field-range .slider-label, .filters .sub-questions .question-field.question-field-slider .range-label,
.filters .sub-questions .question-field.question-field-slider .slider-label {
  width: 100%;
  margin: 0 0 10px;
  float: none;
}
.filters .sub-questions .question-field.question-field-range .range-label label,
.filters .sub-questions .question-field.question-field-range .slider-label label, .filters .sub-questions .question-field.question-field-slider .range-label label,
.filters .sub-questions .question-field.question-field-slider .slider-label label {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
  display: block;
}
.filters .sub-questions .question-field.question-field-range .range-control,
.filters .sub-questions .question-field.question-field-range .slider-control, .filters .sub-questions .question-field.question-field-slider .range-control,
.filters .sub-questions .question-field.question-field-slider .slider-control {
  width: 100%;
  float: none;
  margin: 35px 0 10px 0;
  text-align: center;
}
.filters .sub-questions .question-field.question-field-range .range-control input,
.filters .sub-questions .question-field.question-field-range .range-control select,
.filters .sub-questions .question-field.question-field-range .slider-control input,
.filters .sub-questions .question-field.question-field-range .slider-control select, .filters .sub-questions .question-field.question-field-slider .range-control input,
.filters .sub-questions .question-field.question-field-slider .range-control select,
.filters .sub-questions .question-field.question-field-slider .slider-control input,
.filters .sub-questions .question-field.question-field-slider .slider-control select {
  width: 100%;
}
.filters .sub-questions .question-field.question-field-range .range-control .slider-tick-container,
.filters .sub-questions .question-field.question-field-range .slider-control .slider-tick-container, .filters .sub-questions .question-field.question-field-slider .range-control .slider-tick-container,
.filters .sub-questions .question-field.question-field-slider .slider-control .slider-tick-container {
  display: none;
}
.filters .sub-questions .sub-questions {
  clear: both;
}

.page-template-page-search-result {
  overflow: visible;
}
.page-template-page-search-result .nav-item.contact {
  display: none;
}
.page-template-page-search-result .site-container {
  padding-top: 78px !important;
  padding-bottom: 0 !important;
}
.page-template-page-search-result .site-container .archive {
  margin-bottom: 0 !important;
}
.page-template-page-search-result .site-container .archive .container > .row {
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (max-width: 1100px) {
  .page-template-page-search-result .site-container {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-search-result .site-container {
    padding-top: 52px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-page-search-result .article-header {
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: -4px;
  }
}
.page-template-page-search-result .footer {
  position: relative;
  z-index: 1;
}
.page-template-page-search-result .colophon {
  position: relative !important;
  z-index: 1;
}

.two-column-layout-page .two-column-layout-right-column {
  width: calc(100% - 345px);
}

.page-template-page-search-result .two-column-layout-right-column .search-result-anchor-box,
.page-template-page-companies-dashboard .two-column-layout-right-column .search-result-anchor-box,
.page-template-page-videos-dashboard .two-column-layout-right-column .search-result-anchor-box {
  display: none;
}
.page-template-page-search-result .search-result-anchor-box,
.page-template-page-companies-dashboard .search-result-anchor-box,
.page-template-page-videos-dashboard .search-result-anchor-box {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  box-shadow: none;
  padding: 30px;
  margin-bottom: 20px;
}
.page-template-page-search-result .search-result-anchor-box h2,
.page-template-page-companies-dashboard .search-result-anchor-box h2,
.page-template-page-videos-dashboard .search-result-anchor-box h2 {
  font-size: 22px;
  line-height: 1.25em;
}
.page-template-page-search-result .search-result-anchor-box ul,
.page-template-page-companies-dashboard .search-result-anchor-box ul,
.page-template-page-videos-dashboard .search-result-anchor-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-template-page-search-result .search-result-anchor-box ul li a,
.page-template-page-companies-dashboard .search-result-anchor-box ul li a,
.page-template-page-videos-dashboard .search-result-anchor-box ul li a {
  width: 100%;
  display: block;
  padding: 0;
  padding-left: 10px;
  margin: 10px 0;
  color: #818181;
}
.page-template-page-search-result .search-result-anchor-box ul li a.search-anchor-active,
.page-template-page-companies-dashboard .search-result-anchor-box ul li a.search-anchor-active,
.page-template-page-videos-dashboard .search-result-anchor-box ul li a.search-anchor-active {
  color: #000;
  border-left: 3px solid #000;
}
.page-template-page-search-result .quick-search-box,
.page-template-page-companies-dashboard .quick-search-box,
.page-template-page-videos-dashboard .quick-search-box {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  box-shadow: none;
  padding: 30px;
  margin-bottom: 20px;
}
.page-template-page-search-result .quick-search-box h2,
.page-template-page-companies-dashboard .quick-search-box h2,
.page-template-page-videos-dashboard .quick-search-box h2 {
  font-size: 22px;
  line-height: 1.4em;
}
.page-template-page-search-result .quick-search-box .search-input,
.page-template-page-companies-dashboard .quick-search-box .search-input,
.page-template-page-videos-dashboard .quick-search-box .search-input {
  position: relative;
}
.page-template-page-search-result .quick-search-box .search-input::after,
.page-template-page-companies-dashboard .quick-search-box .search-input::after,
.page-template-page-videos-dashboard .quick-search-box .search-input::after {
  content: " ";
  background-image: url(../images/search-timezone-icon.svg);
  width: 22px;
  height: 22px;
  display: block;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 12px;
}
.page-template-page-search-result .quick-search-box .search-input input,
.page-template-page-companies-dashboard .quick-search-box .search-input input,
.page-template-page-videos-dashboard .quick-search-box .search-input input {
  height: 48px;
  width: 100%;
  padding: 0 25px;
  border-radius: 40px;
  position: relative;
  border: 1px solid #b1b1b1;
  border-radius: 40px;
  outline: transparent;
}
.page-template-page-search-result .search-result-type-heading,
.page-template-page-companies-dashboard .search-result-type-heading,
.page-template-page-videos-dashboard .search-result-type-heading {
  font-family: "davidLight";
  font-weight: 500;
  font-size: 32px;
  padding-left: 25px;
  padding-top: 10px;
  margin-bottom: 45px;
}
.page-template-page-search-result .company-search-result-container .company-results-wrapper,
.page-template-page-companies-dashboard .company-search-result-container .company-results-wrapper,
.page-template-page-videos-dashboard .company-search-result-container .company-results-wrapper {
  padding: 0 25px;
  margin-top: -25px;
}
.page-template-page-search-result .company-results-more-button-wrapper #company-results-more-button,
.page-template-page-search-result .activity-results-more-button-wrapper #activity-results-more-button,
.page-template-page-companies-dashboard .company-results-more-button-wrapper #company-results-more-button,
.page-template-page-companies-dashboard .activity-results-more-button-wrapper #activity-results-more-button,
.page-template-page-videos-dashboard .company-results-more-button-wrapper #company-results-more-button,
.page-template-page-videos-dashboard .activity-results-more-button-wrapper #activity-results-more-button {
  border: 0;
  box-shadow: none;
  max-width: 250px;
  min-height: 35px;
  border-bottom: 2px solid #0047b6;
  border-radius: 0;
  font-family: "davidLight";
  font-size: 18px;
  padding: 0;
  padding-right: 40px;
  position: relative;
}
.page-template-page-search-result .company-results-more-button-wrapper #company-results-more-button::after,
.page-template-page-search-result .activity-results-more-button-wrapper #activity-results-more-button::after,
.page-template-page-companies-dashboard .company-results-more-button-wrapper #company-results-more-button::after,
.page-template-page-companies-dashboard .activity-results-more-button-wrapper #activity-results-more-button::after,
.page-template-page-videos-dashboard .company-results-more-button-wrapper #company-results-more-button::after,
.page-template-page-videos-dashboard .activity-results-more-button-wrapper #activity-results-more-button::after {
  content: " ";
  background-image: url(../images/search-result-btn-arrow.svg);
  width: 20px;
  height: 12px;
  display: block;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 5px;
}
.page-template-page-search-result .activity-search-result-container,
.page-template-page-companies-dashboard .activity-search-result-container,
.page-template-page-videos-dashboard .activity-search-result-container {
  margin-top: 60px;
  scroll-margin-top: 60px;
}

@media only screen and (max-width: 1300px) {
  .two-column-layout-page .two-column-layout-right-column {
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 1100px) {
  .two-column-layout-page .two-column-layout-right-column {
    width: 100%;
  }
  .page-template-page-search-result .home-left-panel .search-result-anchor-box {
    display: none;
  }
  .page-template-page-search-result .two-column-layout-right-column .search-result-anchor-box {
    display: block;
    margin: 25px 0 40px;
  }
  .page-template-page-search-result .quick-search-box {
    display: none;
  }
  .page-template-page-search-result .search-result-type-heading {
    font-size: 26px;
    padding-left: 15px;
  }
  .page-template-page-search-result .company-search-result-container .company-results-wrapper {
    margin-top: -10px;
  }
}
.main-nav {
  display: none;
}

.main-header {
  background: #fff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: -70px;
}
.main-header .container {
  max-width: 1440px !important;
  padding: 0 4px !important;
}
.main-header .row {
  align-items: stretch;
}
.main-header .header-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.main-header .header-logo img {
  width: 230px;
}
.main-header .search-col {
  height: 80px;
}
.main-header .main-search-toggler {
  display: none;
}
.main-header .main-search-bar {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.main-header .main-search-bar .search-inner-wrapper {
  display: flex;
  border-radius: 40px;
  border: 1px solid #9E9E9E;
  position: relative;
}
.main-header .main-search-bar .search-inner-wrapper .search-type-selector {
  position: relative;
}
.main-header .main-search-bar .search-inner-wrapper .search-type-selector::after {
  content: " ";
  background-image: url(../images/search-select-icon.svg);
  width: 14px;
  height: 14px;
  display: block;
  background-size: contain;
  position: absolute;
  right: 29px;
  top: 21px;
  background-repeat: no-repeat;
}
.main-header .main-search-bar .search-inner-wrapper .search-type-selector select {
  height: 48px;
  width: 175px;
  padding: 0 50px 0 30px;
  border-radius: 40px;
  background: #EBEBEB;
  border: none;
  appearance: none;
  outline: transparent;
  cursor: pointer;
}
.main-header .main-search-bar .search-inner-wrapper .search-input {
  position: relative;
}
.main-header .main-search-bar .search-inner-wrapper .search-input::after {
  content: " ";
  background-image: url(../images/search-timezone-icon.svg);
  width: 22px;
  height: 22px;
  display: block;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 12px;
}
@media only screen and (max-width: 1140px) {
  .main-header .main-search-bar .search-inner-wrapper .search-input::after {
    right: auto;
    left: 20px;
  }
}
.main-header .main-search-bar .search-inner-wrapper .search-input.loading::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: #0047b6;
  transform: scaleX(0);
  transform-origin: left;
  animation: flowing-lines 2s infinite ease-in-out;
  z-index: 99;
}
.main-header .main-search-bar .search-inner-wrapper .search-input input {
  height: 48px;
  width: 400px;
  padding: 0 25px;
  /*border-radius: 0 40px 40px 0;*/
  border-radius: 40px;
  border: none;
  position: relative;
  outline: transparent;
}
@media only screen and (max-width: 1140px) {
  .main-header .main-search-bar .search-inner-wrapper .search-input input {
    padding: 0 50px 0 50px;
    width: 100%;
  }
}
@keyframes flowing-lines {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  51% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.main-header .main-search-bar .search-inner-wrapper .autocomplete-suggestions {
  max-height: 300px;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 49px;
  background: #ffffff;
  box-shadow: 0px 0px 5px #ccc;
}
.main-header .main-search-bar .search-inner-wrapper .autocomplete-suggestions div {
  padding: 8px;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.main-header .main-search-bar .search-inner-wrapper .autocomplete-suggestions div:hover {
  background-color: #f0f0f0;
}
.main-header .main-search-bar .search-inner-wrapper .autocomplete-suggestions div a {
  color: #000;
}
.main-header .main-search-bar .search-inner-wrapper .autocomplete-suggestions div span.result-type-company {
  color: #1e8700;
}
.main-header .main-search-bar .search-inner-wrapper .autocomplete-suggestions div span.result-type-activity {
  color: #0047b6;
}
.main-header .header-navigation .header-navigation-wrapper {
  display: flex;
  justify-content: end;
  align-items: stretch;
}
.main-header .header-navigation .header-navigation-wrapper .main-search-toggler {
  position: absolute;
  z-index: 100;
  right: 190px;
  top: calc(50% - 15px);
  display: none;
}
.main-header .header-navigation .header-navigation-wrapper .main-search-toggler img {
  filter: brightness(0);
  width: 25px;
}
.main-header .header-navigation .nav-icon {
  width: 18px;
  height: calc(100% + 60px);
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
}
.main-header .header-navigation .nav-icon::after {
  content: " ";
  width: 18px;
  height: 18px;
  display: block;
  background-size: cover;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}
.main-header .header-navigation .stats-nav .nav-icon::after {
  background-image: url(../images/stats-nav-icon.svg);
}
.main-header .header-navigation .explore-nav .nav-icon::after {
  background-image: url(../images/explore-nav-icon.svg);
}
.main-header .header-navigation .explore-nav .nav-links::before {
  right: 98px;
}
.main-header .header-navigation .explore-nav:hover .nav-links {
  display: block;
}
.main-header .header-navigation .fix-explore-nav-for-production .nav-links::before {
  right: 56px !important;
}
.main-header .header-navigation .meeting-nav .nav-icon::after {
  background-image: url(../images/meeting-nav-icon.svg);
}
.main-header .header-navigation .meeting-nav .nav-links::before {
  right: 58px;
}
.main-header .header-navigation .meeting-nav:hover .nav-links {
  display: block;
}
.main-header .header-navigation .profile-nav .nav-icon::after {
  background-image: url(../images/profile-nav-icon.svg);
}
.main-header .header-navigation .profile-nav .nav-links::before {
  right: 19px;
}
.main-header .header-navigation .profile-nav:hover .nav-links {
  display: block;
}
.main-header .header-navigation .nav-heading {
  display: none;
}
.main-header .header-navigation .nav-links {
  position: absolute;
  background: #F3F3F3;
  display: none;
  position: absolute;
  background: #F3F3F3;
  right: 0;
  top: 80px;
  z-index: 100;
  padding: 25px 35px 30px;
  padding-right: 50px;
  border-radius: 0 0 15px 15px;
}
.main-header .header-navigation .nav-links a {
  width: 100%;
  display: block;
  color: #000;
}
.main-header .header-navigation .nav-links::before {
  content: " ";
  background-image: url(../images/nav-triangle.svg);
  width: 30px;
  height: 15px;
  display: block;
  background-size: cover;
  position: absolute;
  top: -14px;
}
.main-header .header-navigation .nav-links ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.main-header .header-navigation .nav-links ul li {
  margin-bottom: 10px;
}

.active-menu-overlay {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4705882353);
  z-index: 1000;
  display: none;
}

.header-logout-wrapper {
  display: none;
}

.mobile-menu-toggler {
  display: none;
}

.logged-out-header-login ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  position: relative;
  top: calc(50% + 17px);
  margin-left: 15px;
}
.logged-out-header-login ul li a {
  margin-left: 10px;
  height: 18px;
  display: block;
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .main-header {
    height: 80px;
  }
  .main-header .logo-col {
    flex: 0 0 25%;
    max-width: 25%;
    z-index: 100;
  }
  .main-header .nav-col {
    flex: 0 0 75%;
    max-width: 75%;
    z-index: 100;
  }
  .main-header .search-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    z-index: 10;
    margin-left: -5px;
  }
  .main-header .search-col-active {
    z-index: 100;
  }
  .main-header .header-logo {
    display: flex;
    align-items: center;
    height: calc(100% + 45px);
  }
  .main-header .header-navigation .header-navigation-wrapper .main-search-toggler {
    position: relative;
    right: 0;
    height: calc(100% + 50px);
    display: flex;
    align-items: center;
  }
  .main-header .header-navigation .header-navigation-wrapper .main-search-toggler .main-search-close-toggle {
    display: block;
    position: absolute;
    top: 27px;
    right: 0;
  }
  .main-header .header-navigation .header-navigation-wrapper .main-search-toggler .main-search-open-toggle {
    display: none;
  }
  .main-header .header-navigation .header-navigation-wrapper .main-search-toggler-active .main-search-close-toggle {
    display: none;
  }
  .main-header .header-navigation .header-navigation-wrapper .main-search-toggler-active .main-search-open-toggle {
    display: block;
    width: 15px;
    margin-right: 5px;
    position: absolute;
    top: 32px;
    right: 0;
  }
  .main-header .main-search-bar {
    display: none;
  }
  .main-header .main-search-bar .search-input {
    width: 100%;
  }
  .main-header .main-search-bar .search-input input {
    width: 100%;
  }
  .main-header .main-search-bar .search-input::after {
    display: none;
  }
  .main-header .main-search-bar .search-inner-wrapper {
    width: calc(100% - 102px);
    background: #fff;
  }
  .main-header .main-search-bar-active {
    display: block;
  }
  .header-has-stats-access .search-inner-wrapper {
    width: calc(100% - 145px) !important;
  }
}
@media only screen and (max-width: 768px) {
  .main-header {
    height: auto;
    padding: 12px 15px;
    height: 60px;
  }
  .main-header .container {
    padding: 1px 4px !important;
  }
  .main-header .header-logo img {
    width: 170px;
  }
  .main-header .row .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-header .row .search-col {
    position: absolute;
  }
  .main-header .main-search-bar {
    display: none;
    display: none;
  }
  .main-header .main-search-bar select {
    display: none;
  }
  .main-header .main-search-bar .search-input {
    width: 100%;
  }
  .main-header .main-search-bar .search-input input {
    width: 100%;
    border-radius: 40px;
    height: 40px;
  }
  .main-header .main-search-bar .search-input::after {
    display: none;
  }
  .main-header .main-search-bar .search-inner-wrapper {
    width: calc(100% - 18px);
    background: #fff;
  }
  .main-header .logo-col {
    z-index: 100;
  }
  .main-header .search-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    z-index: 10;
    margin-left: -5px;
  }
  .main-header .search-col-active {
    z-index: 100;
  }
  .main-header .main-search-toggler {
    display: flex;
    right: 58px;
    position: absolute;
    z-index: 100;
    top: 16px;
  }
  .main-header .main-search-toggler .main-search-close-toggle {
    display: block;
    width: 27px;
    filter: brightness(0);
  }
  .main-header .main-search-toggler .main-search-open-toggle {
    display: none;
  }
  .main-header .header-navigation {
    position: absolute;
    background: #0047b6;
    left: 0;
    top: 59px;
    width: 100vw;
    height: calc(100vh - 59px);
    display: flex;
    padding: 25px;
    overflow-y: scroll;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    display: none;
  }
  .main-header .header-navigation .header-navigation-wrapper {
    display: block;
  }
  .main-header .header-navigation .header-navigation-wrapper .main-search-toggler {
    display: none;
  }
  .main-header .header-navigation .nav-icon {
    display: none;
  }
  .main-header .header-navigation .nav-heading {
    padding: 15px 0;
    display: block;
  }
  .main-header .header-navigation .nav-heading h5 {
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-right: 25px;
    padding-left: 30px;
  }
  .main-header .header-navigation .nav-heading h5::before {
    content: " ";
    width: 18px;
    height: 18px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    filter: brightness(0) invert(1);
  }
  .main-header .header-navigation .nav-heading h5::after {
    content: " ";
    background-image: url(../images/down-icon-white.svg);
    width: 16px;
    height: 9px;
    display: block;
    background-size: cover;
    position: absolute;
    top: 6px;
    right: 0;
  }
  .main-header .header-navigation .stats-nav .nav-heading h5::before {
    background-image: url(../images/stats-nav-icon.svg);
  }
  .main-header .header-navigation .stats-nav .nav-heading h5::after {
    background-image: url(../images/header-link-arrow-white.svg);
    width: 19px;
    height: 14px;
    transform: rotate(0) !important;
    transform: rotate(-90deg);
  }
  .main-header .header-navigation .explore-nav .nav-heading h5::before {
    background-image: url(../images/explore-nav-icon.svg);
  }
  .main-header .header-navigation .meeting-nav .nav-heading h5::before {
    background-image: url(../images/meeting-nav-icon.svg);
  }
  .main-header .header-navigation .profile-nav .nav-heading h5::before {
    background-image: url(../images/profile-nav-icon.svg);
  }
  .main-header .header-navigation .header-nav-item-active .nav-heading h5::after {
    transform: rotate(180deg);
  }
  .main-header .header-navigation .header-nav-item-active .nav-links {
    display: block !important;
  }
  .main-header .header-navigation .header-nav-item {
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 8px;
  }
  .main-header .header-navigation .nav-links {
    position: relative;
    display: none;
    top: 0;
    padding: 0;
    background: transparent;
    margin-top: 0;
    margin-left: 29px !important;
    margin-bottom: 25px;
    display: none !important;
  }
  .main-header .header-navigation .nav-links::before {
    content: none;
  }
  .main-header .header-navigation .nav-links ul li {
    color: #fff;
  }
  .main-header .header-navigation .nav-links a {
    color: #fff;
  }
  .main-header .header-navigation .nav-links a span {
    position: relative;
  }
  .main-header .header-navigation .nav-links a span::after {
    content: " ";
    background-image: url(../images/header-link-arrow-white.svg);
    width: 16px;
    height: 12px;
    transform: rotate(0) !important;
    display: block;
    background-size: cover;
    position: absolute;
    top: 4px;
    right: -31px;
  }
  .main-header .header-navigation .header-logout-wrapper {
    margin-top: 25px;
    display: block;
  }
  .main-header .header-navigation .header-logout-wrapper h6 {
    color: #fff;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-family: "davidLight";
    font-weight: 500;
  }
  .main-header .header-navigation .header-logout-wrapper h6::before {
    content: " ";
    background-image: url(../images/logout-icon-white.svg);
    width: 18px;
    height: 18px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    filter: brightness(0) invert(1);
  }
  .main-header .main-search-toggler-active .main-search-close-toggle {
    display: none;
  }
  .main-header .main-search-toggler-active .main-search-open-toggle {
    display: block;
    width: 15px;
    margin-right: 10px;
    margin-top: 6px;
  }
  .main-header .main-search-bar-active {
    display: block;
    margin: 0;
    margin-top: -4px;
  }
  .main-header .nav-col {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .main-header .header-navigation-active {
    display: flex;
  }
  .mobile-menu-toggler {
    display: block;
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 1000;
  }
  .mobile-menu-toggler img {
    width: 22px;
  }
  .mobile-menu-toggler-active {
    transform: rotate(180deg);
  }
  .active-menu-overlay {
    display: none !important;
  }
  .logged-out-header-login ul {
    justify-content: center;
    margin-left: 0;
    flex-direction: column;
    margin-top: 30px;
  }
  .logged-out-header-login ul li a {
    background: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    border-radius: 40px;
    margin: 10px 0;
  }
}
/*Main Footer*/
.main-footer {
  background: #0047b6;
  padding: 30px 25px;
}
.main-footer .container {
  max-width: 1440px !important;
  padding: 0 4px !important;
}
.main-footer .row {
  align-items: center;
}
.main-footer .footer-logo img {
  width: 200px;
  margin-bottom: 10px;
}
.main-footer p {
  color: #fff;
  font-family: "guillonLight";
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 0.2px;
}
.main-footer .footer-col-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
}
.main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.main-footer ul li a {
  color: #fff;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 16px;
}
.main-footer .social-links {
  margin-left: 10px;
}
.main-footer .social-links img {
  width: 35px;
  margin: 0 5px;
}

@media (max-width: 1400px) {
  .main-footer .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }
  .main-footer .col-md-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main-footer .footer-col-wrapper {
    align-items: end;
    flex-direction: column;
  }
  .main-footer .social-links {
    margin-left: 10px;
    margin-top: 15px;
  }
  .main-footer ul {
    margin-left: -10px;
    display: block;
    text-align: right;
  }
  .main-footer ul li {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .main-footer .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .main-footer .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-footer .footer-col-wrapper {
    align-items: start;
  }
  .main-footer ul {
    margin-left: 0;
    display: block;
  }
  .main-footer ul li {
    padding: 5px 0;
    margin: 5px 5px;
  }
  .main-footer ul li a {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .main-footer ul {
    text-align: center;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .main-footer p {
    font-size: 12px;
  }
}
/*Footer Slim*/
.main-footer-slim .footer-logo img {
  margin-bottom: 0;
}
.main-footer-slim ul {
  justify-content: center;
}
.main-footer-slim ul li a {
  color: #fff;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 15px;
}
.main-footer-slim .row .col-md-4 {
  text-align: right;
}

@media (max-width: 1295px) {
  .main-footer-slim .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .main-footer-slim .col-md-5 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .main-footer-slim .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-footer-slim .footer-logo img {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .main-footer-slim ul {
    justify-content: end;
    margin-right: -10px;
    margin-top: -10px;
  }
  .main-footer-slim p {
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .main-footer-slim .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    order: 0;
  }
  .main-footer-slim .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .main-footer-slim .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .main-footer-slim .footer-logo img {
    margin-bottom: 12px;
    margin-top: 0;
  }
  .main-footer-slim ul li a {
    padding: 0;
    margin: 0;
  }
  .main-footer-slim p {
    margin-top: 0;
    text-align: left;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
