body {
  background-color: #222;
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  color: #fff;
  font-size: 14px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  display: block;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  color: #000;
  font-weight: 400;
}

a {
  color: #ff196a;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.hero {
  min-height: 1000px;
  background-color: #ff196a;
  background-image: url('../images/main-page-hero.png');
  background-position: 38% 151%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero.small {
  min-height: 410px;
}

.hero.about-page {
  min-height: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .57), #222), url('../images/photo-1441716844725-09cedc13a4e7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), #222), url('../images/photo-1441716844725-09cedc13a4e7.jpg');
  background-size: auto, cover;
}

.hero.project-page {
  min-height: 384px;
}

.nav {
  padding-top: 0px;
  background-color: #fff;
  color: #ff196a;
}

.nav-link {
  margin-top: 7px;
  margin-right: 25px;
  margin-left: 0px;
  padding: 10px 0px;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #ff196a;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #d81258;
  text-decoration: none;
}

.nav-link.w--current {
  margin-left: 1px;
  background-color: #fff;
  color: #ff196a;
}

.nav-link.w--current:hover {
  color: #d81258;
}

.nav-link.desktop-nav-button {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 5px;
  padding: 16px 36px;
  border: 1px solid #ff196a;
  background-color: #ff196a;
  -webkit-transition-duration: 200ms, 200ms;
  transition-duration: 200ms, 200ms;
  -webkit-transition-timing-function: ease-out, ease-out;
  transition-timing-function: ease-out, ease-out;
  color: #fff;
}

.nav-link.desktop-nav-button:hover {
  background-color: transparent;
  color: #ff196a;
}

.nav-link.get-mighty-mobile-button {
  display: none;
}

.logo {
  padding: 30px 15px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.logo.mighty-logo {
  padding-right: 0px;
  padding-left: 0px;
}

.logo.mighty-logo.w--current {
  padding-right: 0px;
  padding-left: 0px;
}

.subtitle {
  margin-top: 16px;
  margin-bottom: 0px;
  color: #000;
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.button {
  padding: 16px 36px;
  float: none;
  border: 1px solid #ff196a;
  background-color: #ff196a;
  -webkit-transition: color 200ms ease-out, background-color 200ms ease-out;
  transition: color 200ms ease-out, background-color 200ms ease-out;
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  border-color: #ff196a;
  background-color: #fff;
  color: #ff196a;
}

.white-section {
  padding-top: 50px;
  border-bottom-style: solid;
  background-color: #fff;
}

.footer {
  margin-top: 0px;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #272d31;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.section-title {
  margin-top: 16px;
  margin-bottom: 0px;
  color: #000;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.main-heading {
  margin-bottom: 8px;
  color: #fff;
  font-size: 48px;
  line-height: 53px;
  font-weight: 700;
}

.main-heading.inline {
  display: inline;
}

.main-heading.subtitle {
  display: block;
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 23px;
  line-height: 35px;
  font-weight: 300;
}

.heading-wrapper {
  margin-top: 32px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.nav-menu {
  position: absolute;
  top: 50%;
  right: 20px;
  padding-top: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.project-image {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 22px;
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.project-image:hover {
  opacity: 0.69;
}

.project-body-copy {
  margin-right: 12%;
  margin-bottom: 67px;
  margin-left: 12%;
}

.main-detail-image {
  max-width: 400px;
  margin-bottom: 41px;
  border-radius: 3px;
}

.category-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  letter-spacing: 1px;
  text-decoration: none;
}

.category-link:hover {
  opacity: 0.67;
  text-decoration: none;
}

.section-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-container {
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-bottom: 1px solid #e1e4e6;
}

.section-container.last-container {
  padding-bottom: 60px;
  border-width: 0px;
}

.section-container.no-border-section-container {
  border-bottom-style: none;
}

.main-body {
  background-color: #fff;
}

.copyright {
  display: inline-block;
  margin-right: 32px;
  color: #72777a;
  font-size: 13px;
  text-align: left;
}

.last-section-button-container {
  margin-top: 32px;
  text-align: center;
}

.narrow-white-section {
  margin-bottom: 24px;
  padding: 30px;
  background-color: #fff;
  color: #000;
}

.narrow-white-section.legal-text-section {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 20px;
}

.narrow-white-section.legal-text-section.no-margin-legal-text-section {
  padding: 0px;
}

.team-member-name {
  margin-bottom: 8px;
  color: #272d31;
  font-size: 23px;
  font-weight: 500;
}

.team-member-job-title {
  color: #ff196a;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.team-member-bio {
  margin-top: 16px;
  margin-bottom: -20px;
  color: #272d31;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.team-member-headshot {
  display: block;
  margin-right: 30px;
  border-radius: 63px;
}

.page-context {
  margin-bottom: 0px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  color: #272d31;
  font-size: 23px;
  line-height: 34px;
  font-weight: 400;
}

.page-context.careers-page-bulleted-list {
  margin-bottom: 16px;
}

.page-context.careers-page-top-paragraph {
  margin-bottom: 16px;
}

.page-context-container {
  margin-top: 60px;
  margin-bottom: 60px;
}

.other-page-body {
  background-image: url('../images/m-dots-light-grey-700x520.png');
  background-position: 0px 0px;
  background-size: 350px;
  background-attachment: scroll;
}

.footer-social-links {
  margin-left: 12px;
}

.other-hero-repeating-bg-container {
  background-color: #e81364;
  background-image: url('../images/background-subpage-repeat.png');
  background-position: 50% 0px;
  background-size: 4px 237px;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.other-hero-page-header {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 48px;
  text-align: center;
}

.other-hero-page-header.pink-header {
  color: #ff196a;
}

.other-hero-page-header-container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-hero-repeating-bg-container {
  background-color: #ff196a;
  background-image: url('../images/background-homepage-repeat-1.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
}

.main-hero-primary-bg {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/background-homepage-title.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.narrow-container {
  padding-right: 90px;
  padding-left: 90px;
}

.narrow-container.page-context-container {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 90px;
  padding-left: 90px;
}

.narrow-container.investor-container {
  margin-top: 50px;
}

.team-member-headshot-div {
  float: left;
}

.team-member-bio-div {
  overflow: hidden;
  width: auto;
}

.team-sub-nav {
  background-color: #fff;
  text-align: center;
}

.team-sub-nav-link {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 23px;
  font-weight: 500;
}

.team-sub-nav-link.w--current {
  border-bottom: 4px solid #e1e4e6;
  color: #000;
}

.team-sub-nav-link.left-team-sub-nav-link {
  margin-right: 48px;
}

.career-name {
  margin-bottom: 6px;
  color: #272d31;
  font-size: 21px;
  font-weight: 500;
}

.career-subtitle {
  color: #ff196a;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section-before-footer {
  margin-bottom: 32px;
}

.contact-us-box-header {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.contact-us-box-email {
  text-align: center;
}

.contact-email-link {
  color: #ff196a;
  font-weight: 600;
}

.white-div-with-padding {
  padding: 30px;
  background-color: #fff;
  color: #000;
}

.job-description-text {
  margin-top: 20px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  font-size: 14px;
}

.footer-social-links-div {
  float: right;
  text-align: right;
}

.footer-nav-link {
  margin-right: 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-nav-link.last-footer-nav-link {
  margin-right: 0px;
}

.footer-relative-div {
  position: relative;
}

.footer-nav-div {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: auto;
  margin-right: 150px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: left;
}

.footer-nav-links-div {
  display: inline-block;
}

.footer-nav-links-mobile-div {
  display: none;
}

.footer-container {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-container {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.mobile-team-member-absolute-div {
  display: none;
}

.covered-by-container {
  display: block;
}

.covered-by-logo {
  width: 16%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
}

.covered-by-logos-div {
  display: -webkit-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit--webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit--webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.covered-by-text {
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #c0c3c6;
  font-size: 13px;
  text-transform: uppercase;
}

.covered-by-text.covered-by-logo {
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 12px;
}

.posters-container {
  position: relative;
  text-align: center;
}

.poster-image.right-poster-image-1 {
  position: relative;
  z-index: 2;
  width: 297px;
  margin-left: 125px;
}

.poster-image.right-poster-image-2 {
  position: relative;
  z-index: 1;
  width: 244px;
  margin-left: -75px;
}

.poster-image.right-poster-image-3 {
  right: 13%;
  width: 185px;
  margin-left: -55px;
}

.poster-image {
  display: inline-block;
}

.poster-image.poster-image-1 {
  width: 185px;
  margin-right: -55px;
}

.poster-image.poster-image-2 {
  position: static;
  width: 244px;
  margin-right: -75px;
}

.poster-image.poster-image-3 {
  position: static;
  width: 297px;
  margin-right: 95px;
}

.right-poster-image {
  position: relative;
  z-index: 2;
  margin-left: -16px;
}

.right-poster-image.zindex1 {
  z-index: 1;
}

.right-poster-image.zindex0 {
  z-index: 0;
}

.phone-poster-image {
  position: relative;
  z-index: 3;
  width: 284px;
}

.left-poster-image-1 {
  position: absolute;
  left: 0px;
  top: 50%;
  bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.left-poster-image-3 {
  position: absolute;
}

.left-poster-image-2 {
  position: absolute;
}

.poster-image-3 {
  position: absolute;
}

.other-hero-page-header-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.desktop-app-store-download-button {
	margin-right: 20px;
	margin-top: 5px;
}

.desktop-google-play-store-download-button {
	margin-top: 5px;
}

.mobile-app-store-download-button {
  display: none;
}

.mobile-app-store-button-div {
  display: none;
}

.hero-posters-div {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.hero-posters-absolute-div {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  width: 2000px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.desktop-hero-download-button-container {
  position: relative;
}

.other-hero-bg-container {
  background-image: url('../images/background-subpage-title.png');
  background-position: 50% 0px;
  background-size: 1520px;
  background-repeat: no-repeat;
}

.frameless-body {
  background-color: #fff;
  color: #272d31;
}

.faq-heading {
  display: inline-block;
  margin-right: 25px;
  font-weight: 700;
}

.faq-answer {
  margin-top: 8px;
}

.frameless-rich-text-block {
  margin: 20px;
}

.frameless-rich-text p {
  margin-top: 16px;
  margin-bottom: 0px;
}

.frameless-rich-text h1 {
  margin-bottom: 0px;
  font-size: 16px;
  text-align: center;
}

.frameless-rich-text h6 {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.frameless-rich-text h5 {
  text-align: center;
}

.frameless-rich-text h2 {
  margin-bottom: -8px;
  font-size: 16px;
  line-height: 20px;
}

.frameless-rich-text h3 {
  margin-top: 10px;
  margin-bottom: -8px;
  margin-left: 24px;
  font-size: 14px;
  text-decoration: underline;
}

.faq-item {
  border-bottom: 1px solid #e1e4e6;
}

.faq-content-container {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
}

.faq-heading-div {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.faq-down-chevron {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.faq-chevron-div {
  width: 30px;
  float: right;
}

.faq-answer-div {
  overflow: hidden;
  height: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.hidden-faq-content {
  display: none;
}

.faq-image {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 4px;
}

.faq-image.pull-faq-image-left {
  -webkit-transform: translate(-2.5%, 0px);
  -ms-transform: translate(-2.5%, 0px);
  transform: translate(-2.5%, 0px);
}

.faq-icon-text {
  display: block;
  padding-bottom: 5px;
}

.faq-icon-text.below-icon {
  padding-top: 16px;
}

.faq-icon-content-div {
  margin-top: 8px;
  clear: both;
}

.error-page-content {
  margin-top: 80px;
  text-align: center;
}

.error-page-subtext {
  margin-top: 32px;
  margin-bottom: 80px;
  color: #000;
  font-size: 23px;
  text-align: center;
}

.error-404-image-div {
  margin-bottom: 160px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.frameless-rich-text-roman-numerals li {
  margin-top: 0px;
  margin-bottom: 16px;
}

.frameless-rich-text-roman-numerals h5 {
  margin-bottom: 10px;
  text-align: left;
}

.frameless-rich-text-roman-numerals ol {
  list-style-type: lower-roman;
}

.frameless-margins {
  margin: 16px;
}

.legal-document-header {
  font-size: 18px;
  text-align: center;
}

.covered-by-flex-logo {
  max-height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.covered-by-flex-logo.covered-by-e-logo {
  height: 50px;
}

.covered-by-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.covered-by-link:hover {
  opacity: 0.6;
}

.press-logo {
  max-height: 50px;
  max-width: 150px;
  margin-top: 2px;
  -webkit--webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.press-logo-div {
  display: -webkit-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 50px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit--webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit--webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.press-details-div {
  overflow: hidden;
  width: auto;
  -webkit-box-flex: 1; -webkit-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.press-article-flex-div {
  display: -webkit-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit--webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.press-article-title {
  display: block;
  color: #272d31;
  font-size: 19px;
}

.press-pink-text {
  display: inline-block;
  margin-top: 6px;
  color: #ff196a;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.covered-by-list {
  display: -webkit-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit--webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit--webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.covered-by-list-item {
  max-width: 12%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.covered-by-outer-list-div {
  display: -webkit-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit--webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.press-logo-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

.press-logo-link:hover {
  opacity: 0.6;
}

.press-additional-info {
  margin-top: 6px;
}

.mighty-list-header-image {
  margin-top: 40px;
}

.mighty-list-header {
  margin-top: -8px;
}

.mighty-list-subheader {
  font-size: 16px;
  margin-top: -8px;
}

.mightytv-list-date {
  color: #72777a;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.mighty-list-movie-container {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #9fa3a6;
  color: #272d31;
}

.mightytv-anchor-menu {
  display: -webkit-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit--webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ff196a;
  font-size: 14px;
  font-weight: 700;
}

.mighty-anchor-divider {
  width: 2px;
  height: 20px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: #ff196a;
}

.mighty-list-new-header {
  margin-top: 45px;
  margin-bottom: 16px;
  color: #ff196a;
  font-weight: 700;
  text-transform: uppercase;
}

.mighty-list-movie {
  display: -webkit-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.mighty-list-movie-detail-container {
  margin-left: 27px;
}

.mighty-list-movie-title {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.mighty-list-header-image-cupcake {
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.mightytv-anchor-menu-mobile {
  display: none;
}

.mighty-list-movie-poster-link {
  width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .hero {
    min-height: 520px;
  }
  .hero.project-page {
    min-height: 344px;
  }
  .nav {
    margin-top: 0px;
  }
  .nav-link.desktop-nav-button {
    display: none;
  }
  .nav-link.get-mighty-mobile-button {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    text-align: center;
  }
  .logo.mighty-logo {
    display: inline;
    padding-top: 10px;
    padding-bottom: 15px;
    float: none;
  }
  .footer {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .menu-button {
    position: absolute;
    left: 8px;
    top: 50%;
    padding: 10px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    color: #ff196a;
  }
  .menu-button:hover {
    background-color: #fff;
    color: #ff196a;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #ff196a;
  }
  .nav-menu {
    top: auto;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #fff;
  }
  .project-body-copy {
    margin-right: 12%;
    margin-left: 12%;
  }
  .other-hero-repeating-bg-container {
    background-image: none;
  }
  .other-hero-page-header {
    font-size: 40px;
  }
  .other-hero-page-header-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .narrow-container {
    padding-right: 50px;
    padding-left: 50px;
  }
  .narrow-container.page-context-container {
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer-nav-link {
    display: block;
    margin-bottom: 16px;
  }
  .footer-nav-div {
    margin-right: 0px;
  }
  .footer-nav-links-div {
    display: none;
  }
  .footer-nav-links-mobile-div {
    display: block;
    margin-top: 24px;
    text-align: left;
  }
  .nav-container {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .mighty-nav-logo {
    width: 100px;
    padding-top: 10px;
    padding-bottom: 12px;
  }
  .covered-by-logo {
    padding-right: 12px;
    padding-left: 12px;
  }
  .covered-by-logos-div {
    -webkit--webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    -ms--webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .other-hero-page-header-bg {
    background-image: url('../images/background-subpage-title.png');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .other-hero-bg-container {
    background-size: cover;
  }
  .error-page-subtext {
    font-size: 21px;
  }
  .covered-by-flex-logo.covered-by-e-logo {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
  .hero.small {
    min-height: 280px;
  }
  .hero.project-page {
    min-height: 256px;
  }
  .nav {
    padding-top: 0px;
  }
  .nav-link.desktop-nav-button {
    display: none;
  }
  .nav-link.get-mighty-mobile-button {
    position: absolute;
    top: 50%;
    right: 20px;
    float: none;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    font-size: 11px;
    line-height: 11px;
  }
  .logo.w--current {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo.mighty-logo {
    padding-top: 10px;
    padding-bottom: 15px;
    float: none;
  }
  .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .white-section {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .white-section.home-page-video-section {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .white-section.home-page-mobile-download-section {
    padding-top: 20px;
  }
  .section-title {
    font-size: 38px;
    line-height: 43px;
  }
  .menu-button {
    position: absolute;
    left: 8px;
    top: 50%;
    padding: 10px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    color: #ff196a;
  }
  .menu-button:hover {
    color: #ff196a;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #ff196a;
  }
  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }
  .main-heading.subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }
  .nav-menu {
    top: auto;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #fff;
  }
  .project-body-copy {
    margin-right: 40px;
    margin-left: 40px;
  }
  .section-container {
    padding-bottom: 40px;
    border-bottom-width: 1px;
  }
  .section-container.last-container {
    padding-bottom: 40px;
  }
  .section-container.no-border-section-container {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .section-container.no-border-section-container.home-page-mobile-download-container {
    padding-bottom: 20px;
    text-align: center;
  }
  .team-member-name {
    display: none;
    margin-top: 16px;
    margin-bottom: 0px;
    text-align: center;
  }
  .team-member-name.mobile-member-name {
    display: block;
    margin-top: 0px;
    font-size: 20px;
    text-align: left;
  }
  .team-member-job-title {
    display: none;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
  }
  .team-member-job-title.mobile-job-title {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
  }
  .team-member-job-title.mobile-job-title.balance-text {
    margin-top: 4px;
    line-height: 14px;
  }
  .team-member-bio {
    margin-top: 4px;
    font-size: 16px;
  }
  .team-member-headshot {
    display: inline-block;
    width: 72px;
    margin-right: auto;
    margin-left: auto;
  }
  .page-context {
    font-size: 20px;
    line-height: 28px;
  }
  .other-hero-page-header {
    font-size: 32px;
  }
  .main-hero-repeating-bg-container {
    overflow: hidden;
  }
  .narrow-container.page-context-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .narrow-container.investor-container {
    margin-top: 32px;
  }
  .narrow-container.mighty-image-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-member-headshot-div {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
  }
  .team-member-bio-div {
    float: left;
  }
  .team-sub-nav-link {
    font-size: 18px;
  }
  .white-div-with-padding.contact-us-mobile-padding {
    margin-bottom: 24px;
  }
  .footer-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-container {
    position: static;
    text-align: center;
  }
  .mobile-team-member-absolute-div {
    position: absolute;
    left: 88px;
    top: 50%;
    display: block;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .covered-by-container.mobile-covered-by-container {
    border-top: 1px solid #e1e4e6;
  }
  .covered-by-logo {
    width: 24%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .covered-by-logo.mobile-hidden {
    display: none;
  }
  .covered-by-text.covered-by-logo {
    width: 24%;
    font-size: 10px;
  }
  .poster-image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .phone-poster-image {
    margin-bottom: -210px;
  }
  .desktop-app-store-download-button, .desktop-google-play-store-download-button {
    display: none;
  }
  .mobile-app-store-download-button {
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
  }
  .mobile-app-store-button-div {
    display: block;
    padding-bottom: 30px;
    text-align: left;
  }
  .hero-posters-absolute-div {
    padding-top: 172px;
  }
  .error-page-content {
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .error-page-subtext {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 19px;
  }
  .mobile-404-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .covered-by-link.covered-by-hidden-mobile {
    display: none;
  }
  .press-logo {
    max-height: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .press-logo.press-e-logo {
    max-height: 35px;
  }
  .press-logo-div {
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
    -webkit--webkit-justify-content: flex-start;
  justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
  justify-content: flex-start;
  }
  .press-article-flex-div {
    -webkit--webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    -ms--webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .press-article-title {
    font-size: 18px;
  }
  .press-pink-text {
    font-size: 13px;
  }
  .covered-by-list-item {
    max-width: 25%;
  }
  .mighty-list-header-image {
    margin-top: 0px;
  }
  .mighty-list-header {
    margin-top: -8px;
  }
  .mighty-list-poster {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .mighty-list-movie-detail-container {
    margin-left: 12px;
  }
  .mighty-list-jump-to {
    margin-top: 12px;
    margin-bottom: 6px;
  }
  .mightytv-anchor-menu-mobile {
    display: -webkit-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit--webkit-justify-content: flex-start;
  justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
  justify-content: flex-start;
    -webkit--webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    -ms--webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    font-size: 17px;
    font-weight: 700;
  }
  .mighty-list-movie-poster-link {
    width: 80px;
  }
  .mighty-mobile-anchor-link {
    margin-right: 20px;
    margin-bottom: 6px;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #ff196a;
    color: #fff;
  }
}

@media (max-width: 479px) {
  .hero {
    min-height: 340px;
  }
  .hero.project-page {
    min-height: 226px;
  }
  .subtitle {
    font-size: 15px;
    line-height: 22px;
  }
  .section-title {
    font-size: 29px;
    line-height: 33px;
  }
  .main-heading {
    font-size: 33px;
  }
  .main-heading.subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .heading-wrapper {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .project-body-copy {
    margin-right: 18px;
    margin-left: 18px;
  }
  .section-container {
    padding-bottom: 40px;
  }
  .copyright {
    font-size: 14px;
  }
  .narrow-white-section {
    padding: 20px;
  }
  .page-context {
    font-size: 15px;
    line-height: 22px;
  }
  .footer-social-links {
    width: 28px;
  }
  .other-hero-page-header {
    font-size: 26px;
  }
  .other-hero-page-header-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main-hero-primary-bg {
    overflow: hidden;
    padding-top: 0px;
    background-color: #ff0068;
    background-image: none;
  }
  .narrow-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .narrow-container.page-context-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .team-sub-nav-link {
    padding-top: 12px;
    padding-bottom: 8px;
    font-size: 16px;
  }
  .team-sub-nav-link.left-team-sub-nav-link {
    margin-right: 16px;
  }
  .white-div-with-padding {
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px 15px;
  }
  .footer-nav-link {
    display: block;
    font-size: 13px;
  }
  .nav-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .covered-by-logo {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .covered-by-logos-div {
    -webkit--webkit-justify-content: space-around;
  justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
  justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .covered-by-text {
    font-size: 9px;
  }
  .covered-by-text.covered-by-logo {
    font-size: 9px;
    text-align: left;
  }
  .poster-image.right-poster-image-1 {
    width: 220px;
    margin-left: 75px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .poster-image.right-poster-image-2 {
    display: none;
  }
  .poster-image.right-poster-image-3 {
    display: none;
  }
  .poster-image.poster-image-1 {
    display: none;
  }
  .poster-image.poster-image-2 {
    display: none;
  }
  .poster-image.poster-image-3 {
    width: 220px;
    margin-right: 75px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .phone-poster-image {
    width: 200px;
    margin-bottom: -171px;
  }
  .error-page-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .error-page-subtext {
    margin-top: 4px;
    margin-bottom: 24px;
    font-size: 15px;
  }
  .covered-by-flex-logo {
    max-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .covered-by-flex-logo.covered-by-e-logo {
    height: 30px;
  }
  .press-logo {
    margin-bottom: 18px;
  }
  .press-logo.press-e-logo {
    max-height: 35px;
  }
  .press-article-title {
    line-height: 24px;
  }
  .mightytv-list-date {
    margin-top: 6px;
  }
  .mighty-list-description {
    font-size: 16px;
  }
  .mightytv-anchor-menu-mobile {
    font-size: 16px;
  }
  .mighty-mobile-anchor-link {
    margin-right: 8px;
    padding: 6px 12px;
  }
}