/**
  * Other Common Myths
 */
.tankless-myth h3 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: -3px;
  font-weight: bold;
  line-height: 1.25;
  text-align: left; }

.tankless-myth .single-video {
  padding-left: 0; }

.tankless-myth ul li:before {
  content: none; }

.tankless-myth ul li a {
  color: #cf000d; }

.tankless-myth p {
  margin-top: 10px; }

.tankless-myth .notes-container p {
  margin-top: 0; }

@media (max-width: 414px) {
  .tankless-myth .notes-container {
    margin-top: 20px; } }

.myth-block {
  margin: 50px 0; }
  .myth-block h2 {
    text-align: center;
    font-size: 54px;
    margin-bottom: 50px;
    font-weight: normal; }
  .myth-block .other-common-myth-header {
    text-align: center;
    font-size: 54px;
    font-weight: normal;
    margin: 40px 0; }
    .myth-block .other-common-myth-header.h2 {
      margin-bottom: 0; }
  .myth-block .field__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .myth-block .field__items .field__item {
      flex: 0 0 calc(33% - 20px);
      padding-right: 20px; }
      @media screen and (max-width: 768px) {
        .myth-block .field__items .field__item {
          flex: 0 0 100%;
          padding-right: 0; } }
      .myth-block .field__items .field__item img {
        width: 100%;
        margin-top: 30px;
        border-bottom: 5px solid #cf000d; }
      .myth-block .field__items .field__item .field--name-field-myth-number {
        color: #707a7f;
        font-size: 18px;
        margin-top: 15px;
        font-weight: bold;
        position: relative; }
        .myth-block .field__items .field__item .field--name-field-myth-number:before {
          content: '';
          position: absolute;
          top: -29px;
          left: calc(50% - 27px);
          background-image: url(/themes/custom/rinnai_theme/img/arrow-right-solid.svg);
          background-color: #cf000d;
          background-repeat: no-repeat;
          border-radius: 50%;
          height: 20px;
          width: 20px;
          z-index: 10; }
        .myth-block .field__items .field__item .field--name-field-myth-number .field--name-title {
          font-size: 20px;
          font-weight: bold;
          margin: 10px 0; }
        .myth-block .field__items .field__item .field--name-field-myth-number ul li {
          list-style-type: none; }
          .myth-block .field__items .field__item .field--name-field-myth-number ul li:before {
            content: '';
            width: 0;
            height: 0;
            display: block;
            flex-shrink: 0;
            background-color: #cf000d;
            border-radius: 0;
            margin: 0; }
          .myth-block .field__items .field__item .field--name-field-myth-number ul li a {
            text-decoration: underline;
            color: #CF000D; }
  .myth-block .view-all {
    margin-top: 50px; }
    .myth-block .view-all a {
      display: block;
      margin: 0 auto;
      border: 1px solid #cf000d;
      width: 130px; }

/**
  * Myth Title
 */
.myth-title-grid-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 50px; }
  @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
    .myth-title-grid-wrapper {
      flex-wrap: wrap; } }
  .myth-title-grid-wrapper .myth-title-image-wrapper {
    padding-right: 60px;
    position: relative; }
    .myth-title-grid-wrapper .myth-title-image-wrapper:after {
      content: '';
      position: absolute;
      top: 0;
      right: 10px;
      background: url(/themes/custom/rinnai_theme/img/tankless-truths.png) top right no-repeat;
      background-size: 100%;
      height: 100%;
      width: 30%; }
      @media screen and (max-width: 768px) {
        .myth-title-grid-wrapper .myth-title-image-wrapper:after {
          right: 13px;
          width: 20%; } }
    @media screen and (max-width: 768px) {
      .myth-title-grid-wrapper .myth-title-image-wrapper {
        flex: 0 0 100%;
        padding-right: 0; }
        .myth-title-grid-wrapper .myth-title-image-wrapper img {
          width: calc(100% - 47px); } }
  .myth-title-grid-wrapper .myth-title-wrapper {
    flex: 0 0 calc(75% - 66px);
    margin-left: 20px;
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .myth-title-grid-wrapper .myth-title-wrapper {
        flex: 0 0 100%;
        padding-right: 0;
        margin-left: 0; } }
    .myth-title-grid-wrapper .myth-title-wrapper .field--name-field-myth-number {
      font-size: 20px;
      font-weight: normal;
      color: #707A7F; }
    .myth-title-grid-wrapper .myth-title-wrapper .field--name-title h1 {
      font-size: 50px;
      font-weight: normal;
      margin-top: 0; }
      @media screen and (max-width: 768px) {
        .myth-title-grid-wrapper .myth-title-wrapper .field--name-title h1 {
          font-size: 50px;
          margin-bottom: 0; } }
      @media screen and (max-width: 414px) {
        .myth-title-grid-wrapper .myth-title-wrapper .field--name-title h1 {
          font-size: 40px;
          margin-bottom: 0; } }

/**
  * Other Related Facts
 */
.other-related-facts {
  background-color: #F1F1F1;
  padding: 50px;
  margin-bottom: 40px; }
  @media (max-width: 414px) {
    .other-related-facts {
      padding: 15px; } }
  .other-related-facts .related-flex-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .other-related-facts .related-flex-wrapper h3 {
      font-size: 54px;
      margin-top: 5px;
      margin-bottom: 40px;
      line-height: 1.25;
      text-align: center;
      font-weight: normal; }
      @media (max-width: 414px) {
        .other-related-facts .related-flex-wrapper h3 {
          font-size: 15px;
          margin-bottom: 20px; } }
    .other-related-facts .related-flex-wrapper .related-facts-image-wrapper {
      flex: 0 0 calc(33% - 25px);
      padding-right: 25px;
      text-align: center; }
      .other-related-facts .related-flex-wrapper .related-facts-image-wrapper img {
        display: block;
        width: auto;
        margin: 0 auto 25px auto; }
      .other-related-facts .related-flex-wrapper .related-facts-image-wrapper a {
        display: block;
        color: #cf000d;
        margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .other-related-facts .related-flex-wrapper .related-facts-image-wrapper {
          flex: 0 0 100%;
          padding-right: 0; } }
    .other-related-facts .related-flex-wrapper .related-facts-wrapper {
      flex: 0 0 calc(66% - 25px);
      padding-left: 25px; }
      @media screen and (max-width: 768px) {
        .other-related-facts .related-flex-wrapper .related-facts-wrapper {
          flex: 0 0 100%;
          padding-left: 0; } }
      .other-related-facts .related-flex-wrapper .related-facts-wrapper h4 {
        text-align: left;
        font-size: 20px;
        margin-bottom: -2px;
        line-height: 1.25; }
  .other-related-facts .related-facts-delta {
    font-size: 16px;
    color: #CF000D;
    font-weight: bold; }
  .other-related-facts .field--name-field-related-facts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .other-related-facts .field--name-field-related-facts > .field__item {
      flex: 0 0 calc(50% - 25px);
      padding-right: 25px;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .other-related-facts .field--name-field-related-facts > .field__item {
          flex: 0 0 100%; } }

/**
  * Testimonials
 */
.testimonials {
  margin: 50px 0; }
  .testimonials h4 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 40px 0;
    line-height: 1.3; }
    @media screen and (max-width: 768px) {
      .testimonials h4 {
        margin-bottom: 20px; } }
  .testimonials .testimonial button {
    border: none;
    background: transparent;
    padding: 0; }
  .testimonials .testimonial .testimonial-content h5 {
    color: #707a7f;
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
    position: relative; }
    .testimonials .testimonial .testimonial-content h5:before {
      content: '';
      position: absolute;
      top: -35px;
      left: calc(50% - 27px);
      background-image: url(/themes/custom/rinnai_theme/img/play-button-red.svg);
      background-color: #FFF;
      border-radius: 50%;
      height: 23px;
      width: 23px;
      z-index: 10; }
      @media (max-width: 414px) {
        .testimonials .testimonial .testimonial-content h5:before {
          left: calc(50% - 20px); } }
  .testimonials .testimonial .field--name-field-testimonial-content {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.3; }
    @media (max-width: 414px) {
      .testimonials .testimonial .field--name-field-testimonial-content {
        margin-bottom: 30px; } }
  .testimonials .field__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .testimonials .field__items .field__item {
      flex: 0 0 calc(33% - 20px);
      padding-right: 20px; }
      .testimonials .field__items .field__item:nth-child(3n) {
        padding-right: 0; }
      @media screen and (max-width: 768px) {
        .testimonials .field__items .field__item {
          flex: 0 0 100%;
          padding-right: 0; } }
      .testimonials .field__items .field__item img {
        width: 100%;
        border-bottom: 4px solid #cf000d; }

@media (max-width: 414px) {
  .notes-container--narrow .notes-container__content {
    margin-top: 20px; } }

/*# sourceMappingURL=myth.css.map */