/* Fonts ***************************************************************** */

@font-face {
  font-family: 'ProximaNova';
  src: url('../../fonts/proxima/Mark Simonson - Proxima Nova Semibold.eot');
  src: local('☺'), url('../../fonts/proxima/Mark Simonson - Proxima Nova Semibold.woff') format('woff'), url('../../fonts/proxima/Mark Simonson - Proxima Nova Semibold.ttf') format('truetype'), url('../../fonts/proxima/Mark Simonson - Proxima Nova Semibold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../../fonts/proxima/Mark Simonson - Proxima Nova Regular.eot');
  src: local('☺'), url('../../fonts/proxima/Mark Simonson - Proxima Nova Regular.woff') format('woff'), url('../../fonts/proxima/Mark Simonson - Proxima Nova Regular.ttf') format('truetype'), url('../../fonts/proxima/Mark Simonson - Proxima Nova Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../../fonts/proxima/Mark Simonson - Proxima Nova Light.eot');
  src: local('☺'), url('../../fonts/proxima/Mark Simonson - Proxima Nova Light.woff') format('woff'), url('../../fonts/proxima/Mark Simonson - Proxima Nova Light.ttf') format('truetype'), url('../../fonts/proxima/Mark Simonson - Proxima Nova Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../../fonts/proxima/ProximaNova-Extrabld.eot');
  src: local('☺'), url('../../fonts/proxima/ProximaNova-Extrabld.woff') format('woff'), url('../../fonts/proxima/ProximaNova-Extrabld.ttf') format('truetype'), url('../../fonts/proxima/ProximaNova-Extrabld.svg') format('svg');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../../fonts/proxima/ProximaNova-Semibold.eot');
  src: local('☺'), url('../../fonts/proxima/ProximaNova-Semibold.woff') format('woff'), url('../../fonts/proxima/ProximaNova-Semibold.ttf') format('truetype'), url('../../fonts/proxima/ProximaNova-Semibold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}

.extraBold {
  font-weight: 800;
  font-family: ProximaNova;
}

@font-face {
  font-family: HeaderFont;
  src: url("../../fonts/FedraSansDisPro-HeavyCon.otf") format("opentype");
}

/* Body ********************************************************************************/
body {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding-bottom: 0px;
  background-color: #fff;
}

.body_nxt {
  background-image: url(../../img/nxtbg1.jpg) !important;
  overflow: auto !important;
}

.body_nxt2 {
  background-image: url(../../img/nxtbg2.jpg) !important;
  overflow: auto !important;
}

.body_nxt_blank {
  background: #F4F4F4 !important;
}

.body_event_nxt {
  background-color: #fff;
}

.body_event_nxt_empty {
  background-color: #fff;
}

/* Navbar and logotype *****************************************************************/
.navbar {
  margin-bottom: 2px;
  background: transparent;
  border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  font-family: ProximaNova;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  border-bottom: 1px solid;
  color: #fff;
  padding: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #007f7d;
  border-color: transparent;
}

/*****************************************************/
@media (max-width: 768px) {
  .navbar-brand {
    margin: -6px;
  }
}

@media (min-width: 769px) {
  .navbar-brand {
    margin: -9px;
  }
}

@media (min-width: 1007px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }
}

/*****************************************************/
.navbar-logo-left {
  font-family: LogoFontLeft;
  color: white;
  font-size: 15pt;
}

.navbar-logo-right {
  margin-left: 0px;
  font-family: LogoFontRight;
  color: white;
  font-size: 16pt;
}

.navbar-hr {
  border: 0;
  height: 1px;
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-icon-selection {
  padding: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.navbar-icon {
  font-size: 18pt !important;
}

.navbar-photo-selection {
  padding: 4px !important;
  padding-left: 7px !important;
  padding-right: 10px !important;
}

.navbar-photo {
  font-size: 14pt !important;
}

/* Buttons *****************************************************************/

.btn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 15px;
  margin-right: 15px;
  border: 0 none;
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
}

.btn-nxt {
  border: 2px solid white;
  color: white;

}

.btn-nxt:active,
.btn-nxt:hover {
  border: 2px solid #429f9d;
  color: black;
}

/* Hero *****************************************************************/
.hero-nxt-logo-grey {
  margin-top: 70px;
  width: 250px;
  margin-bottom: 60px;
}

.rowLogoNxt.hero-nxt-logo-grey {
  width: 190px;
}

.hero-dnb-logo-grey {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block;
}

@media (min-width: 581px) {
  .hero-dnb-logo-grey {
    display: none;
  }
}

.hero_intro {
  margin-bottom: 100px;
}

.hero-slogan-up {
  margin-top: 40px;
  font-family: HeaderFont;
  color: #000;
}

.hero-slogan-up2 {
  margin-top: 40px;
  font-family: ProximaNova;
  color: #000;
}

.hero-slogan-middle {
  color: #000;
  font-size: 12pt;
  letter-spacing: 4px;
}

.hero-slogan-bottom {
  font-family: HeaderFont;
  font-size: 52pt;
  color: #01807e;
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
}

@media (max-width: 480px) {
  .hero-slogan-up,
  .hero-slogan-bottom {
    font-size: 25pt;
  }

  .hero-slogan-middle {
    margin-top: 5px;
    margin-bottom: 7px;
    font-size: 8pt;
  }
}

@media (min-width: 481px) {
  .hero-slogan-up, .hero-slogan-up2,
  .hero-slogan-bottom {
    font-size: 52pt;
  }

  .hero-slogan-middle {
    margin-top: -10px;
    margin-bottom: 0px;
    font-size: 12pt;
  }
}

@media (max-width: 480px) {

  .scalable-header {
    font-size: 25pt !important;
  }
}

.hero-buttons {
  margin-top: 25px;
}

.hero-play {
  margin-top: 70px;
}

.hero-play-icon {
  margin-right: 15px;
  width: 46px;
}

.hero-play-text {
  color: white;
  font-size: 10pt;
  letter-spacing: 3px;
}

/* Attend *****************************************************************/
.attend-rhombus {
  margin-top: 90px;
  width: 70px;
}

.attend-line {
  background-color: black;
  width: 3px;
  height: 150px;
  margin-top: 20px;
  display: inline-block;
}

.attend-button {
  margin: 0px;
  padding: 0px;
}

/* Promo *****************************************************************/

.promo-section {
  margin-top: 150px;
}

@media (max-width: 480px) {
  .promo-carousel {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 481px) {
  .promo-carousel {
    width: 374px;
    height: 374px;
  }
}

/*****************************************************/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel {
  z-index: -99;
}

/*****************************************************/

.promo-header-up {
  font-family: HeaderFont;
  color: #000;
  font-size: 50pt;
  line-height: 1;
}

.promo-header-down {
  font-family: HeaderFont;
  font-size: 50pt;
  line-height: 1;
  color: #04908f;
}

.promo-text {
  display: block;
  margin-top: 10px;
  font-size: 14pt;
  color: #000;
  font-family: ProximaNova;
  font-weight: 400;
  font-style: normal;
}

.testimonial_1 {
  font-family: ProximaNova;
  font-weight: 400;
  font-style: normal;
}

.testimonial_2 {
  font-family: ProximaNova;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #000;
}

.testimonail_name {
  font-family: ProximaNova;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.testimonail_name .smaller {
  font-size: 16px;
}

.testimonail_name .bigger {
  font-size: 18px;
}

/* Photos *****************************************************************/

.photos-section {
  margin: 0px;
  margin-top: 50px;
}

.photo-div {
  padding: 0;
  margin-bottom: 20px
}

.photo-img-size {
  width: 100%;
}

/* Review *****************************************************************/

.reviews-section {
  margin-top: 50px;
}

.review-header {
  font-family: HeaderFont;
  font-size: 38pt;
  display: inline-block;
  color: #000;
}

.review-header-color {
  font-family: HeaderFont;
  font-size: 43pt;
  display: inline-block;
  background: -webkit-linear-gradient(left, #e76b0b, #f88c3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review-header-color-magenta {
  font-family: HeaderFont;
  font-size: 43pt;
  display: inline-block;
  background: -webkit-linear-gradient(left, #007f7d, #429f9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Events *****************************************************************/

.events-container {
  display: inline-block;
}

@media (max-width: 960px) {
  .events-container {
    width: 100%;
  }
}

@media (min-width: 961px) {
  .events-container {
    width: 960px;
  }
}

.events-sections {
  margin-top: 150px;
  margin-bottom: 20px;
}

.events-header {
  font-family: HeaderFont;
  font-size: 30pt;
  color: #01807e;
  -webkit-background-clip: text;
  /*-webkit-text-fill-color: transparent;*/
}

.event-city-img {
  background-size: cover;
  border-radius: 0px 0px 4px 4px;
  margin-bottom: 20px;
}

.event-city-img2 {
  width: 100%;
  height: 180px;
  background-size: cover;
  border-radius: 4px 4px 0px 0px;
}

.event-city-img3 {
  width: 100%;
  height: 360px;
  background-size: cover;
  border-radius: 4px 4px 4px 4px;
}

.event-city-01_2 {
  background-image: url(../../img/cities/trondheim-orange.jpg);
}

.event-city-01 {
  background-image: url(../../img/cities/trondheim-green.jpg);
}

.event-city-02 {
  background-image: url(../../img/cities/drammen-orange.jpg);
}

.event-city-03 {
  background-image: url(../../img/cities/alesund-purple.jpg);
}

.event-city-04 {
  background-image: url(../../img/cities/bodo-green.jpg);
}

.event-city-stavanger {
  background-image: url(../../img/cities/stavanger-green.jpg);
}

.event-city-bergen {
  background-image: url(../../img/cities/bergen-orange.jpg);
}

.event-city-oslo {
  background-image: url(../../img/cities/oslo-purple.jpg);
  padding-top: 150px;
  width: 100%;
}

.event-city-oslo2 {
  background-image: url(../../img/cities/oslo-purple.jpg);
  padding-top: 150px;
  width: 100%;
}

.event-city-london {
  background-image: url(../../img/cities/london-purple.jpg);
  padding-top: 150px;
  width: 100%;
}

.event-city-lillehammer {
  background-image: url(../../img/cities/lillehammer-orange.jpg);
  padding-top: 150px;
  width: 100%;
}

.event-city-oslo_big {
  background-image: url(../../img/cities/oslo_big.jpg);
  width: 100%;
  padding-top: 150px;
  width: 100%;
}

.event-city-name {
  font-family: HeaderFont;
  text-transform: uppercase;
  color: white;
  font-size: 30pt;
  text-shadow: 1px 1px 2px black, 0 0 1em black;

}

.event-coming-soon {
  font-family: "ProximaNova";;
  color: white;
  font-size: 30pt;
  text-shadow: 1px 1px 2px black, 0 0 1em black;

}

.fadeEvent {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.fadeEvent:hover {
  opacity: 0.8;
}

.fadeEvent .event-coming-soon {
  display: none;
}

.fadeEvent .event-coming-soon2 {
  display: none;
}

.fadeEvent .event-city-name {
  display: block;
}

.fadeEvent .event-date {
  display: block;
}

.fadeEvent:hover .event-coming-soon {
  display: block;
}

.fadeEvent:hover .event-city-name {
  display: none;
}

.fadeEvent:hover .event-date {
  display: none;
}

.fadeEvent:hover .event-coming-soon2 {
  display: block;
}

.event-coming-soon2 {
  font-family: "ProximaNova";
  color: white;
  font-size: 25pt;
  text-shadow: 1px 1px 2px black, 0 0 1em black;

}

.event-city-name2 {
  font-family: HeaderFont;
  color: white;
  font-size: 30pt;
  text-shadow: 1px 1px 2px black, 0 0 1em black;

}

.event-city-name3 {
  font-family: HeaderFont;
  color: white;
  font-size: 30pt;
  text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.event-info {
  background-color: white;
  padding: 14px;
  border-radius: 0px 0px 4px 4px;
  margin-bottom: 15px;
  text-align: left;

}

.event-info-text {
  color: #000;
  margin-top: 11px;
}

.event-info-button {
  background: -webkit-linear-gradient(45deg, #007f7d, #429f9d);
  -webkit-background-clip: border;
  -webkit-text-fill-color: white;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: none;
  margin: 0px;
}

.event-info-button:focus,
.event-info-button:hover {
  background: -webkit-linear-gradient(45deg, #005f5d, #3c8786);
  -webkit-background-clip: border;
  -webkit-text-fill-color: white;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: none;
}

.event-date {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  color: white;
  font-size: 20pt;
  text-shadow: 1px 1px 2px black, 0 0 1em black;
}

@media (min-width: 481px) {
  .event-city-img {
    width: 460px;
    height: 250px;
    padding-top: 80px;
  }
}

@media (max-width: 480px) {
  .event-city-img {
    width: 100%;
    height: 100%;
    padding-top: 10px;
  }
}

/* Startup tools *****************************************************************/
.tools-sections {
  margin: 0px;
  margin-top: 150px;
}

.tools_div {
  width: 300px;
  margin-bottom: 10px;
}

.tools_header {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 16pt;
}

.tools_description {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 10pt;
  color: grey;
}

.div-info {
  padding: 0px;
  margin: 0px;
  border: 0px solid #eee;
  border-bottom-width: 5px;
  border-radius: 0px 0px 3px 3px;
  background-color: white;
  width: 300px;
  padding: 12px;
  text-align: left;
}

.div-magenta {
  border-bottom-color: #04908f;
}

.div-orange {
  border-bottom-color: #e76b0a;
}

.div-purple {
  border-bottom-color: #810c8e;
}

.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* Why attend *****************************************************************/
.why-attend-div {
  padding-top: 150px;
}

.why-attend-text-div {
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: white;
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 1000px) {
  .right-pic {
    display: none;
  }
}

@media (min-width: 1001px) {
  .left-pic {
    display: none;
  }
}

@media (max-width: 1200px) {
  .why-attend-text-div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1201px) {
  .why-attend-text-div {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.why-attend-no-space {
  padding: 0px;
  margin: 0px;
}

.why-attend-header {
  font-size: 30px;
  display: block;
  padding-top: 100px;
  padding-bottom: 20px;
  text-align: left;
  color: #000;
}

.why-attend-text {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  display: block;
  padding-bottom: 40px;
  text-align: left;
  color: #000;
}

/* Footer *****************************************************************/
.footer-section {
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #242424;
  color: white;
}

.footer-section .col-md-3 {
  padding-top: 20px;
}

.footer-text {
  font-family: HeaderFont;
  font-size: 30pt;
  color: white;
}

@media (max-width: 980px) {
  .last-col {
    text-align: left;
  }
}

@media (min-width: 981px) {
  .last-col {
    text-align: right;
  }
}

/*IE kostyl*/

@media screen\0 {
  .hero-slogan-bottom {
    background: -webkit-linear-gradient(left, #01807e, #80bdbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .hero-slogan-bottom {
    font-size: 52pt;
    color: #01807e;
  }
}

@media screen\0 {
  .review-header-color {
    background: -webkit-linear-gradient(left, #e76b0b, #f88c3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .review-header-color {
    color: #e76b0b;
  }
}

@media screen\0 {
  .events-header {
    background: -webkit-linear-gradient(left, #01807e, #80bdbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .events-header {
    color: #01807e;
  }
}

/* Investors list ********************************/

@media (max-width: 800px) {

  .mobileInvestorTop {
    text-align: center;
  }

}

.investorWorkEducationBlock {
  margin-bottom: 15px;
}

.investors-container {
  margin-top: 20px;
  margin-bottom: 40px;
}

.investors-title1 {
  font-family: HeaderFont;
  font-size: 40pt;
  color: white;
}

.investors-title2 {
  font-family: HeaderFont;
  font-size: 40pt;
  background: -webkit-linear-gradient(left, #01807e, #80bdbb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.investors-title {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 15pt;
  color: white;
  display: block;
}

.investors-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
  border: 0 none;
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
  background-color: transparent;
}

.investors-btn-nxt {
  border: 2px solid white;
  color: white;

}

.investors-btn-nxt:active,
.investors-btn-nxt:hover {
  border: 2px solid #429f9d;
  color: white;
}

.investors-btn2 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
  border: 0 none;
  font-weight: 500;
  letter-spacing: 1px;
  color: black;
  background-color: transparent;
}

.investors-btn-nxt2 {
  border: 2px solid black;
  color: black;

}

.investors-btn-nxt2:active,
.investors-btn-nxt2:hover {
  border: 2px solid #429f9d;
  color: black;
}

.investors-title-name {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: black;
  display: inline-block;
}

.investors-title-work {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 11pt;
  color: black;
  display: block;
}

.profile-title-work {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: rgb(125, 137, 147);
  display: block;
  min-height: 10px;
  /*margin-top: 15px;*/
  margin-top: 0;
}

.profile-company-name {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: rgb(125, 137, 147);
  display: block;
  min-height: 28px;
  margin-top: 5px;
}

.startup-location {
  font-size: 14px;
}

.investors-title-city {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 11pt;
  color: black;
  margin-right: 15px;
}

.investors-title-age {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 11pt;
  color: black;
  margin-right: 15px;
}

.investors-title-upvotes {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 11pt;
  color: black;
  margin-right: 15px;
}

.investors-title-view {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 11pt;
  color: black;
  margin-right: 15px;
}

/* Investor ********************************/
.investor-container {
  margin-top: 80px;
  margin-bottom: 40px;
}

/* Investor ********************************/
.investors-container2 {
  margin-top: 60px;
  margin-bottom: 40px;
}

@media (max-width: 1000px) {
  .investors-logos {
    display: none;
  }
}

@media (max-width: 600px) {
  .investors-titles-size {
    font-size: 30pt;
  }

  .investors-icons-photo {
    display: none;
    width: 25px;
    margin-right: 10px;
  }

  .mes-chat-icon {
    font-size: 20pt !important;
    color: #1a9d87;
  }

  .mes-text-size {
    font-size: 13pt;
  }

}

.investors-icons-photo {
  width: 50px;
  height: 50px;
}

@media (min-width: 601px) {

  .investors-icons-photo {
    width: 50px;
    margin-right: 10px;
  }

  .mes-chat-icon {
    font-size: 30pt !important;
    color: #1a9d87;
  }

}

.investor-link-goback {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  margin-bottom: 40px;
}

.investor-block1 {
  margin-right: 15px;
  width: 120px;
  display: inline-block;
}

.investor-block2 {
  width: 440px;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: text-bottom;
}

@media (max-width: 800px) {
  .investor-chatbutton {
    text-align: center;
  }
}

@media (min-width: 801px) {
  .investor-chatbutton {
    /*text-align: right;*/
  }
}

.investor-title {
  font-family: HeaderFont;
  font-size: 20pt;
  background: -webkit-linear-gradient(left, #01807e, #80bdbb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.investor-title-name {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 20pt;
  color: #000;
  display: block;
}

.investor-title-work {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 11pt;
  color: #000;
  display: block;
}

.investor-title-city {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 11pt;
  color: #000;
  margin-right: 15px;
}

.investor-title-age {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 11pt;
  color: #000;
  margin-right: 15px;
}

.investor-title-upvotes {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 11pt;
  color: #000;
  margin-right: 15px;
}

.investor-title-view {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 13pt;
  color: #000;
  margin-right: 15px;
}

.feedTags, .feedTagsC {
  max-height: 32px;
  overflow-y: hidden;
  margin-bottom: 10px;
}

.feedBadges {
  padding-bottom: 10px;
}

.feedBadgesJob {
  display: none;
}

.feedBadges > .investors-title-upvotes .fa {
  color: #F6B853;
}

.feedBadges > .investors-title-age .fa {
  color: #E96C6B;
}

.feedBadges > .investors-title-view .fa {
  color: #7D69D4;
}

.investor-orange-icon {
  color: #e76a0b;
  margin-right: 15px;
}

.investor-purple-icon {
  color: #820c8e;
  margin-right: 15px;
}

.investor-magenta-icon {
  color: #05908f;
  margin-right: 15px;
}

.investor-grey-icon {
  color: grey;
  margin-right: 15px;
}

.investor-badge-purple {
  margin: 4px;
  padding: 6px 8px;
  color: #820c8e;
  background-color: #ececec;
  border-radius: 4px
}

.investor-badge-orange {
  margin: 4px;
  padding: 6px 8px;
  color: #e76a0b;
  background-color: #ececec;
  border-radius: 4px
}

.investor-madeinv {
  padding: 25px;
  margin-bottom: 25px;
  background-color: #f7f7f7;
  border: solid 1px;
  border-color: #e6e6e6;
}

.investor-industry {
  padding: 10px;
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 13pt;
}

.investor-industry2 {
  display: inline-block;
  width: 50%;
}

.investor-icon {
  display: inline-block;
  vertical-align: top;
  margin: 3px;
}

.investor-icon-box {
  padding: 10px;
  width: 90px;
  height: 90px;
  background-color: rgb(247, 247, 246);
  margin: auto;
}

@media screen and (max-width: 600px) {
  .investor-icon-box {
    padding: 10px;
    width: 70px;
    height: 70px;
    background-color: rgb(247, 247, 246);
    margin: auto;
  }
}

.investor-icon-row {
  width: calc(20% - 6px);
}

.investor-exp-companyname {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 13pt;
  display: block;
  color: #838a94;
}

.investor-exp-title {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 11pt;
  display: block;
  color: #3f444c;
  margin-top: 5px;
}

.investor-exp-period {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 11pt;
  display: block;
  color: #a6afbf;
  margin-top: 5px;
}

.investor-callout {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;

  margin: 20px 0;
  border: 1px solid #eee;
  border-top-width: 5px;
  border-radius: 3px;
  background-color: white;
}

.investor-callout2 {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;

  margin: 20px 0;

  border-top-width: 5px;
  border-radius: 3px;
  background-color: white;
}

.investor-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.investor-callout-magenta {
  border-top-color: #05908f;
}

.investor-callout-orange {
  border-top-color: #e76a0b;
}

.investor-callout-purple {
  border-top-color: #820c8e;
}

.investor-callout-header {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 16pt;
  display: block;
  margin-bottom: 15px;
}

.investor-callout-text {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  display: block;
}

.investor-exp-description {
  color: #969ca6;
  margin-top: 10px;
}

/* Speaker ****************************************/
.speaker-container {
  margin-top: 20px;
  margin-bottom: 40px;
}

.speaker-link-goback {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  margin-bottom: 40px;
}

.speaker-badge-orange {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  padding: 8px;
  color: white;
  background-color: #e76a0b;
  border-radius: 4px;
}

.speaker-badge-div {
  text-align: left;
  margin-bottom: 20px;
}

.speaker-theme {
  font-family: ProximaNova;
  font-size: 28pt;
  text-align: left;
  color: #000;
  display: block;
  font-weight: 600;
}

@media (max-width: 979px) {

  .speaker-theme {
    font-size: 16pt;
    text-align: center;
  }
}

.speaker-title {
  font-family: HeaderFont;
  font-size: 20pt;
  background: -webkit-linear-gradient(left, #e66b0d, #e66b0d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.speaker-title-name {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 20pt;
  color: #000;
  margin-right: 15px;
}

.speaker-title-work {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 20pt;
  color: grey;
}

.speaker-block1 {
  margin-right: 15px;
  width: 120px;
  display: inline-block;
}

.speaker-block2 {
  vertical-align: top;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.speaker-callout-nob {
  padding: 20px;
  margin: 20px 0;
  border-radius: 3px;
  background-color: white;
}

.speaker-sign {
  padding-right: 10px;
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 13pt;
  color: grey;
  display: block;
}

.speaker-grey-icon {
  color: grey;
}

.speaker-attending-button {
  color: white;
  border-radius: 30px;
  font-size: 10pt;
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-background-clip: border;
  -webkit-text-fill-color: white;
  background: -webkit-linear-gradient(90deg, #e56b0c, #f68936);
}

@media (max-width: 800px) {
  .speaker-attending-div {
    text-align: center;
    padding-top: 20px;
  }
}

@media (min-width: 801px) {
  .speaker-attending-div {
    text-align: right;
  }
}

.speaker-info-text {
  color: grey;
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 13pt;
  margin-bottom: 20px;
  display: block;
}

.speaker-attending-people {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #007f7d;
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 13pt;
  display: block;
}

/* Event program ****************************************/

.event-info-container {
  margin-top: 150px;
}

.attending-button {
  color: white;
  border-radius: 30px;
  font-size: 10pt;
  margin: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-background-clip: border;
  -webkit-text-fill-color: white;
  background: -webkit-linear-gradient(90deg, #007f7d, #429f9d);
}

.attending-button:hover {
  background: -webkit-linear-gradient(90deg, #006a68, #387f7d);
}

.menu-part-selected {
  font-family: ProximaNova;
  font-size: 20pt;
  font-weight: 800;
  color: #f4822e;
  cursor: pointer;
}

.menu-part-selected:hover {
  color: #f4822e;
}

.menu-part:hover {
  color: #f4822e !important;
}

.menu-part {
  font-family: ProximaNova;
  font-size: 20pt;
  width: 800px;
  color: #000;
  font-weight: 800;
  cursor: pointer;
}

.backToEvent {
  color: #05908f;
  font-size: 18px;
}

.backToEvent:hover {
  color: #f4822e;
  text-decoration: none;
}

@media (max-width: 501px) {
  .menu-part-selected, .menu-part {
    font-size: 20px !important;
  }
}

.tab-selected {
  background-image: url(../../img/tab-selected2x-orange.png);
  background-position: center top;
  background-size: 100% 100%;
  height: 3px;
  cursor: pointer;
}

.tab-selected-bl-or {
  background-image: url(../../img/tab-selected2x-orange-black.png);
  background-position: center top;
  background-size: 100% 100%;
  height: 3px;
}

.tab-line {
  background-image: url(../../img/tab-line-grey.png);
  background-position: center top;
  background-size: 100% 100%;
  height: 3px;
}

.tab-line-black {
  background-image: url(../../img/tab-line-black.png);
  background-position: center top;
  background-size: 100% 100%;
  height: 3px;
}

.tab-selected2 {
  background-image: url(../../img/tab-selected2x.png);
  background-position: center top;
  background-size: 100% 100%;
  height: 13px;
}

.tab-line2 {
  background-image: url(../../img/tab-line.png);
  background-position: center top;
  background-size: 100% 100%;
  height: 13px;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  background-color: white;
}

.bs-callout-default {
  border-left-color: gray;
}

.bs-callout-seminar {
  border-left-color: #007272;
}

.bs-callout-lecture, .bs-callout-Lecture, .bs-callout-keynote, .bs-callout-presentation {
  border-left-color: #DD5900;
}

.bs-callout-pitching, .bs-callout-Pitching {
  border-left-color: #820C8E;
}

.bs-callout-Fireside, .bs-callout-blue {
  border-left-color: #3F7EFF;
}

.bs-callout-Panel, .bs-callout-panel {
  border-left-color: #3F7EFF;
}

.stage_main {
  background-color: #007f7d;
  color: #fff;
}

.stage_main_h:hover {
  border-color: #007f7d !important;
}

.stage_investor {
  background-color: #820C8E;
  color: #fff;
}

.stage_investor_h:hover {
  border-color: #820C8E !important;
}

.stage_startup {
  background-color: #DD5900;
  color: #fff;
}

.stage_auditorium1 {
  background-color: #007f7d;
  color: #fff;
}

.stage_auditorium1_h:hover {
  border-color: #007f7d !important;
}

.stage_auditorium2 {
  background-color: #DD5900;
  color: #fff;
}

.stage_auditorium2_h:hover {
  border-color: #DD5900 !important;
}

.stage_startup_h:hover {
  border-color: #DD5900 !important;
}

.stage_lecture_h:hover {
  border-color: #3F7EFF !important;
}

.stage_lecture {
  background-color: #3F7EFF;
  color: #fff;
}

.btnPath {
  width: 180px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 500px) {
  .btnPath {
    width: 150px;
    margin-bottom: 10px;
    font-size: 11px;
  }

}

.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.shadow2 {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.event-slogan-bottom {
  font-family: HeaderFont;
  font-size: 30pt;
  color: white;
}

.event-participants-container {
  margin-top: 100px;
}

@media (max-width: 800px) {
  .event-attending-div {
    text-align: center;
  }
}

@media (max-width: 800px) {
  .event-attending-user-show {
    width: 100px;
  }

  .event-attending-user-hide {
    display: none;
  }
}

/* Event (participants page) ****************************************/

.event-participants-container {
  margin-top: 150px;
}

@media (max-width: 800px) {
  .event-participants-title {
    text-align: center;
  }
}

/* Event FAQ ***********************************************/

/************************************/

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px solid #ddd;
}

.panel {
  border: 0px solid transparent;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
  box-shadow: 0 0 0 rgba(0, 0, 0, .0)
}

.panel-default > .panel-heading {
  background-color: #fff;
}

.panel-body {
  padding-left: 42px;
}

/************************************/

.panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  float: left;
  color: black;
}

.panel-heading .accordion-toggle.collapsed:after {
  content: "\e114";
}

.accordion-toggle,
.accordion-toggle:focus,
.accordion-toggle:hover {
  color: #000;
  padding-left: 10px;
  text-decoration: none;
}

.event_faq_font {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 13pt;
}

/***********************************/

@media (max-width: 900px) {
  .user-type-center {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .tab-text-size {
    font-size: 10pt;
  }
}

@media (min-width: 901px) {
  .tab-text-size {
    font-size: 15pt;
  }
}

/* New design *****************************************************************************************/
.sign-in-span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-right: 20px;
}

.create-profile-span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.event-general-top-container {
  margin-top: -10px;
}

.event-general-info {
  margin-top: 150px;
}

.event-city-name2 {
  font-family: HeaderFont;
  font-size: 50pt;
  color: white;
  display: block;
}

.event-date2 {
  font-family: "ProximaNova Semi";
  font-size: 40pt;
  color: white;
  display: block;
}

.event-attending-div {
  margin-top: 35px;
}

@media (max-width: 800px) {
  .event-city-name2 {
    text-align: center;
  }

  .event-date2 {
    text-align: center;
  }

  .event-attending-div {
    text-align: center;
  }
}

@media (min-width: 801px) {
  .event-attending-div {
    text-align: right;
  }
}

.event-attending-button {
  color: white;
  border-radius: 30px;
  font-size: 10pt;
  margin: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-background-clip: border;
  -webkit-text-fill-color: white;
  background: -webkit-linear-gradient(90deg, #007f7d, #429f9d);
}

.event-attending-button:hover {
  background: -webkit-linear-gradient(90deg, #006a68, #387f7d);
}

.event-attending-user-list {
  text-align: left;
  margin-top: 35px;
}

.event-attending-user-title {
  font-family: ProximaNova;
  font-size: 12pt;
  color: #007f7d;
}

.event-attending-user-avatars {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.event-attending-user-avatars-style {
  width: 75px;
  margin: 5px;
}

.event-tab-icons-zone {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

.event-tab-icon-div {
  margin-top: 30px;
  width: 19%;
  display: inline-block;
  text-align: center;
}

.event-tab-icon-pic {
  width: 70px;
}

.event-tab-icon-text {
  color: white;
  font-size: 12pt;
  display: block;
}

.event-tab-icon-program {
  background-image: url('/src/img/svg-icons/program-icon-white.svg');
  background-size: 100%;
  width: 70px;
  height: 56px;
}

.event-tab-icon-program:hover {
  background-image: url('/src/img/svg-icons/program-icon-orange.svg');
  background-size: 100%;
  width: 70px;
  height: 56px;
}

/*
.event-tab-icon-text:hover {
	color: grey;
	text-decoration: none;
}
*/
.event-tab-icon-text-selected {
  color: #f4822e;
  font-size: 12pt;
  display: block;
}

/*
@media (max-width: 400px) {
	.event-tab-icon-pic {
		width: 50px;
	}
	.event-tab-icon-text {
		font-size: 8pt;
	}
	.event-tab-icon-text-selected {
		font-size: 8pt;
	}
	.event-city-name {
		font-size: 35pt;
	}
	.event-date {
		font-size: 25pt;
	}
}*/
.event-tab-line-div {
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

.event-tab-line {
  background-color: #000;
  height: 2px;
  width: 100%;
  display: inline-block;
}

/*
.event-tab-line:hover {
	background-color: grey;
}*/
.event-tab-line-selected {
  background-color: #f4822e;
  height: 2px;
  width: 100%;
  display: inline-block;
}

.event-tab-div-link:hover {
  width: 50%;
}

/***************************************************/

.event-tab-icon-new {
  background-size: 70px;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 70px;
}

.event-tab-icon-home-new {
  background-image: url('../../img/svg-icons/nxt-icon-black.svg');
}

.event-tab-icon-home-selected-new {
  background-image: url('../../img/svg-icons/nxt-icon-orange.svg');
}

.event-tab-icon-general-new {
  background-image: url('../../img/svg-icons/event-location-icon-black.svg');
}

.event-tab-icon-program-selected-new {
  background-image: url('../../img/svg-icons/program-icon-orange.svg');
}

.event-tab-icon-general-selected-new {
  background-image: url('../../img/svg-icons/event-location-icon-orange.svg');
}

.event-tab-icon-program-new {
  background-image: url('../../img/svg-icons/program-icon-black.svg');
}

.event-tab-icon-program-selected-new {
  background-image: url('../../img/svg-icons/program-icon-orange.svg');
}

.event-tab-icon-speakers-new {
  background-image: url('../../img/svg-icons/people-icon-black.svg');
}

.event-tab-icon-speakers-selected-new {
  background-image: url('../../img/svg-icons/people-icon-orange.svg');
}

.event-tab-icon-faq-new {
  background-image: url('../../img/svg-icons/faq-icon-black.svg');
}

.event-tab-icon-faq-selected-new {
  background-image: url('../../img/svg-icons/faq-icon-orange.svg');
}

.event-tab-icon-matching-new {
  background-image: url('../../img/svg-icons/welcome-icon-black.svg');
}

.event-tab-icon-matching-selected-new {
  background-image: url('../../img/svg-icons/welcome-icon-orange.svg');
}

@media (max-width: 701px) {
  .event-tab-div-container {
    margin-left: 5px;
    margin-right: 5px;
  }

  .event-tab-icon-new {
    background-size: 50px;
    height: 50px;
  }

  .event-attending-user-avatars-style {
    width: 45px !important;
  }
}

.event-tab-line-new {
  background-color: #000;
  height: 2px;
  width: 100%;
  display: inline-block;
}

.event-tab-line-selected-new {
  background-color: #f4822e;
  height: 2px;
  width: 100%;
  display: inline-block;
}

.event-tab-text-new {
  color: #000;
  font-size: 12pt;
  display: block;
  font-family: "ProximaNova";
}

.event-tab-text-selected-new {
  color: #f4822e;
  font-size: 12pt;
  display: block;
}

.event-tab-div-icon {
  margin-top: 30px;
  width: 19%;
  display: inline-block;
  text-align: center;
  color: white;
}

.event-tab-div-icon:hover .event-tab-line-new {
  background-color: #2b7071;
}

.event-tab-div-icon:hover .event-tab-text-new {
  color: #2b7071;
}

.event-tab-div-icon:hover .event-tab-icon-home-new {
  background-image: url('../../img/svg-icons/nxt-icon-darkcyan.svg');
}

.event-tab-div-icon:hover .event-tab-icon-general-new {
  background-image: url('../../img/svg-icons/event-location-icon-darkcyan.svg');
}

.event-tab-div-icon:hover .event-tab-icon-program-new {
  background-image: url('../../img/svg-icons/program-icon-darkcyan.svg');
}

.event-tab-div-icon:hover .event-tab-icon-speakers-new {
  background-image: url('../../img/svg-icons/people-icon-darkcyan.svg');
}

.event-tab-div-icon:hover .event-tab-icon-faq-new {
  background-image: url('../../img/svg-icons/faq-icon-darkcyan.svg');
}

.event-tab-div-icon:hover .event-tab-icon-matching-new {
  background-image: url('../../img/svg-icons/welcome-icon-darkcyan.svg');
}

.event-attending-user-avatars {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.event-attending-user-avatars-style {
  width: 75px;
  margin: 5px;
}

.event-tab-icons-zone {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

.program_session_content {
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.speaker-sign {
  line-height: 30px;
}

.btn-nxt-black {
  border: 2px solid black;
  color: black;
}

.black {
  color: black !important;
}

/*
.event-tab-icon-text:hover {
	color: grey;
	text-decoration: none;
}
*/
.event-tab-icon-text-selected {
  color: #f4822e;
  font-size: 12pt;
  display: block;
}

/*
@media (max-width: 400px) {
	.event-tab-icon-pic {
		width: 50px;
	}
	.event-tab-icon-text {
		font-size: 8pt;
	}
	.event-tab-icon-text-selected {
		font-size: 8pt;
	}
	.event-city-name {
		font-size: 35pt;
	}
	.event-date {
		font-size: 25pt;
	}
}*/
.event-tab-line-div {
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

.event-tab-line {
  background-color: white;
  height: 2px;
  width: 100%;
  display: inline-block;
}

/*
.event-tab-line:hover {
	background-color: grey;
}*/
.event-tab-line-selected {
  background-color: #f4822e;
  height: 2px;
  width: 100%;
  display: inline-block;
}

.event-tab-div-link:hover {
  width: 50%;
}

/***************************************************/

.speaker-div {
  vertical-align: top;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.speaker-title-pic-new {
  width: 120px;
}

.speaker-title-new {
  font-family: HeaderFont2;
  font-size: 20pt;
  background: -webkit-linear-gradient(left, #e66b0d, #e66b0d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-top: 40px;
}

.speaker-title-name-new {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 20pt;
  color: white;
  margin-top: 20px;
}

.speaker-title-work-new {
  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 20pt;
  color: grey;
}

@media (min-width: 1px) and (max-width: 500px) {
  .speaker-title-pic-new {
    width: 85px;
  }

  .speaker-title-new {
    font-size: 10pt;
    margin-top: 20px;
  }

  .speaker-title-name-new {
    font-size: 10pt;
  }

  .speaker-title-work-new {
    font-size: 10pt;
  }
}

@media (min-width: 501px) and (max-width: 700px) {
  .speaker-title-pic-new {
    width: 110px;
  }

  .speaker-title-new {
    font-size: 15pt;
  }

  .speaker-title-name-new {
    font-size: 15pt;
  }

  .speaker-title-work-new {
    font-size: 15pt;
  }
}

@media (min-width: 701px) {
  .speaker-title-new {
    font-size: 20pt;
  }

  .speaker-title-name-new {
    font-size: 20pt;
  }

  .speaker-title-work-new {
    font-size: 20pt;
  }
}

.matchmaking-button {
  color: white;
  display: inline-block;
  padding: 15px;
  width: 170px;
  margin: 0px;
  background-color: black;
}

.matchmaking-button:hover {
  color: white;
  text-decoration: none;
}

.matchmaking-button-left {
  border-radius: 25px 0px 0px 25px;
}

.matchmaking-button-right {
  border-radius: 0px 25px 25px 0px;
}

.matchmaking-button-selected {
  background-color: #ff9200;
}

.btn-type01-darkcyan {
  font-family: ProximaNova;

  color: white;
  border-radius: 5px;
  font-size: 10pt;
  margin: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-background-clip: border;
  -webkit-text-fill-color: white;

  background: #007f7d;
  background: -webkit-linear-gradient(0deg, #007f7d, #429f9d);
  background: -ms-linear-gradient(top, #007f7d 0%, #429f9d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007f7d', endColorstr='#429f9d', GradientType=0); /* IE6-9 */
}

.btn-type01-darkcyan:hover {
  background: -webkit-linear-gradient(0deg, #006a68, #387f7d);
}

.btn-type01-orange {
  font-family: ProximaNova;
  color: white;
  border-radius: 5px;
  font-size: 10pt;
  margin: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-background-clip: border;
  -webkit-text-fill-color: white;

  background: #e66a0b;
  background: -webkit-linear-gradient(0deg, #e66a0b, #f98c39);
  background: -ms-linear-gradient(top, #e66a0b 0%, #f98c39 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e66a0b', endColorstr='#f98c39', GradientType=0); /* IE6-9 */
}

.btn-type01-orange:hover {
  background: -webkit-linear-gradient(0deg, #d1630e, #e28036);
}

.btn-type01-purple {
  font-family: ProximaNova;
  color: white;
  border-radius: 5px;
  font-size: 10pt;
  margin: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-background-clip: border;
  -webkit-text-fill-color: white;

  background: #810c8e;
  background: -webkit-linear-gradient(0deg, #810c8e, #aa3eb3);
  background: -ms-linear-gradient(top, #810c8e 0%, #aa3eb3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#810c8e', endColorstr='#aa3eb3', GradientType=0); /* IE6-9 */

}

.btn-type01-purple:hover {
  background: -webkit-linear-gradient(0deg, #730b7f, #96399e);
}

.accountTitle {
  display: block;
}

.darkcyanColor {
  color: #006a68;
}

.orangeColor {
  color: #e66a0b;
}

.purpleColor {
  color: #730b7f;
}

.promo-text-content {
  font-family: ProximaNova;
  font-size: 14pt;
  color: grey;
  display: block;
  padding: 20px;
}

.promo-text-header {
  font-family: ProximaNova;
  font-size: 20pt;
  color: #000;
  padding: 20px;
}

.promo-number-icon {
  display: inline-block;
  color: #000;
  font-size: 130pt;
  font-family: HeaderFont2;
}

.promo-x-icon {
  margin-bottom: 25px;
  height: 166px;
}

.investor-block2 {
  width: 300px;
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 400px) {
  .investor-block2 {
    width: 100%;
  }
}

@media (min-width: 401px) {
  .investor-block2 {
    width: 300px;
  }
}

@media (min-width: 401px) {
  .investor-block2card {
    width: 450px;
  }
}

@media (max-width: 900px) {
  .matching-div-left {
    text-align: center;
    margin-bottom: 50px;
  }

  .matching-div-right {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .investor-block3 {
    width: 100% !important;
  }
}

.matchingIcon {
  height: 90px;
}

.accountBtn {
  width: 200px;
  margin-top: 20px;
}

@media (max-width: 500px) {
  .event-tab-div-icon {
  / / width: 20 %;
  }

  .matchingIcon {
    display: none;
  }

  .accountBtn {
    margin-top: 10px;
  }

  .AccountBtnForm br {
    display: none;
  }
}

@media (max-width: 800px) {
  .mobile-header {
    text-align: center;
    margin-top: 0px;
  }
}

@media (max-width: 800px) {
  .eventHeaderBtnMobile1 {
    display: none;
  }

  .eventHeaderBtnMobile2 {
    display: block;
  }

}

@media (max-width: 598px) {

  .matcherText {
    display: none;
  }

  .matcherText2 {
    display: block;
  }
}

@media (min-width: 598px) {

  .matcherText2 {
    display: none;
  }

  .matcherText {
    display: block;
  }
}

@media (min-width: 800px) {
  .eventHeaderBtnMobile1 {
    display: block;
  }

  .eventHeaderBtnMobile2 {
    display: none;
  }

}

.eventHeaderTitle {
  color: black;
  font-family: ProximaNova;
  font-size: 25pt;
}

.eventHeaderCity {
  color: black;
  font-family: HeaderFont;
  font-size: 50pt;
}

.attending_number {
  color: #007f7d;
  font-size: 20px;
  font-weight: 600;
}

.EventHeaderLogo {
  width: 330px;
}

.eventHeaderTitleContainer {
  margin-top: 40px;
  margin-bottom: 50px;
}

.eventHeaderBtns {
  margin-bottom: 30px;
}

.eventSignUp {
  font-family: ProximaNova;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 17px 20px 15px 23px;
  font-size: 15px;
}

.rowSign2 {
  margin-right: 10px;
  margin-top: 12px;
}

.align_right_m_center {
  text-align: right;
}

.align_left_m_center {
  text-align: left;
}

.upvoteViewBadgeM {
  display: none !important;
}

.badgeWrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.teamBlock {
  height: 250px;
}

/*EVENT PAGE LOGO*/
@media (max-width: 600px) {

  .EventHeaderLogo {
    width: 160px;
  }

  .eventHeaderTitleContainer {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .eventHeaderTitle {
    font-size: 25px;
  }

  .eventHeaderBtns {
    margin-bottom: 0px;
  }

  .seeAllAttendees {
    margin-top: 35px;
  }

  .event-tab-icons-zone {
    margin-top: 0px;
  }

}

.attachmentLine {
  color: #000 !important;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 2px solid #efefef;
  text-decoration: none;
  display: block;
  word-wrap: break-word;
}

.attachmentLine .fa {
  color: rgb(110, 135, 208)
}

.attachmentLine:last-child {
  border: 0px;
}

.align_right_mobile_center {
  text-align: right;
}

@media (max-width: 500px) {
  .align_right_mobile_center {
    text-align: center;
  }

  .align_left_m_right {
    text-align: left;
  }

}

.job-feed-card-container {
  min-height: 130px;
}

.job-feed-card-publish-date-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 20px 20px 20px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }

  .job-feed-card-publish-date-container {
    min-height: 50px;
  }
}

@media (max-width: 768px) {
  .job-feed-card-publish-date-container {
    justify-content: center;
    padding-bottom: 15px;
  }
}

.jobApplyBtn {
  font-family: ProximaNova;
  /*background: #613cff;*/
  /*background: -webkit-linear-gradient(45deg, #613cff, #1cc4ff);*/
  /*background: red;*/
  background: #295af6;
  /*background: -webkit-linear-gradient(45deg, #295af6, #1cc4ff);*/
  -webkit-text-fill-color: white;
  border: 0px;
  border-radius: 5px;
  padding: 11px;
  color: white;
  font-size: 10pt;
  line-height: 1.42857143;
  width: 190px;

  display: inline-block;
  text-align: center;

  margin-top: 15px;
}

.jApplyStatus{
  color:rgb(77,134,46);
  font-weight: 600;
  font-family: 'ProximaNova';
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 16px;
}
.jApplyStatus>i{
  font-size: 20px;
  margin-right: 10px;
}
.jRejectStatus{
  font-weight: 600;
  font-family: 'ProximaNova';
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.jRejectStatus>i{
  font-size: 20px;
  margin-right: 10px;
}
.rejectColor{
  color:#d24646;
}

.chatBtn {
  font-family: ProximaNova;
  /*background: #613cff;*/
  /*background: -webkit-linear-gradient(45deg, #613cff, #1cc4ff);*/
  background: #295af6;
  -webkit-text-fill-color: white;
  border: 0px;
  border-radius: 5px;
  padding: 11px;
  color: white;
  font-size: 10pt;
  line-height: 1.42857143;
  width: 190px;

  display: inline-block;
  text-align: center;
}

.CTABtn {
  font-family: ProximaNova;
  background: #295af6;
  /*background: #613cff;*/
  /*background: -webkit-linear-gradient(45deg, #613cff, #1cc4ff);*/
  -webkit-text-fill-color: white;
  border: 0px;
  border-radius: 5px;
  padding: 11px;
  color: white;
  font-size: 14px;
  line-height: 1.42857143;
  /*width: 190px;*/

  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.colorNewBlue {
  background: #295af6 !important;
}

.matchingBtnF {
  font-family: ProximaNova;
  /*background: #27a85e;*/
  /*background: -webkit-linear-gradient(45deg, #613cff, #1cc4ff);*/
  background: #295af6;
  -webkit-text-fill-color: white;
  border: 0px;
  border-radius: 5px;
  padding: 11px;
  color: white;
  font-size: 10pt;
  line-height: 1.42857143;
  width: 190px;

  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.matchingBtnO {
  font-family: ProximaNova;
  background: #e66a0b;
  /*background: -webkit-linear-gradient(0deg, #e66a0b, #f98c39);*/

  -webkit-text-fill-color: white;
  border: 0px;
  border-radius: 5px;
  padding: 11px;
  color: white;
  font-size: 10pt;
  line-height: 1.42857143;
  width: 190px;

  display: inline-block;
  text-align: center;
}

.w-160 {
  width: 160px !important;
  margin-top: -7px
}

.chatBtnD, .matchingBtnD {
  display: block;
}

.chatBtnM, .matchingBtnM {
  display: none;
}

.matchingBtnD {
  margin-top: 10px;
}

#apply-mgs-input {
  padding-left: 10px;
}

/*Mobile profiles*/

.jobDescriptionM {
  display: none;
}

.jd_l {
  text-align: right;
  padding-right: 0px;
}

.jd_r {
  text-align: left;
}

.profileImgM {
  width: 190px;
  height: 190px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
}

.jobTitle {
  display: block !important;
  margin-top: 15px;
}

.jobBtn {
  margin-bottom: 15px;
}

.sc-location {
  padding: 20px;
}

.startup-img-wrapper {
  /*display: none;*/
}

.startup-background-img {
  display: none;
}

.pc-l {
  padding: 20px;
}

.pc-d {
  margin-bottom: 13px;
  margin-top: 15px;
}

/*FEEDS */

.feedTitle h2 {
  font-weight: 300;
}

.feedTitleWrapper {
  margin-left: 100px;
  margin-right: 100px;
}

.feedTitle {
  padding: 0px;
  text-align: left;
}

.feedTitle2 {
  padding: 0px;
  text-align: right;
}

.addCTABlock {
  margin-top: 20px;
}

@media (max-width: 800px) {
  .addCTABlock {
    display: none;
  }
}

.addLabel {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 200;
}

.filterRow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 20px 0;
  border-top-width: 5px;
  border-radius: 3px;
  background-color: white;

  margin-left: 100px;
  margin-right: 100px;
}

.filterTags {
  margin-left: 100px;
  margin-right: 100px;
}

.feedCard {
  margin-left: 100px;
  margin-right: 100px;

  font-family: ProximaNova;
  font-weight: normal;
  font-style: normal;
  font-size: 13pt;

  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
  border-radius: 3px;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feedCard--highlighted {
  background-color: #FFFBE9;
  border-color: #EAAE13;
}

.feedCardImg {
  margin: 0px;
  padding: 0px;
}

.feedCardM {
  padding-left: 30px;
  /*padding-top: 10px;*/
}

@media screen and (max-width: 768px) {
  .feedCardM {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .feedCardM {
    padding-left: 40px;
  }
}

@media screen and (max-width: 660px) {
  .feedCardM {
    padding-left: 20px;
    padding-top: 0;
  }
}

.feedCardContent {
  margin-top: 15px;
  margin-bottom: 13px;
}

.feedCardContentSquare {
  margin-top: 15px;
  margin-bottom: 13px;
  padding-left: 20px;
}

@media screen and (max-width: 1200px) {
  .feedCardContentSquare {
    padding-left: 50px;
  }

  .positionTags {
    padding-left: 50px;
  }
}

@media screen and (max-width: 992px) {
  .feedCardContentSquare {
    padding-left: 35px;
  }

  .positionTypeTime {
    text-align: left;
    padding-left: 35px !important;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }

  .positionTags {
    padding-left: 35px;
  }
}

@media screen and (max-width: 768px) {
  .feedCardContentSquare {
    padding-left: 0;
  }

  .positionTypeTime {
    text-align: center;
    padding-left: 0 !important;
  }

  .positionTags {
    padding-left: 0;
  }
}

.feedSquareImg {
  border-radius: 3px;
  margin: 20px;
  width: 140px;
  height: 140px;
  border: 1px solid rgb(225, 227, 230);
}

.feedProfileImg {
  height: 140px;
  width: 140px;
  margin: 20px;
  border-radius: 50%;
}

.matchingRowD {
  text-align: right;
  display: block;
}

.matchingRowM {
  display: none;
}

@media screen and (max-width: 700px) {

  /*FEEDS*/
  .feedTitle {
    text-align: center;
  }

  .feedTitle2 {
    text-align: center;
  }

  .feedTitle h2 {
    font-size: 24px;
    font-weight: 300;
  }

  .addLabel {
    margin-bottom: 10px;
  }

  .feedProfileImg {
    width: 80px !important;
    height: 80px !important;
  }

  .feedSquareImg {
    width: 80px !important;
    height: 80px !important;

    width: 75px !important;
    height: 75px !important;
    position: inherit;
    margin-top: 85px;

    border-radius: 5px;
    border: 1px solid rgb(225, 227, 230);
  }

  .filterTags {
    margin-left: 10px;
    margin-right: 10px;
  }

  .feedTags {
    min-height: 50px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    max-height: fit-content;
    text-align: left;
    margin-bottom: 0px;
  }

  .feedTagsC {
    min-height: 50px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    max-height: fit-content;
    text-align: center;
    margin-bottom: 0px;
  }

  .matchingRowD {
    display: none;
  }

  .matchingRowM {
    text-align: center;
    display: inline-block;
  }

  /*BTNS */
  .chatBtnD, .matchingBtnD {
    display: none;
  }

  .chatBtnM {
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    width: 100px;
    margin-top: 5px !important;

  }

  .jobApplyBtn {
    display: inline-block;
    font-size: 11px;
    padding: 5px;
    width: 150px;
    margin-top: 5px !important;
  }

  .matchingBtnM {
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    width: 150px;
    margin-top: 5px !important;

  }

  .matchingBtnSF {
    display: inline-block;
    font-size: 11px;
    padding: 5px;
    width: 150px;
    margin-top: 5px !important;
    margin-bottom: 10px;

  }

  .jobLocation {
    display: none !important;
  }

  /* Profiles elements */
  .upvoteViewBadgeM {
    display: inline-block !important;
    margin: 10px;
  }

  .upvoteViewBadgeD {
    display: none !important;
  }

  .upvoteViewBadge > .badgeLabel {
    font-size: 10px !important;
  }

  .imgMobileM {
    margin-top: -350px !important;
  }

  .btnMobileM {
    margin-top: -30px !important;
  }

  .profileDetailsMobileM {
    margin-top: -30px;
  }

  .align_right_m_center {
    text-align: center;
  }

  .align_left_m_center {
    text-align: center;
  }

  .rowSign2 {
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .g_title_of_section {
    margin-top: 20px;
  }

  .jobDescriptionM {
    display: block;
    margin-top: 5px;
  }

  .headerBg-div {
    min-height: 250px !important;
  }

  .profileImgM {
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
    width: 100px !important;
    height: 100px;
    margin: 0 auto 10px;
  }

  .profileImgJ {
    top: -108px;
  }

  .jobImgWrapper > .jobImgLink {
    margin-top: -55px !important;
  }

  .startup-header-name {
    margin-top: 25px !important;
    font-size: 20px !important;
  }

  .jobTitle {
    margin-top: 5px !important;
  }

  .startup-header-description {
    font-size: 16px !important;
  }

  .personTitle {
    font-size: 16px !important;
    margin-bottom: 5px !important;
  }

  .tag {
    font-size: 10px !important;
  }

  .btnMobileM {
    display: none;
  }

  .badgeWrapper {
    top: -30px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .jobProfileH {
    top: -20px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }

  .jph_r {
    margin-left: 80px !important;
  }

  .jph_l {
    margin-right: 80px !important;;
  }

  .uvb_l {
    margin-right: 80px;
  }

  .uvb_r {
    margin-left: 80px;
  }

  .upvoteViewBadgeM {
    font-size: 10px !important;
  }

  .hideM {
    display: none !important;
  }

  .startup-location, .profileDetailsM a {
    font-size: 12px !important;
  }

  .profileDetailsM .fa {
    font-size: 12px !important;
  }

  .profileTags {
    padding-top: 10px !important;
    padding-bottom: 10px;
  }

  .pc-d {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left: 0px;

  }

  .pc-n {
    /*margin-top: 0px !important;*/
    font-size: 15px;
  }

  .pc-p {
    margin-top: 0px !important;
    font-size: 12px;
    min-height: unset;
  }

  .pc-l {
    text-align: left !important;
    padding: 0px;
    margin-top: 3px;
  }

  .sc-fb {
    display: none;
  }

  .sc-location {
    padding: 0px !important;
  }

  .sc-p {
    margin-top: 10px;
  }

  .feedCard, .filterRow, .feedTitleWrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .filterRow {
    padding-left: 5px;
    padding-right: 5px;
  }

  .feedCardContent {
    margin-bottom: 0px;
  }

  .feedBadges {
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    display: none;
  }

  .investors-title-upvotes {
    font-size: 12px;
  }

  .investors-title-age {
    font-size: 12px;
  }

  .investors-title-view {
    font-size: 12px;
  }

  .startup-img-wrapper {
    display: block;
    position: relative;
    height: 160px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    margin-right: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .startup-background-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background-position: center;
    background-size: cover;
  }

}

.jobImgWrapper {
  width: 190px;
  display: inline-block;
}

@media screen and (max-width: 500px) {
    .changedStyle{
      padding: 11px;
      width: 100%;
    }

  .mobileApplyBtn {
    width: 99%;
    padding: 11px;
  }
}

.jobImgWrapper > .jobImgLink {
  display: inline;
  position: absolute;
  right: 38%;
  top: 0;
  font-size: 22px;
  margin-top: -15px;
  display: none;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 10px;
}

.jobImgWrapper:hover > .jobImgLink {
  display: inline;
}

.jobImgWrapper > .jobOverlay {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

@media (max-width: 767px) {

  .jobImgWrapper > .jobImgLink {
    right: 33%;
  }

  .feedCard {
    text-align: center;
  }
}

/*POPUP*/

.theme__title____sEzV {
  margin: 10px 0 0;
  font-size: 20px;
  text-align: left;
  /*font-family: "FedraSansStdMedium", Sans-serif;*/
  color: #333;
}

.request-meeting-dialog .theme__bar___2GHeb:after {
  display: none;
}

.request-meeting-dialog .theme__bar___2GHeb:before {
  display: none;
}

.request-meeting-dialog span.theme__counter___398RE {
  font-size: 14px;
}

@media (max-width: 330px) {
  .uvb_l {
    margin-right: 17%;
  }
}

@media screen and (max-width: 992px) {
  /*investors page meeting*/
  .pad015 {
    padding: 0px 15px 5px;
  }

  .smMatchR {
    text-align: left;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  /*investors page meeting*/
  .feedBadges {
    text-align: left;
  }

  .positionTag {
    text-align: left;
  }
}

@media screen and (max-width: 700px) {
  /*investors page meeting*/
  .pad015 {
    padding: 0px;
  }
}

@media screen and (max-width: 360px) {
  /*investors page meeting*/
  .feedProfileImg {
    width: 60px !important;
    height: 60px !important;
  }
}

.mt-95{
  margin-top: -95px;
}

.fw-bold{font-weight: bold;}
