/*--------------------------------------------------------------
This is your custom stylesheet.
Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.
Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

.bschool_profile-template .bb-grid {
  display: block;
}

.bschool_profile-template #page {
  overflow: visible;
}

.row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.align-items-center {
  align-items: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.d-block {
  display: block;
}

.align-items-center {
  align-items: center;
}

.btn-pink {
  background: #FF0084;
  color: #fff;
  padding: 13px 28px;
  border-radius: 8px;
  font-size: 15px;
  border: 2px solid #FF0084;
  text-align: center;
  transition: all .3s linear;
  margin-top: 30px;
}

#buddypress .members-list>li {
  min-width: 254px;
}

.btn-pink:hover {
  background: transparent;
  color: #FF0084;
  border: 2px solid #FF0084;
  text-align: center;
}

.btn-black {
  background: #000000;
  color: #fff;
  padding: 13px 28px;
  border-radius: 8px;
  font-size: 15px;
  border: 2px solid #000000;
  text-align: center;
  transition: all .3s linear;
  margin-top: 30px;
}

.btn-pink:hover {
  background: transparent;
  color: #000000;
  border: 2px solid #000000;
  text-align: center;
}

.only-mobile {
  display: none;
}

.bschool_profile-template .site-content {
  padding: 0;
}

.bschool_profile-template .site-content>.container {
  max-width: unset;
  padding: 0;
}

.masthead {
  position: relative;
  min-height: 350px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  padding: 20px 30px;
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.masthead-partner {
  position: relative;
  min-height: 350px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  padding: 20px 30px;
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.masthead-partner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 0 132 / 90%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50%, rgb(0 0 0) 120%);
  pointer-events: none;
  z-index: 0;
}

.masthead:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 0 132 / 90%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50%, rgb(255 0 132) 120%);
  pointer-events: none;
  z-index: 0;
}

.masthead-partner .container {
  width: 100%;
  z-index: 2;
  position: relative;
}

.masthead .container {
  width: 100%;
  z-index: 2;
  position: relative;
}

.masthead-partner h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

.masthead h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

.masthead-partner ul {
  margin: 0;
  list-style: none;
}

.masthead ul {
  margin: 0;
  list-style: none;
}

.masthead ul li {
  display: inline-block;
  color: #fff;
  margin-right: 30px;
}

.masthead .program {
  color: #fff;
  background-color: rgb(255 255 255 / 15%);
  backdrop-filter: blur(5px);
  padding: 11px 30px;
  border-radius: 7px;
}

.masthead .program span {
  display: block
}

.school_logo {
  text-align: center;
  margin-bottom: 40px;
}

.school_logo img {
  max-width: 70%;
}

.tagline {
  font-size: 20px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 15px;
}

.school_video {
  margin: 30px 0;
  border-radius: 8px;
  overflow: hidden;
}

.bshool_content {
  flex-basis: 70%;
}

.bshool_content_sticky {
  position: sticky;
  top: 120px;
}

.bshool_sidebar {
  flex: 30%;
}

.sidebar_card {
  margin-bottom: 30px;
  border-radius: 8px;
}

.sidebar_card h3 {
  color: #202124;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

.school_dean {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.dean_picture {
  max-width: 100px;
}

.dean_picture img {
  width: 100%;
  border-radius: 8px;
}

.dean_name p {
  margin-bottom: 0;
  color: #202124;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}

.locations {
  padding-top: 35px;
}

.locations iframe {
  border-radius: 8px;
}

.locations h2 {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.sidebar_card h4 {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.ambassador_card {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}

.ambassador_card img {
  max-width: 75px;
}

.school_socials {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}

.school_socials .fab {
  font-size: 23px;
  margin: 10px;
}

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

.school_gallery h4 {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px
}

.school_gallery ul {
  list-style: none;
  margin: 0;
}

.school_gallery ul li {
  margin: 3px;
  display: inline-block;
  width: calc(100% / 3 - 10px);
}

.school_gallery ul li:nth-child(n+7) {
  display: none;
}

.school_gallery ul li img {
  border-radius: 10px;
}

.related_events_wrapper {
  margin-bottom: 0;
}

.related_events_wrapper h4 {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.related_events_wrapper>p {
  margin-bottom: 10px;
}

.related_events {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related_events li a {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.related_events li .tribe-events-event-image {
  max-width: 105px;
  min-width: 105px;
}

.related_events li .tribe-events-event-image img {
  height: 65px;
  object-fit: cover;
}

.more_events i {
  font-size: 13px;
}

.event_details {
  font-size: 14px;
}

.event_details p {
  line-height: 1.3;
  display: block;
  font-size: 14px;
  margin-bottom: 5px
}

.event_details span {
  margin: 0;
  color: #000;
}

.bshool_ratings_wrapper {
  background: #F4F7FB;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  margin: 50px 0;
}

.bshool_ratings_wrapper h2 {
  color: #202124;
  font-weight: 500;
}

.bshool_ratings_wrapper .coming_soon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: max-content;
  padding: 20px 45px;
  border: 2px solid #ECECEC;
  border-radius: 10px;
  box-shadow: 1px 13px 9px -1px rgba(0, 0, 0, 0.18);
}

.bshool_ratings_wrapper .coming_soon span {
  font-size: 32px;
  font-weight: 500;
  color: #202124;
  line-height: 1;
}

.bshool_ratings_wrapper p {
  margin-top: 39px;
  margin-bottom: -15px;
  color: #202124;
}

.bshool_rankings_wrapper {
  padding-top: 0;
  padding-bottom: 60px;
}

.bshool_rankings_wrapper h2 {
  color: #202124;
  margin-bottom: 15px;
  font-weight: 500;
}

.ranking_cards_row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}

.bshool_rankings_wrapper .ranking_card {
  border: 1px solid #ECEDF2;
  border-radius: 7px;
  padding: 10px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 90px;
  margin-bottom: 15px;
  box-shadow: 0px 1px 15px 3px rgba(0, 0, 0, 0.06);
  transition: all .3s;
  flex-basis: calc(50% - 15px);
}

.bshool_rankings_wrapper .ranking_card:hover {
  box-shadow: 0px 1px 15px 3px rgba(0, 0, 0, 0.12);
}

.bshool_rankings_wrapper .col-6 {
  width: 50%
}

.bshool_rankings_wrapper .ranking_card p {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  width: 180px;
  line-height: 18px;
  color: #202124;
}

.bshool_rankings_wrapper .ranking_card .rank {
  color: #FF0084;
  font-weight: 500;
  font-size: 30px;
  opacity: 0;
  transition: all .3s
}

.bshool_rankings_wrapper .ranking_card:hover .rank {
  opacity: 1
}

.program_profile_wrapper {
  padding-top: 90px;
  padding-bottom: 120px;
  background: rgb(1, 32, 93);
  background: linear-gradient(94deg, rgba(1, 32, 93, 1) 48%, rgba(13, 53, 132, 1) 83%);
}

.program_profile_wrapper .profile_boxes {
  display: flex;
  flex-wrap: wrap;
}

.program_profile_wrapper .profiles {
  background-color: #1e3e7c;
  border-radius: 7px;
  padding: 25px 0;
  min-height: 140px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 15px;
  width: 230px;
  justify-content: center;
}

.program_profile_wrapper .profile_boxes h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff
}

.program_profile_wrapper .profile_boxes p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff
}

.program_profile_wrapper h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
}

.percent_wrapper {
  margin-top: -55px;
  margin-bottom: 75px;
}

.percent_wrapper .percent_card {
  border: 1px solid #ECEDF2;
  border-radius: 7px;
  padding: 25px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  box-shadow: 0px 1px 15px 3px rgb(0 0 0 / 6%);
  transition: all .3s;
  background: #fff;
  cursor: pointer;
}

.percent_wrapper .percent_card h2 {
  margin: 0;
  font-size: 30px;
  color: #FF0084;
  font-weight: 500;
  margin-bottom: 9px;
}

.percent_wrapper p {
  margin: 0;
  font-size: 15px;
  color: #202124;
  font-weight: 700;
  max-width: 150px;
  display: block;
  line-height: 1.2;
}

.percent_wrapper .percent_copy {
  text-align: right;
}

.percent_wrapper .row {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  position: relative
}

.percent_wrapper .percent_hover_box {
  border: 1px solid #ECEDF2;
  border-radius: 7px;
  padding: 35px 35px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 790px;
  width: max-content;
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 40%);
  transition: all .3s;
  background: #fff;
  position: absolute;
  top: 121%;
  text-align: center;
  box-sizing: border-box;
  z-index: 25;
  gap: 0 50px;
  opacity: 0;
  pointer-events: none;
  transition: all 200ms linear;
  transition-delay: 1000ms;
}

.hover_box_toggle:hover+.percent_hover_box,
.percent_hover_box:hover {
  opacity: 1;
  pointer-events: all;
  transition-delay: unset;
}

.percent_wrapper .percent_hover_box h2 {
  margin-bottom: 15px;
  font-size: 48px;
  color: #FF0084;
  font-weight: 700;
}

.percent_wrapper .percent_hover_box:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 100px;
  width: 25px;
  height: 25px;
  border-left: solid 1px #eee;
  border-top: solid 1px #eee;
  transform: rotate(45deg);
  background-color: #fff;
  z-index: 1;
}

.employment_report_wrapper {
  background: url('https://media.mbachic.com/wp-content/uploads/2022/04/12122725/Top-3-Industries-Recruiting-at-The-Wharton-School.png');
  background-size: cover;
  border-radius: 15px;
  padding: 60px 40px;
  margin-bottom: 70px;
}

.employment_report_wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.employment_report_wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
  max-width: 570px;
}

.employment_report_wrapper h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}

.employment_report_wrapper p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}

.employment_report_wrapper .post-mba {
  background: #000000;
  color: #fff;
  padding: 16px 28px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: max-content;
  margin: auto;
  display: flex;
  align-items: center;

}

.employment_report_wrapper .post-mba img {
  margin: 5px;
}

.emplyment_chart_flex {

  display: flex;
  gap: 40px;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.emplyment_chart_flex p {
  text-align: center;
}

@property --p {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}

.pie {
  --p: 0;
  --b: 15px;
  --c: darkred;
  --w: 150px;

  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  margin: 5px;
  place-content: center;
  font-size: 23px;
  font-weight: bold;

  color: #fff;
  margin-top: 10px;
}

.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.pie:before {
  inset: 0;
  background: radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p) * 1%), #f74ca4 0);
  -webkit-mask: radial-gradient(farthest-side,
      #0000 calc(99% - var(--b)),
      #fff calc(100% - var(--b)));
  mask: radial-gradient(farthest-side,
      #0000 calc(99% - var(--b)),
      #fff calc(100% - var(--b)));
}

.pie:after {
  inset: calc(50% - var(--b) / 2);
  background: var(--c);
  transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}

.animate {
  animation: p 1s 0.5s both;
}

.no-round:before {
  background-size: 0 0, auto;
}

.no-round:after {
  content: none;
}

@keyframes p {
  from {
    --p: 0;
  }
}

body {
  background: #f6f7f8;
  background-color: #f6f7f8;
}


.reveiw_wrapper {
  background: #F4F7FB;
  margin: 100px 0;
  position: relative;
}

.reveiw_wrapper h2 {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 45px;
  font-weight: 700;
  color: #000;
  position: relative;
}

.reveiw_wrapper h2:before {
  content: url(https://mbachic.com/wp-content/uploads/2022/04/cu.svg);
  position: absolute;
  left: 157px;
  top: -32px;
}

.reveiw_wrapper .coming_soon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: max-content;
  padding: 25px 50px;
  border: 2px solid #ECECEC;
  border-radius: 10px;
  box-shadow: 1px 13px 9px -1px rgba(0, 0, 0, 0.18);
}

.reveiw_wrapper .coming_soon span {
  font-size: 32px;
  font-weight: 500;
  color: #202124;
  line-height: 1;
}

/* Jen Edits Here */
.program_wrapper {
  position: relative;
  margin: 50px auto;
  /*  padding-bottom: 60px;
  margin: 170px auto 60px auto */
}

.program_wrapper .program-copy {
  border: 1px solid #ECEDF2;
  border-radius: 7px;
  padding: 47px;
  top: 50%;
  right: 0;
  max-width: 610px;
  width: 90%;
  box-shadow: 0px 1px 15px 3px rgb(0 0 0 / 7%);
  background: rgb(255, 255, 255);
  background: linear-gradient(306deg, rgba(255, 255, 255, 1) 52%, rgba(237, 234, 237, 1) 83%);
  position: absolute;
  box-sizing: border-box;
  transform: translateY(-50%);
}

.program_wrapper .program-copy.reading_more {
  max-height: 500px;
  overflow: auto;
}

.program_wrapper .program-copy p {
  margin-bottom: 20px;
}

.program_wrapper img {
  max-width: 800px;
  width: 100%;
  border-radius: 15px;
}

.program_wrapper h2 {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}

.read_div {
  display: none;
}

.program-copy::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.program-copy::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.program-copy::-webkit-scrollbar-thumb {
  background-color: #ff0084;
  border-radius: 10px;
}

.additional_program_wrapper {
  background: #F4F7FB;
  padding-top: 100px;
  position: relative;
  margin: 100px auto;
}

.additional_program_wrapper h2 {
  font-size: 38px;
  margin-top: 0;
  text-align: left;
  font-weight: 700;
  color: #000;
  margin-top: -65px;
}

.additional_program_wrapper .tabs-col {
  width: 100%;
  background: rgb(13, 53, 132);
  background: linear-gradient(306deg, rgba(13, 53, 132, 1) 52%, rgba(1, 32, 93, 1) 83%);
  padding: 15px 25px;
  border-radius: 10px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  z-index: 2;
  position: relative;
}

.tabs-details {
  width: 100%;
  padding: 25px;
  min-height: 300px;
  background-color: #fff;
  margin-top: -15px;
  z-index: 1;
  padding-top: 40px;
  border-radius: 10px;
}

.program_tab {
  display: none;
}

.program_tab:first-of-type {
  display: block;
}

.additional_program_wrapper .tabs-col a {
  width: 100%;
  background-color: #254686;
  color: #fff;
  font-weight: 700;
  width: 100%;
  padding: 13px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  margin: 18px auto;
  transition: all .3s;
  line-height: 1.2;
  margin: 5px;
  text-align: center;
}

.additional_program_wrapper .tabs-col a:hover {
  color: #000;
  background-color: #fff;
}

.additional_program_wrapper .tabs-col a.active {
  color: #000;
  background-color: #fff;
}

.additional_program_wrapper ul {
  margin-bottom: 0;
}

.additional_program_wrapper li {
  padding: 5px 0;
  list-style-image: url(https://media.mbachic.com/wp-content/uploads/2022/04/07135629/bullet.png);
  font-size: 14px;
}

.additional_program_wrapper p {
  font-size: 14px;
}

.mbachic_wrapper {
  padding-bottom: 50px;
}

.mbachic_wrapper h2 {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  color: #000;
}

.bschool_posts_wrapper {
  margin-top: 30px;
}

.bschool_posts_wrapper .post_card {
  padding: 0 10px;
}

.mbachic_wrapper .col-box {

  border: 1px solid #E7E8EA;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  background-color: #fff;
}

.mbachic_wrapper .col-box img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-bottom: solid 1px #eee;
}

.mbachic_wrapper .col-box h3 {
  color: #143776;
  padding: 20px 18px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  font-weight: 600;
  min-height: 7em;
}

.post_card.course h3 {
  min-height: 5em;
}

.mbachic_wrapper .col-box h3 span {

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mbachic_wrapper .col-box .logo {
  width: auto;
  margin-right: 10px;
  height: auto;
}

.mbachic_wrapper .col-box .date-box {
  display: flex;
  padding: 0 18px;
  align-items: center;
  margin: 25px auto;
}

.mbachic_wrapper .col-box .date-box p {
  margin: 0;
  color: #143776;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
}

.mbachic_wrapper .col-box .date-box img {
  width: 50px;
  height: auto;
  margin-right: 15px;
  border: solid 1px #ccc;
}

.mbachic_wrapper .col-box .date-box p.small {
  margin: 0;
  color: #aaa;
  font-size: 12px;
}

.wharton_women_wrapper {
  background: #F4F7FB;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 15px;
  display: flex;
  flex-flow: wrap;
}

.wharton_women_wrapper h3 {
  font-size: 18px;
  margin: 15px 0 15px 0;
  color: #000;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.wharton_women_wrapper p {
  font-size: 14px;
  margin: 0;
}

.wharton_women_wrapper .logo-box {
  display: flex;
  align-items: start;
  padding-right: 25px;
  width: 45%;
}

.wharton_women_wrapper .logo-box img {
  margin-right: 10px;
}

.wharton_women_wrapper .sidebar_card {
  border-left: 1px solid #ccc;
  padding: 0px 20px;
  border-radius: 0;
  width: 55%;
}

.wharton_women_wrapper .ambassadors {
  display: flex;
  flex-flow: inherit;
  justify-content: space-between;
  gap: 10px;
}

.wharton_women_wrapper .ambassador_card {
  display: block;
  text-align: left;
  align-items: center;
  margin: 5px;
}

.wharton_women_wrapper .sidebar_card h4 {
  font-weight: 700;
}

.text-box {
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 15px 3px rgb(0 0 0 / 6%);
  margin: 20px auto;
}

.review_program {
  color: #202124;
  font-size: 18px;
  margin-bottom: 50px;
}

.review_program a {
  color: #000;
  font-weight: 700;
  border-bottom: solid 1px #000;
}

body .mfp-bg {
  background: rgb(0 0 0 / 90%);
}

.chart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-flow: wrap;
}

.slick-arrow {
  padding: 0;
  color: #000;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  left: -15px;
  background-color: rgb(255 0 133 / 80%);
}

.slick-next.slick-arrow {
  right: -15px;
  left: auto;
}

.footer_login {
  max-width: 40%;
  margin: 50px auto;
}

.wpautoterms-footer {
  z-index: unset;
}

.partner_wrapper {
  padding: 30px !important;
  background-color: #fff;
  margin: 25px 0;
  border-radius: 5px;
}

.partner_wrapper .col-8 {
  width: 65%;
}

.partner_wrapper .col-4 {
  width: 35%;
}

.partner_wrapper h1,
.partner_wrapper h2,
.partner_wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}

.partner_wrapper h3 {
  font-size: 20px;
}

.partner_wrapper p {
  color: #606f7e;
  line-height: 1.6;
}

.partner_socials {
  display: flex;
  flex-flow: wrap;
  background-color: #f4f7fc;
  padding: 18px 25px;
  border-radius: 10px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.partner_socials h3 {
  margin: 0;
  line-height: 1.3;
}

.partner_socials ul {
  list-style: none;
  margin-bottom: 0;
}

.partner_socials ul li {
  display: inline-block;
  margin: 0 10px;
}

.partner_socials ul li a {
  color: #696969;
  font-size: 17px;
}

.partner_video {
  margin-bottom: 40px;
}

.partner_video .fluid-width-video-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.partner_logo {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.partner_logo .logo {
  width: 125px;
}

.partner_jobs p {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
  color: #000;
}

.open_jobs {
  background-color: #ff0184;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 2px 20px;
  font-size: 13px;
  margin-top: 15px;
}

.partner_info table {
  border: none;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 500;
}

.partner_info table tr td:first-child {
  font-weight: bold;
  padding: 15px 0;
  width: 125px;
}

.partner_info table tr td:last-child {
  text-align: right;
  color: #696969;
}

.show_phone {
  background-color: #ff0184;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 3px;
  line-height: 1;
  cursor: pointer;
}

.job_card {
  display: flex;
  flex-flow: wrap;
  border: solid 1px #e6e6e6;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  gap: 20px;
}

.job_card_logo {
  width: 100px;
}

.job_card_logo img {
  width: 100%;
}

.job_card_content {
  width: calc(100% - 120px);
}

.job_card_content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.job_card_content p {
  font-size: 14px;
  margin-bottom: 0;
}

.job_card_content .featured {
  color: #3ca550;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

.job_specs {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

.job_specs li {
  color: #6a6a6a;
}

.job_type {
  margin-top: 20px;
}

.job_type span {
  display: inline-block;
  padding: 9px 20px;
  margin-right: 15px;
  line-height: 1;
  border-radius: 18px;
  font-weight: 500;
}

.job_type .internship {
  background-color: #e6ddfb;
  color: #6033cc
}

.job_type .freelance {
  background-color: #dcf2fd;
  color: #39c
}

.job_type .full-time {
  background-color: #e4f6dd;
  color: #48bf1e
}

.job_type .part-time {
  background-color: #fff6ef;
  color: #f08d3c
}

.job_type .temporary,
.job_type .contract {
  background-color: #ffe2e0;
  color: #d93674
}

body #buddypress #item-header-cover-image #item-header-avatar img.avatar,
.user-link img.avatar,
#buddypress ul.item-list li img.avatar {
  aspect-ratio: 1;
  object-fit: cover;
}



@media (max-width:1280px) {
  .wharton_women_wrapper .ambassador_card {
    margin: 15px 10px
  }

  .partner_wrapper .col-8 {
    width: 60%;
  }

  .partner_wrapper .col-4 {
    width: 40%;
  }
}

@media (max-width:1114px) {
  .program_profile_wrapper .row {
    display: block;
    text-align: center;
  }

  .program_profile_wrapper .profile_boxes {
    justify-content: center;
  }
}

@media (max-width:1028px) {}

@media (max-width:992px) {

  .wharton_women_wrapper .logo-box {
    width: 100%;
    padding-bottom: 43px;
  }

  .wharton_women_wrapper .sidebar_card {
    border-left: 0 solid #ccc;
    width: auto;
  }

  .percent_wrapper p {
    line-height: 17px;
  }

  .percent_card img {
    width: 30px;
  }

  .program_wrapper .program-copy {
    bottom: 60px;
    padding: 36px;
    position: relative;
    margin: auto;
    max-width: none;
  }

  .program_wrapper img {
    max-width: none;
  }

  .additional_program_wrapper .tabs-col a {
    padding: 18px 18px;
  }

  .partner_wrapper .row {
    flex-direction: column;
  }

  .partner_wrapper .col-8 {
    width: 100%;
  }

  .partner_wrapper .col-4 {
    width: 100%;
  }
}

@media (max-width:767px) {
  .bschool_profile-template #page {
    overflow: hidden;
  }

  .no-mobile {
    display: none;
  }

  .only-mobile {
    display: block;
    margin-bottom: 25px;
  }

  .read_div {
    display: block;
  }

  .read-link {
    display: none;
  }

  .program_wrapper .program-copy.reading_more {
    max-height: unset;
    overflow: visible;
  }

  .masthead:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50%, rgb(255 0 132) 120%);
  }

  .masthead .row {
    flex-wrap: wrap;
  }

  .masthead .col-6 {
    width: 100%;
  }

  .percent_wrapper .percent_hover_box {
    position: relative;
    top: 0;
    margin: 26px auto;
    opacity: 1;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 50px 15px;
  }

  .percent_card img {
    width: auto;
  }

  .percent_wrapper .percent_card {
    width: 100%;
    box-sizing: border-box;
    margin: 10px auto;
  }

  .percent_wrapper .row,
  .additional_program_wrapper .row,
  .bshool_rankings_wrapper .row,
  .bshool_conten_wrapper .row {
    display: block;
  }

  .bshool_rankings_wrapper .col-6 {
    width: 100%;
  }

  .additional_program_wrapper .tabs-col {
    max-width: none;
    width: 100%;
  }

  .additional_program_wrapper .tabs-details {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffff;
  }

  .additional_program_wrapper .tabs-col a {
    padding: 12px 18px;
  }

  .additional_program_wrapper {
    margin: -50px auto 100px auto;
  }

  .mbachic_wrapper .col-box {
    width: 100%;
  }

  .bshool_ratings_wrapper .coming_soon,
  .reveiw_wrapper .coming_soon {
    padding: 10px 30px;
  }

  .bshool_rankings_wrapper .ranking_card {
    flex-basis: 100%;
  }

  .bshool_rankings_wrapper .ranking_card .rank {
    opacity: 1;
  }

  .employment_report_wrapper {
    padding: 40px 20px;
    margin: 10px;
    background-position: center;
  }

  .employment_report_wrapper .post-mba {
    font-size: 18px;
  }

  .employment_chart {
    height: 350px;
    width: 350px;
  }

  /* 	Codeable additions */
  .program_wrapper .program-copy {
    top: 0;
    bottom: 0;
    margin-top: 1.6em;
    transform: none;
  }

  /* 	Codeable additions - end of */

  .partner_socials {
    justify-content: center;
    gap: 10px;
  }
}

@media (max-width: 602px) {
  .wharton_women_wrapper .sidebar_card {
    margin: auto;
  }

  .wharton_women_wrapper .ambassadors {
    display: block;
  }
}

@media (max-width:600px) {
  .program_wrapper h2 {
    font-size: 28px;
  }

  .additional_program_wrapper h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .additional_program_wrapper .tabs-col {
    display: block;
  }

  .employment_report_wrapper .post-mba {
    width: auto;
    text-align: left;
    line-height: 20px;
  }

  .employment_chart {
    height: 300px;
    width: 300px;
  }

  .employment_report_wrapper h2 {
    font-size: 35px;
    text-align: center;
  }

  .employment_report_wrapper p {
    text-align: center
  }

  .additional_program_wrapper {
    padding-bottom: 0;
    padding-top: 0;
  }

  /* Jen mobile edits */
  .program_wrapper {
    padding-bottom: 75px;
    margin: 0px auto 0px auto;
    height: auto;
  }

  .wharton_women_wrapper p {
    font-size: 13px;
  }

  .wharton_women_wrapper .logo-box {
    display: block;
    text-align: center
  }

  .review_program {
    padding: 0 15px;
  }

  .reveiw_wrapper .coming_soon {
    top: 67%;
  }

  .reveiw_wrapper .coming_soon span {
    font-size: 22px;
  }

  .bshool_ratings_wrapper .coming_soon span {
    font-size: 22px;
  }

  .job_card {
    flex-direction: column;
  }

  .job_card_logo {
    width: 150px;
  }

  .job_card_content {
    width: 100%;
  }
}

/* Sign Up Form */

.gform_required_legend {
  display: none;
}

#signup_form {
  position: static;
}

#signup_form .gf_page_steps {
  position: absolute;
  top: 30px;
  right: 50px;
  border: none;
  margin: 0;
}

#signup_form .gf_step {
  margin: 0;
  margin-left: 20px;
}

#signup_form .gf_step_label {
  display: none;
}

#signup_form .gf_step_number {
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  border: none;
  background-color: #eaeef0;
}

#signup_form .gf_step_active .gf_step_number {
  background-color: #ff0184;
}

#signup_form .gf_step_completed .gf_step_number::before,
#signup_form .gf_step_completed .gf_step_number::after {
  display: none;
}

#signup_form .step_content {
  margin-bottom: 45px;
}

#signup_form .step_content h1,
#signup_form .step_content h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #0B0B2D;
  margin-bottom: 20px;
}

#signup_form .step_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #9D9EAF;
  margin-bottom: 10px;
}

#signup_form .step_content p i {
  color: #ff0184;
}

#signup_form .gfield_label,
#signup_form label {
  font-weight: 500;
  font-size: 15px !important;
  line-height: 18px;
  color: #68697F;
  margin-bottom: 8px;
}

#signup_form .gfield_required {
  color: #ff0184;
  font-weight: 500;
  font-size: 15px;
}

#signup_form .ginput_container {
  margin-bottom: 15px;
  position: relative;
}

#signup_form .gfield input,
#signup_form .gfield select,
#signup_form .chosen-container-single .chosen-single {
  background: none;
  box-shadow: none;
  background-color: #f2f5f7;
  height: 50px;
  border-radius: 10px;
  padding: 0 15px;
  padding-bottom: 2px;
  border: solid 1px transparent;
  width: 100%;
  transition: all 200ms linear;
}

#signup_form .gfield textarea {
  background: none;
  box-shadow: none;
  background-color: #f2f5f7;
  border-radius: 10px;
  padding: 15px;
  padding-bottom: 2px;
  border: solid 1px transparent;
  width: 100%;
  transition: all 200ms linear;
}

#signup_form .chosen-container-single .chosen-single span{
  line-height: 47px;
}

#signup_form .chosen-search input{
  border-radius: 0;
  background-color: #fff;
  border: solid 1px #eaeef0;
  height: 30px;
  background-image: none !important;
}

#signup_form .chosen-container-multi .chosen-choices {
  background-color: #f5f7ff;
  border: 1px solid #375DFF;
  cursor: text;
  height: auto;
  padding: 10px;
  position: relative;
  width: 100%;
  background-image: none !important;
  border-radius: 10px;
}

#signup_form .chosen-container-multi .chosen-choices input{
  height: auto;
  box-shadow: none !important;
  border: none !important;
}

#signup_form .chosen-container-multi .chosen-choices li.search-choice {
  background-color: #375dff;
  background-image: none !important;
  box-shadow: none !important;
  color: #fff;
  line-height: 1;
  margin: 3px 5px 3px 0;
  max-width: 100%;
  padding: 10px 30px 10px 10px;
  position: relative;
  border: none;
  border-radius: 5px;
}

#signup_form .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 10px;
  top: 50%;
  width: 12px;
  transform: translateY(-50%);
  filter: brightness(100);
}

#signup_form .chosen-container .chosen-results li {
  padding: 12px;
  border-bottom: solid 1px #eee;
}

#signup_form .chosen-container-multi .chosen-drop .result-selected {
  color: #375dff;
}

#signup_form .chosen-container .chosen-results li.highlighted {
  background-color: transparent;
  background-image: none;
  color: #375dff;
}

#signup_form .chosen-container-multi .chosen-results li::before {
  content: '';
  display: inline-block;
  height: 17px;
  width: 17px;
  border-radius: 2px;
  border: solid 1.5px #000;
  margin-right: 10px;
  transform: translateY(4px);
}

#signup_form .chosen-container-multi .chosen-drop .result-selected::before{
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  background-color: #375dff;
  border: none;
  color: #fff;
  font-weight: 900;
  font-size: 11px;
  text-align: center;
  line-height: 19px;
  transform: translateY(0px);
}

#signup_form .gfield input:focus,
#signup_form .gfield select:focus,
#signup_form .gfield textarea:focus {
  border: 1px solid #375DFF;
  box-shadow: 0px 0px 0px 3px rgba(55, 93, 255, 0.2);
}

#signup_form .gform_next_button,
#gform_submit_button_10 {
  font-size: 17px;
  width: 48%;
  border-radius: 10px;
  line-height: 0.9;
  height: 50px;
  margin-top: 30px;
  padding: 0;
  padding-bottom: 5px;
}

#signup_form .gform_next_button::after,
#gform_submit_button_10::after {
  content: "\e860";
  font-family: bb-icons;
  font-style: normal;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  margin-left: 10px;
  font-size: 24px;
  transform: translateY(3px);
}

#signup_form #gform_submit_button_10::after{
  content: "\eee7";
  transform: rotate(45deg);
  transform-origin: bottom;
  margin-left: 0;
}

#signup_form .gform_previous_button {
  font-size: 17px;
  width: 48%;
  border-radius: 10px;
  line-height: 0.9;
  height: 50px;
  margin-top: 30px;
  padding: 0;
  padding-bottom: 5px;
  margin-right: 2%;
  color: #1e42dd;
  border-color: #1e42dd;
}

#signup_form .gform_previous_button::before {
  content: "\e85f";
  font-family: bb-icons;
  font-style: normal;
  display: inline-block;
  color: #1e42dd;
  font-weight: 400;
  margin-right: 10px;
  font-size: 24px;
  transform: translateY(3px);
}


#signup_form #gform_next_button_10_22 {
  width: 100%;
}

#signup_form .highlight .ginput_container:not(.ginput_complex)::before,
#signup_form .highlight .chosen-container-single .chosen-single::before {
  content: "\f3a5";
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  display: inline-block;
  color: #ff0184;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 17px;
  line-height: 1;
}

#signup_form .gfield_error .ginput_complex span span::before {
  content: "\f05e";
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  display: inline-block;
  color: #ff0184;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

#signup_form .highlight .ginput_container input,
#signup_form .highlight .ginput_container select,
#signup_form .highlight .chosen-container-single .chosen-single {
  padding-left: 40px;
}

#signup_form .gfield_error [aria-invalid=true] {
  border: 1px solid #FF0084;
  background-color: #fff5fa;
}

#signup_form .gfield_error .ginput_container:not(.ginput_complex)::after {
  content: "\f05e";
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  display: inline-block;
  color: #ff0184;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

#signup_form .gfield_error .ginput_complex span span::after {
  content: "\f05e";
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  display: inline-block;
  color: #ff0184;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

#signup_form .gfield_validation_message, 
#signup_form .validation_message{
  padding: 0;
  border: none;
  margin-top: -7px;
  margin-left: 5px;
  font-size: 13px;
  color: #FF0084;
  background-color: transparent;
  line-height: 1;
}

#signup_form .ui-datepicker-trigger{
  position: absolute;
  right: 18px;
  opacity: 0.5;
}

#signup_form .ginput_container_fileupload .gpfup__droparea,
#signup_form .gform_drop_area{
  border: 2px dashed #375DFF;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
  background-color: #f5f7ff;
  color: #375DFF;
  line-height: 1;
  font-size: 17px;
  font-weight: 500;
  height: 6rem;
}

#signup_form .gform_drop_area{
  padding: 33px 20px;
}

#signup_form .ginput_container_fileupload .gpfup__droparea > div >span:first-child::before,
#signup_form .gform_drop_area > span:first-child::before{
  content: "\f0ee";
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  display: inline-block;
  color: #375DFF;
  font-weight: 900;
  font-size: 18px;
  margin-right: 10px;
}

#signup_form .gform_drop_area > span{
  display: inline;
}

#signup_form .ginput_container_fileupload .gpfup__droparea button,
#signup_form .gform_drop_area button{
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  color: #375DFF;
  text-decoration: underline;
  display: inline;
  vertical-align: revert;
  font-size: 17px;
  font-weight: 500;
}

#signup_form .gform_delete_file{
  background: transparent !important;
  padding: 0;
  color: #fe0086;
}

ul.job_listings li.job_listing a div.position,
.elementor-widget ul.job_listings li.job_listing .position {padding: 0 0 0 10px !important;}
.job_filters .search_jobs div.search_submit,
.job_filters .search_jobs div.search_keywords,
.job_filters .search_jobs div.search_location,
.job_filters .search_jobs div.search_remote_position label#remote_position_label,
.job_filters .search_jobs div.search_categories {margin: 0;}
.job_filters .search_jobs {
	background-color: #FFFFFF;
	padding: 15px 5px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0;}
.job_filters .job_types {
	padding: 0;
	margin: 10px;}
ul.job_listings li.job_listing {margin: 10px;}
ul.job_listings li.job_listing > a {padding: 15px;}
ul.job_listings li.job_listing.job_position_featured a {
    background-color: #f9faff;
    border: 1px solid #555555;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}
.job_card.custom-is-featured {
    background-color: #f9faff;
    border: 1px solid #555555;}
.job_card.custom-is-featured:hover {background-color: #f2f5ff;}
ul.job_listings li.job_listing.job_position_featured a:hover,
ul.job_listings li.job_listing.job_position_featured a:focus {background-color: #f2f5ff;}
.widget ul.job_listings li.job_listing + li.job_listing {margin-top: 15px;}
.widget ul.job_listings li.job_listing > a {padding: 10px;}
.widget ul.job_listings li.job_listing > a div.position {padding: 0 !important;}
.custom-wpjm-archive-listing-logo {
	width: 120px;
	height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;}
.widget .custom-wpjm-archive-listing-logo {
	width: 90px;
	height: 90px;}
.custom-wpjm-archive-listing-salary {
	margin: 0;
	font-size: .75em;}
.custom-wpjm-single-listing-salary {margin-top: 2px;}
@media only screen and ( max-width: 725px ) {
	.job_filters .search_jobs {display: block;}
	.job_filters .search_jobs div.search_keywords,
	.job_filters .search_jobs div.search_location {
		width: 49%;
		display: inline-block;}
	.job_filters .search_jobs div.search_remote_position,
	.job_filters .search_jobs div.search_submit {
		display: block;
		width: 100%;}
	.job_filters .search_jobs div.search_categories {margin: 10px 0;}
}
@media only screen and ( max-width: 425px ) {
	.job_filters .search_jobs div.search_keywords,
	.job_filters .search_jobs div.search_location {
		width: 100%;
		display: block;}
	.job_filters .search_jobs div.search_location {margin-top: 10px;}
}
@media only screen and ( max-width: 544px ) {
	ul.job_listings li.job_listing a div.position,
	.elementor-widget ul.job_listings li.job_listing .position {padding: 0 !important;}
	ul.job_listings li.job_listing a div.location,
	.elementor-widget ul.job_listings li.job_listing ul.meta {text-align: center !important;}
	.widget .custom-wpjm-archive-listing-logo {margin-bottom: 8px;}
}

#custom-resume-drop-btn {
    position: absolute;
    right: 0;
    background: #555555;
    padding: 9px 15px 10px 20px;
    line-height: 1.2;
    border-radius: 25px;
    color: #ffffff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
	-ms-transition: .25s all;
	-moz-transition: .25s all;
	-webkit-transition: .25s all;
	transition: .25s all;}
#custom-resume-drop-btn:hover {background-color: #333333;}
body.single-partner a.open_jobs {
	-ms-transition: .25s all;
	-moz-transition: .25s all;
	-webkit-transition: .25s all;
	transition: .25s all;
}
body.single-partner a.open_jobs:hover {
	background-color: #b20065;
	color: #ffffff;}

body.page-id-20051 form#submit-resume-form {
	max-width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 35px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}
body.page-id-20051 form#submit-resume-form fieldset label:not(.full-line-checkbox-field label),
body.page-id-20051 form#submit-resume-form fieldset div.field:not(.full-line-checkbox-field) {
	display: block;
	width: 100%;}

body.page-id-89387 .elementor-price-table__feature-inner i,
body.page-id-89387 .elementor-price-table__feature-inner i + span {
	display: inline-block;
	vertical-align: middle;}
body.page-id-89387 .elementor-price-table__feature-inner i + span {width: calc( 100% - 35px );}
body.page-id-89387 .elementor-price-table__feature-inner i + span {line-height: 1.2;}
body.page-id-89387 .elementor-price-table .elementor-price-table__footer a.elementor-price-table__button {width: 90%;}

body.single-memberpressproduct main#main > .bb-subscribe-wrap,
body.single-memberpressproduct .wpautoterms-footer,
body.single-memberpressproduct main#main .mepr-transaction-invoice-wrapper {display: none;}

.header-aside .user-link > img.avatar {border: 1px solid #ff0084;}

body.page-id-22556 #mepr-account-nav span.mepr_bbpress_subscriptions {display: none;}

header#masthead ul.primary-menu > li.custom-btn a {
    box-sizing: border-box;
    background-color: rgb(255, 0, 132);
    border-style: solid;
    border-width: 0px;
    border-color: rgb(49, 49, 49);
    padding: 10px 15px;
    margin: 0px auto;
    font-family: Archivo, Archivo, Archivo;
    font-size: 15px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    top: -2px;
    position: relative;
    border-radius: 40px;
    display: inline;}

body.single-tribe_events .tribe-tickets__rsvp-form-wrapper .tribe-tickets__form-field,
body.single-tribe_events #rsvp-now .tribe-tickets__rsvp-attendance {display: none;}