/**
 * Theme Name: Planet Mark
 * Version: 1.1
 * Theme URI: -
 * Author: DBS
 * Author URI: http://designbystructure.com
 * Description: The 2021 theme
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: planet-mark
 */


picture,
picture.image,
picture.blog-thumbnail,
picture.wp-post-image,
picture.member_card_logo  {
	display: flex;
	object-fit: initial;

}
picture img,
picture.image img,
picture.blog-thumbnail img,
picture.wp-post-image img {
		object-fit: cover;
    height: auto;
    width: 100%;
}

picture.member_card_logo img {
		object-fit: contain;
    height: 80px;
    max-height: 80px;
    width: 100%;
}

picture.signature_hero img  {
		object-fit: contain;
    height:42px;
    max-height: 42px;
    width: 100%;
}

.cover img {
  border-radius: 10px;
}

.mec-circle img,
.memb-story-image img {
 border-radius: 50%;
}

.button .wp-block-button__link {
  background: none;
  color: unset;
  font-size: inherit;
  padding: 0;
}

.purpose_hero .logo {
  max-width: 160px;
  height: auto;
  margin-bottom: 45px;
}

.accordion_wrapper h5:not(.accordion_heading) {
  text-align: center;
  padding: 60px 0;
  font-size: 16px;
  text-align: center;
  font-family: 'Beausiteclassicweb clear', sans-serif;
  font-weight: normal;
}

.article-content-section-wrapper .w-richtext figure {
  max-width: 100%;
}

.article-content-section-wrapper .wp-block-gallery,
.article-content-section-wrapper .wp-block-image {
  margin-left: -40px;
  margin-right: -40px;
}

.single-partner .small_paragraph.primary_paragraph {
  max-width: 450px;
}

.single-partner .article-content-section-wrapper {
  padding-top: 60px;
}

.standard_cta_heading code {
  display: inline;
  font-family: Handwritten, sans-serif;
  line-height: 0%;
  font-weight: 400;
  text-transform: uppercase;
}

.wp-block-image figure figcaption {
  color: #B9AAA7;
  text-align: left;
}

.wp-block-image.card-image img {
  height: auto;
}

.wp-block-column.flex-card {
  word-break: normal;
  overflow-wrap: normal;
}

.align-horizontal {
  position: relative;
}

.align-horizontal .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.glossary_right .term-block.active .overlay-modal {
  z-index: 2000001;
}

.glossary_right .content-modal p {
  text-align: left;
}

.members_card-related .member_sphere {
  max-width: 140px;
  text-align: center;
}

.members img {
	height: auto;
}

.related-section .member-card:hover .bg {
  transition: all .2s;
  opacity: 0 !important;
}

.related-section .member-card:hover .button {
  display: block;
}

.wp-block-quote p {
  font-size: 42px;
  line-height: 50px;
  font-family: Tobias, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 120%;
}

.wp-block-quote cite {
  font-size: 18px;
  font-family: 'Beausiteclassicweb clear', sans-serif;
  line-height: 20px;
}

.w-webflow-badge {
  display: none !important;
}

.signature img {
  height: auto;
}

.flip-card {
  background-color: transparent;
  height: 200px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.3s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card .front-image,
.back-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.front-image {
  width: 165px;
  height: 165px;
  margin: auto;
  margin-bottom: 35px;
}

.front-image img {
  border-radius: 50%;
}

.back-image img {
  border-radius: 50%;
  max-width: 165px;
}

.back-image {
  transform: rotateY(180deg);
}

.advisory-section .bio_card .modal-wrapper .modal-image {
  width: auto;
  margin: 0 auto;
}

.accordion_item_content p {
  max-width: 670px;
  margin-bottom: 30px;
}

/* header */

.wrapper-search-join {
  display: none;
}

.wp-block-embed {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1152px;
}

.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}



@media screen and (max-width: 767px) {
  .megamenu-collumn.industries.first {
    display: none;
  }

  .megamenu-wrapper {
    background-color: #FFF;
  }

  .megamenu-wrapper .megamenu-collumn:last-child {
    padding-bottom: 35px;
  }

  .stats-text-wrapper {
    position: relative;
  }

  .stats-text-wrapper .info-block {
    position: static;
  }

  .stats-text-wrapper .info-block .tooltip-block {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90vw;
    min-width: 375px;
  }

  .nav_menu {
    margin-right: 10px;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-search-join {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 70px;
  }

  .wrapper-search-join .button {
    max-width: 165px;
  }

  .wrapper-search-join .button.nav {
    display: block;
  }

  .wrapper-search-join .search {
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 1px solid #B9AAA7;
    margin-bottom: 30px;
  }

  .wrapper-search-join .search-btn {
    display: inline-block;
    background-color: transparent;
    margin-left: 0;
  }

  .wrapper-search-join .search-btn img {
    width: 17px;
    height: 17px;
  }

  .wrapper-search-join .search input {
    border: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #193133;
  }

  .wrapper-search-join .search input:focus-visible {
    outline: none;
  }
}

@media screen and (max-width: 479px) {
  .back-image img {
    max-width: 120px;
  }
}