body {
    font-family: "Helvetica Neue",
        "Helvetica",
        Arial,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        sans-serif,
        "Apple Color Emoji",  /* Emojis*/
        "Segoe UI Emoji", /* Emojis*/
        "Segoe UI Symbol"; /* Emojis*/

    font-size: 16px;
    line-height: 1.5em;
}

label {
    display: initial;
}

pre {
  overflow-x: scroll;
  width: 100%;
  max-width: calc(100vw - 20px);
}

img {
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.anchor {
  margin-left: -20px;
  padding-right: 4px;
}

@media (max-width: 767px) {
  .anchor {
    margin-left: 0;
  }
}

p:not(:last-child),
blockquote:not(:last-child),
figure:not(:last-child),
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 1em;
}

/* Reset webflow.js defaults */
p:last-child,
blockquote:last-child,
figure:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

blockquote {
  /* Add some space for the heading anchors to hang off into */
  padding-left: 28px;

  font-size: inherit;
  line-height: inherit;
}

/* Override the media query which inlines the anchor again.
   In a blockquote, we still have space on the left for it
   to float off to the side.
*/
blockquote .anchor {
  margin-left: -20px;
  padding-right: 4px;
}


.mximagine {
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.5em;
  text-align: left;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -35px;
  max-width: 400px;
}

.mxgrid__item__bg--imagine {
  background: none;
}

.mximagine li {
  text-indent: -.8em;
  margin-left: 0em;
  margin-bottom: .5em;
}

.mximagine li:first-child {
  margin-left: 0em;
  font-weight: bold;
}

.mxthisismatrix {
  font-size: 32px;
  font-weight: bold;
  padding: 0em;
  text-align: center;
  margin-bottom: 32px;
}

.mxmatrixdescription {
  font-size: 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.mxhow {
  text-align: left;
}

.mxblock.mxblock--foundation {
  text-align: left;
}

.mxgrid__item--guardian__bg__img {
  object-fit: cover;
  filter: grayscale(100%);
}

.mxgrid__item--guardian__bg__img:hover {
  filter: none;
}

.mxcontent__nav__link--title a, .mxcontent__nav__link a {
  color: inherit;
}

.bridgesPage img {
    max-width: 100px;
}

.bridgesPage table {
    width: 100%;
}

.legacy-table {
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
}

.legacy-table td, tr, th {
  padding: 10px 20px;
  text-align: center;
}

.legacy-table th {
  padding-bottom: 8px;
}

.legacy-table > tbody > tr:nth-child(odd) {
  background-color: #f4f4f4;
}

.legacy-table td:nth-child(1) {
  text-align: left;
}

.overscroll {
  overflow-x: scroll;
  width: 100%;
  max-width: calc(100vw - 20px);
}

.tmn-two-column {
    display: 'inline-table';
    column-count: 2;
    text-align: left;
}

.width-100 {
  width: 100%;
}

.definition-list {
  display: none;
}

div.title {
  font-size: large;
}

.mxherobackground {
	color: #fff;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

#questions-wrapper h2, #questions-wrapper h3, #questions-wrapper h4,
.mxcontent__main__doc h2, .mxcontent__main__doc h3, .mxcontent__main__doc h4 {
  padding-top: 75px;
  margin-top: -75px;
  position: initial !important;
}

.green {
  color: #78A830;
  font-weight: bold;
  font-size: x-large;
}
.orange {
  color: #F0A800;
}
.red {
  color: #D84830;
}

.mxgrid.mxgrid--clients {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f4f4f4;
  padding: 10px 20px;
  margin: 20px 0px 40px 0px;
}

.mxgrid_item33.mxgrid_item33--clients {
  padding: 10px;
}

.mxgrid__item33 {
  width: 33%;
}

.mxgrid__item33.mxgrid__item33--discover {
  padding: 10px;
}

.mxgrid__item25 {
  width: 25%;
  padding: 10px;
}

.mxgrid__item75 {
  width: 75%;
  padding: 10px;
}

label {
  font-weight: normal;
  margin: 10px 0px;
}

.mxcontent {
  width: 100%;
}

.mxclientcard {
  margin: 2px;
  background:#f4f4f4;
  padding: 2px;
  text-align: center;
  height: 100%;
  border: 2px solid white;
}

.mxclientcard h3 {
  margin-top: 0px;
}


/* Bridges */
.bridgeIcon {
  width: 100px;
  height: 100px;
  float: left;
  padding: 10px;
}


@media (max-width: 991px) {
  .mxgrid__item75 {
    width: 50%;
    padding: 10px;
  }

}

@media (max-width: 767px) {
  .mxgrid__item25 {
    width: 100%;
  }

  .mxgrid__item75 {
    width: 100%;
  }

  .bridgeIcon {
    width: 75px;
    height: 75px;
    float: left;
    padding: 5px;
  }

  .bridgesToc {
    display: none;
  }
}

/* notyf ratings box */

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  cursor: pointer;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}

.verticalHelper {
  position: relative;
  height: 100%;
  min-height: 250px;
}
.verticalHelperImage {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}


@media (max-width: 767px) {
  .verticalHelper {
  min-height: 150px;
  }
}

@media (max-width: 479px) {
  .verticalHelper {
  min-height: 100px;
  }
}